- 15 Jul, 2011 3 commits
-
-
Prem Sichanugrist committed
-
takuyan committed
-
takuyan committed
-
- 14 Jul, 2011 2 commits
- 10 Jul, 2011 3 commits
-
-
Prem Sichanugrist committed
-
option to convert.
Tony Miller committed -
Closes #508, Closes #511
Prem Sichanugrist committed
-
- 07 Jul, 2011 3 commits
-
-
Prem Sichanugrist committed
-
Closes #507
Prem Sichanugrist committed -
Update the documentation to say that we require the virtual attribute to be defined in order to use the validation.
Prem Sichanugrist committed
-
- 06 Jul, 2011 1 commit
-
-
Prem Sichanugrist committed
-
- 01 Jul, 2011 1 commit
-
-
Maybe I have to relearn how to read ... This reverts commit d199e584.
Prem Sichanugrist committed
-
- 30 Jun, 2011 17 commits
-
-
Fixes GH-504. Add rails/init.rb back into repo.
Chad Pytel committed -
Nathan Hyde committed
-
Closes #68
Prem Sichanugrist committed -
Closes #434
Prem Sichanugrist committed -
Robert Stern committed
-
Closes #389, Closes #390
Jason Whittle committed -
Closes #213
S. Brent Faulkner committed -
Closes #170
Prem Sichanugrist committed -
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 -
Mike Burns committed
-
Closes #105
Prem Sichanugrist committed -
Closes #495
Prem Sichanugrist committed -
Closes #133, Closes 288
Prem Sichanugrist committed
-
- 29 Jun, 2011 9 commits
-
-
Closes #214
Prem Sichanugrist committed -
Closes #216
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
-
Closes #100
Prem Sichanugrist committed -
Prem Sichanugrist committed
-
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 1 commit
-
-
Alex Godin committed
-