aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/commands
Commit message (Expand)AuthorAgeFilesLines
...
* Use `did_you_mean` spell checker for option suggestionsGenadi Samokovarov2018-03-231-1/+1
* Rely on Rails::Command's help output.Kasper Timm Hansen2018-03-131-57/+58
* Merge pull request #32160 from bogdanvlviv/improve-rails-routes-expandedKasper Timm Hansen2018-03-111-38/+47
|\
| * Draw line of a route name to the end of row console on `rails routes --expanded`bogdanvlviv2018-03-051-38/+47
* | Remove extra arg passed to `Rails::Command::RoutesTest#run_routes_command`bogdanvlviv2018-03-051-1/+1
|/
* Fix "NameError: undefined local variable or method `host'"yuuji.yaginuma2018-03-051-0/+6
* Merge pull request #32058 from gsamokovarov/rails-server-x-optionKasper Timm Hansen2018-03-041-4/+29
|\
| * Introduce explicit rails server handler optionGenadi Samokovarov2018-03-041-4/+29
* | Fix routes command tests broken in e137831726.Kasper Timm Hansen2018-03-041-23/+16
|/
* Clean up `RoutesTest` a bityuuji.yaginuma2018-03-011-8/+6
* Add --expanded option to "rails routes"Benoit Tigeot2018-02-281-0/+47
* Move rake routes task to rails commandBenoit Tigeot2018-02-271-0/+127
* Do not add master key when `RAILS_MASTER_KEY` env specified (#31922)Yuji Yaginuma2018-02-082-0/+24
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-5/+5
* Raise an error only when `require_master_key` is specifiedyuuji.yaginuma2017-12-182-8/+36
* Do not overwrite by default if credentials already existsyuuji.yaginuma2017-11-301-0/+8
* Add CLI to manage encrypted files/configs.Wojciech Wnętrzak2017-11-152-1/+84
* Deprecate encrypted secrets in favor of credentials.Kasper Timm Hansen2017-11-121-12/+37
* Fix test name for daemon option testyuuji.yaginuma2017-10-141-2/+2
* Added test case for starting rails with daemon option, this should set the op...Pierre Hedkvist2017-10-131-0/+12
* Simplify parse arguments in `ConsoleTest`yuuji.yaginuma2017-10-081-16/+3
* Implement H2 Early Hints for Railseileencodes2017-10-041-0/+12
* Add tests for credentials commandyuuji.yaginuma2017-09-151-0/+19
* Make master key added to gitignore the same value as when creating appplicationyuuji.yaginuma2017-09-141-0/+30
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-041-4/+7
* Fix `can't modify frozen String` error in `DBConsole`yuuji.yaginuma2017-08-291-0/+6
* Make `restart` and `dev:cache` tasks work when customizing pid file pathyuuji.yaginuma2017-08-211-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-144-0/+8
* Properly expand the environment's nameRobin Dupret2017-07-162-0/+11
* Deprecate environment as an argument for dbconsole and consoleRobin Dupret2017-07-162-12/+24
* Allow to pass a connection to the `dbconsole` commandRobin Dupret2017-07-161-0/+43
* Add `rails secrets:show` commandyuuji.yaginuma2017-07-071-0/+13
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-024-4/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-014-0/+4
* Do not use UTF8 in test SecretsCommandTest#test_edit_secretsPavel Valena2017-05-301-1/+1
* Merge pull request #29146 from y-yagi/fix_29138Kasper Timm Hansen2017-05-281-0/+6
|\
| * Correctly set user_supplied_options when there is no whitespace in option spe...yuuji.yaginuma2017-05-241-0/+6
* | Reorder first secrets edit flow.Kasper Timm Hansen2017-05-251-5/+2
|/
* CLI arg `--port` has precedence over env `PORT`.koshigoe2017-05-011-0/+12
* CLI arg "host" has precedence over ENV var "host"Jon Moss2017-03-211-0/+8
* Add secrets edit testyuuji.yaginuma2017-03-121-0/+13
* Tell users how to assign a $EDITOR.Kasper Timm Hansen2017-03-011-0/+24
* Set correct host except development environmentyuuji.yaginuma2017-02-271-0/+18
* [close #24435] Send user_supplied_options to serverschneems2017-02-241-0/+8
* improve server default options testyuuji.yaginuma2017-01-091-3/+3
* Merge branch 'master' into fix_26964Kasper Timm Hansen2016-12-291-1/+1
|\
| * "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* | use Thor option parser in server commands parseyuuji.yaginuma2016-12-241-36/+43
|/
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-9/+9
* Fix server command tests.Kasper Timm Hansen2016-09-251-1/+2