GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Textilize plugin for rails, based on PermalinkFu
Clone URL: git://github.com/adelcambre/textilizefu.git
name age message
file README Wed Feb 13 14:51:19 -0800 2008 initial import [Andy Delcambre]
file init.rb Wed Feb 13 14:51:19 -0800 2008 initial import [Andy Delcambre]
directory lib/ Thu Feb 21 17:49:25 -0800 2008 added a check to make sure the textilized field... [Andy Delcambre]
directory spec/ Wed Feb 13 14:59:32 -0800 2008 added spec file [Andy Delcambre]
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)