This gem jqueryte is a rails engine which makes it easy to use jQuery Text Editor in Ruby on Rails application.
add this line to Gemfile
gem jqueryte
and issue bundle install
/* 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.
This gem integrates jQuery Text Editor v1.4.0.
Copyright (c) 2016 Pan Gaoyong