aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/help/USAGE
Commit message (Collapse)AuthorAgeFilesLines
* Update system test runner docseileencodes2017-05-141-8/+9
| | | | | | | | | It wasn't clear that system tests don't run with the rest of the test suite and are part of a separate command. This documents the `test:system` command as well as update the Rails runner help documentation to make it clearer that system tests are run via their own command by default.
* make all rails commands work in engineyuuji.yaginuma2017-01-091-14/+2
| | | | | | | | Currently, all rails commands can be executed in engine, but `server`, `console`, `dbconsole` and `runner` do not work. This make all rails commands work in engine. Related to #22588
* Run engine commands through command infrastructure.Kasper Timm Hansen2016-09-251-1/+12
|
* Initial command structure.Kasper Timm Hansen2016-09-251-0/+16