Search code examples
ruby-on-railsajaxprogress-barruby-on-rails-4turbolinks

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


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?


Solution

  • nprogress-rails is probably just what you need.