sbfaulkner / has_markup

easily add markup support with syntax colouring to a model

This URL has Read+Write access

name age message
file MIT-LICENSE Loading commit data...
file README.markdown
file Rakefile
file init.rb
directory lib/
directory test/
README.markdown

has_markup

Easily add markup support with syntax colouring to a model.

Example

# models/post.rb
class Post < ActiveRecord::Base
  has_markup :body
end

Installation

$ script/plugin install git://github.com/sbfaulkner/has_markup.git

TODO

  • tests!

Legal

Author: S. Brent Faulkner brentf@unwwwired.net
License: Copyright © 2008-2009 unwwwired.net, released under the MIT license