Logo_s
  • Find a Package
  • Check Live Licences
  • Register
  • FAQs
  • Login

Find software packages matching

Only search category

Browse categories
Packages 1-1 of 1 that has terms dname:"acts-as-textiled":
  • Dec 22, 2008
    Acts As TextiledPermalink
    by Chris Wanstrath
    Ruby on Rails → Views → Forms
    Ruby on Rails → Database / Model
    Allows 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).
    class Story < ActiveRecord::Base
      acts_as_textiled :body_text, :description
    end
    
    Show Details

    Licence

    This package is licenced under the MIT licence.

    Prerequisites

    • RedCloth

    Installation

    Download Release Notes Home Page

    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
    I wrote this package

  • Privacy Policy
  • Terms of Use
  • Contact
  • About Rails Wheels