Uploadify 3.1 + Carrierwave + Rails 3.2.3

A small application that demonstrates the work of these programs together.

Getting Started

  1. Clone git:

    git clone git@github.com:n0ne/Uploadify-Carrierwave-Rails-3.2.3.git
  2. Change folder:

    cd Uploadify-Carrierwave-Rails-3.2.3
  3. Make database:

    rake db:migrate
    
  4. Start server

    rails s
    
  5. Open browser:

    http://localhost:3000/