rails/activerecord/lib
Leo Correa e088454bca
Ensure variables are not nil in case enlist_fixture_connections is
called

enlist_fixture_connections is currently called within the code when the
context is `run_in_transasction?`. However if
`enlist_fixture_connections` is called outside of that context the code
fails since these variables are not defined. This ensures the code can
still be executed without side effects
2021-04-22 13:45:15 -04:00
..
active_record Ensure variables are not nil in case enlist_fixture_connections is 2021-04-22 13:45:15 -04:00
arel Merge pull request #41068 from ricardotk002/fix-where-in-stmt-logging 2021-03-20 01:41:29 +09:00
rails/generators Set ApplicationRecord to primary_abstract_class 2021-02-05 17:02:08 -05:00
active_record.rb Add option to skip joins for associations. 2021-04-19 11:17:31 -04:00
arel.rb Merge pull request #38719 from eileencodes/refactor-fetch_attribute 2020-03-13 16:26:49 -04:00