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
*
Allow column name with function (e.g. `length(title)`) as safe SQL string
Ryuta Kamizono
2019-06-10
1
-4
/
+4
*
Merge pull request #36426 from abhaynikam/bump-codeclimate-rubocop-version
Ryuta Kamizono
2019-06-06
1
-2
/
+0
|
\
|
*
Bump rubocop to 0.71
Abhay Nikam
2019-06-06
1
-2
/
+0
*
|
Allow quoted identifier string as safe SQL string
Ryuta Kamizono
2019-06-06
1
-1
/
+1
|
/
*
Address intermittent CI failure due to non-determined sort order
Ryuta Kamizono
2019-05-30
1
-6
/
+7
*
Fix eager loading associations with string joins not to raise NoMethodError
Ryuta Kamizono
2019-05-15
1
-0
/
+11
*
Make scope arity check consistent (#36134)
Rob Trame
2019-05-01
1
-0
/
+18
*
Fix sliced IN clauses to be grouped
Ryuta Kamizono
2019-04-24
1
-4
/
+4
*
Association loading isn't to be affected by scoping consistently
Ryuta Kamizono
2019-04-05
1
-5
/
+18
*
Remove unnecessary `current_adapter?(:OracleAdapter)` for index length
Yasuo Honda
2019-03-03
1
-6
/
+1
*
Fix eager loading polymorphic association with mixed table conditions
Ryuta Kamizono
2019-02-18
1
-1
/
+13
*
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
[next]