Packages 1-1 of 1 that has terms dname:"acts-as-textiled":
- I wrote this packageDec 22, 2008Acts As TextiledPermalinkAllows you to forget about constantly rendering Textile in your application. Instead, you can rest easy knowing the Textile fields you want to display as HTML will always be displayed as HTML (unless you tell your code otherwise).Show Details
class Story < ActiveRecord::Base acts_as_textiled :body_text, :description end
Licence
This package is licenced under the MIT licence.
Prerequisites
Installation
Installation Instructions:
For Git installs:
Rails >= 2.1: script/plugin install git://github.com/defunkt/acts_as_textiled
Rails < 2.1: git clone git://github.com/defunkt/acts_as_textiled vendor/plugins/acts_as_textiled && rm -rf vendor/plugins/act
