sbfaulkner / has_markup
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
init.rb | ||
| |
lib/ | ||
| |
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

