1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/commands/dbconsole
yuuji.yaginuma 8be50181d3 Set RAILS_ENV before load application file
Since #29725, load application file when `dbconsole` command is executed.
However, if do not set `RAILS_ENV` before reading the application file,
can not connect to the env specified in option, so added the setting
of `RAILS_ENV`.
2017-07-17 09:11:21 +09:00
..
dbconsole_command.rb Set RAILS_ENV before load application file 2017-07-17 09:11:21 +09:00