aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/collection_association.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use mass-assignment protection when applying the scoped.scope_for_creat...Jon Leighton2011-05-101-2/+4
* Fix #480. Passing nil to create association works.José Valim2011-05-101-1/+1
* Revert "b9ea751d0e56bd00d341766977a607ed3f7ddd0f".José Valim2011-05-101-26/+27
* 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