aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/commands
Commit message (Expand)AuthorAgeFilesLines
* Use string for arguments in server testyuuji.yaginuma2018-12-131-2/+2
* Support environment specific credentials file. (#33521)Wojciech Wnętrzak2018-09-191-5/+21
* Fix `rails routes -c` for controller name consists of multiple word.Yoshiyuki Kinjo2018-08-201-22/+64
* Move 'rails initializers' command to Rails::CommandAnnie-Claude Côté2018-08-161-0/+32
* Adds Rails:Command for `dev:cache` that has the same behaviour as the rake taskAnnie-Claude Côté2018-08-131-0/+65
* Merge pull request #32381 from q-centrix/update-codeclimate-configsRichard Schneeman2018-07-251-5/+2
|\
| * Turn on performance based copsDillon Welch2018-07-231-5/+2
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-253-4/+4
|\ \ | |/ |/|
| * Show rails instead of bin/rails on USAGE instructionsAlberto Almagro2018-07-061-2/+2
| * Recommend use of rails over bin/railsAlberto Almagro2018-07-062-2/+2
* | Allow to explicitly specify whether to output Rails' log to stdoutMarkus Doits2018-07-081-0/+12
* | Don't show unneeded deprecation warning on server restart.Kasper Timm Hansen2018-07-071-3/+2
|/
* Make NotesCommand tests more performant by getting rid of unecessary mapAnnie-Claude Côté2018-07-051-12/+12
* Merge pull request #33220 from anniecodes/notes-commandKasper Timm Hansen2018-07-051-0/+128
|\
| * Adds support to register directories and extensions to NotesCommandAnnie-Claude Côté2018-07-041-0/+44
| * Adds a Rails::Command for NotesAnnie-Claude Côté2018-07-041-0/+84
* | Add an assertion that `credentials:edit` works when `RAILS_MASTER_KEY` env is...yuuji.yaginuma2018-06-241-1/+1
|/
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-12/+12
* Deprecate support for using `HOST` environment to specify server IP (#32540)Yuji Yaginuma2018-04-161-1/+15
* 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