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.