Turbolinks created problem with Stripe payment processing javascript and also with ouibounce javascript. I finally decided to remove it from my Rails 4 project. To remove Turbolinks with your Rails 4 application:
- Remove the
gem 'turbolinks'
line from your Gemfile. - Remove the
//= require turbolinks
from yourapp/assets/javascripts/application.js
. - Remove the two
"data-turbolinks-track" => true
hash key/value pairs from yourapp/views/layouts/application.html.erb