This project is archived and is in readonly mode.

#5338 ✓resolved
Postmodern

`rake routes` should print the Fully-Qualified-Name of a Rack endpoint Class

Reported by Postmodern | August 9th, 2010 @ 06:37 AM

When defining routes in rails3 to Rack endpoints, rake routes should display the Fully Qualified Name of the Class/Module which will receive requests.

match '/api/v1', :to => Project::API::V1
$ rake routes
...
                                 /api/v1/*path
...

Not displaying the Class/Module name omits important information.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments

Referenced by

Pages