Dropzone + Rails + Carrierwave Demo. Check out the post http://sudharti.github.io/articles/dropzone-rails/
Working demo. [ Heroku + Cloudinary ]
clone or fork this project
Generate secret_key_base using rake secret
config/secrets.yml
development:
secret_key_base: [key from rake secret]
test:
secret_key_base: [key from rake secret]
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
Run rake db:migrate
Start the server using rails server
Visit localhost:3000 in your browser.
Issues: If you have any issues with the demo raise issues here https://github.com/Just-hack/dropzone-sample/issues
This project is licensed under the terms of MIT License