Nice Url plugin

Plugin details

This acts_as extension provides the capabilities for creating a nice url based on an attribute of the current object.
You can set / unset the object id in front of the URL and choose the object attribute to use to generate the URL.

Websitehttp://github.com/Bounga/acts_as_nice_url/tree/master Repositorygit://github.com/Bounga/acts_as_nice_url.git Tags url, seo LicenseUnknown

Documentation

Install the plugin:
ruby script/plugin install git://github.com/Bounga/acts_as_nice_url.git
 class Author < ActiveRecord::Base
    acts_as_nice_url :id => false, :title => :full_name
  end

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: scott, about 1 month ago