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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
1
-6
/
+6
*
Privatize unneededly protected methods in Active Record
Akira Matsuda
2016-12-24
2
-8
/
+8
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-1
/
+1
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-44
/
+44
*
Merge pull request #26037 from monmonmon/master
Rafael França
2016-08-17
1
-1
/
+1
|
\
|
*
Check if the logger exists before trying to use it
monmon
2016-08-03
1
-1
/
+1
*
|
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-2
/
+2
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-42
/
+42
*
|
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-4
/
+4
|
/
*
Execute default_scope defined by abstract class within the scope of subclass
Mehmet Emin İNAÇ
2016-03-08
1
-1
/
+2
*
Revert "Remove valid_scope_name? check - use ruby"
Akira Matsuda
2016-01-28
1
-0
/
+10
*
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
2
-16
/
+18
*
Modify the scope method documentation
Tommaso Visconti
2015-10-08
1
-3
/
+8
*
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
2
-11
/
+5
*
`current_scope` shouldn't pollute sibling STI classes
Sean Griffin
2015-02-11
1
-4
/
+13
*
Stoping using Relation#merge in default_scoped
Rafael Mendonça França
2015-02-06
1
-1
/
+7
*
Follow the coding conventions
Andrey Deryabin
2014-11-12
1
-1
/
+1
*
Merge pull request #17374 from maurogeorge/scope-exception
Yves Senn
2014-10-27
1
-0
/
+4
|
\
|
*
Raises ArgumentError when try to define a scope without a callable
Mauro George
2014-10-23
1
-0
/
+3
|
/
*
Revert "Merge pull request #14544 from jefflai2/named_scope_sti"
Rafael Mendonça França
2014-05-21
1
-6
/
+2
*
Merge pull request #14544 from jefflai2/named_scope_sti
Rafael Mendonça França
2014-05-20
1
-2
/
+6
|
\
|
*
Fixes Issue #13466.
Jefferson Lai
2014-04-23
1
-2
/
+6
*
|
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
|
/
*
`scope` now raises on "dangerous" name conflicts
Godfrey Chan
2014-01-29
1
-0
/
+6
*
Don't need to check if the scope respond to call
Rafael Mendonça França + Kassio Borges
2013-08-31
1
-5
/
+1
*
Remove deprecated branch on the scope method.
Rafael Mendonça França
2013-08-05
1
-6
/
+2
*
Remove deprecated `scope` use without passing a callable object.
Arun Agrawal
2013-07-03
1
-13
/
+0
*
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
*
Simplify/fix implementation of default scopes
Jon Leighton
2013-06-28
1
-10
/
+6
*
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
*
Fix scope chaining + STI
Jon Leighton
2013-04-05
1
-7
/
+2
*
unscoped works with named scope [ci skip]
Neeraj Singh
2013-03-23
1
-8
/
+0
*
Update test name to reflect change in how scopes merging works
Carlos Antonio da Silva
2013-03-08
1
-1
/
+0
*
Combine scope conditions using AND
Neeraj Singh and John Leighton
2013-03-07
1
-3
/
+13
*
Refactor to use each_key, remove extra spaces
Carlos Antonio da Silva
2013-01-28
1
-3
/
+1
[next]