Turbolinks-js

Same as Turbolinks but without the CoffeeScript requirement. Check Turbolinks for more information.

Installation

  1. Add gem 'turbolinks-js' to your Gemfile.
  2. Run bundle install.
  3. Add //= require turbolinks to your Javascript manifest file (usually found at app/assets/javascripts/application.js).
  4. Restart your server and you're now using turbolinks!