- 30 Jun, 2011 3 commits
-
-
Closes #170
Prem Sichanugrist committed -
added :preserve_files option so paperclip can get along with soft-delete plugins like acts_as_paranoid Closes #152
Greg Lappen committed -
Closes #62
Prem Sichanugrist committed
-
- 29 Jun, 2011 4 commits
-
-
Closes #214
Prem Sichanugrist committed -
Example: has_attached_file :image, :bucket => "testing", :path => ":attachment/:style/:basename.:extension" :s3_permissions => { :original => :private }, :styles => { :thumb => '80x80>' } The above will allow public read access on :thumb but require credentials for :original. Example of setting default to private: has_attached_file :image, :bucket => "testing", :path => ":attachment/:style/:basename.:extension" :s3_permissions => :private :styles => { :thumb => '80x80>' } The above will set all to private Closes #398
Larry Sprock committed -
Prem Sichanugrist committed
-
Alex Godin committed
-
- 28 Jun, 2011 1 commit
-
-
Jon Yurek committed
-
- 24 Jun, 2011 3 commits
-
-
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
-
- 20 Jun, 2011 6 commits
-
-
Prem Sichanugrist committed
-
Mikel Lindsaar 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
-
- 17 Jun, 2011 1 commit
-
-
ralph committed
-
- 15 Jun, 2011 1 commit
-
-
Marshall Sontag committed
-
- 09 Jun, 2011 1 commit
-
-
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 1 commit
-
-
Jonah Williams committed
-
- 31 May, 2011 1 commit
-
-
Aditya Sanghi committed
-
- 23 May, 2011 1 commit
-
-
Prem Sichanugrist committed
-
- 20 May, 2011 1 commit
-
-
Jon Yurek committed
-
- 19 May, 2011 2 commits
- 03 May, 2011 2 commits
- 20 Apr, 2011 3 commits
-
-
Lewisou committed
-
Jon Yurek committed
-
Franco Catena committed
-
- 08 Apr, 2011 2 commits
-
-
Conflicts: lib/paperclip/storage/s3.rb test/storage_test.rb
Chad Pytel committed -
Mike Breen committed
-
- 06 Apr, 2011 1 commit
-
-
geemus committed
-
- 09 Mar, 2011 3 commits
-
-
Jon Yurek committed
-
yar committed
-
John Mileham committed
-
- 10 Feb, 2011 1 commit
-
-
John Mileham committed
-
- 04 Feb, 2011 1 commit
-
-
Franco Catena committed
-
- 01 Feb, 2011 1 commit
-
-
Robert Stern committed
-