aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/autosave_association.rb
Commit message (Expand)AuthorAgeFilesLines
* Move all the Active Record validations to Active ModelPratik Naik2009-03-191-1/+1
* Ensure AutosaveAssociation runs remove callbacks [#2146 state:resolved]Luca Guidi2009-03-121-1/+1
* Fixed autosave checks on objects with hm:t in :include [#2213 state:resolved]Will Bryant2009-03-121-1/+1
* Don't validate records of an :autosave association if they're marked for dest...Eloy Duran2009-02-271-4/+7
* Fixed that autosave should validate associations even if master is invalid [#...David Heinemeier Hansson2009-02-271-58/+179
* Also save :autosave enabled associations when #save! is used.Eloy Duran2009-02-061-0/+12
* Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-0/+213