map.connect 'profile/:screen_name', :controller => 'profile', :action => 'show'
.
.
.
# Install the default route as the lowest priority.
map.connect ':controller/:action/:id'

