norman / friendly_id

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.
http://norman.github.io/friendly_id/
MIT License
6.13k stars 589 forks source link

Petition to use Prefixed Ids #1024

Open kaka-ruto opened 3 months ago

kaka-ruto commented 3 months ago

Thanks for this lovely gem!

Would you be open to using prefixed ids instead of generating random uuids?

We could take advantage of this gem https://github.com/excid3/prefixed_ids

parndt commented 3 months ago

Can you give an example please of what we have and what you'd like it to be instead?