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
Robin Dupret 3777701f13 Properly expand the environment's name
Running the `console` and `dbconsole` commands with a regular argument
as the environment's name automatically expand it to match an existing
environment (e.g. dev for development).

This feature wasn't available using the `--environment` (a.k.a `-e`)
option.
2017-07-16 15:10:39 +02:00
..
console_test.rb Properly expand the environment's name 2017-07-16 15:10:39 +02:00
dbconsole_test.rb Properly expand the environment's name 2017-07-16 15:10:39 +02:00
secrets_test.rb Add rails secrets:show command 2017-07-07 07:22:01 +09:00
server_test.rb Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" 2017-07-02 02:15:17 +09:30