- 04 Jul, 2012 2 commits
-
-
* Add StyleTokenNotFound in Errors * Adjust tests to make sure :style present where not currently defined
Joel Oliveira committed -
Prem Sichanugrist committed
-
- 23 Jun, 2012 1 commit
-
-
Jérémy FRERE committed
-
- 22 Jun, 2012 5 commits
-
-
Jon Yurek committed
-
Jon Yurek committed
-
Ylan Segal committed
-
Jon Yurek committed
-
Jon Yurek committed
-
- 15 Jun, 2012 14 commits
-
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Fixes #902
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Fixes #883
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Re-fix of #838, #766, #911
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
Michiel Sikkes committed
-
IMPORTANT: There is a bug in the current release of Fog (1.3.1) that will return a broken expiring URL when the bucket name is valid for a subdomain. This is fixed per https://github.com/fog/fog/pull/857 but not released in the gem yet. I have added currently FAILING tests for these cases that should pass when a new Fog is released.
Michiel Sikkes committed -
Jon Yurek committed
-
- 08 Jun, 2012 5 commits
-
-
This relates to #817
Prem Sichanugrist committed -
mankyuhan committed
-
mankyuhan committed
-
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 3 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
-