Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm currently trying to code a custom image cropping system similar to other ones on the internet where a user can select any cropping area of image freely from mouse and then have their image cropped accordingly. The problem is the topics are too old and all are using paperclip older versions which does not seem to be compatible with current rails version. This is therefore giving number of errors on uploading image even before cropping takes place.

Can anyone help in finding out a cropping system to work for latest ruby and rails versions. The railscasts and asciicasts are too old to use as I tried them without success. Giving errors on upload like undefined method 'make' for Cropper:Module.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.