aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/inspector.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix `rake routes` error when `Rails::Engine` with empty routes is mounted; fi...Maurizio De Santis2014-01-241-3/+3
* Show routes defined under assets prefixRyunosuke SATO2013-12-191-1/+1
* Add mailer previews feature based on mail_view gemAndrew White2013-12-171-1/+1
* Fix for routes taskSıtkı Bağdat2013-11-211-1/+2
* `RoutesInspector` deals with routes using regexp as `:controller` optionYves Senn2013-05-301-1/+1
* Add missing require to routes inspectorCarlos Antonio da Silva2013-02-191-0/+1
* Duck typing is hard. Add header to HtmlTableFormatter.Steve Klabnik2013-02-181-0/+4
* editorial tweaksXavier Noria2013-02-191-3/+6
* use strip_heredoc to keep indentation consistent.Steve Klabnik2013-02-181-12/+12
* Add message when you have no routes defined.Steve Klabnik2013-02-181-0/+25
* Add headings to rake routes tableSteve Klabnik2013-02-181-3/+19
* In Browser Path Matching with Javascriptschneems2013-01-201-1/+22
* Fix syntax error :grin:Guillermo Iguaran2013-01-181-1/+1
* Remove "Application" section title from routesschneems2013-01-181-6/+13
* Rename route_wrapper partial layout to tableCarlos Antonio da Silva2013-01-061-1/+1
* Move table routes formatter class to the inspector and rename itCarlos Antonio da Silva2013-01-061-0/+18
* Remove warning, remove not used variable, and make methods privateCarlos Antonio da Silva2013-01-051-3/+5
* split formatting concerns from RoutesInspectorYves Senn2013-01-051-20/+42
* Ruby 1.9 style hash in Route Inspectorschneems2012-12-271-1/+1
* Revert "Merge pull request #8499 from schneems/schneems/html-route-inspector"Steve Klabnik2012-12-141-24/+7
* Output routes in :html formatschneems2012-12-121-7/+24
* Match the controller and path names defensively.Hiro Asari2012-12-101-1/+1
* Use Rails to Render Default Index Pageschneems2012-12-101-1/+1
* Revert "Use flat_map { } instead of map {}.flatten"Santiago Pastorino2012-10-051-2/+2
* Use flat_map { } instead of map {}.flattenSantiago Pastorino2012-10-051-2/+2
* fixing most tests on Ruby 2.0Aaron Patterson2012-09-251-1/+1
* Rename RouteInspector to RoutesInspectorCarlos Antonio da Silva2012-07-081-1/+1
* move route_inspector to actionpack@schneems and @mattt2012-07-071-0/+121