Agile Web Development

Build it. Launch it. Love it.

Plugins Tagged slugs

  • acts_as_sluggable

    Add slugs to URLs based on an existing field on the model.

  • Slugger

    With Slugger you can use a field(s) of the model as a slug (URL friendly version of the record). So instead of controller/id you can use controller/slug (http://example.com/posts/1 => http://example.com/posts/my-post-title)