Best way to generate slugs (human-readable IDs) in Rails
You know, like myblog.com/posts/donald-e-knuth. Should I do this with the built in parameterize method? What about a plugin? I could imagine a plugin being nice for handling duplicate slugs, etc. Here are some popular Github plugins — does anyone have any experience with them? http://github.com/rsl/stringex/tree/master http://github.com/norman/friendly_id/tree/master Basically it seems like slugs are a totally solved … Read more