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 n
In Rails you can use #parameterize
For example:
> "Foo bar`s".parameterize => "foo-bar-s"