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.
Not an issue from an implementation, moreso maybe docs and understanding, but it appears that the :slugged module is automatically included when using the :history module, but I don't think that's noted in the docs. Not a huge issue, but it made me wonder what was going on when I read through the :slugged module docs, realized my app was already doing all of that, but I don't have :slugged added 😁
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Howdy! 👋
Not an issue from an implementation, moreso maybe docs and understanding, but it appears that the
:slugged
module is automatically included when using the:history
module, but I don't think that's noted in the docs. Not a huge issue, but it made me wonder what was going on when I read through the:slugged
module docs, realized my app was already doing all of that, but I don't have:slugged
added 😁Thanks!