1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Ryuta Kamizono f614c5f108 Fix deleting through records when using has_many through with source_type
Currently deleting through records doesn't respect `source_type`. It
should not be ignored in that case.

Related #23209.
Fixes #24116.
2018-01-08 00:58:25 +09:00
..
active_record/connection_adapters Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
assets
cases Fix deleting through records when using has_many through with source_type 2018-01-08 00:58:25 +09:00
fixtures Quote primary key in the subselect generated by mysql2 adapter 2017-12-19 20:59:09 +09:00
migrations Unify the internal source control .keep file name 2017-08-24 13:40:26 +09:00
models Fix newly added reflection order when redefining association 2018-01-04 22:55:16 +09:00
schema Fix conflicts counter_cache with touch: true by optimistic locking. 2017-12-12 00:32:50 +02:00
support Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
.gitignore
config.example.yml
config.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00