aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/scoping.rb
Commit message (Expand)AuthorAgeFilesLines
* hides the per thread registry instance, and caches singleton methodsXavier Noria2013-04-131-5/+1
* Changed the ScopeRegistry and the InstrumentationRegistry to use thewangjohn2013-04-091-6/+6
* Delegating the value getter and setters in the ScopeRegistry to thewangjohn2013-04-081-7/+14
* Grouping thread locals in the ActiveRecord scopes so that thewangjohn2013-04-081-2/+53
* Fix scope chaining + STIJon Leighton2013-04-051-2/+2
* Refactor to use each_key, remove extra spacesCarlos Antonio da Silva2013-01-281-2/+0
* load active_support/concern in active_support/railsXavier Noria2012-08-021-1/+0
* extract #with_scope and #with_exclusive_scope to active_record_deprecated_fin...Jon Leighton2012-04-251-121/+0
* Move DefaultScope and NamedScope under ScopingJon Leighton2011-12-151-0/+5
* Split out most of the AR::Base code into separate modules :cake:Jon Leighton2011-12-151-0/+147