You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slug=AgnosticSlugs::Slug.new('Look at my pretty new shoes! :)')slug.to_s# => "look-at-my-pretty-new-shoes"slug.next.to_s# => "look-at-my-pretty-new-shoes-2"
The gem is new and is for now only used on a staging site.
The text was updated successfully, but these errors were encountered:
I couldn't find a gem that generates slugs and is not either ORM-aware or monkey patches the
String
class. So I wrote it:https://github.com/lasseebert/agnostic_slugs
The gem is new and is for now only used on a staging site.
The text was updated successfully, but these errors were encountered: