acts_as_sanitiled 1.1.6
A modernized version of Chris Wansthrath's venerable acts_as_textiled. It automatically textiles and then sanitizes columns to your specification. Ryan Grove's excellent Sanitize gem with nokogiri provides the backend for speedy and robust filtering of your output in order to: restrict Textile to a subset of HTML, guarantee well-formedness, and of course prevent XSS.
          Gemfile:
          =
        
        
          インストール:
          =
        
      Development依存関係 (2):
            activesupport
            >= 0
          
          
            bacon
            >= 0