Mike Ackerman
Mike Ackerman
I'm in the same camp and struggling to find a workaround for this...
I just ran into this issue and found a fix that worked for me. It appears to be because it doesn't like the formatting of the `"private_key"` value, hinting that...
It almost seemed like an autoload issue as it would work, and then stop after awhile. Wondering if the backend isn't getting re-loaded properly after Rails autoloads files.
@neutralino1 or you could try something similar to an open pull request which looks like it might solve the problem for paperclip only. PR: https://github.com/bastiaanterhorst/rich/pull/145 On Tuesday, March 18, 2014,...
Oh! Well then! At first glance, it looks like this would be needed for the CarrierWave backend as well.
@gogainda I believe that is the entire purpose of the PasteFromWord button... no? I don't think you can have the main WYSIWYG editor work like the PasteFromWord button popup field...
@bastiaanterhorst or @gogainda I'm having an issue trying to vendor a CKEditor plugin with rich. I've downloaded the plugin (Justify) from here: http://ckeditor.com/addon/justify (v4.0.3). I modified my rich.rb adding: `config.extraPlugins...
I was able to get past that by removing the `CKEDITOR.plugins.add( 'justify', {` from the downloaded plugin's `plugin.js` file, however I'm still getting the second error mentioned above about the...
I was able to get it working. Here were my steps: ``` # Enable extra CKEDITOR plugins: # # HOWTO: # 1) add the downloaded plugin's JS in: vendor/assets/javascripts/ckeditor/plugins/pluginName #...
Seems like the rich gem's ckeditor/build-config.js should not be marking all of the non-present plugins as "on". Thoughts?