aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/nested_attributes_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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