medium-editor-rails
medium-editor-rails copied to clipboard
This project is not maintained anymore. If you'd like to maintain, I can transfer ownership. Contact me at [email protected]
Hey great Rails wrapper, just saved me a couple days (or weeks) getting medium-editor into rails. Does anyone have any sample controller ruby code and subscribe js code to actually...
The change in gem file for railties from '>= 3.0' to '~> 3.0' means this gem can no longer be utilized in Rails 4.x or later projects.
Hi! The bug is reproducible with: https://github.com/marjinal1st/medium-test Changing page prevents the tooltip from being displayed. Workaround: ``` html var editor = new MediumEditor('.editable'); editor.options.elementsContainer = false; $('.editable').bind('input propertychange', function(){ $("#post_"...