tsechingho / ckeditor-rails

Integrate CKEditor javascript library with Rails asset pipeline
https://github.com/tsechingho/ckeditor-rails
MIT License
213 stars 132 forks source link

Nothing in /vendor/assets after installing gem #16

Closed 29thfloor closed 11 years ago

29thfloor commented 11 years ago

I installed this using bundler and it says that v 0.0.5 is installed but when I add "//= require ckeditor-jquery" to the application.js I get this error:

couldn't find file 'ckeditor-jquery'

tsechingho commented 11 years ago

The name of gem is ckeditor_rails not ckeditor-rails, please use the right one.