aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/scoping/named_scoping_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not delegate `AR::Base#empty?` to `all`Sean Griffin2016-05-021-6/+0
* Delegate some additional methods in querying.rbKenta2016-03-301-0/+20
* Suppress :warning:sAkira Matsuda2016-01-281-1/+1
* scope needs the second argumentAkira Matsuda2016-01-281-1/+1
* Revert "Remove valid_scope_name? check - use ruby"Akira Matsuda2016-01-281-0/+19
* Removed mocha from Active Record Part 1Ronak Jangir2015-08-251-4/+6
* Error message testing fixFranky W2015-02-201-2/+4
* `WhereClause#predicates` does not need to be publicSean Griffin2015-01-271-2/+2
* Remove all references to `where_values` in testsSean Griffin2015-01-251-1/+1
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* Merge pull request #17374 from maurogeorge/scope-exceptionYves Senn2014-10-271-0/+7
|\
| * Raises ArgumentError when try to define a scope without a callableMauro George2014-10-231-0/+6
|/
* Enums shouldn't ruin people's anniversariesGodfrey Chan2014-09-041-2/+5
* Revert "Merge pull request #14544 from jefflai2/named_scope_sti"Rafael Mendonça França2014-05-211-6/+1
* Merge pull request #14544 from jefflai2/named_scope_stiRafael Mendonça França2014-05-201-1/+6
|\
| * Fixes Issue #13466.Jefferson Lai2014-04-231-1/+6
* | Block a few default Class methods as scope name.Arthur Neves2014-04-031-0/+3
|/
* Remove warnings for already defined methodsRafael Mendonça França2014-02-011-1/+3
* `scope` now raises on "dangerous" name conflictsGodfrey Chan2014-01-291-0/+57
* Ensure #second acts like #first AR finderJason Meller2014-01-201-4/+4
* 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
* Fix scope chaining + STIJon Leighton2013-04-051-1/+1
* failing test for #9869Neeraj Singh2013-04-051-0/+5
* rename named_scope_test.rb to a proper file nameTakehiro Adachi2013-03-301-0/+462