Turbolinks makes following links in your web application faster.
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 turbolinksI've modified application.html.erb to use controller specific assets: application.html.erb: <!DOCTYPE html> <html> &…
ruby-on-rails asset-pipeline turbolinksI am trying to use Angularjs framework in my app with turbolinks. After page change it do not initialize new …
ruby-on-rails angularjs turbolinksI 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 turbolinksI 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 turbolinksWell, 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 turbolinksI'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 turbolinksI understand that I can call the following code on Turbolinks 5 but it changes the scroll position. Is there a …
ruby-on-rails ruby turbolinksIs 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 turbolinksI'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