- 30 Mar, 2012 8 commits
-
-
Prem Sichanugrist committed
-
Fixes #786
Prem Sichanugrist committed -
Jon Yurek committed
-
Jon Yurek committed
-
Jon Yurek committed
-
Jon Yurek committed
-
Needs work for S3 Attachments.
Jon Yurek committed -
Prem Sichanugrist committed
-
- 27 Mar, 2012 4 commits
-
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Fix AttachmentContentTypeValidator to work with multiple values
Prem Sichanugrist committed -
Current validation check in AttachmentContentTypeValidator is simply wrong, it will add an error if any of the allowed_types fails comparison with value, so it will pass only if value is either empty or equals to each and every one of allowed_types. Add test to check that validation passes if even one of content types match.
tony-brewerio committed
-
- 26 Mar, 2012 2 commits
-
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
- 23 Mar, 2012 14 commits
-
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Prem Sichanugrist committed
-
Rails 3.0.x doesn't support new migration style This reverts commit b7bfdec3.
Prem Sichanugrist committed
-
- 18 Mar, 2012 1 commit
-
-
Dmitry Polushkin committed
-
- 16 Mar, 2012 3 commits
-
-
Mathieu Martin committed
-
Note: find_each doesn't support order because it already specifies it. And it happens to be 'id' as well.
Mathieu Martin committed -
Luke Griffiths committed
-
- 12 Mar, 2012 3 commits
-
-
Mathieu Martin committed
-
minor typo in explanatory rdoc-comment
Prem Sichanugrist committed -
Matthias Viehweger committed
-
- 09 Mar, 2012 1 commit
-
-
The new default :path and :include include the name of the model and also nests the model ID under a series of subdirectories, improving filesystem access speed when more than 1024 models have saved attachments. The easiest way to upgrade is to add an explicit :url and :path to your has_attached_file calls: has_attached_file :avatar, :path => ":rails_root/public/system/:attachment/:id/:style/:filename", :url => "/system/:attachment/:id/:style/:filename"
Mike Burns committed
-
- 05 Mar, 2012 1 commit
-
-
Mike Boone committed
-
- 02 Mar, 2012 3 commits
-
-
Prem Sichanugrist committed
-
Fixes #738
beachbc committed -
Joshua Clayton committed
-