Ruby on Rails
Go to file
David Heinemeier Hansson c37e8d365b Added methods for removing subclasses -- couldnt make it work with the regular nested-module approach (ObjectSpace was being difficult), so this is a straight inclusion
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@506 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-01-25 17:55:55 +00:00
actionmailer git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@459 5ecf4fe2-1ee6-0310-87b1-e25e094e27de 2005-01-18 14:17:52 +00:00
actionpack Fixed the ordering of attributes in the xml-decleration of Builder #540 [woeye] 2005-01-25 12:47:11 +00:00
activerecord Added the option of supplying an array of ids and attributes to Base#update, so that multiple records can be updated at once (inspired by #526/Duane Johnson). Added the option of supplying an array of attributes to Base#create, so that multiple records can be created at once. Added that Base#delete and Base#destroy both can take an array of ids to delete/destroy #336. Added that has_many association build and create methods can take arrays of record data like Base#create and Base#build to build/create multiple records at once. 2005-01-25 12:45:01 +00:00
activesupport Added methods for removing subclasses -- couldnt make it work with the regular nested-module approach (ObjectSpace was being difficult), so this is a straight inclusion 2005-01-25 17:55:55 +00:00
railties Fixed that /Recipe/new and /recipe/new points to the same thing [Lyle Johnson] 2005-01-24 16:19:29 +00:00
pushgems.rb A few missing files 2005-01-20 14:55:13 +00:00