aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/inspector.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23103 from rails/refactor-handling-of-action-defaultJeremy Daer2016-04-241-2/+2
|\
| * Refactor handling of :action default in routingAndrew White2016-02-161-2/+2
* | [ci skip] Replace usage of rake routes with rails routesAbhishek Jain2016-02-251-1/+1
* | Add `internal` attribute to routesJon Moss2016-02-221-1/+1
|/
* Fixes routes to match verbs and path with -g optionAbhishek Jain2016-02-111-2/+3
* Converge on filter.Kasper Timm Hansen2016-02-011-5/+4
* Simplify filter normalization.Kasper Timm Hansen2016-02-011-5/+3
* Add options for rake routes taskVipul A M2016-02-021-15/+19
* Better error message when running `rake routes` with CONTROLLER arg:Edouard CHIN2016-01-071-7/+18
* Change `Journey::Route#verb` to return string instead of regexp.yui-knk2015-10-031-4/+0
* Don't reference sprockets assets on action packArthur Neves2015-04-261-1/+1
* Change filter on /rails/info/routes to use an actual path regexp from railsbrainopia2015-02-231-22/+4
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-3/+1
* Remove redundant `to_s` in interpolationclaudiob2014-10-301-1/+1
* we do not need to cache rack_appAaron Patterson2014-05-261-9/+3
* a redirect is not a dispatcher by definition, so eliminate testAaron Patterson2014-05-261-1/+1
* push is_a check up to where the Constraints object is allocatedAaron Patterson2014-05-261-1/+1
* nothing is passed to `rack_app` anymore, so rm the paramsAaron Patterson2014-05-251-1/+1
* one fewer is_a checkAaron Patterson2014-05-251-4/+3
* Always construct route objects with Constraint objectsAaron Patterson2014-05-241-3/+3
* unwrap the constraints object on initialization, eliminate loopsAaron Patterson2014-05-241-1/+1
* 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