Frank Groeneveld
Frank Groeneveld
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.
Failed to load content css: http://myurl/assets/tinymce/skins/lightgray/content.min.css now and then
What happens if you disable Turbolinks?
Failed to load content css: http://myurl/assets/tinymce/skins/lightgray/content.min.css now and then
Upstream has just released a version with fix: https://github.com/tinymce/tinymce/issues/3763#issuecomment-326244579 Would be great if the gem can also get this updated version.
Failed to load content css: http://myurl/assets/tinymce/skins/lightgray/content.min.css now and then
@spohlenz Great, thanks. The message is gone, but unfortunate we now see empty TinyMCE editors instead of the actual content. I've asked upstream whether more users have this, maybe this...
It is (now?) available: https://rubygems.org/gems/wysiwyg-rails
> I wanted to share a solution I encountered with getting Cron (with [Whenever](https://github.com/javan/whenever/issues/850)) to run correctly and how I eventually resolved it. After some trial and error, I discovered...
@vladyio thanks, but that is exactly what I want to prevent. I don't want to run it as root. I've come up with a solution: use solid queue tasks as...
Sorry, but I've never written typescript before and I've also never run tests for it so that would take me quite some time to figure out. I might be able...
Thanks for merging this. If you want I can try to implement tests for it this week.
I'm trying to upgrade from 4.0.17 to 4.0.18 and have this exact issue. It seems the sanitizeURL function was modified in that release. Our image urls contain the word "on"...