Ticket #113 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

[patch] Include RouteMatcher data in merb.show_routes

Reported by: duane.johns..@gmail.com Assigned to:
Priority: trivial Milestone: 0.3.x
Component: Merb Keywords:
Cc:

Description

Handy for debugging a route that you think should be matched but isn't. Also added some small formatting changes to the output (spaces and subtitle).

Also cleaned up methods in RouteMatcher? that are just attr_reader methods.

Attachments

show_matcher_routes_too.diff (2.1 kB) - added by duane.johns..@gmail.com on 08/04/07 20:05:54.

Change History

08/04/07 20:05:54 changed by duane.johns..@gmail.com

  • attachment show_matcher_routes_too.diff added.

08/04/07 20:46:23 changed by e.@brainspl.at

  • status changed from new to closed.
  • resolution set to fixed.

(In [385]) update show_routes in merb -i console. closes #113