Removing Turbolinks from Rails 4

from blog Steve Klabnik, | ↗ original
Home Blog Jun 25 2013 If you don’t want to use Turbolinks with your Rails 4 application, it’s easy! Just do this: Remove the gem 'turbolinks' line from your Gemfile. Remove the //= require turbolinks from your app/assets/javascripts/application.js. Remove the two...