- 30 Aug, 2011 2 commits
-
-
Mike Burns committed
-
Mike Burns committed
-
- 26 Aug, 2011 3 commits
-
-
Mike Burns committed
-
Fixing destroy callback to delete files just when model destroy method was completed successfully (i.e. no exception like 'foreign key constraint violations' was raised)
Mario Peixoto committed -
Mike Burns committed
-
- 24 Aug, 2011 6 commits
-
-
Decouple the Interpolations class from the Attachment classs, you can extend Paperclip with custom interpolations as paperclip-extended does.
Mike Burns committed -
Mike Burns committed
-
Abstract out the file geometry parser within Thumbnail. This makes it possible to have different cropping and scaling controls, as the papermill gem does.
Mike Burns committed -
H. Wade Minter committed
-
Jon Yurek committed
-
Jon Yurek committed
-
- 23 Aug, 2011 1 commit
-
-
I think it's OK to have the bugfix for MongoDB in the plugin. This reverts commit cde22564.
Prem Sichanugrist committed
-
- 16 Aug, 2011 2 commits
-
-
Marcin Urbanski committed
-
This reverts commit fe01ae69.
Harold Giménez committed
-
- 15 Aug, 2011 1 commit
-
-
Harold Giménez committed
-
- 12 Aug, 2011 1 commit
-
-
David Faber committed
-
- 28 Jul, 2011 1 commit
-
-
Tim Cooper committed
-
- 22 Jul, 2011 2 commits
-
-
We already merged it in 6a10b358 and 0708cd43 This reverts commit ff3929ee.
Prem Sichanugrist committed -
Add ability to specify ".allowing" and ".rejecting" individually with content_type validation matcher. Closes #472, Closes #532
Chris Sepic committed
-
- 21 Jul, 2011 1 commit
-
-
Jeremy Walker committed
-
- 15 Jul, 2011 4 commits
-
-
Closes #515
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
takuyan committed
-
takuyan committed
-
- 13 Jul, 2011 1 commit
-
-
Matthew Schulkind committed
-
- 10 Jul, 2011 1 commit
-
-
option to convert.
Tony Miller committed
-
- 30 Jun, 2011 4 commits
-
-
Robert Stern committed
-
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 2 commits
-
-
Prem Sichanugrist committed
-
Mikel Lindsaar committed
-