Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 566 Bytes

README.rdoc

File metadata and controls

25 lines (15 loc) · 566 Bytes

Dragonfly crop

This project shows how to crop images using Jquery’s Jcrop and the new kid in the block for image handling in Rails: Dragonfly.

Dragonfly: github.com/markevans/dragonfly

JCrop: deepliquid.com/content/Jcrop.html

It follows the same idea of my previous project RJCROP: github.com/jschwindt/rjcrop

Downloading and testing the application

git clone git://github.com/jschwindt/dragonfly_crop.git
cd dragonfly_crop
sudo rake gems:install
rake db:migrate
./script/server

Author

Juan Schwindt juan(at)schwindt.org