mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
c37e8d365b9470a593668476fc9be0af6da2e812
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@506 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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.
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%