#367 √ resolved
JakubOboza

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

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 »

Tags