adelcambre / textilizefu

Textilize plugin for rails, based on PermalinkFu

This URL has Read+Write access

name age message
file README Loading commit data...
file init.rb
directory lib/
directory spec/
README
TextilizeFu

  class Article < ActiveRecord::Base
    textilize :body
  end

This will convert the body from textile into html and store the result in body_html

Based primarily off permalink_fu from Rick Olsen (technoweenie)