aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/command/environment_argument.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Do not treat `environment_desc` as commandsyuuji.yaginuma2019-04-131-1/+3
* Properly expand the environment's name in all commandsyuuji.yaginuma2019-03-151-4/+5
* Remove deprecated `environment` argument from the rails commandsRafael Mendonça França2019-01-171-11/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Properly expand the environment's nameRobin Dupret2017-07-161-1/+6
* Deprecate environment as an argument for dbconsole and consoleRobin Dupret2017-07-161-0/+6
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fix console tests.Kasper Timm Hansen2016-09-251-0/+2
* Per Dr. Eileen's orders :)Kasper Timm Hansen2016-09-251-1/+1
* Initial command structure.Kasper Timm Hansen2016-09-251-0/+32