Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `rails routes -c` for controller name consists of multiple word. | Yoshiyuki Kinjo | 2018-08-20 | 1 | -22/+64 |
* | Rely on Rails::Command's help output. | Kasper Timm Hansen | 2018-03-13 | 1 | -57/+58 |
* | Merge pull request #32160 from bogdanvlviv/improve-rails-routes-expanded | Kasper Timm Hansen | 2018-03-11 | 1 | -38/+47 |
|\ | |||||
| * | Draw line of a route name to the end of row console on `rails routes --expanded` | bogdanvlviv | 2018-03-05 | 1 | -38/+47 |
* | | Remove extra arg passed to `Rails::Command::RoutesTest#run_routes_command` | bogdanvlviv | 2018-03-05 | 1 | -1/+1 |
|/ | |||||
* | Fix routes command tests broken in e137831726. | Kasper Timm Hansen | 2018-03-04 | 1 | -23/+16 |
* | Clean up `RoutesTest` a bit | yuuji.yaginuma | 2018-03-01 | 1 | -8/+6 |
* | Add --expanded option to "rails routes" | Benoit Tigeot | 2018-02-28 | 1 | -0/+47 |
* | Move rake routes task to rails command | Benoit Tigeot | 2018-02-27 | 1 | -0/+127 |