Closed dgoerger closed 10 years ago
using the gem jcrop-rails
allows the page to load, however, jcrop-rails-v2
fails.
patching app/assets/stylesheets/application.css.sass
and app/assets/javascripts/application.js
with require jquery.Jcrop
instead of require jcrop
fixes the issue.
The original jcrop-rails gem is abandoned and doesn't support rails >= 3.2.
https://github.com/maxd/jcrop-rails-v2