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 th
So I got this working yesterday for Rails 4.0 rc1 and Ruby 2.0 by leaving out the CKEDITOR.editorConfig = function( config ){ } part.
My final code in app/assets/javascripts/ckedtior/config.js was
CKEDITOR.config.toolbar= [ { name: 'basicstyles', items: [ 'Bold', 'Italic' ] } ]