aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/autosave_association.rb
Commit message (Expand)AuthorAgeFilesLines
* Add primary_key option to belongs_to associationSzymon Nowak2009-07-151-1/+2
* Merge branch 'master' into active_modelJoshua Peek2009-05-291-12/+15
|\
| * Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
| * Use DependencyModule for included hooks in ActiveRecordBryan Helmkamp2009-05-111-7/+6
| * Ensure the parent record is always saved when the child is invalid. [#2249 st...Eloy Duran2009-04-271-5/+9
* | 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