-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the Gem? #160
Comments
Why not pull from master branch in the Gemfile:
|
@richpeck Because at any given moment your production code could stop working with a bad commit in this project. |
And it does not work with turbolinks 5 :( |
@NetScrn to make it works with Turbolinks 5 you can just do the following in config.js (generated by before: $(document).on( 'ready page:load', window.init_redactor ); after: $(document).on( 'turbolinks:load', window.init_redactor );` |
redactor-rails gem 0.5.0 was released on February 24, 2015
Current codebase has commits from 2nd August 2015.
The reason I ask is because I just got caught out with the original image upload being returned instead of the content image. The github codebase had the changes but the gem did not. :/
The text was updated successfully, but these errors were encountered: