Created
October 21, 2013 08:19
-
-
Save lajunta/7080354 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Because some developers don't want to use Turbolinks from the Rails 4 default, here's how you do it. | |
| In your Gemfile: Remove the line gem 'turbolinks' | |
| In your app/views/layouts/application.html.erb: Remove "data-turbolinks-track" => true in stylesheet_link_tag and javascript_include_tag | |
| In your app/assets/javascripts/application.js: Remove //= require turbolinks | |
| That's it. Prost! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment