aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/scoping
Commit message (Expand)AuthorAgeFilesLines
* Don't need to check if the scope respond to callRafael Mendonça França + Kassio Borges2013-08-311-5/+1
* Remove deprecated branch on the scope method.Rafael Mendonça França2013-08-051-6/+2
* Remove deprecated `scope` use without passing a callable object.Arun Agrawal2013-07-031-13/+0
* calling default_scope without a proc will raise ArgumentErrorNeeraj Singh2013-07-021-3/+2
* Removed deprecated method default_scopes?Neeraj Singh2013-07-011-8/+0
* Simplify/fix implementation of default scopesJon Leighton2013-06-281-10/+6
* Delegating the value getter and setters in the ScopeRegistry to thewangjohn2013-04-081-2/+2
* Grouping thread locals in the ActiveRecord scopes so that thewangjohn2013-04-081-2/+2
* Deprecate ActiveRecord#Base.default_scopes?Agis-2013-04-061-1/+10
* Fix scope chaining + STIJon Leighton2013-04-051-7/+2
* unscoped works with named scope [ci skip]Neeraj Singh2013-03-231-8/+0
* Update test name to reflect change in how scopes merging worksCarlos Antonio da Silva2013-03-081-1/+0
* Combine scope conditions using ANDNeeraj Singh and John Leighton2013-03-071-3/+13
* Refactor to use each_key, remove extra spacesCarlos Antonio da Silva2013-01-281-3/+1
* Fix named scope + class method exampleCarlos Antonio da Silva2013-01-071-3/+1
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-2/+2
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-302-4/+2
* Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-292-2/+4
* update AR::Scoping documentation [ci skip]Francesco Rodriguez2012-09-212-91/+77
* load active_support/deprecation in active_support/railsXavier Noria2012-08-022-2/+0
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/concern in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-5/+1
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-11/+8
* remove :nodoc: of AR::Scoping#unscoped [ci skip]Francesco Rodriguez2012-07-011-4/+4
* Simplify AR configuration code.Jon Leighton2012-06-151-1/+1
* extract deprecated codeJon Leighton2012-04-251-4/+2
* Extract deprecated codeJon Leighton2012-04-251-9/+8
* extract to active_record_deprecated_findersJon Leighton2012-04-251-6/+5
* giving a hash to default scope should not be deprecated (well, not for this r...Jon Leighton2012-04-251-1/+1
* Corrected grammatical errors in schema_dumper and scoping/defaultdcurtis2012-04-101-1/+1
* Removes caching from ActiveRecord::Core::ClassMethods#relationBenedikt Deicke2012-04-031-2/+2
* Deprecate eager-evaluated scopes.Jon Leighton2012-03-212-12/+31
* Avoid obscure &Proc.new thingJon Leighton2012-03-211-2/+2
* Remove valid_scope_name? check - use rubyJon Leighton2012-03-211-11/+1
* no need for castJon Leighton2012-03-211-1/+0
* no need for lvarJon Leighton2012-03-211-3/+1
* app code in general wants Time.current, not Time.nowXavier Noria2011-12-281-3/+3
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-12-201-6/+8
|\
| * Improve doc for ActiveRecord::Base.unscoped.Hendy Tanata2011-12-181-6/+8
* | call scope within unscoped to prevent duplication of where valuesSergey Nartimov2011-12-171-1/+1
|/
* Move DefaultScope and NamedScope under ScopingJon Leighton2011-12-152-0/+342