This tag with rails 3
<%= link_to \'Destroy\', item, :method => :delete,:confirm=>\'Are you sure?\' %>
produces this html
I've been used to include the javascript_include_tag at the bottom of my haml-layout-file.
With Rails4 and Turbolinks it happens that:
I solved the problem by moving the javascript_include_tag from the bottom into