Hi Tim,

I've had almost exactly your problem. I think it actually worked fine
on rails 3.0 but got broken with rails 3.1.

Like you I really wanted intelligent url helpers.
In my case I wanted url_for(@genre) -> /filter?by_genre=Pop

defining the helper:
 def genre_path genre
   filter_path(by_genre: genre)
 end

Fixed everything for me.


-Arthur

-- 
You received this message because you are subscribed to the Google Groups 
"WellRailed" 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/wellrailed?hl=en.

Reply via email to