Skip to content

cthornbe/dropzone-rails-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ajax File Upload in Rails using Dropzone + Carrierwave

Dropzone + Rails + Carrierwave Demo. Check out the post http://sudharti.github.io/articles/dropzone-rails/

Working demo. [ Heroku + Cloudinary ]

Getting started:

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.

alt tag

Issues: If you have any issues with the demo raise issues here https://github.com/Just-hack/dropzone-sample/issues

License:

This project is licensed under the terms of MIT License

About

Ajax File Upload in Rails using Dropzone + Carrierwave Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 90.4%
  • JavaScript 5.8%
  • CSS 3.8%