aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/scoping/relation_scoping_test.rb
Commit message (Expand)AuthorAgeFilesLines
* :scissors: duplicated `require`sGodfrey Chan2014-10-141-1/+0
* make sure cache is not used for collection assocations tooAaron Patterson2014-10-141-1/+12
* break cache if we're inside a "scoping" call. fixes #17052Aaron Patterson2014-10-141-0/+10
* Make sure that fixtures are loaded before findingAkira Matsuda2014-08-141-0/+4
* FormatAkira Matsuda2014-08-141-2/+2
* do not rely on method_missing hitting arelAaron Patterson2014-03-241-2/+3
* split relation_scoping_test.rb's default scoping tests into another fileTakehiro Adachi2013-03-301-357/+0
* move tests for NamedScope and DefaultScope under test/cases/scoping/Takehiro Adachi2013-03-301-0/+688