jQuery Text Editor engine for Ruby on Rails application
Introduction
This gem jqueryte is a rails engine which makes it easy to use jQuery Text
Editor in Ruby on Rails application.
Installation
add this line to Gemfile
gem jqueryte
and issue bundle install
Usage
/* in rails application's stylesheets, eg. application.css
*= require jqueryte
*/
// in rails application's javascript, eg. application.js
//= require jqueryte
Then it is ready for use. For how to use this editor itself, please refer to
jQuery Text Editor Documentation.
Version
This gem integrates jQuery Text Editor v1.4.0.
Licence MIT
Copyright (c) 2016 Pan Gaoyong