aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/scoping
Commit message (Expand)AuthorAgeFilesLines
* 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