- 29 Jun, 2011 3 commits
-
-
Alex Godin committed
-
Closes #388
Ryan Schlesinger committed -
The tests would broken for StringIO, because it doesn't have a real "path". I've modify the patch to make the test stop complaining [@sikachu] This closes #470
Lance Ivy committed
-
- 28 Jun, 2011 7 commits
-
-
Alex Godin committed
-
Alex Godin committed
-
Alex Godin committed
-
Jon Yurek committed
-
Jon Yurek committed
-
Editing the readme to include information on `:hash`
Alex Godin committed -
Alex Godin committed
-
- 25 Jun, 2011 1 commit
-
-
Gabe Berke-Williams committed
-
- 24 Jun, 2011 5 commits
-
-
Closes #286
Prem Sichanugrist committed -
Closes #499
Sam L'Ecuyer committed -
the :default_url option for has_attached_file can now also be a Proc/lamba, which gets executed *before* it gets interpolated Closes #253, Closes #360
Peter Vandenberk committed -
Prem Sichanugrist committed
-
Closes #332
Prem Sichanugrist committed
-
- 20 Jun, 2011 12 commits
-
-
💣 Prem Sichanugrist committed -
Mikel Lindsaar committed
-
Closes #466
Dmitry Polushkin committed -
This patch only avoid reference to `ActiveRecord::Base.logger` if `ActiveRecord` is not available
Dmitrii Samoilov committed -
`Module#const_get` was unreliable on returning the right constant. We should check if the constant has been defined first before trying to call `Module#const_get`
Prem Sichanugrist committed -
Fix problem that Module#const_get might try to lookup the constant in the ancestor class, and fixing the strange error from Rails 2.3.x dependency management Closes #478
Prem Sichanugrist committed -
Pavel Forkert committed
-
There's a case when you really don't want to make a thumbnail of only the first frame, such as making thumbnail for GIF image. This patch will check that the source and output format is an animated format, and not calling `[0]` on it. Closes #454
Prem Sichanugrist committed -
Change S3 storage behavior to get the content_type for each upload, rather than only the original file. This prevents a still frame from a video or a conversion of a file from being served with the original mimetype. Closes #38, #129
Parker Selbert committed -
`convert` will pick this up automatically. :)
Winfred Nadeau committed -
Prem Sichanugrist committed
-
In Rails 3, Paperclip gem being loaded before the Rails object is properly configured and causing those processors not get require'd. This patch should fix that by lazy-loaded the processor. Closes #206, #233, #247, #480, #494
Zach Church committed
-
- 19 Jun, 2011 1 commit
-
-
Closes #481
Prem Sichanugrist committed
-
- 17 Jun, 2011 2 commits
- 15 Jun, 2011 5 commits
-
-
Chad Pytel committed
-
Chad Pytel committed
-
Change plugin initialization to rails3 style
Chad Pytel committed -
Change plugin initialization to rails3 style
Chad Pytel committed -
Marshall Sontag committed
-
- 09 Jun, 2011 2 commits
-
-
Jon Yurek committed
-
This addresses an issue where Paperclip can indefinitely block execution of an application by telling ImageMagick to "identify -format %wx%h [0]" which will then wait for input from STDIN forever.
Paul Mucur committed
-
- 07 Jun, 2011 2 commits