aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/autosave_association_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Oracle saves empty string as NULLRaimonds Simanovskis2009-08-061-10/+36
* Merge branch 'master' into active_modelJoshua Peek2009-05-291-1/+28
|\
| * Add missing models and fixtures [#2673 state:resolved]Emilio Tagua2009-05-191-1/+6
| * Ensure the parent record is always saved when the child is invalid. [#2249 st...Eloy Duran2009-04-271-0/+22
* | 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