rails/activerecord/test
eileencodes 232aed8504
Allow configs_for to accept a custom hash key
Now that we support a way to register custom configurations we need to
allow applications to find those configurations. This change adds a
`config_key` option to `configs_for` to find db configs where the
configuration_hash contains a particular key.

I have also removed the deprecation for `include_replicas` while I was
in here to make the method signature cleaner. I've updated the upgrade
guide with the removal.
2023-02-28 12:12:08 -05:00
..
active_record/connection_adapters
activejob Add ActiveRecord.deprecator 2022-10-25 14:23:08 -05:00
assets Replace test Man with Human 2020-08-14 11:37:09 -04:00
cases Allow configs_for to accept a custom hash key 2023-02-28 12:12:08 -05:00
fixtures Support has_many through associations with composite query_constraints 2023-02-22 00:01:22 +00:00
migrations Sort migration ID as int in db:migrate:status for consistency. 2021-07-16 13:10:31 -05:00
models Allow to define the default column serializer 2023-02-22 19:32:28 +01:00
schema Merge pull request #47452 from Shopify/has-many-through-with-query-constraints 2023-02-22 09:36:50 -05:00
storage Hide changes to before_committed! behaviour behind config 2022-12-15 11:43:51 -05:00
support Speedup activerecord tests 2023-02-25 02:04:10 +02:00
config.example.yml Enable strict strings mode for SQLite3Adapter 2022-06-14 23:59:17 +03:00
config.rb Delete AS::Dependencies.safe_constantize 2021-08-20 17:51:05 +02:00