aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/autosave_association_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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