aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/nested_attributes.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'mainstream/master'Pratik Naik2009-11-171-0/+2
|\
| * Define autosave association callbacks when using accepts_nested_attributes_for.Eloy Duran2009-11-071-0/+2
* | Merge commit 'mainstream/master'Pratik Naik2009-10-101-20/+63
|\|
| * Add a :limit option to specify the maximum number of records that can be proc...Pratik Naik2009-10-091-1/+14
| * Store entire options hash in the class var rather than just the reject_if pro...Pratik Naik2009-10-091-12/+15
| * Use indifferent access attributes instead of stringifying themPratik Naik2009-10-081-2/+2
| * Allow accepts_nested_attributes_for :reject_if option accept symbols for usin...Pratik Naik2009-10-071-6/+33
* | Fix nested attributes examples again.George Ogata2009-09-291-3/+3
* | Fix creation example in nested attributes.George Ogata2009-09-291-1/+1
* | Merge commit 'mainstream/master'Pratik Naik2009-09-211-22/+38
|\|
| * Rename nested attributes _delete to _destroy to reflect its actual behavior a...José Valim2009-09-121-21/+32
| * Raise an exception with friendlier error message when attempting to build a p...Mike Breen2009-09-121-1/+6
| * Merge docrailsPratik Naik2009-07-251-1/+1
* | NestedAttributes: call reload after saving to see deletions reflected inRob Olson2009-09-181-2/+2
* | Merge commit 'mainstream/master'Pratik Naik2009-06-011-1/+1
|\|
| * Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* | Merge commit 'mainstream/master'Pratik Naik2009-05-151-5/+18
|\|
| * Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+3
| * Use DependencyModule for included hooks in ActiveRecordBryan Helmkamp2009-05-111-4/+5
| * Allow you to pass :all_blank to :reject_if option to automatically create a P...Mike Breen2009-05-101-1/+10
* | Spelling fixes in activerecord.Evan Farrar2009-05-071-1/+1
|/
* 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