aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/named_scope_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert PR#5001 "removed unuseful require for reply as we are not using requir...Vishnu Atrai2012-02-121-0/+1
* removed unuseful require for reply as we are not using require modelKarunakar (Ruby)2012-02-111-1/+0
* remove requires of core_ext/array/random_access that no longer existslest2011-12-211-1/+0
* call scope within unscoped to prevent duplication of where valuesSergey Nartimov2011-12-171-0/+5
* #first doesn't take an order in this testDamien Mathieu2011-09-061-1/+1
* first and last orders the records by idDamien Mathieu2011-09-061-2/+2
* Refactor test case to use anonymous class - Thank you @tenderlovePrem Sichanugrist2011-07-181-13/+8
* Raise an ArgumentError if user passing less number of argument in the dynamic...Prem Sichanugrist2011-07-171-0/+15
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Merge pull request #1462 from arunagw/test_added_for_namedscopeJosé Valim2011-06-051-0/+8
|\
| * Test added for namedscope target.Arun Agrawal2011-06-031-0/+8
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
|/
* Modified NamedScopeTest to use CollectionAssociation.Michael Ebens2011-05-111-1/+1
* Revert "Deprecate defining scopes with a callable (lambda, proc, etc) via the...Jon Leighton2011-04-171-6/+0
* Deprecate defining scopes with a callable (lambda, proc, etc) via the scope c...Jon Leighton2011-04-121-0/+6
* ActiveRecord::Base.scopes hash is not neededJon Leighton2011-04-121-11/+0
* Removing the scope-caching which happens on association proxies, because the ...Jon Leighton2011-04-121-10/+15
* Delegate first!, last!, any? and many? to scopedAndrew White2011-03-291-1/+16
* fixes: ActiveRecord::Base.scopes includes all scopes defined in all subclassesEric Allam2011-02-241-0/+4
* Split AssociationProxy into an Association class (and subclasses) which manag...Jon Leighton2011-02-181-1/+1
* Replace rudimentary named_scope with scope. [#6052 state:resolved]Pavel Gorbokon2010-12-151-21/+21
* Models should be equals even after destroyedSantiago Pastorino2010-11-161-1/+1
* scopes can take an object that responds to `call`Aaron Patterson2010-10-191-0/+6
* Cleanup deprecation warnings in active recordCarlos Antonio da Silva2010-09-061-4/+0
* code gardening: we have assert_(nil|blank|present), more concise, with better...Xavier Noria2010-08-171-2/+2
* Dynamic finder method like scoped_by_* create methods so thatNeeraj Singh2010-08-031-0/+6
* renaming tests by removing proxy_options from namesNeeraj Singh2010-07-211-5/+5
* Push a failing test for issues [#4994] and [#5003].José Valim2010-06-291-0/+6
* Add scoping and unscoped as the syntax to replace the old with_scope and with...José Valim2010-06-291-2/+2
* removes Array#random_element and backports Array#sample from Ruby 1.9, thanks...Xavier Noria2010-06-051-1/+1
* Properly cache association_collection#scopes calls having argumentsPratik Naik2010-06-041-0/+13
* Change on Array extension from rand => random_element [#4555 state:committed]Santiago Pastorino2010-05-161-1/+1
* STI should not ignore type condition while applying scopes from parent class ...Neeraj Singh2010-05-151-0/+5
* Reset named scope cache whenever the @target is resetPratik Naik2010-04-071-0/+10
* Memoize association.named_scope callsPratik Naik2010-04-051-0/+9
* Named scopes shouldn't test equality using to_a if it's not an Array, this wa...Emilio Tagua2010-03-301-3/+9
* defining a named_scope which overwrites an existing method is now allowed we ...Matthew Rudy Jacobs2010-03-281-2/+15
* cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]Aaron Patterson2010-03-151-2/+2
* Allow calling class methods on a RelationPratik Naik2010-01-221-0/+9
* Give preference to to_a over arel from Relation#method_missingPratik Naik2010-01-191-0/+6
* Rename named_scope to scopePratik Naik2010-01-181-1/+5
* Inherit named scope class Scope from RelationPratik Naik2010-01-181-11/+6
* Ensure that Scope#proxy_scope is always klass. Rename proxy_scope to klass too.Pratik Naik2010-01-181-4/+4
* Make sure named_scope names are not used as method names alreadyPratik Naik2010-01-171-5/+11
* Add new finder methods to association collection.Pratik Naik2009-12-271-2/+2
* Merge commit 'rails/master'Emilio Tagua2009-08-101-0/+6
|\
| * Prevent overwriting of table name in merging SQL conditions [#2949 state:reso...Tristan Dunn2009-08-101-0/+6
* | Merge commit 'rails/master'Emilio Tagua2009-08-081-1/+2
|\|
| * always sort lists by id before comparison to avoid errors because of differen...Raimonds Simanovskis2009-08-061-1/+2
* | Merge commit 'rails/master'Emilio Tagua2009-07-311-4/+0
|\|