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
/
named.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Through scope should not be affected by scoping
Ryuta Kamizono
2017-08-15
1
-0
/
+10
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+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
*
Merge pull request #29301 from kamipo/receiver_in_scope_should_be_relation
Rafael França
2017-06-28
1
-1
/
+1
|
\
|
*
The receiver in a scope should be a `relation`
Ryuta Kamizono
2017-06-01
1
-1
/
+1
*
|
Move constructing polymorphic type to `join_scope` in `Reflection`
Ryuta Kamizono
2017-06-27
1
-2
/
+1
|
/
*
Merge pull request #29098 from kamipo/fix_association_with_extension_issues
Matthew Draper
2017-05-30
1
-4
/
+7
|
\
|
*
Extract `default_extensions` to avoid `klass.all`
Ryuta Kamizono
2017-05-30
1
-0
/
+8
|
*
Refactor `default_scoped` to avoid creating extra relation and merging
Ryuta Kamizono
2017-05-28
1
-7
/
+2
*
|
Enable extending even if scope returns nil
Ryuta Kamizono
2017-05-24
1
-6
/
+6
|
/
*
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
1
-2
/
+2
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-1
/
+1
*
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
*
|
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-4
/
+4
|
/
*
Revert "Remove valid_scope_name? check - use ruby"
Akira Matsuda
2016-01-28
1
-0
/
+10
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-13
/
+15
*
Modify the scope method documentation
Tommaso Visconti
2015-10-08
1
-3
/
+8
*
Isolate access to .default_scopes in ActiveRecord::Scoping::Default
Ben Woosley
2015-03-12
1
-11
/
+0
*
`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
*
Fixes Issue #13466.
Jefferson Lai
2014-04-23
1
-2
/
+6
*
`scope` now raises on "dangerous" name conflicts
Godfrey Chan
2014-01-29
1
-0
/
+6
*
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
*
Simplify/fix implementation of default scopes
Jon Leighton
2013-06-28
1
-10
/
+6
*
Fix scope chaining + STI
Jon Leighton
2013-04-05
1
-7
/
+2
*
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
*
Fix named scope + class method example
Carlos Antonio da Silva
2013-01-07
1
-3
/
+1
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-2
/
+2
*
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
-65
/
+48
*
load active_support/deprecation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-5
/
+1
*
ActiveRecord::Base.all returns a Relation.
Jon Leighton
2012-07-27
1
-11
/
+8
*
extract deprecated code
Jon Leighton
2012-04-25
1
-4
/
+2
*
Extract deprecated code
Jon Leighton
2012-04-25
1
-9
/
+8
*
Removes caching from ActiveRecord::Core::ClassMethods#relation
Benedikt Deicke
2012-04-03
1
-2
/
+2
*
Deprecate eager-evaluated scopes.
Jon Leighton
2012-03-21
1
-2
/
+16
*
Avoid obscure &Proc.new thing
Jon Leighton
2012-03-21
1
-2
/
+2
[next]