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
/
associations
/
eager_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Partly revert #31819
bogdanvlviv
2018-10-26
1
-26
/
+0
*
Lazy checking whether or not values in IN clause are boundable
Ryuta Kamizono
2018-10-24
1
-1
/
+1
*
Use `assert_no_queries` not to ignore BEGIN/COMMIT queries
Ryuta Kamizono
2018-10-05
1
-1
/
+1
*
If association is a hash-like object preloading fails
Bohdan Pohorilets
2018-09-26
1
-0
/
+26
*
Eager loading/preloading should be worked regardless of large number of records
Ryuta Kamizono
2018-09-12
1
-0
/
+13
*
Add method_call_assertions and use them instead of Mocha
utilum
2018-08-13
1
-2
/
+3
*
Don't share seen object cache between different join nodes in eager loading
Ryuta Kamizono
2018-07-03
1
-0
/
+18
*
Ensure to calculate column aliases after all table aliases are constructed
Ryuta Kamizono
2018-06-19
1
-2
/
+44
*
Can preload associations through polymorphic associations
Dana Sherson
2018-04-20
1
-0
/
+29
*
Don't unset foreign key when preloading missing record
Eugene Kenny
2018-03-24
1
-0
/
+2
*
Eager loading with polymorphic associations should behave consistently
Ryuta Kamizono
2018-03-04
1
-2
/
+4
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-1
/
+1
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-12
/
+12
*
Fix newly added reflection order when redefining association
Ryuta Kamizono
2018-01-04
1
-1
/
+1
*
Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future
Ryuta Kamizono
2017-12-14
1
-1
/
+1
*
try using regexes
Ben Toews
2017-11-09
1
-10
/
+10
*
allow table name and direction in string order arg
Ben Toews
2017-11-09
1
-39
/
+39
*
work around deprecation warnings in a bunch of tests
Ben Toews
2017-11-09
1
-52
/
+52
*
Add a test case that eager-loading with a polymorphic association and using `...
Ryuta Kamizono
2017-10-16
1
-0
/
+4
*
Don't expose `find_all_ordered` utility method in tests
Ryuta Kamizono
2017-09-02
1
-4
/
+5
*
Fix preloading through association with custom scope
Ryuta Kamizono
2017-09-02
1
-0
/
+5
*
Add a test case for preloading through association with implicit source
Ryuta Kamizono
2017-09-02
1
-0
/
+8
*
Should work inverse association when eager loading
Ryuta Kamizono
2017-08-25
1
-0
/
+6
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Fix eager loading association with scope including joins
Ryuta Kamizono
2017-07-04
1
-0
/
+1
*
Fix preloading association with scope including joins
Ryuta Kamizono
2017-07-04
1
-0
/
+4
*
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
*
Remove redundant `assert_nothing_raised` before another assertions
Ryuta Kamizono
2017-06-06
1
-3
/
+0
*
Remove a redundant test assertion
Koichi ITO
2017-05-29
1
-6
/
+0
*
Don't eager loading if unneeded for `FinderMethods#exists?`
Ryuta Kamizono
2017-05-11
1
-0
/
+1
*
correctly check error message
yuuji.yaginuma
2017-01-25
1
-4
/
+11
*
:warning: "Use assert_nil if expecting nil. This will fail in MT6."
Akira Matsuda
2017-01-18
1
-2
/
+12
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-3
/
+3
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-20
/
+20
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-11
/
+11
*
Merge pull request #24099 from k0kubun/preserve-readonly
Rafael Mendonça França
2016-08-18
1
-2
/
+20
|
\
|
*
Preserve readonly flag only for readonly association
Takashi Kokubun
2016-07-30
1
-2
/
+20
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-39
/
+39
*
|
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-164
/
+164
*
|
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-128
/
+128
|
/
*
Fix `calculate` with a string value in `from` and eager loading
Ryuta Kamizono
2016-06-13
1
-0
/
+4
*
Exists shouldn't error when used with `includes`
Sean Griffin
2016-05-30
1
-0
/
+1
*
don't treat all associations with extensions as instance dependent.
Yves Senn
2016-03-03
1
-0
/
+12
*
Merge pull request #18766 from yasyf/issue_17864
Sean Griffin
2016-02-29
1
-0
/
+32
|
\
|
*
Honour the order of the joining model in a `has_many :through`
Yasyf Mohamedali
2015-03-02
1
-0
/
+32
*
|
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
1
-1
/
+1
*
|
Revert "Merge pull request #22486 from methyl/fix-includes-for-groupped-assoc...
Yves Senn
2015-12-21
1
-17
/
+0
*
|
Merge pull request #22486 from methyl/fix-includes-for-groupped-association
Yves Senn
2015-12-21
1
-0
/
+17
|
\
\
|
*
|
Pass SQL group by values when including scoped association
Lucjan Suski
2015-12-15
1
-0
/
+13
[next]