1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
Yuji Yaginuma b6d5e46311
Add environment as dependency of load_config (#31135)
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
2017-11-14 13:54:58 +09:00
..
active_record Add environment as dependency of load_config (#31135) 2017-11-14 13:54:58 +09:00
rails/generators Use .tt extension to all the template files 2017-11-13 15:23:28 -05:00
active_record.rb Add missing autoload Type (#31123) 2017-11-11 06:43:54 +09:00