Hello guys, I'm building currently one Rails app and I'd like to stick to all those fancy things like REST and Resources, but I'd like to customise my routes a little. I want my GET route to be little more verbose - the app I'm creating is a simple blog, so instead of GET /posts/1
I'd prefer something like GET /posts/1-my-first-post
.
Any ideas how to do this? Didn't find anything on the web :-(