url : Cannot generate regexp Routes
Reported by JakubOboza | June 10th, 2008 @ 11:53 AM | in 0.9.8
when you will try for eg. url(:new_theme) and you got regexp custom routes url throws
RuntimeError: Cannot generate regexp Routes
my routes
r.match(%r[^/admin]) do |admin| admin.resources(:themes, :controller => 'admin/themes') ... end
and "Rake routes" shows all routes ... new_theme: /admin/themes/new ...
Comments and changes to this ticket
-
Michael D. Ivey (ivey) June 12th, 2008 @ 12:29 AM
- → Assigned user changed from to Michael D. Ivey (ivey)
-
Michael Klishin (antares) August 2nd, 2008 @ 06:46 PM
- → Tag changed from to merb routing
- → Milestone changed from to 0.9.5
Router is being rewritten to address this. Stay tuned.
-
Michael Klishin (antares) August 2nd, 2008 @ 11:59 PM
- → State changed from new to open
- → Assigned user cleared.
-
Carl Lerche August 7th, 2008 @ 10:36 AM
- → Assigned user changed from to Carl Lerche
-
Michael Klishin (antares) August 12th, 2008 @ 08:06 PM
- → Milestone changed from 0.9.5 to 0.9.6
-
Michael Klishin (antares) September 4th, 2008 @ 11:52 AM
- → Milestone changed from 0.9.6 to 0.9.7
-
Michael Klishin (antares) September 14th, 2008 @ 01:59 AM
- → Milestone changed from 0.9.7 to 0.9.8
-
Carl Lerche September 21st, 2008 @ 12:40 AM
- → Tag changed from merb routing to merb routing
- → State changed from open to resolved
The new router branch has been merged in.
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
