Hi all I''m creating some URL''s myself (it is statical and not very beautiful, but I don''t need more atm). Sadly all the slashes "/" are replaced with "%2F" and so I get an error like Unknown action No action responded to produkt_typ/10 When in fact it should call the action produkt_typ and submit the parameter 10! The same happens with a question mark: some_action?some_var=some_value becomes some_action%3Fsome_var%3Dsome_value What is here going wrong? How can I solve it? Thanks, Josh -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---