This project is archived and is in readonly mode.
`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
-
Mark Turner August 12th, 2010 @ 11:35 PM
- Tag changed from rails3rc, routes to patch, rails3rc, routes
Patch to fix it included.
-
Mark Turner August 13th, 2010 @ 11:51 PM
- Assigned user changed from José Valim to Santiago Pastorino
-
José Valim August 14th, 2010 @ 11:16 AM
- Assigned user changed from Santiago Pastorino to José Valim
-
Repository August 15th, 2010 @ 08:50 PM
- State changed from new to resolved
(from [99f399752092310224fbfae05bf3a0b37e8dd725]) make rake routes print the name of a Rack endpoint app [#5338 state:resolved]
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/99f399752092310224fbfae05bf3a0... -
Repository August 15th, 2010 @ 08:50 PM
(from [ada8c66ba06777177f9313198f404fdd1458d24d]) Improve routes task code and print the application as :to => RackApp. [#5338 state:resolved] http://github.com/rails/rails/commit/ada8c66ba06777177f9313198f404f...
-
Repository August 15th, 2010 @ 08:55 PM
(from [85200452009086800b2d70e0e3efb0060b5ce2de]) Improve routes task code and print the application as :to => RackApp. [#5338 state:resolved] http://github.com/rails/rails/commit/85200452009086800b2d70e0e3efb0...
-
Repository August 15th, 2010 @ 08:55 PM
(from [ebf7447b3492ece626a58a6f32364719febc610a]) make rake routes print the name of a Rack endpoint app [#5338 state:resolved]
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/ebf7447b3492ece626a58a6f323647...
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>
People watching this ticket
Attachments
Referenced by
- 5338 `rake routes` should print the Fully-Qualified-Name of a Rack endpoint Class (from [99f399752092310224fbfae05bf3a0b37e8dd725]) make ra...
- 5338 `rake routes` should print the Fully-Qualified-Name of a Rack endpoint Class (from [ada8c66ba06777177f9313198f404fdd1458d24d]) Improve...
- 5338 `rake routes` should print the Fully-Qualified-Name of a Rack endpoint Class (from [85200452009086800b2d70e0e3efb0060b5ce2de]) Improve...
- 5338 `rake routes` should print the Fully-Qualified-Name of a Rack endpoint Class (from [ebf7447b3492ece626a58a6f32364719febc610a]) make ra...