aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/scoping
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated `scope` use without passing a callable object.Arun Agrawal2013-07-031-10/+0
* calling default_scope without a proc will raise ArgumentErrorNeeraj Singh2013-07-021-3/+2
* remove deprecated implicit join references.Yves Senn2013-06-291-5/+0
* Simplify/fix implementation of default scopesJon Leighton2013-06-281-3/+2
* Delegate #unscope query methodCarlos Antonio da Silva2013-04-281-0/+10
* Fix scope chaining + STIJon Leighton2013-04-051-1/+1
* failing test for #9869Neeraj Singh2013-04-051-0/+5
* split relation_scoping_test.rb's default scoping tests into another fileTakehiro Adachi2013-03-302-357/+360
* rename named_scope_test.rb to a proper file nameTakehiro Adachi2013-03-301-1/+1
* move tests for NamedScope and DefaultScope under test/cases/scoping/Takehiro Adachi2013-03-302-0/+1150