index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
scoping
/
default.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '5-0-beta-sec'
Aaron Patterson
2016-01-25
1
-1
/
+1
|
\
|
*
Eliminate instance level writers for class accessors
Aaron Patterson
2016-01-22
1
-1
/
+1
*
|
Skip the STI condition when evaluating a default scope
Matthew Draper
2016-01-12
1
-2
/
+2
|
/
*
Do not omit parentheses [ci skip]
Ryuta Kamizono
2015-10-25
1
-1
/
+1
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-3
/
+3
*
Merge pull request #21522 from tgxworld/scope_perf
Rafael Mendonça França
2015-09-07
1
-1
/
+8
|
\
|
*
Cache check if `default_scope` has been overridden.
Guo Xiang Tan
2015-09-07
1
-1
/
+8
*
|
PERF: Don't create a Relation when it is not needed.
Guo Xiang Tan
2015-09-07
1
-1
/
+2
|
/
*
Prevent duplicating `where` clauses when model is extended from an abstract c...
Mehmet Emin İNAÇ
2015-04-15
1
-0
/
+1
*
Fix eager loading association using default_scope for finder methods.
Santosh Wadghule
2015-03-31
1
-1
/
+1
*
Isolate access to .default_scopes in ActiveRecord::Scoping::Default
Ben Woosley
2015-03-12
1
-0
/
+5
*
Merge pull request #14154 from al2o3cr/issue12770
Aaron Patterson
2014-03-27
1
-3
/
+3
|
\
|
*
Pass a base relation to build_default_scope when joining
Matt Jones
2014-02-21
1
-3
/
+3
*
|
fix typo app -> all
dmathieu
2014-03-07
1
-1
/
+1
*
|
unscope doesn't remove only the default_scope, but all of them.
dmathieu
2014-03-07
1
-4
/
+5
|
/
*
Don't need to check if the scope respond to call
Rafael Mendonça França + Kassio Borges
2013-08-31
1
-5
/
+1
*
calling default_scope without a proc will raise ArgumentError
Neeraj Singh
2013-07-02
1
-3
/
+2
*
Removed deprecated method default_scopes?
Neeraj Singh
2013-07-01
1
-8
/
+0
*
Delegating the value getter and setters in the ScopeRegistry to the
wangjohn
2013-04-08
1
-2
/
+2
*
Grouping thread locals in the ActiveRecord scopes so that the
wangjohn
2013-04-08
1
-2
/
+2
*
Deprecate ActiveRecord#Base.default_scopes?
Agis-
2013-04-06
1
-1
/
+10
*
unscoped works with named scope [ci skip]
Neeraj Singh
2013-03-23
1
-8
/
+0
*
Refactor to use each_key, remove extra spaces
Carlos Antonio da Silva
2013-01-28
1
-3
/
+1
*
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-2
/
+1
*
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-1
/
+2
*
update AR::Scoping documentation [ci skip]
Francesco Rodriguez
2012-09-21
1
-26
/
+29
*
load active_support/deprecation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/concern in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
remove :nodoc: of AR::Scoping#unscoped [ci skip]
Francesco Rodriguez
2012-07-01
1
-4
/
+4
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-1
/
+1
*
extract to active_record_deprecated_finders
Jon Leighton
2012-04-25
1
-6
/
+5
*
giving a hash to default scope should not be deprecated (well, not for this r...
Jon Leighton
2012-04-25
1
-1
/
+1
*
Corrected grammatical errors in schema_dumper and scoping/default
dcurtis
2012-04-10
1
-1
/
+1
*
Deprecate eager-evaluated scopes.
Jon Leighton
2012-03-21
1
-10
/
+15
*
Support configuration on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-1
/
+1
*
Improve doc for ActiveRecord::Base.unscoped.
Hendy Tanata
2011-12-18
1
-6
/
+8
*
Move DefaultScope and NamedScope under Scoping
Jon Leighton
2011-12-15
1
-0
/
+140