Skip to content
alepore edited this page Sep 21, 2014 · 6 revisions

Welcome to the ckeditor wiki!

Working example with Carrierwave and rails 3.1.rc6: https://github.com/fxposter/rails_3_1_with_ckeditor_and_carrierwave

FAQ

How do I configure CKEditor?

To configure CKEditor, create a file in your own application in this path: app/assets/javascripts/ckeditor/config.js and then you can follow the standard documentation about configuration: http://docs.ckeditor.com/#!/guide/dev_configuration

Clone this wiki locally