Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

effective_rte

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

effective_rte

  • 0.6.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Deprecation

This gem has been deprecated and is no longer maintained.

It is based on WYMEditor (http://www.wymeditor.org) real text area.

The WYMEditor isn't compatible with later versions of jQuery.

Effective RTE

Provides a formtastic textarea replacement input based on the WYMEditor (http://www.wymeditor.org) 1.0.0b5

Rails >= 3.2.x, Ruby >= 1.9.x. Has not been tested/developed for Rails4.

The WymEditor isn't compatible with later versions of jQuery

Getting Started

Add to Gemfile:

gem 'effective_rte'

Run the bundle command to install it:

bundle install

Require the javascript in your application.js

//= require effective_rte

And the stylesheet in your application.css

*= require effective_rte

(optional) For integration with ActiveAdmin, add the following to 'config/initializers/active_admin.rb'

config.register_stylesheet 'effective_rte.css'
config.register_javascript 'effective_rte.js'

Usage

To use in place of a text_area, in formtastic:

= form.input :body_text, :as => :effective_rte

License

MIT License. Copyright Code and Effect Inc. http://www.codeandeffect.com

You are not granted rights or licenses to the trademarks of Code and Effect

Credits

The authors of this gem have nothing to do with the following awesome project:

WYMEditor (http://www.wymeditor.org)

FAQs

Package last updated on 11 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc