Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1009 Bytes

File metadata and controls

42 lines (22 loc) · 1009 Bytes

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.

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)