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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Address intermittent CI failure in cascaded_eager_loading_test.rb
Ryuta Kamizono
2019-05-29
1
-12
/
+12
*
Address intermittent CI failure due to unfilled schema columns cache
Ryuta Kamizono
2019-05-29
1
-3
/
+3
*
Give up filling schema cache before `assert_no_queries`
Ryuta Kamizono
2019-05-22
4
-68
/
+17
*
Implicit through table joins should be appeared before user supplied joins
Ryuta Kamizono
2019-05-19
1
-0
/
+8
*
Merge pull request #36284 from kamipo/fix_eager_loading_with_string_joins
Ryuta Kamizono
2019-05-15
1
-0
/
+11
|
\
|
*
Fix eager loading associations with string joins not to raise NoMethodError
Ryuta Kamizono
2019-05-15
1
-0
/
+11
*
|
Don't track implicit `touch` mutation
Ryuta Kamizono
2019-05-13
1
-5
/
+15
|
/
*
Namespace association extension modules under the owner model
Jean Boussier
2019-05-02
1
-2
/
+2
*
Make scope arity check consistent (#36134)
Rob Trame
2019-05-01
1
-0
/
+18
*
Fix merging left_joins to maintain its own `join_type` context
Ryuta Kamizono
2019-04-27
1
-0
/
+4
*
Merge pull request #32313 from lulalala/model_error_as_object
Rafael França
2019-04-24
1
-6
/
+10
|
\
|
*
Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'`
lulalala
2019-03-31
1
-6
/
+10
*
|
Merge pull request #35869 from abhaynikam/35866-add-touch-option-for-has-one-...
Ryuta Kamizono
2019-04-25
1
-1
/
+38
|
\
\
|
*
|
Adds touch option to has_one association
Abhay Nikam
2019-04-25
1
-1
/
+38
*
|
|
Fix sliced IN clauses to be grouped
Ryuta Kamizono
2019-04-24
1
-4
/
+4
|
/
/
*
|
Make association builder methods private
Ryuta Kamizono
2019-04-24
1
-1
/
+1
*
|
Fix `automatic_inverse_of` not to be disabled if extension block is given
Ryuta Kamizono
2019-04-12
3
-10
/
+19
*
|
Merge pull request #28155 from lcreid/belongs_to
Ryuta Kamizono
2019-04-10
1
-0
/
+16
|
\
\
|
*
|
Fix circular `autosave: true`
Larry Reid
2018-07-23
1
-0
/
+16
*
|
|
Association loading isn't to be affected by scoping consistently
Ryuta Kamizono
2019-04-05
1
-5
/
+18
*
|
|
Stash `left_joins` into `joins` to deduplicate redundant LEFT JOIN
Ryuta Kamizono
2019-04-05
2
-1
/
+14
|
|
/
|
/
|
*
|
Fix callbacks on has_many :through associations (#33249)
Ryan Kerr
2019-03-30
1
-0
/
+18
*
|
Merge pull request #35496 from bogdan/right-preloading
Ryuta Kamizono
2019-03-28
1
-0
/
+9
|
\
\
|
*
|
Fix preloader to never reset associations in case they are already loaded
Bogdan Gusiev
2019-03-07
1
-0
/
+9
*
|
|
Fix CI failure due to remaining tagging records
Ryuta Kamizono
2019-03-26
1
-1
/
+1
*
|
|
Use `assert_queries(0)` instead of `assert_no_queries` to ignore metadata que...
Yasuo Honda
2019-03-26
1
-1
/
+1
|
/
/
*
|
Remove unnecessary `current_adapter?(:OracleAdapter)` for index length
Yasuo Honda
2019-03-03
1
-6
/
+1
*
|
Fix test that was broken by adding a default scope to an existing model
Rafael Mendonça França
2019-02-26
1
-2
/
+2
*
|
Fix preload with nested associations
Rafael Mendonça França
2019-02-26
1
-0
/
+9
*
|
Merge pull request #35247 from bogdan/fix-source-reflection-reset-code
Ryuta Kamizono
2019-02-20
2
-3
/
+11
|
\
\
|
*
|
Fix reset of the source association when through association is loaded
Bogdan Gusiev
2019-02-20
2
-3
/
+11
*
|
|
Fix eager loading polymorphic association with mixed table conditions
Ryuta Kamizono
2019-02-18
1
-1
/
+13
*
|
|
Revert "Merge pull request #35127 from bogdan/counter-cache-loading"
Ryuta Kamizono
2019-02-13
1
-36
/
+14
*
|
|
Fix `pluck` and `select` with custom attributes
Ryuta Kamizono
2019-02-13
1
-2
/
+7
*
|
|
Fix random CI failure due to non-deterministic sorting order
Ryuta Kamizono
2019-02-10
1
-3
/
+3
*
|
|
Merge pull request #35178 from bogdan/has-many-size
Ryuta Kamizono
2019-02-08
1
-0
/
+15
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Bugfix has_many association #size when ids reader is cached and association i...
Bogdan Gusiev
2019-02-08
1
-0
/
+15
*
|
|
Address `test_belongs_to_does_not_use_order_by` failure due to checking order...
Yasuo Honda
2019-02-08
2
-3
/
+4
*
|
|
Fix `CollectionProxy#concat` to return self by alias it to `#<<`
Yuya Tanaka
2019-02-06
2
-2
/
+4
|
/
/
*
|
Merge pull request #35127 from bogdan/counter-cache-loading
Ryuta Kamizono
2019-02-05
1
-5
/
+35
|
\
\
|
*
|
Bugfix association loading behavior when counter cache is zero
Bogdan Gusiev
2019-02-05
1
-5
/
+35
*
|
|
Revert "Merge pull request #33729 from kddeisz/plural-automatic-inverse"
Ryuta Kamizono
2019-02-01
1
-12
/
+0
*
|
|
Add regression test for has_many through record creation
Ryuta Kamizono
2019-02-01
1
-0
/
+4
*
|
|
Ensure `StatementCache#execute` never raises `RangeError`
Ryuta Kamizono
2019-01-18
2
-7
/
+13
*
|
|
Refs #28025 nullify *_type column on polymorphic associations on :nu… (#28...
Laerti
2019-01-15
2
-0
/
+34
|
/
/
*
|
No need to handle if FrozenError is available
Yasuo Honda
2018-12-23
1
-2
/
+2
[next]