tinymce-rails icon indicating copy to clipboard operation
tinymce-rails copied to clipboard

Integration of TinyMCE with the Rails asset pipeline

Results 74 tinymce-rails issues
Sort by recently updated
recently updated
newest added

Hi, I had this weird bug showing up as I try to upload an image with the image plugin. ``` i.blob is not function ```

Hi, I just can't seem to be able to enable this plugin for my editor: https://www.tinymce.com/docs/plugins/textpattern/ Any pointers will be appreciated.

I recently installed this gem into my site's bundle (rails 4.2.8) following the available instructions. The gem works fine most of the times but now and then it is apparently...

I'm not sure how to get this to work. I tried `` and ``, but they are both outputting JS strings, but this is a callback function `fileBrowser() {...}` that...

TinyMCE editor, does not show anything, if in content, html comments exist. ()

We are using Jenkins for deployment purpose. We started to get below error while running the assets:precompile task in tinymce as its version was updated to 4.5.6 and we haven't...

I get: "NetworkError: 404 Not Found - https://site.com/posts//themes/modern/theme.js" With //= require tinymce and with //= require tinymce-jquery this doesn't happen, but I experience a different bug in FF inside the...

Hi, In my current project I am using this Gem. In active Admin I am using the "tinymce" for my text area filed. If any empty space ( ) is...

I have dynamic assets path set like this: ``` config.tinymce.base = config.action_controller.asset_host.call + Rails.application.config.assets.prefix + "/tinymce" ``` in the compiled tinymce js I got: ``` window.tinymce = window.tinymce || {...