- 17 May, 2010 1 commit
-
-
Jon Yurek committed
-
- 14 May, 2010 1 commit
-
-
Moved AR include into a configure method to prevent non-inclusion when using the git repo in the Gemfile
Jon Yurek committed
-
- 01 May, 2010 1 commit
-
-
Jon Yurek committed
-
- 29 Apr, 2010 2 commits
-
-
Jon Yurek committed
-
Rails.root returns a Pathname and you can now declare your attachment without having to call #to_s first: has_attached_file :avatar, :storage => :s3, :s3_credentials => Rails.root.join('s3.yml') (cherry picked from commit 65d7600b7246cb3bd8f10805fb618e5839694318)
Mike Breen committed
-
- 27 Apr, 2010 3 commits
- 26 Apr, 2010 8 commits
-
-
Jon Yurek committed
-
Jon Yurek committed
-
Jon Yurek committed
-
Jon Yurek committed
-
Jon Yurek committed
-
These callbacks are different from pre-rails 3. They do NOT cancel the after_ if the before_ returns false. They will cancell inner callbacks, however, but that's it. This is a change in functionality.
Jon Yurek committed -
Jon Yurek committed
-
Dan Croak committed
-
- 17 Mar, 2010 2 commits
-
-
Joe Ferris committed
-
Joe Ferris committed
-
- 08 Mar, 2010 1 commit
-
-
Determine content_type with file command's --mime-type when content_type is not found in the default cases. (cherry picked from commit 2ca52df1)
Mike Mondragon committed
-
- 31 Dec, 2009 1 commit
-
-
Jon Yurek committed
-
- 18 Dec, 2009 2 commits
- 01 Dec, 2009 2 commits
-
-
(cherry picked from commit 61dbcb3e36c0bc9742d045dd1e54f846043a1569)
Matt Hawkins committed -
Jon Yurek committed
-
- 30 Nov, 2009 1 commit
-
-
Jon Yurek committed
-
- 04 Nov, 2009 1 commit
-
-
Fixed an error where ImageMagick wasn't identifying images because the Tempfiles did not have the right extension.
Jon Yurek committed
-
- 09 Oct, 2009 2 commits
-
-
Jason Morrison committed
-
Jason Morrison committed
-
- 08 Sep, 2009 1 commit
-
-
Tristan Dunn committed
-
- 03 Sep, 2009 2 commits
- 25 Aug, 2009 1 commit
-
-
Nick Quaranto committed
-
- 24 Aug, 2009 1 commit
-
-
Daniel Croak committed
-
- 21 Aug, 2009 2 commits
- 10 Aug, 2009 2 commits
-
-
(cherry picked from commit f58f73210621261c214136eb7514be459032ee0f)
Damian Janowski committed -
(cherry picked from commit 43946120a6231be06d59c8f28969946c213e6872)
Damian Janowski committed
-
- 06 Aug, 2009 1 commit
-
-
Fix broken validates_attachment_size error message. The min and max values were not being passed to attachment_definitions and thus were not available for :min and :max string replacement when the error message was built, leading to spaces rather than byte values for :min and :max. (cherry picked from commit 3fdb1160b272e71653d18d0b5945073e615c0a2d)
Barry Hess committed
-
- 04 Aug, 2009 1 commit
-
-
Jon Yurek committed
-
- 31 Jul, 2009 1 commit
-
-
Jon Yurek committed
-