aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/route_inspect_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Define #inspect instead of #to_sPrem Sichanugrist2013-02-241-2/+2
* Update mocha version to 0.13.0 and change requiresCarlos Antonio da Silva2012-11-131-1/+1
* Don't hardcode assets route skipped in route inspectorGuillermo Iguaran2012-01-151-0/+15
* Correctly display rack apps with dynamic constraints in RoutesInspectorPiotr Sarnacki2011-12-261-0/+17
* Display mounted engines in `rake routes` by defaultPiotr Sarnacki2011-11-251-4/+0
* Allow to display engine's routes when running `rake routes ENGINES=true`Piotr Sarnacki2011-11-241-0/+30
* On inpsect routes, show :controller and :action to indicate dynamic.Hendy Tanata2011-10-291-2/+10
* move route inspecting to an object so that we can more easily test itAaron Patterson2011-09-091-0/+97