| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'mainstream/master' | Pratik Naik | 2010-01-17 | 1 | -31/+22 |
|\ |
|
| * | Renamed AssociationReflection #collection_association? to #collection?. | Eloy Duran | 2010-01-08 | 1 | -1/+1 |
| * | Raise a RecordNotFound if an ID in nested attributes is given but doesn't ret... | Eloy Duran | 2010-01-07 | 1 | -0/+11 |
| * | Remove deprecated '_delete' option from NestedAttributes. | Eloy Duran | 2010-01-07 | 1 | -13/+2 |
| * | Removed unnecessary call to #try and cleaned up a bit more. | Eloy Duran | 2010-01-07 | 1 | -6/+4 |
| * | Cleanup some code in nested_attributes.rb, autosave_association.rb, and assoc... | Eloy Duran | 2010-01-07 | 1 | -7/+1 |
| * | Refactored nested attributes a bit around :reject_if => :all_blank. | Eloy Duran | 2010-01-07 | 1 | -5/+4 |
* | | Merge remote branch 'mainstream/master' | Pratik Naik | 2010-01-04 | 1 | -22/+26 |
|\| |
|
| * | Refactored previous changes to nested attributes. | Eloy Duran | 2009-12-28 | 1 | -32/+18 |
| * | Add an :update_only option to accepts_nested_attributes_for for to-one associ... | Michael Siebert | 2009-12-28 | 1 | -3/+23 |
| * | Make sure to not add autosave callbacks multiple times. [#3575 state:resolved] | Eloy Duran | 2009-12-28 | 1 | -3/+1 |
* | | Merge remote branch 'mainstream/master' | Pratik Naik | 2009-11-17 | 1 | -0/+2 |
|\| |
|
| * | Define autosave association callbacks when using accepts_nested_attributes_for. | Eloy Duran | 2009-11-07 | 1 | -0/+2 |
* | | Merge commit 'mainstream/master' | Pratik Naik | 2009-10-10 | 1 | -20/+63 |
|\| |
|
| * | Add a :limit option to specify the maximum number of records that can be proc... | Pratik Naik | 2009-10-09 | 1 | -1/+14 |
| * | Store entire options hash in the class var rather than just the reject_if pro... | Pratik Naik | 2009-10-09 | 1 | -12/+15 |
| * | Use indifferent access attributes instead of stringifying them | Pratik Naik | 2009-10-08 | 1 | -2/+2 |
| * | Allow accepts_nested_attributes_for :reject_if option accept symbols for usin... | Pratik Naik | 2009-10-07 | 1 | -6/+33 |
* | | Fix nested attributes examples again. | George Ogata | 2009-09-29 | 1 | -3/+3 |
* | | Fix creation example in nested attributes. | George Ogata | 2009-09-29 | 1 | -1/+1 |
* | | Merge commit 'mainstream/master' | Pratik Naik | 2009-09-21 | 1 | -22/+38 |
|\| |
|
| * | Rename nested attributes _delete to _destroy to reflect its actual behavior a... | José Valim | 2009-09-12 | 1 | -21/+32 |
| * | Raise an exception with friendlier error message when attempting to build a p... | Mike Breen | 2009-09-12 | 1 | -1/+6 |
| * | Merge docrails | Pratik Naik | 2009-07-25 | 1 | -1/+1 |
* | | NestedAttributes: call reload after saving to see deletions reflected in | Rob Olson | 2009-09-18 | 1 | -2/+2 |
* | | Merge commit 'mainstream/master' | Pratik Naik | 2009-06-01 | 1 | -1/+1 |
|\| |
|
| * | Break up DependencyModule's dual function of providing a "depend_on" DSL and ... | Joshua Peek | 2009-05-28 | 1 | -1/+1 |
* | | Merge commit 'mainstream/master' | Pratik Naik | 2009-05-15 | 1 | -5/+18 |
|\| |
|
| * | Cherry-pick core extensions | Jeremy Kemper | 2009-05-13 | 1 | -0/+3 |
| * | Use DependencyModule for included hooks in ActiveRecord | Bryan Helmkamp | 2009-05-11 | 1 | -4/+5 |
| * | Allow you to pass :all_blank to :reject_if option to automatically create a P... | Mike Breen | 2009-05-10 | 1 | -1/+10 |
* | | Spelling fixes in activerecord. | Evan Farrar | 2009-05-07 | 1 | -1/+1 |
|/ |
|
* | Changed API of NestedAttributes to take an array, or hash with index keys, of... | Lance Ivy | 2009-02-13 | 1 | -100/+146 |
* | Nested attribute accessors should ignore new records with truthy _delete key. | Pascal Ehlert | 2009-02-06 | 1 | -2/+6 |
* | Add support for nested object forms to ActiveRecord and the helpers in Action... | Eloy Duran | 2009-02-01 | 1 | -0/+279 |