aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/nested_attributes.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/+10
* Changed API of NestedAttributes to take an array, or hash with index keys, of...Lance Ivy2009-02-131-100/+146
* Nested attribute accessors should ignore new records with truthy _delete key.Pascal Ehlert2009-02-061-2/+6
* Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-0/+279