aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/collection_association.rb
Commit message (Expand)AuthorAgeFilesLines
* singular and collection relations in AR can now specify mass-assignment secur...Josh Kalderimis2011-05-011-10/+10
* Removing the scope-caching which happens on association proxies, because the ...Jon Leighton2011-04-121-12/+0
* Move the code which builds a scope for through associations into a generic As...Jon Leighton2011-03-101-13/+0
* 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