- 31 Oct, 2012 4 commits
-
-
This was previously fixed in pull request #539 but no spec was added at that time, and it has since been broken. I fixed it and added a spec.
Brian Morearty committed -
Pavel Pravosud committed
-
Jon Yurek committed
-
Jon Yurek committed
-
- 19 Oct, 2012 2 commits
- 12 Oct, 2012 1 commit
-
-
Jon Yurek committed
-
- 11 Oct, 2012 1 commit
-
-
darrenli committed
-
- 05 Oct, 2012 2 commits
- 28 Sep, 2012 2 commits
- 14 Sep, 2012 3 commits
-
-
Jon Yurek committed
-
Fixes #913
Matthew Schulkind committed -
Fixes #913.
Matthew Schulkind committed
-
- 07 Sep, 2012 3 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
-
- 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 4 commits
-
-
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
-
Matthew Schulkind 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 3 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 -
Tom Counsell committed
-
- 11 Jul, 2012 1 commit
-
-
Seth Bro committed
-
- 09 Jul, 2012 1 commit
-
-
* Added test for checking if path gets interpolated correctly without passing :path or :url options * gsub default :rails_root filesystem-like path to nothing for Fog storage, just like in S3 Storage.
Michiel Sikkes committed
-
- 04 Jul, 2012 2 commits
-
-
`s3_protocol` now returns the protocol without a colon. If you need a colon, you can pass in `true` as a second argument. This might not be a best solution, so any better patch that does not introduce a regression is welcome. Fixes #921
Prem Sichanugrist committed -
* Add StyleTokenNotFound in Errors * Adjust tests to make sure :style present where not currently defined
Joel Oliveira committed
-