Is there any built-in way to take a full URI (http://host/controller/ action/id) and parse it into a route (following all the currently- defined routing rules) with :controller, :action, and :id? In other words, I''d like to do manually what is done automagically by Rails. I need to extract the information from a referer (of sorts) to determine what controller, action, and id were specified. I want it to be subject to the current routing rules, not hardcoded. Is there a built-in method in ActionController for this? - Mark. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---