A small application that demonstrates the work of these programs together.
More information about jQuery File Upload or on Github.
We use slimbox2 plugin for viewing pictures. And we use plugin jCrop for editing pictures.
Thanx to Shaunak Vairagare for the S3 version.
-
Clone git:
git clone git@github.com:n0ne/Rails-Carrierwave-jQuery-File-Upload.git
-
Change folder:
cd Rails-Carrierwave-jQuery-File-Upload
-
Install gems:
bundle install
-
Make database:
rake db:migrate
-
Upgrade bootstrap files:
rails g bootstrap:install -f
-
Start server:
rails s
-
Open browser:
http://localhost:3000/galleries
- (20-Mar-2013): Can now add images to a gallery when it's "new" (ie. before it has been saved)