aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/association_scope_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* make a singleton for AssociationScopeAaron Patterson2014-02-141-2/+1
| | | | | AssociationScope no longer maintains state, so we're safe to keep a singleton and save on GC time
* pass the association and connection to the scope methodAaron Patterson2014-02-141-2/+4
|
* Represent association scope options as AR::Relations insternally.Jon Leighton2012-07-131-0/+15