How to create a Youtube style loading bar with Rails 4's Turbolinks?

ajax, progress-bar, ruby-on-rails, ruby-on-rails-4, turbolinks

Solution

nprogress-rails is probably just what you need.

Problem

Is there a way to make a Youtube style loading bar (the inter-page across the top bar) with turbo-links. Turbolinks has loads of different callbacks so you could make a jumpy one across a few steps but is there a way to hook into the progress too?

Original source