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 13d6aa3a7b
Merge pull request #36284 from kamipo/fix_eager_loading_with_string_joins
Fix eager loading associations with string joins not to raise NoMethodError
2019-05-15 22:24:57 +09:00
..
active_record/connection_adapters
assets
cases Merge pull request #36284 from kamipo/fix_eager_loading_with_string_joins 2019-05-15 22:24:57 +09:00
fixtures Lazy checking whether or not values in IN clause are boundable 2018-10-24 11:26:49 +09:00
migrations Fix occurrences Fixnum|Bignum 2018-03-04 20:44:30 +02:00
models Fix eager loading associations with string joins not to raise NoMethodError 2019-05-15 22:00:01 +09:00
schema Adds touch option to has_one association 2019-04-25 03:31:34 +09:00
support Remove duplicated protected params definitions 2019-02-24 19:50:53 +09:00
config.example.yml Respect ENV variables when finding DBs etc for the test suite 2019-02-06 01:20:06 +10:30
config.rb