FriendlyId is the “Swiss Army bulldozer” of slugging and permalink plugins for ActiveRecord. It allows you to create pretty URL’s and work with human-friendly strings as if they were numeric ids for ActiveRecord models.
I understand the allure of UUIDs, but for an app not using asynch processing, it definitely makes the url ugly and not friendly being forced to use UUIDs.
Is there a flag to re-enable the old behavior? I've searched around and don't see anything. I suppose using a proc in the candidate function is the only way?
I understand the allure of UUIDs, but for an app not using asynch processing, it definitely makes the url ugly and not friendly being forced to use UUIDs.
Is there a flag to re-enable the old behavior? I've searched around and don't see anything. I suppose using a proc in the candidate function is the only way?