NofollowLinks ============= Adds rel='nofollow' to all anchor tags within provided fields. (using a before_save callback) Setup ============ Install the plugin: ruby script\plugin install http://svn.railslodge.com/svn/plugins/nofollow_links/ Usage ============= nofollow_links :fieldname e.g. Example model: class Plugin < ActiveRecord::Base #plugins nofollow_links :content, :title end Info ============= author: Scott Sherwood homepage: http://www.railslodge.com svn: http://svn.railslodge.com/svn/plugins/nofollow_links/ license: MIT date: 05-06-07 Thanks to ============= For the idea and code http://blog.caboo.se/articles/2006/02/20/ruby-rails-and-nofollow