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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't expose `current_scope` for internal use
Ryuta Kamizono
2018-09-11
1
-8
/
+9
*
Add :nodoc: to activerecord [ci skip]
Yoshiyuki Hirano
2017-09-03
1
-5
/
+5
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Fix `create_with` with multiparameter attributes
Ryuta Kamizono
2017-07-16
1
-3
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Fix to scoping is correctly restored
Ryuta Kamizono
2017-06-29
1
-3
/
+4
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-4
/
+4
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-1
/
+1
*
Active scopes apply to child classes, though not parents/siblings
Matthew Draper
2016-01-12
1
-11
/
+17
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-2
/
+2
*
add missing :nodoc: to `ActiveRecord::Scoping`. [ci skip]
Yves Senn
2015-10-14
1
-2
/
+2
*
Isolate access to .default_scopes in ActiveRecord::Scoping::Default
Ben Woosley
2015-03-12
1
-0
/
+11
*
`current_scope` shouldn't pollute sibling STI classes
Sean Griffin
2015-02-11
1
-2
/
+2
*
Revert "Merge pull request #14544 from jefflai2/named_scope_sti"
Rafael Mendonça França
2014-05-21
1
-2
/
+2
*
Fixes Issue #13466.
Jefferson Lai
2014-04-23
1
-2
/
+2
*
Move changed_attributes into dirty.rb
Keenan Brock
2014-01-22
1
-0
/
+5
*
hides the per thread registry instance, and caches singleton methods
Xavier Noria
2013-04-13
1
-5
/
+1
*
Changed the ScopeRegistry and the InstrumentationRegistry to use the
wangjohn
2013-04-09
1
-6
/
+6
*
Delegating the value getter and setters in the ScopeRegistry to the
wangjohn
2013-04-08
1
-7
/
+14
*
Grouping thread locals in the ActiveRecord scopes so that the
wangjohn
2013-04-08
1
-2
/
+53
*
Fix scope chaining + STI
Jon Leighton
2013-04-05
1
-2
/
+2
*
Refactor to use each_key, remove extra spaces
Carlos Antonio da Silva
2013-01-28
1
-2
/
+0
*
load active_support/concern in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
extract #with_scope and #with_exclusive_scope to active_record_deprecated_fin...
Jon Leighton
2012-04-25
1
-121
/
+0
*
Move DefaultScope and NamedScope under Scoping
Jon Leighton
2011-12-15
1
-0
/
+5
*
Split out most of the AR::Base code into separate modules :cake:
Jon Leighton
2011-12-15
1
-0
/
+147