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
/
test
/
cases
/
scoping
/
default_scoping_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix indentation [ci skip]
Ryuta Kamizono
2019-02-27
1
-2
/
+2
*
Fix random CI failure due to non-deterministic sorting order
Ryuta Kamizono
2019-02-27
1
-5
/
+5
*
Fixes #33610
Darwin D Wu
2018-09-11
1
-0
/
+16
*
Use assert_no_match for test_order_to_unscope_reordering
Yasuo Honda
2018-04-20
1
-1
/
+1
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-1
/
+1
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-2
/
+2
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-2
/
+2
*
Merge pull request #28313 from sandrew/master
Ryuta Kamizono
2018-01-15
1
-0
/
+12
|
\
*
|
Fix postgres ordering issue on default scoping test
Gabriel Sobrinho
2017-11-13
1
-15
/
+15
*
|
Merge remote-tracking branch 'origin/master' into unlock-minitest
Rafael Mendonça França
2017-08-01
1
-1
/
+36
|
\
\
|
*
|
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
|
*
|
Fix unscoping `default_scope` for `Preloader`
Ryuta Kamizono
2017-07-19
1
-0
/
+2
|
*
|
Fix unscoping `default_scope` in STI associations
Ryuta Kamizono
2017-07-19
1
-0
/
+16
|
*
|
Post.joins(:users) should not be affected by `User.current_scope`
Sean Griffin
2017-07-17
1
-0
/
+10
|
*
|
Enable `Layout/FirstParameterIndentation` cop
Ryuta Kamizono
2017-07-17
1
-1
/
+1
|
*
|
Fix `create_with` using both string and symbol
Ryuta Kamizono
2017-07-16
1
-0
/
+5
|
*
|
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
*
|
|
Explicitly create necessary data for test
yuuji.yaginuma
2017-05-13
1
-0
/
+4
|
/
/
*
|
Fix a failed AR test when running with OracleAdapter
Koichi ITO
2017-03-31
1
-0
/
+2
*
|
Fix fragile test (`AssociationProxyTest#test_save_on_parent_saves_children`)
Fumiaki MATSUSHIMA
2017-03-16
1
-36
/
+34
|
/
*
Ensure test threads share a DB connection
eileencodes
2017-02-20
1
-0
/
+2
*
Replace sleep with synchronization
Matthew Draper
2017-01-02
1
-1
/
+7
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-2
/
+2
*
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-2
/
+2
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-17
/
+17
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-81
/
+81
*
adds missing requires
Xavier Noria
2016-07-24
1
-0
/
+1
*
systematic revision of =~ usage in AR
Xavier Noria
2016-07-23
1
-1
/
+1
*
Execute default_scope defined by abstract class within the scope of subclass
Mehmet Emin İNAÇ
2016-03-08
1
-0
/
+12
*
Allow `joins` to be unscoped
Takashi Kokubun
2016-01-31
1
-0
/
+12
*
Skip the STI condition when evaluating a default scope
Matthew Draper
2016-01-12
1
-0
/
+14
*
Merge pull request #19770 from vngrs/prevent_duplicated_where_clauses
Rafael Mendonça França
2015-08-13
1
-0
/
+6
|
\
|
*
Prevent duplicating `where` clauses when model is extended from an abstract c...
Mehmet Emin İNAÇ
2015-04-15
1
-0
/
+6
*
|
Fix unscope for less than
TAKAHASHI Kazuaki
2015-03-27
1
-0
/
+12
|
/
*
`WhereClause#predicates` does not need to be public
Sean Griffin
2015-01-27
1
-4
/
+4
*
Remove all references to `where_values` in tests
Sean Griffin
2015-01-25
1
-5
/
+5
*
Remove all cases of manuallly wrapping `Arel::Nodes::Quoted`
Sean Griffin
2014-12-29
1
-4
/
+2
*
Inform Arel that we don't need to cast a value in tests
Sean Griffin
2014-12-26
1
-2
/
+4
*
Allow to unscope where conditions using `arel_table` with Symbol
deeeki
2014-12-03
1
-0
/
+8
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-32
/
+32
*
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+1
*
Skip StatementCache for eager loaded associations (Fixes #16761)
Sammy Larbi
2014-09-04
1
-1
/
+20
*
Add tests for default scope behaviour change
Jon Leighton
2014-02-23
1
-0
/
+18
*
Let `unscope` ignore non Arel scope.where_values
Washington Luiz
2014-01-30
1
-0
/
+10
*
Fix bad usage of #select with hash
Carlos Antonio da Silva
2013-12-03
1
-1
/
+1
*
Fix ActiveRecord::Relation#unscope
Jon Leighton
2013-11-20
1
-0
/
+6
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-25
/
+23
[next]