Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jschwindt/dragonfly_crop
A sample rails application that uses the excellent image handler Dragonfly, and Jcrop for selecting the cropping area.
https://github.com/jschwindt/dragonfly_crop
Last synced: about 1 month ago
JSON representation
A sample rails application that uses the excellent image handler Dragonfly, and Jcrop for selecting the cropping area.
- Host: GitHub
- URL: https://github.com/jschwindt/dragonfly_crop
- Owner: jschwindt
- Created: 2010-03-15T02:39:46.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-09-04T04:17:08.000Z (over 14 years ago)
- Last Synced: 2024-04-08T15:57:36.873Z (9 months ago)
- Language: JavaScript
- Homepage: http://schwindt.org/
- Size: 297 KB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
=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: http://github.com/markevans/dragonfly
JCrop: http://deepliquid.com/content/Jcrop.html
It follows the same idea of my previous project RJCROP: http://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