I have routes.rb set up so that when I go to mydomain.com/name it goes directly to a person''s public page: map.connect '':name'', :controller => ''main'', :action => ''page'' Now, I want a selection list, that when a name is selected and submitted will go to that page. So if "Bob" is selected, it will go to mydomain.com/bob. Let''s just say there is a Person object with a :name field. Thank you for any help. -- 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 -~----------~----~----~----~------~----~------~--~---