aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/collection_association.rb
Commit message (Expand)AuthorAgeFilesLines
* Use proper objects to do the work to build the associations (adding methods, ...Jon Leighton2011-02-211-0/+39
* Delegate Association#options to the reflection, and replace 'reflection.optio...Jon Leighton2011-02-211-24/+24
* Associations - where possible, call attributes methods rather than directly a...Jon Leighton2011-02-211-49/+49
* Split AssociationProxy into an Association class (and subclasses) which manag...Jon Leighton2011-02-181-0/+510