aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/dbconsole_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Load environment file in `dbconsole` commandyuuji.yaginuma2017-07-091-0/+66
Currently the environment file is not loaded in `dbconsole` command. Therefore, for example, if use encrypted secrets values in database.yml, `read_encrypted_secrets` will not be true, so the value can not be used correctly. Fixes #29717