Skip to content

The ContentTools JavaScript library ready to play with the Rails Asset Pipeline

License

Notifications You must be signed in to change notification settings

reviewshake-app/contenttools-rails

 
 

Repository files navigation

contenttools-rails

contenttools-rails wraps the ContentTools JavaScript library in a rails engine for simple use with the asset pipeline provided by Rails. The gem includes all required source for ease of exploration. The asset pipeline will minify any assets in production.

ContentTools is JavaScript library for building WYSIWYG editors for HTML content. The ContentTools WYSIWYG editor can be added to any HTML page in a few simple steps. Please see the documentation for details.

Installation

Add this line to your application's Gemfile:

gem 'contenttools-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install contenttools-rails

Usage

Add the following directive to your Javascript manifest file (application.js):

//= require content-tools

Add the following directive to your Stylesheets manifest file (application.css):

*= require content-tools.min

Versioning

Versioning follows the core releases of ContentTools.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/contenttools-rails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

About

The ContentTools JavaScript library ready to play with the Rails Asset Pipeline

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 95.1%
  • Shell 4.9%