aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/collection_proxy.rb
Commit message (Expand)AuthorAgeFilesLines
* remove warning: assigned but unused variableSantiago Pastorino2011-06-081-1/+1
* added an alias for new to build to the AR collection proxy, this corrects an ...Josh Kalderimis2011-06-011-8/+2
* removed deprecated methods, and related tests, from ActiveRecordJosh Kalderimis2011-05-251-24/+0
* Implement proxy_owner, proxy_target and proxy_reflection methods on Collectio...Jon Leighton2011-05-191-0/+24
* Fix for lighthouse #6741Nick Howard2011-05-011-3/+6
* Removing the scope-caching which happens on association proxies, because the ...Jon Leighton2011-04-121-2/+0
* Split AssociationProxy into an Association class (and subclasses) which manag...Jon Leighton2011-02-181-0/+127