= EspCkeditor
CKEditor 3.6.2 for rails >= 3.1.0 project with el_vfs_client (optional) support.
== Install
To Gemfile
gem 'esp-ckeditor'
and
$ bundle install
or
$ gem install esp-ckeditor
== Usage
Add to your application.js
:
//= require esp-ckeditor
and use textarea with :class => :ckeditor
== License
This project rocks and uses MIT-LICENSE.