tinymce-rails
tinymce-rails copied to clipboard
Integration of TinyMCE with the Rails asset pipeline
I use last version this gem. Tinymce work fine on stage. When i deploy on production, i get error: rake aborted! SassC::SyntaxError: Error: "calc(100vh - 110px)" is not a number...
Hello all, can anyone tell me how to pass the tinymce api_key with this gem? I expected I would be able to this to the .tinymce.yml file but this does...
Symptom: Although TinyMCE inits once after a page load, if you make a Tubro interaction (either a whole page render or a frame replacement), the TinyMCE widget does not reinitialize...
On Rails 7 using turbo tinymce doesn't load after a route is visited more than one time in a single user session. It renders a large text area instead of...
On my project there are such technologies: rails 7, propshaft, cssbundling-rails, jsbundling-rails etc... And using this instruction from this gem on my project - tinymce can't intialize Error in browser...
We are using the gem and we need to include the paid plugins. There is no much documentation and adding the paid plugins url end up causing a clash (it...
Hi, I get the tinymce working on my rails 7.0.4 application, but the menu icons did not show correctly : In my chrome console, i notice that the skin.min.css is...
Hey! Not sure if this should go here, but was wondering if I need to do anything extra to get Tinymce-rails working properly with Rails 7 + stimulus + importmaps...
I just upgraded from tinymce-rails 5.10.5 to 6.1.2. When running ``bundle exec rake assets:precompile`` I get this error: ``` rake aborted! Sprockets::FileNotFound: couldn't find file 'tinymce-jquery' with type 'application/javascript' Checked...
I am currently hosting an application on Heroku and it does sluggish compilation. I have setup CDN with CloudFront to ensure loading of assets faster. However, when it loads up...