AgnosticSlugs
A simple gem that can generate slugs.
It does not integrate with ORMs
It does not monkey-patch String
class
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
A simple gem that can generate slugs.
It does not integrate with ORMs
It does not monkey-patch String
class
Comments
does it work like friendly_id ?
does it work like friendly_id ?
Looks great. Fantastic list of accents. FYI: An alternative asciify and slugify version is included in the textutils (textkit) gem. Cheers.
Duncan: Friendly_id is ActiiveRecord specific. AgnosticSlugs is… agnostic about what framework, ORM or whatever you use ;)
Gerald: Thanks for the tip. Will look into textutils :)
Post a comment