aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix dbconsole tests.Kasper Timm Hansen2016-09-251-22/+55
* Fix console tests.Kasper Timm Hansen2016-09-251-6/+30
* Add three new rubocop rulesRafael Mendonça França2016-08-161-6/+6
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-3/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-50/+50
* applies new string literal convention in railties/testXavier Noria2016-08-063-84/+84
* Use the HOST environment variable for rails server #25677Evgeny Vlasenko2016-07-051-0/+7
* Fix rails restart issue with PumaPrathamesh Sonpatki2016-03-301-0/+14
* changed default value of `caching` option to `nil`yuuji.yaginuma2016-03-211-1/+2
* revert dev:cache to rake task, fixes #23410Scott Bronson2016-02-071-32/+0
* Avoid multiple default paths to server.pid fileTawan Sierek2016-01-161-0/+9