1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/commands
eileencodes a843301a58 Use DatabaseConfig objects in dbconsole
We have these nice objects for collecting database configurations, so we
should use them everywhere instead of the hashes.

Also call `db_config.database` and `db_config.adapter` where necessary.

John Crepezzi <seejohnrun@github.com>
2019-10-11 17:15:21 -04:00
..
console_test.rb
credentials_test.rb Revise flow to what was described in 03e44f9 2019-08-04 02:19:55 +02:00
db_system_change_test.rb
dbconsole_test.rb Use DatabaseConfig objects in dbconsole 2019-10-11 17:15:21 -04:00
dev_test.rb
encrypted_test.rb
initializers_test.rb
notes_test.rb Avoid flunking tests on warning in output 2019-09-28 12:52:31 +02:00
routes_test.rb Permanent URLs for public storage blobs 2019-10-11 15:14:43 -04:00
secrets_test.rb
server_test.rb