YaleSTC / shifts

Application to easily track shifts, reports, and payforms for employees.
MIT License
23 stars 18 forks source link

use gem 'jcrop-rails-v2' #288

Closed dgoerger closed 10 years ago

dgoerger commented 10 years ago

The original jcrop-rails gem is abandoned and doesn't support rails >= 3.2.

https://github.com/maxd/jcrop-rails-v2

dgoerger commented 10 years ago

screenshot from 2014-07-08 14 29 31

dgoerger commented 10 years ago

using the gem jcrop-rails allows the page to load, however, jcrop-rails-v2 fails.

dgoerger commented 10 years ago

patching app/assets/stylesheets/application.css.sass and app/assets/javascripts/application.js with require jquery.Jcrop instead of require jcrop fixes the issue.