I’ve successfully configured the ckeditor gem from https://github.com/galetahub/ckeditor on my Rails 3.1 app. My problem now is that I can’t figure out how to configure the CKEditor. The files that are used according to the Readme simply don’t exists in a Rails 3.1 application with the asset pipeline enabled.
I’ve successfully configured the ckeditor gem from https://github.com/galetahub/ckeditor on my Rails 3.1 app. My
Share
The answer was easy once i’ve figured out the thrown error message.
/app/assets/javascript/ckeditor
This is the important part, place the require_tree (which includes the ckeditor/config.js) after the require for ckeditor:
/app/assets/javascript/application.js