rails/activerecord/test/cases/database_configurations
John Crepezzi b76659e139 Move name key on configuration hash into DatabaseConfig
`name` is used by Rails to find the configuration by connection
specification name, but database adapters don't need to use `name` in
order to establish a connection. This is part of our work to separate
what the database needs to connect (the configuration hash) and the
what Rails needs to find connections (everything else).

Co-authored-by: John Crepezzi <john.crepezzi@gmail.com>
2019-12-17 15:59:49 -05:00
..
hash_config_test.rb Fix defaults for database configs 2019-09-25 11:15:34 -04:00
resolver_test.rb Move name key on configuration hash into DatabaseConfig 2019-12-17 15:59:49 -05:00