Advanced Rails Routing of short URL's and usernames off of root url
- by Michael Waxman
I want to have username URL's and Base 58 short URL's to resources both off of the root url like this:
http://mydomain.com/username #=> goes to given user
http://mydomain.com/a3x9 #=> goes to given story
I am aware of the possibilities of a user names conflicting with short urls, and I have a workaround, but what I can't figure out is the…