winston / rails_utils

Rails helpers based on opinionated project practices. Currently useful for structuring CSS and JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Turbolinks 5

JuanitoFatas opened this issue · comments

When using Turbolinks 3's partial replacement, it reruns all the script on the page as well
means that the javascript_initialization will also be run again, leads to double binding.

Related: turbolinks/turbolinks-classic#546