- 18 Nov, 2011 1 commit
-
-
Jon Yurek committed
-
- 04 Nov, 2011 1 commit
-
-
Shinya Kasatani committed
-
- 29 Oct, 2011 1 commit
-
-
Separate the UrlGenerator out from the Attachment. Some example plugins that could be written include generating thumbnails on the fly for different thumbnail sizes, or delaying the thumbnail generation until it is first called.
Mike Burns committed
-
- 21 Oct, 2011 8 commits
-
-
Prem Sichanugrist committed
-
Fix a bug when passing a method name to `:if` and `:unless` option in `validates_attachment_presence` Fixes #631
Prem Sichanugrist committed -
Kelley Reynolds committed
-
Jon Yurek committed
-
Overbryd committed
-
Joern Barthel committed
-
Jon Yurek committed
-
Jon Yurek committed
-
- 20 Oct, 2011 5 commits
-
-
Jon Yurek committed
-
Jon Yurek committed
-
Jon Yurek committed
-
Alexander Presber committed
-
ones (:private and :public_read) in the s3_test completed test for lambda permission value
Alexander Presber committed
-
- 19 Oct, 2011 1 commit
-
-
bit of work
Tim Assmann committed
-
- 18 Oct, 2011 1 commit
-
-
Overbryd committed
-
- 17 Oct, 2011 1 commit
-
-
Ken Collins committed
-
- 14 Oct, 2011 3 commits
-
-
Prem Sichanugrist committed
-
Closes #602
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
- 10 Oct, 2011 3 commits
-
-
So instead of having: http://s3.amazonaws.com/paperclip/var/www/foo.com/current/avatars/1/original/foo.jpg because default path has the :rails_root, now you'd have: http://s3.amazonaws.com/paperclip/avatars/1/original/foo.jpg This shouldn't affect your application because you'd normally set the path to some string.
Prem Sichanugrist committed -
Paperclip::InterpolatedString will ensure that we're not double escape the string, which was the cause of the escaped filename problem in #path method.
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
- 06 Oct, 2011 2 commits
- 05 Oct, 2011 1 commit
-
-
Jon Yurek committed
-
- 04 Oct, 2011 2 commits
-
-
Daniel Vartanov committed
-
Iain Beeston committed
-
- 30 Sep, 2011 7 commits
-
-
Jon Yurek committed
-
Aldo Sarmiento committed
-
Added comments and add explicit ordering to this method, which makes the result deterministic and resumeable should an error occur mid-way.
Joost Baaij committed -
As values in set are strings - check is unnecessary.
Pavel Forkert committed -
Saving instances causes memory leaks in development mode in rails.
Pavel Forkert committed -
Jon Yurek committed
-
Jon Yurek committed
-
- 25 Sep, 2011 1 commit
-
-
Problem: When using STI, and when 'config.cache_classes = true', then the STI subclass that gets loaded last will overwrite the options for the others. This is due to using Rails class_attribute with a mutable hash. Solution: dup the hash.
ramn committed
-
- 23 Sep, 2011 2 commits
-
-
Prem Sichanugrist committed
-
It's Paperclip's responsibility to escape special characters from the URL to make sure that it's comply with standard. Closes #577, Closes #563, and reverse my judgement on #482.
Prem Sichanugrist committed
-