How do I add a loading spinner and bar like this site?
I know it's a turbolinks feature but I don't know how to make it appear or how to do it, it's pretty nice the way GoRails handles the loading with that spinner and bar, how is it done?
Thanks in advance!
Hey Enrique! I'm actually just using the stock Turbolinks progress bar that's builtin. I think the only thing you have to do is add a little CSS to make sure that it displays.
https://github.com/turbolinks/turbolinks-classic#progress-bar
Also if you're using Turbolinks 5 (I've yet to upgrade) then I think it also has the same progress bar.