Hi, All!

How can I use dot in route on heroku? This code work local with ruby
1.9 and don't on heroku:

from config/routes.rb:

map.connect 'page/:name', :controller => 'home', :action => 'show',
:requirements => { :name => /.*/ }

It show 404 page on heroku for this code.

-- 
biow0lf!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to