rails/activerecord/lib
Rafael Mendonça França 21e0c20667
Batch queries that are the same but are using different extension
If an association scope would generate the same query but have different
values for `extending`, `skip_query_cache` or `strict_loading` we should
consider them the same for the purpose of generating the preload
batches.
2021-03-22 21:51:18 +00:00
..
active_record Batch queries that are the same but are using different extension 2021-03-22 21:51:18 +00: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 Allow Adapter#select_all to be performed asynchronously from a background thread pool 2021-02-08 19:17:52 +01:00
arel.rb Merge pull request #38719 from eileencodes/refactor-fetch_attribute 2020-03-13 16:26:49 -04:00