- 28 Sep, 2012 1 commit
-
-
Jon Yurek committed
-
- 14 Sep, 2012 8 commits
-
-
Jon Yurek committed
-
Jon Yurek committed
-
Fixes #913
Matthew Schulkind committed -
Fixes #913.
Matthew Schulkind committed -
Fixes #913.
Matthew Schulkind committed -
Fixes #913.
Matthew Schulkind committed -
Fixes #913
Matthew Schulkind committed -
Agis Anastasopoulos committed
-
- 11 Sep, 2012 1 commit
-
-
Adarsh Pandit committed
-
- 07 Sep, 2012 4 commits
-
-
* Bug fix: Use the new correct Amazon S3 encryption header. * Bug fix: The rake task respects the updated_at column. * Bug fix: Strip newline from content type. * Feature: Fog file visibility can be specified per style. * Feature: Autonatically rotate images. * Feature: Reduce class-oriented programming of the attachment definitions.
Mike Burns committed -
Alan Ho committed
-
Rack gets a newline at the end of the content_type in certain instances: 'image/jpeg\r' which causes S3 to be unable to accept the file. Fixes #817
Nathan Benes committed -
Janko Marohnić committed
-
- 04 Sep, 2012 1 commit
-
-
Janko Marohnić committed
-
- 24 Aug, 2012 1 commit
-
-
This adds a auto-orient option, which is enabled by default. I believe, most users expect their images to be rotated according to EXIF. The photo I've added to the fixtures was token by myself, I release it to the public domain.
Johannes Barre committed
-
- 17 Aug, 2012 5 commits
-
-
need to call save on the instance, otherwise we'll regenerate files with a new timestamp but the updated_at won't reflect that
Michael Reinsch committed -
Michael Reinsch committed
-
Michael Reinsch committed
-
Val committed
-
Jon Yurek committed
-
- 27 Jul, 2012 1 commit
-
-
Martin Streicher committed
-
- 26 Jul, 2012 1 commit
-
-
Martin Streicher committed
-
- 21 Jul, 2012 2 commits
-
-
Happy pi release! 3.141592653589793238462643383279 5028841971693993751058209749445923 07816406286208998628034825342117067 9821 48086 5132 823 06647 09384 46 09550 58223 17 25359 4081 2848 1117 4502 8410 2701 9385 21105 55964 46229 48954 9303 81964 4288 10975 66593 34461 284756 48233 78678 31652 71 2019091 456485 66 9234603 48610454326648 2133936 0726024914127 3724587 00660631558 817488 152092096
Prem Sichanugrist committed -
Reverting this for now. This commit would better be in a minor release, since it break everyone's application. Going to reopen the ticket and mark it to be merged in next minor release. This reverts commit b7b2b843.
Prem Sichanugrist committed
-
- 20 Jul, 2012 7 commits
-
-
Fix syntax error on ruby 1.8.7
Jon Yurek committed -
This PR allows you to assign a URI object to an attachment. The attachment is downloaded and saved with a proper content type and filename based on the path of the URL.
Aditya Sanghi committed -
Sergio Cambra committed
-
Sergio Cambra committed
-
When using the form_for helper in the example, we need to use users_path...
Jon Yurek committed -
Readme typo fix
Jon Yurek committed -
Matthew Schulkind committed
-
- 19 Jul, 2012 1 commit
-
-
When using the form_for helper in the example, we need to use users_path and not user_path (which will point to the show action instead of the create action).
Yasith Fernando committed
-
- 18 Jul, 2012 1 commit
-
-
Nick DeSteffen committed
-
- 16 Jul, 2012 1 commit
-
-
* Fixed tests and functionality for new fog and removed the fixed version from the gemspec * Set time to 3600 from the current time so expiring actually works
Michiel Sikkes committed
-
- 13 Jul, 2012 5 commits
-
-
Prem Sichanugrist committed
-
According to the discussion in #923, it seems like this should be the only way to fix this encoding debug issue. I'm also going to coordinate with aws-sdk to get this fix in the upstream. Fixes #923, #301
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Let's keep it as class method, as Rails 3.0.x require migration methods to be class methods. This reverts commit 029fe02f.
Prem Sichanugrist committed -
Tom Counsell committed
-