Top "Turbolinks" questions

Turbolinks makes following links in your web application faster.

How to bind an jQuery onclick event with Coffeescript, in Rails?

I realise that I probably need to declare the onclick event globally, but I am trying to avoid using the …

jquery ruby-on-rails coffeescript turbolinks
Turbolinks and Controller-specific assets

I've modified application.html.erb to use controller specific assets: application.html.erb: <!DOCTYPE html> <html> &…

ruby-on-rails asset-pipeline turbolinks
Using angularjs with turbolinks

I am trying to use Angularjs framework in my app with turbolinks. After page change it do not initialize new …

ruby-on-rails angularjs turbolinks
Rails 5 - turbolinks 5,some JS not loaded on page render

I have a Rails app, I recently updated to 5.0.0.RC1. Most of the transition went smooth, but I'm having some …

javascript jquery ruby-on-rails ruby turbolinks
couldn't find file 'turbolinks' in Rails 4.0.4 app

I just upgraded from Rails 3.2.17 to 4.0.4 and everything looks great. I copied over a lot of the config files from …

ruby-on-rails ruby-on-rails-3 ruby-on-rails-4 ruby-on-rails-3.2 turbolinks
Clicking "back" in the browser disables my javascript code if I'm using Turbolinks in Rails

Well, as the title says more or less. I'm using the gem Turbolinks in my Rails application and I'm having …

jquery ruby-on-rails turbolinks
Rails 4 turbolinks with Google Analytics

I'm wondering what is the best way to implement Google Analytics tracking code along with the turbo linking in Rails 4. …

ruby-on-rails ruby google-analytics ruby-on-rails-4 turbolinks
How to refresh a page with Turbolinks

I understand that I can call the following code on Turbolinks 5 but it changes the scroll position. Is there a …

ruby-on-rails ruby turbolinks
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 …

ruby-on-rails ajax progress-bar ruby-on-rails-4 turbolinks
Rails turbolinks break submit remote form

I'm having a rather weird problem using Rails 4, Turbolinks and a remote form. I have a form looking like: <%= …

ruby-on-rails ruby-on-rails-4 turbolinks remote-forms