Has anyone ever used random_slug (https://github.com/josei/random_slug) for friendly_id? It was last updated 5 years ago so I'm not sure if it's a waste of time to try it out or even if there is a better solution?
Basically I have friendly_id working in terms of it picks up the title of my posts and I have a scope so those posts are unique to the user, but I would very much like those posts to be a randomly generated URL something similar to YouTube URL's I suppose -- is this possible with friendly ID or am I going about this the wrong way and is there something else that would make my life 100x easier?