Go to file
2006-12-22 21:42:52 +00:00
actionmailer Allow mailer actions named send by using __send__ internally. Closes #6467. 2006-11-13 05:03:48 +00:00
actionpack Singleton resources: POST /singleton => create, GET /singleton/new => new 2006-12-22 03:16:50 +00:00
actionwebservice Ensure that DispatcherError is being thrown correctly when a malformed request is received. 2006-12-11 21:09:47 +00:00
activerecord Pushing a record on an association collection doesn't unnecessarily load all the associated records. 2006-12-21 23:28:12 +00:00
activeresource Base#==, eql?, and hash methods. == returns true if its argument is identical to self or if it's an instance of the same class, is not new?, and has the same id. eql? is an alias for ==. hash delegates to id. 2006-12-22 21:42:52 +00:00
activesupport DeprecatedInstanceVariable#inspect doesn't warn since test/unit, error logs, and others use it for diagnostics. 2006-12-20 21:28:31 +00:00
railties Reapply plugin load path changes from [5720] 2006-12-18 20:27:05 +00:00
cleanlogs.sh Logs in GEMs is bad style 2005-03-06 22:14:57 +00:00
pushgems.rb test svn 2006-09-12 01:09:52 +00:00
release.rb Use Aras RubyForge uploader 2006-04-09 22:14:08 +00:00