aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/scoping/default.rb
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* Deprecate eager-evaluated scopes.Jon Leighton2012-03-211-10/+15
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-1/+1
* Improve doc for ActiveRecord::Base.unscoped.Hendy Tanata2011-12-181-6/+8
* Move DefaultScope and NamedScope under ScopingJon Leighton2011-12-151-0/+140