This project is archived and is in readonly mode.
Add new dynamic routes.
Reported by Luya | January 20th, 2011 @ 09:36 PM
Hello,
I'm on Rails 3 and I'want to add dynamic routes in my Application.
I am succesuful with : File.open on a file : config/routes.rb but i'am not satisfied by way.
Can not you do anything else to add a new dynamic route?
Thanks
Comments and changes to this ticket
-
Andrew White February 14th, 2011 @ 11:43 AM
- State changed from new to invalid
- Importance changed from to Low
In Rails 3.0 you can draw the route set again by using Rails.application.routes.draw, but it will reset the routes. In Rails 3.1 there will be an append method you can use.
In future can you please one of the support options listed on http://rubyonrails.org/community as this website is for the tracking of bugs in Rails and not general support.
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>