aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/route_inspector.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor RouteInspectorPiotr Sarnacki2011-12-261-32/+69
* Correctly display rack apps with dynamic constraints in RoutesInspectorPiotr Sarnacki2011-12-261-1/+10
* Display mounted engines in `rake routes` by defaultPiotr Sarnacki2011-11-251-1/+1
* Allow to display engine's routes when running `rake routes ENGINES=true`Piotr Sarnacki2011-11-241-3/+34
* On inpsect routes, show :controller and :action to indicate dynamic.Hendy Tanata2011-10-291-7/+8
* adjust route inspection to work with JourneyAaron Patterson2011-09-121-1/+2
* move route inspecting to an object so that we can more easily test itAaron Patterson2011-09-091-0/+42