Go to file
2006-12-26 23:56:00 +00:00
actionmailer Allow mailer actions named send by using __send__ internally. Closes #6467. 2006-11-13 05:03:48 +00:00
actionpack forgot to save CHANGELOG 2006-12-25 09:35:20 +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 Update load once paths to prevent nested once constants from being detected and claimed by an external non-once load. References #6720 2006-12-24 14:53:35 +00:00
railties Allow config.to_prepare to work, make the dispatcher safe to 're require'. [Koz, Nicholas Seckar] 2006-12-26 23:56:00 +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