Skip to content

jshow/Rails-Carrierwave-jQuery-File-Upload

 
 

Repository files navigation

Rails 3.2.3 + Carrierwave + jQuery File Upload

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.

Getting Started

  • 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
    

Features

  • (20-Mar-2013): Can now add images to a gallery when it's "new" (ie. before it has been saved)

About

Rails 3.2.3 + Carrierwave + jQuery-File-Upload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.0%
  • Ruby 15.8%
  • HTML 8.6%
  • CSS 4.3%
  • CoffeeScript 0.3%