aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/nested_attributes_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Allow you to pass :all_blank to :reject_if option to automatically create a P...Mike Breen2009-05-101-1/+17
* Changed API of NestedAttributes to take an array, or hash with index keys, of...Lance Ivy2009-02-131-76/+212
* Nested attribute accessors should ignore new records with truthy _delete key.Pascal Ehlert2009-02-061-0/+14
* Don't rely on the order in these testsMichael Koziarski2009-02-011-2/+2
* Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-0/+359