aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/autosave_association_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Error#on(attribute) in favour of Errors#[attribute]Pratik Naik2009-03-201-16/+16
* Move all the Active Record validations to Active ModelPratik Naik2009-03-191-2/+2
* Ensure AutosaveAssociation runs remove callbacks [#2146 state:resolved]Luca Guidi2009-03-121-0/+35
* Don't validate records of an :autosave association if they're marked for dest...Eloy Duran2009-02-271-3/+27
* Fixed that autosave should validate associations even if master is invalid [#...David Heinemeier Hansson2009-02-271-8/+442
* Also save :autosave enabled associations when #save! is used.Eloy Duran2009-02-061-1/+23
* Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-0/+386