I have a basic understanding of rail routing, but nothing too advanced. So far, I have gotten using resource-based RESTful routes and a few custom routes.
Now I have almost done my application, and I wanted to make some good urls.
In my application, each user has many pages. What is the best way to make the url look like www.sitename.com/username/page_name?
source
share