-
Notifications
You must be signed in to change notification settings - Fork 87
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
rails 6 support #61
Comments
Hi @vpereira. I'm not planning on updating this gem for modern versions of Rails. This gem was created during a time long before we had official support for managing JavaScript dependencies via yarn, and it contains no other ruby code that would require it to be distributed as a gem. If you're maintaining a Rails application that is configured with yarn, I would recommend using the official codemirror package instead. If you haven't configured npm or yarn, and don't want to, the official codemirror releases have always been available at codemirror.net. You can download the latest release, unzip it, and copy the files you need into |
- Replaces paperclip with kt-paperclip - Removes dependency on codemirror-rails - no longer supported, see fixlr/codemirror-rails#61
Would it be worth archiving this project to indicate that it's no longer being updated? |
for rails 6 without adding raw package in vendor/assets, I used npm package
|
Hi, trying to update a rails from 5.2 to 6.0 and
codemirror-rails
is blocking it.from
bundle update rails
I get the following error:The text was updated successfully, but these errors were encountered: