rails/activerecord/test
eileencodes 9da8fef162
Replace kwarg for displaying all configurations
In #42794 we added the ability to hide some configurations for database
tasks. This is useful if you want your application to connect to a
database but if it's a separate service not run any tasks against it.

After adding this functionality I realized that the `configs_for`
argument no longer makes sense. `include_replicas` would include all of
them but ones with `database_tasks: false` aren't necessarily replicas.

This change deprecates `include_replicas` in favor of `include_hidden`
which will display all configurations. When not passed, this will
continue to return all writing connections that we want to perform tasks
on.
2021-08-17 09:27:18 -04:00
..
active_record/connection_adapters Deduplicate various Active Record schema cache structures 2019-06-03 13:31:42 +02:00
activejob Revert "Run ActiveRecord -> ActiveJob integration tests in CI" 2021-06-15 11:19:04 -04:00
assets Replace test Man with Human 2020-08-14 11:37:09 -04:00
cases Replace kwarg for displaying all configurations 2021-08-17 09:27:18 -04:00
fixtures Raise error on invalid fixture primary key 2021-07-14 08:54:38 -04:00
migrations Sort migration ID as int in db:migrate:status for consistency. 2021-07-16 13:10:31 -05:00
models Make active record encryption work with store attributes 2021-08-14 11:06:51 +02:00
schema Verify foreign keys after loading fixtures 2021-07-07 15:41:05 -05:00
support Move async_query confurations on the ActiveRecord module 2021-06-10 18:31:33 +02:00
config.example.yml Allow using a different socket to test mysql 2021-08-05 14:27:30 -04:00
config.rb