I have no clue on what's happening here.
I'm using the gem 'ckeditor' in my gemfile and just followed the guide to have //= require in application.js
Everything works smoothly in development, but after precompiling assets I have this javascript error in production:
Uncaught TypeError: Object #<Object> has no method 'apply'
I would like to solve the issue but maybe someone faced it before me and can help to solve it because I have no clue on what's happening there and a javascript error seems strange because the code is the same as in development.
Does anyone managed to use CKEditor with gem 'ckeditor'? If yes, which version and did you face the same issue as mine? How did you solve it?