- 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 #398Larry 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 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 1 commit
 - 
- 
Closes #286
Prem Sichanugrist committed 
 -