Links
Categories
Plugins Tagged permalink
-
Acts As Urlnameable
Intended to be a successor or alternative to acts_as_permalink. Allows you to give your ActiveRecord objects nice url names, for use in permalinks and such.
-
acts_as_slugable
Generate a valid URL slug/stub based on a specified field.
-
Permalink Fu
Create permalinks from attributes
-
Friendly Identifier
Easily create human-readable URLs with friendly identifiers.
-
seo_urls
Overwrites to_param to append a url-friendly version of the model’s ‘name’ or ‘title’ attribute to it’s id.
-
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!
-
busy_ajax
Simple ajax spinner that follows the mouse when ajax calls are being made by the browser in the background.
