search for: tag_path

Displaying 1 result from an estimated 1 matches for "tag_path".

Did you mean: tags_path
2008 Jun 13
1
link_to problem with '.' in :id parameter (must be escaped!)
Hi, I have this very normal link_to call: <%= link_to name, tag_path(name) %> The ''name'' can be something like "ASP.NET". That results in a URL like http://localhost:3000/tag/ASP.NET The Problem: I get a "no route" for this URL. I have a route map.tag ''/tag/:id'', :controller => ''items'&...