Agile Web Development

Build it. Launch it. Love it.

Plugins Tagged slug

  • acts_as_sluggable

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

  • acts_as_slugable

    Generate a valid URL slug/stub based on a specified field.

  • Permalink Fu

    Create permalinks from attributes

  • acts_as_friendly_param

    Use SEO friendly good looking URLs to identify resources, without having to modify your schema/controllers.

  • Friendly Identifier

    Easily create human-readable URLs with friendly identifiers.

  • suggests_id

    Takes user input (such as their name) and returns an available ID string for use in login names or URLs.

  • friendly_id

    FriendlyId is the "Swiss Army bulldozer" of slugging and permalink plugins for
    Ruby on Rails. It allows you to create pretty URL's and work with
    human-friendly strings as if they were numeric ids for ActiveRecord models.

  • 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)

  • has_slug

    Provides an embarrassingly easy way to equip your models with multi-attribute slugs / permalinks. Also detects permalink mismatches and redirects the visitor accordingly. Search engines will love you for doing this!