Ruby on Rails
Go to file
Jeremy Kemper 7370e54cc4 *_path instance methods. Check for missing/invalid site uri. http_mock response takes message arg, extracts numeric code. Tests log to test/debug.log
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5680 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-12-05 19:12:51 +00:00
actionmailer Allow mailer actions named send by using __send__ internally. Closes #6467. 2006-11-13 05:03:48 +00:00
actionpack Dropped the idea of automatically routing :format for the vanilla routes -- that will be a treat for map.resources. Deprecated the name route root as it'll be used as a shortcut for map.connect '' in Rails 2.0 (Rails 1.2). Added map.root as an alias for map.connect '' (Rails 2.0) 2006-12-04 00:12:00 +00:00
actionwebservice Added support for decimal types. Closes #6676. 2006-12-03 20:30:34 +00:00
activerecord Add AssociationCollection#create! to be consistent with AssociationCollection#create when dealing with a foreign key that is a protected attribute 2006-12-05 17:55:44 +00:00
activeresource *_path instance methods. Check for missing/invalid site uri. http_mock response takes message arg, extracts numeric code. Tests log to test/debug.log 2006-12-05 19:12:51 +00:00
activesupport Fixed Array#to_xml when it contains a series of hashes (each piece would get its own XML declaration) (closes #6610) [thkarcher/cyu] 2006-12-03 16:47:53 +00:00
railties Fixed script/process/spawner to work properly with Mongrel including in -r (daemonize mode) [DHH] 2006-12-04 03:50:57 +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