Permalink Fu plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://svn.techno-weenie.net/projects/plugins/permalink_fu/
class Article < ActiveRecord::Base has_permalink :title end
This will escape the title, making it fit to use in a URL in the after_validation callback.
Use PermalinkFu.escape to escape a string manually if you like.
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | Back in time (2 older versions) | Last edited by: scott, over 2 years ago


