mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
b6d5e46311
Currently the environment is not loaded in some db tasks. Therefore, if use encrypted secrets values in `database.yml`, `read_encrypted_secrets` will not be true, so the value can not be used correctly. To fix this, added `environment` as dependency of `load_config`. It also removes explicit `environment` dependencies that are no longer needed. Fixes #30717 |
||
---|---|---|
.. | ||
active_record | ||
rails/generators | ||
active_record.rb |