aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/route_inspect_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails::InfoController tests passingschneems2012-05-241-0/+9
* Improve `rake routes` output for redirects - closes #6369.Andrew White2012-05-191-4/+7
* Fix inspecting route redirections, closes #6369Łukasz Strzałkowski2012-05-181-0/+9
* More DRY route inspect testsŁukasz Strzałkowski2012-05-181-26/+18
* Fix missing Rails.env in route inspect testsYehuda Katz2012-04-251-0/+1
* Clean up some straggling build failuresJose and Yehuda2012-04-241-7/+7
* Remove default match without specified methodJose and Yehuda2012-04-241-7/+7
* fixes a test: rake routes now includes PATCH for resourcesXavier Noria2012-02-241-0/+1
* Don't hardcode assets route skipped in route inspectorGuillermo Iguaran2012-01-141-0/+14
* require minitest rather than test/unitAaron Patterson2012-01-061-1/+1
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* 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