How can I make Turbolinks progress bar beautiful like github.com/caarlos0/nprogress-rails ?
See Displaying Progress in the documentation for details on how to style the Turbolinks progress bar element.
If you want to use a third-party progress bar instead, you can hide Turbolinks’ progress bar with CSS, and listen for the turbolinks:request-start and turbolinks:request-end events to determine when to show and hide your custom progress bar.
Most helpful comment
See Displaying Progress in the documentation for details on how to style the Turbolinks progress bar element.
If you want to use a third-party progress bar instead, you can hide Turbolinks’ progress bar with CSS, and listen for the
turbolinks:request-startandturbolinks:request-endevents to determine when to show and hide your custom progress bar.