ncuesta / dropzonejs-rails

Spice your Rails apps with some Dropzone sugar!
http://rubygems.org/gems/dropzonejs-rails
MIT License
311 stars 56 forks source link

How to get this working with turbolinks 5? #37

Closed gbrl closed 7 years ago

gbrl commented 7 years ago

Does anyone know how to get this working with turbolinks? When I reload the page, dropzone loads, but when I navigate using the nav (turbolinks) dropzone isn't loaded.

Thanks!

ncuesta commented 7 years ago

Hi @gbrl, you need to initialize your Dropzone elements on the turbolinks:load event, as stated in Turbolinks' README.

Cheers!