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/runner
yuuji.yaginuma c801b232bc Properly expand the environment's name in all commands
Since 3777701f13, the environment's name is
automatically expanded in console and dbconsole commands.
In order to match the behavior between the commands, fixes it to have the
same behavior of all the commands.

This behavior is defined in `EnvironmentArgument`. Since
`EnvironmentArgument` also defines the environment option, it is reused.

However, since desc was not content that can be used in all comments,
fixed desc to be defined for each command.
2019-03-15 07:43:10 +09:00
..
runner_command.rb Properly expand the environment's name in all commands 2019-03-15 07:43:10 +09:00
USAGE support - as an argument to rails runner 2017-07-17 13:46:44 -06:00