Clean URL's

I am working a project where I would like to make the url’s clean,
meaning, not showing the user id. I have been follow Patrick Lenz’s book
on how to do this without any success. No matter what I put, the route
map.connect ‘:controller/:action/:id’ allows gets executed. If I take it
out and place my own at the very top, the whole things crashes. Is there
another way or a better way to do this? Thanks,

~S

Take a look at permalink_fu:
http://svn.techno-weenie.net/projects/plugins/permalink_fu/

A tutorial, if you need it, can be found here:
http://www.seoonrails.com/even-better-looking-urls-with-permalink_fu

Hope this helps.