Log in or register to post comments
rails 3.2 with ckeditor_rails gem install issue
Using rails 3.2 with ckeditor_rails gem.
Followed instructions on github.com/tsechingho/ckeditor-rails.git
Added //= require ckeditor-jquery to app/assets/stylesheets/application.js

Now I get a "couldn't find file 'ckeditor-jquery'" error and sure enough, it doesn't exist. I thought it should be in vendor/assets/javascripts/ckeditor-jquery.js

I am new to programming and could use help. Where do I get the ckeditor-jquery.js file, and do I copy it into the vendor/assets/javascripts/ directory?

Thanks,
DC