How do I prepend all url''s in my application with a specific string so instead of generating URL''s of the form /:controller/:action/:id I would get /myString/:controller/:action/:id? I know I can use routes.rb and url_for() to accomplish a similar task on an individual controller basis but I don''t see a way to easily prepend all urls with a string. Thanks, John -- 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 -~----------~----~----~----~------~----~------~--~---