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/command
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
..
actions.rb Define path with __dir__ 2017-05-23 00:53:51 +03:00
base.rb [Railties] require => require_relative 2017-07-01 18:35:43 +09:00
behavior.rb Privatize unneededly protected methods in Railties 2016-12-25 02:11:40 +09:00
environment_argument.rb Properly expand the environment's name 2017-07-16 15:10:39 +02:00