Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update system test runner docs | eileencodes | 2017-05-14 | 1 | -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 engine | yuuji.yaginuma | 2017-01-09 | 1 | -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 Hansen | 2016-09-25 | 1 | -1/+12 |
| | |||||
* | Initial command structure. | Kasper Timm Hansen | 2016-09-25 | 1 | -0/+16 |