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

ckeditor not showing up when deployed to heroku #12

Closed Deekor closed 11 years ago

Deekor commented 11 years ago

The gem works great on my local machine in dev. But when I push to heroku the editor doesn't show up on my text area.

Ive used this gem before with no problems. This time though I customized it by adding the ckeditor folder in the assets/javascripts like directed in the readme. Could this be causing the issue? Any known way to fix it?

Deekor commented 11 years ago

my bad the //= require ckeditor-jquery wasn't DIRECTLY below //= require jquery_ujs