aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/nested_attributes_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't overwrite unsaved updates when loading an association but preserve the ...James Le Cuirot2010-06-201-0/+21
* Revert "Don't overwrite unsaved updates when loading an association but prese...José Valim2010-06-111-14/+0
* Don't overwrite unsaved updates when loading an association but preserve the ...James Le Cuirot2010-06-091-0/+14
* Fixing test class names and refactor line in autosave associationCarlos Antonio da Silva2010-06-071-2/+2
* Nested records (re: autosave) are now updated even when the intermediate pare...Ian White2010-05-181-0/+80
* Use primary key in conditions, not 'id' [#4395 state:resolved]Mathieu Arnold2010-05-041-0/+25
* Ensure not to load the entire association when bulk updating existing records...Pratik Naik2010-04-141-1/+11
* Raise a RecordNotFound if an ID in nested attributes is given but doesn't ret...Eloy Duran2010-01-071-4/+20
* Moved the validation logic to the association reflection and refactored autos...Eloy Duran2010-01-071-2/+2
* Remove deprecated '_delete' option from NestedAttributes.Eloy Duran2010-01-071-6/+0
* Refactored nested attributes a bit around :reject_if => :all_blank.Eloy Duran2010-01-071-1/+4
* Make nested attributes behave like in 2.3.5 and add a sanity test for it with...José Valim2010-01-021-1/+1
* Refactored previous changes to nested attributes.Eloy Duran2009-12-281-15/+26
* Add an :update_only option to accepts_nested_attributes_for for to-one associ...Michael Siebert2009-12-281-0/+31
* Make sure to not add autosave callbacks multiple times. [#3575 state:resolved]Eloy Duran2009-12-281-0/+9
* Add a :limit option to specify the maximum number of records that can be proc...Pratik Naik2009-10-091-0/+30
* Store entire options hash in the class var rather than just the reject_if pro...Pratik Naik2009-10-091-4/+4
* Use indifferent access attributes instead of stringifying themPratik Naik2009-10-081-0/+8
* Allow accepts_nested_attributes_for :reject_if option accept symbols for usin...Pratik Naik2009-10-071-0/+20
* Rename nested attributes _delete to _destroy to reflect its actual behavior a...José Valim2009-09-121-33/+39
* Raise an exception with friendlier error message when attempting to build a p...Mike Breen2009-09-121-0/+8
* Add test to verify that the new :inverse_of association option will indeed fi...Wolfram Arnold2009-08-081-0/+37
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* 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