mirror of
https://github.com/github/rails.git
synced 2026-01-23 13:28:04 -05:00
ee662e9768f3682389daaa54d38c3e46cdcd4408
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@507 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%