The application provides a basic demo of Jquery Fileupload Plugin in action using paperclip in Rails.
- Download the application.
- bundle install
- rake db:create
- rake db:migrate
- Start the application (rails s)
- Visit http:://localhost:3000
- Ruby version >= 2.0
- Rails version >= 4.0
- Note: ImageMagick must be installed(on your machine) and Paperclip must have access to it for processing images.