spree-contrib / spree_editor

Rich text editor for Spree with Image and File uploading in-place.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
112 stars 183 forks source link

CKEditor support #28

Closed bob-frost closed 11 years ago

bob-frost commented 11 years ago

It can be useful, because image upload feature can be easily added with ckeditor gem:

gem 'spree_editor', :git => 'git://github.com/secoint/spree_editor.git', :branch => 'ckeditor' gem 'ckeditor'

rails generate ckeditor:install --orm=active_record --backend=paperclip rake db:migrate

JDutil commented 11 years ago

Could you also please update the README with instructions on usage?

JDutil commented 11 years ago

Thank you I've merged your commit, updated the README, and added some spec coverage to support CKEditor.