Skip to content

dlehman/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.

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

 
 
 

Languages

  • JavaScript 83.2%
  • Ruby 16.5%
  • CoffeeScript 0.3%