How To Create Search Friendly Slugs in Rails

FriendlyId is a very good gem that allows you to replace ids in your URLs with strings. This lets your Rails app work with ‘friendly’ URLs like ‘myapp/users/john’ as opposed to  ‘myapp/users/1’.

Ruby on Rails development companies considers this gem as most essential for Rails applications due to its ability to make links memorable.