Questions tagged [friendly-id]

FriendlyId is the "Swiss Army bulldozer" of slugging and permalink plugins for Ruby on Rails. It allows you to create pretty URL's and work with human-friendly strings as if they were numeric ids for Active Record models.

The project on github

496 questions
-2
votes
1 answer

How to replace the UUID with random numbers using Friendly_id gem in rails?

Using Rails 4 and FriendlyId Gem version 5.Im new to Friendly id gem. Here I wanna replace my Url like profile-name-{4 (or) 5 length random numbers} instead of profile-name-Long-UUID . Thanks
1 2 3
33
34