- 08 Jun, 2012 2 commits
-
-
Jon Yurek committed
-
Geoffrey Hichborn committed
-
- 06 Jun, 2012 2 commits
-
-
Mike Burns committed
-
Juanjo Bazán committed
-
- 31 May, 2012 3 commits
-
-
Geoffrey Hichborn committed
-
Ryan Sonnek committed
-
Ryan Sonnek committed
-
- 25 May, 2012 2 commits
-
-
Andrew Pollok committed
-
would cause the best_content_type to throw an error on trying nil.content_type.
Andrew Pollok committed
-
- 18 May, 2012 3 commits
-
-
Gonzalo Rodriguez committed
-
Juanjo Bazán committed
-
Juanjo Bazán committed
-
- 04 May, 2012 8 commits
-
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
This should fix an error when the user has turn on AWS logging while and upload a file with non-English filename, as `aws-sdk` logger is not encoding aware. The problem was that the string returned from another logger methods is in `US-ASCII`, while the string returned from Paperclip would be in `UTF-8`. When the logger calls `#join` on those strings, Ruby would raise an exception. This solution is not the best, as it involves a monkey-patching, but should make sure that the upload goes through without any hiccup. For the long run, I'm going to send a patch to `aws-sdk` and also make Paperclip require at least `aws-sdk > 1.4.1`
Prem Sichanugrist committed -
We've changed some of the setting and some of the S3 tests got ignored. This should make sure that the tests are really passing, after the changes to IO Adapter.
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
This will prevent a pitfall as sometime the style's name can be a string.
Prem Sichanugrist committed -
Fixes #762
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
- 24 Apr, 2012 3 commits
-
-
Jon Yurek committed
-
Prem Sichanugrist committed
-
Jon Yurek committed
-
- 23 Apr, 2012 1 commit
-
-
* Force column reset in Rails >= 3.1 * Reuse another helper method
Prem Sichanugrist committed
-
- 17 Apr, 2012 6 commits
-
-
ContentTypeValidator now honors the `:allow_nil` and `:allow_blank` option.
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
This will ensure that the content type is a String. Fixes #805
Prem Sichanugrist committed -
Make sure that we close opened files after we're done with them.
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Sebastien Guignot committed
-
- 15 Apr, 2012 1 commit
-
-
Kir Maximov committed
-
- 12 Apr, 2012 1 commit
-
-
Prem Sichanugrist committed
-
- 09 Apr, 2012 2 commits
-
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
- 05 Apr, 2012 2 commits
-
-
Philipp Brumm committed
-
Philipp Brumm committed
-
- 04 Apr, 2012 2 commits
-
-
* Add failing test for case when no logger is specified * add fix for failing test * fix teardown of no logger test
Benjamin ter Kuile committed -
In Rails, `ActionDispatch::Http::UploadedFile` has an accessor to access a `Tempfile` object. However, `Rack::Test::UploadedFile` does not provide that, but provinding the `#path` method instead. To be able to support both, we have to check for existance for `#tempfile` method, then fallback to `#path` method. Fixes #807
Prem Sichanugrist committed
-
- 30 Mar, 2012 2 commits
-
-
It's not working correctly as expected, so let's revert this for now. This reverts commit 51bb0f9f.
Prem Sichanugrist committed -
Prem Sichanugrist committed
-