Ruby on Rails
Go to file
David Heinemeier Hansson 9a80e97d58 Merge branch 'master' of git@github.com:rails/rails 2008-04-28 13:29:23 -05:00
actionmailer * Remove default_url_options from mailer generator 2008-04-21 14:31:54 -05:00
actionpack Ruby 1.9 compat: force assert_select text encoding to the encoding of the regexp it's matching against. 2008-04-28 10:52:23 -07:00
activemodel Use define_callbacks helper for ActiveRecord validations. 2008-04-20 11:45:44 -05:00
activerecord Let Base.all use conditions etc like first/last 2008-04-28 13:27:52 -05:00
activeresource Rescue from Timeout::Error in ActiveResource::Connection. 2008-04-22 09:30:56 +12:00
activesupport Revert alias_method_chain exceptions as they broke aliasing class methods. 2008-04-28 16:54:09 +12:00
railties Be friendlier when upgrading apps with an old boot.rb. 2008-04-28 09:16:13 +12:00
.gitignore preventing generated documentation from being picked up by git. [#37 state:resolved] 2008-04-23 20:27:23 +12:00
Rakefile Toplevel test task uses the same rake it was invoked with 2007-12-18 21:12:45 +00:00
cleanlogs.sh Ignore debug logs and ensure ActiveResource's log is cleaned up. 2008-04-16 13:17:03 -05:00
pushgems.rb Testing commits 2008-04-10 22:09:13 -05:00
release.rb Removed query cache rescue as it could cause code to be run twice (closes #10408) [DHH] 2007-12-07 13:34:06 +00:00