I\'m having some trouble loading my javascript when I use a link_to helper in rails. When I either manually enter the url with \'localhost:3000/products/new\' or reload the
You can also wrap your link with a div that specifies data-no-turbolink.
Example:
Home (without Turbolinks)
Source: https://github.com/rails/turbolinks