aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/commands/routes_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the Amazon SES ingressGeorge Claghorn2019-04-141-25/+18
* Add Exim and Qmail support to Action MailboxGeorge Claghorn2019-01-121-9/+7
* Added Postmark ingress supportTomek Maszkowski2019-01-091-33/+42
* Import Action MailboxGeorge Claghorn2018-12-251-112/+209
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-9/+7
* Fix `rails routes -c` for controller name consists of multiple word.Yoshiyuki Kinjo2018-08-201-22/+64
* 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 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