File Upload: Rails + Refile + Dropzone
Finding a good tutorial on how to add file upload to a Rails application is easy. But most of them will focus on how to integrate a specific gem like paperclip
or carrierwave
or refile
into your application, but very rarely do you have a tutorial that will walk…