aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/association.rb
Commit message (Expand)AuthorAgeFilesLines
* Move the code which builds a scope for through associations into a generic As...Jon Leighton2011-03-101-38/+6
* Active Record typos.R.T. Lechow2011-03-051-2/+2
* Fix a couple of tests in join_model_test.rb which were failing when the ident...Jon Leighton2011-03-041-2/+2
* Rename target_klass to klassJon Leighton2011-02-211-7/+7
* Delegate Association#options to the reflection, and replace 'reflection.optio...Jon Leighton2011-02-211-6/+6
* Associations - where possible, call attributes methods rather than directly a...Jon Leighton2011-02-211-23/+23
* Initialize @target instead asking if it is defined.Emilio Tagua2011-02-181-1/+2
* Reindent and remove wrong line left in merge by mistake.Emilio Tagua2011-02-181-4/+3
* Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-181-0/+16
* Split AssociationProxy into an Association class (and subclasses) which manag...Jon Leighton2011-02-181-0/+246