I’m developing a web application using rails.
For aesthetic purposes, i need to replace %20 with –
Before: http://localhost:3000/movies/2006/Apna%20Sapna%20Money%20Money
After: http://localhost:3000/movies/2006/Apna-Sapna-Money-Money
Is there anyway i can achieve this in rails?
https://github.com/FriendlyId/friendly_id
this is the best way to go about seo urls