n0ne / Rails-Carrierwave-jQuery-File-Upload

Rails 3.2.3 + Carrierwave + jQuery-File-Upload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 78.3%Language:Ruby 16.4%Language:CSS 5.0%Language:CoffeeScript 0.3%