Ok, so I found the issue.  The below resource in my routes is the issue.

map.profile_link '/:login', :controller => 'users', :action => 'show'

I used this to try and get Twitter-like urls so something like 
myapp.com/coolusername.

So what was happening anything after myapp.com/ was being set at the 
:login  so I am not sure how to get the Twitter-like urls plus have 
things like myapp.com/posts or myapp.com/session.

Anyone have any clues?
-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to