aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/scoping/named.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix named scope + class method exampleCarlos Antonio da Silva2013-01-071-3/+1
* backport 68677ffb8298105eb9d3efa26d928dd88cc5e006Evan Petrie2012-09-281-2/+2
* Restore behavior of Active Record 3.2.3 scopesAndrew White2012-06-011-2/+2
* Removes caching from ActiveRecord::Core::ClassMethods#relationBenedikt Deicke2012-04-191-2/+2
* Check for nil loggerNorman Clarke2012-04-181-1/+1
* app code in general wants Time.current, not Time.nowXavier Noria2011-12-281-3/+3
* call scope within unscoped to prevent duplication of where valuesSergey Nartimov2011-12-171-1/+1
* Move DefaultScope and NamedScope under ScopingJon Leighton2011-12-151-0/+202