You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd be open to a pull request that brings it back into tinymce-rails (with an automated update/build process). However I haven't had a chance to look at it myself.
Note that the proposed solution of @spohlenz is only needed if you did you jQuery.tinymce. If you didn't you can just replace 'tinymce-jquery' with 'tinymce' and all will work fine.
I just upgraded from tinymce-rails 5.10.5 to 6.1.2.
When running
bundle exec rake assets:precompile
I get this error:If I try running the app in development I get a similar error:
It seems to me the JS file is missing from the gem and is a similar issue to #40. Please correct me if I'm wrong.
What can I do to fix things?
The text was updated successfully, but these errors were encountered: