- 08 Jun, 2010 4 commits
-
-
Jon Yurek committed
-
Jon Yurek committed
-
(cherry picked from commit 67865aac3227bd9c515052f6fbee446b4e724971)
Nick Ragaz committed -
(cherry picked from commit e053805f55b872e6926dfbfa14f38d1296e8b922)
Nick Ragaz committed
-
- 07 Jun, 2010 9 commits
-
-
Joshua Clayton committed
-
Joshua Clayton committed
-
Joshua Clayton committed
-
Jon Yurek committed
-
Jon Yurek committed
-
Based on a commit by Henrik N <henrik@nyh.se>
Jon Yurek committed -
Jon Yurek committed
-
Jon Yurek committed
-
Jon Yurek committed
-
- 06 Jun, 2010 2 commits
-
-
Oops, I forgot to regenerate the gemspec Railtie_name was deprecared in Rails edge - See 395d664
Bruno Michel committed -
(cherry picked from commit 4418c7a7229bd683b8f7597a2ab72149460608ab)
Bruno Michel committed
-
- 24 May, 2010 2 commits
-
-
Isaac Kearse committed
-
Jon Yurek committed
-
- 20 May, 2010 2 commits
- 18 May, 2010 1 commit
-
-
Jon Yurek committed
-
- 17 May, 2010 2 commits
- 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 3 commits
- 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 1 commit
-
-
Joe Ferris committed
-