Install: >> ./script/plugin install http://svn.techno-weenie.net/projects/plugins/permalink_fu/ >> piston import http://svn.techno-weenie.net/projects/plugins/permalink_fu/ Modify table: >> ./script/generate migration add_permalink_to_article >> add_column :designers, :permalink, :string Model: class Article < ActiveRecord::Base # title is the field name you want to convert to a permalink

