Top "Turbolinks" questions

Turbolinks makes following links in your web application faster.

Rails 4: how to use $(document).ready() with turbo-links

I ran into an issue in my Rails 4 app while trying to organize JS files "the rails way". They were …

javascript jquery ruby-on-rails-4 asset-pipeline turbolinks
Rails ExecJS::ProgramError in Pages#home?

Starting a new app, when I create a controller page home and try to go to local host:3000/pages/home, …

ruby-on-rails windows turbolinks execjs
Rails 5: how to use $(document).ready() with turbo-links

Turbolinks prevents normal $(document).ready() events from firing on all page visits besides the initial load, as discussed here and …

javascript jquery ruby-on-rails turbolinks ruby-on-rails-5
Using turbolinks in a Rails link_to

Just wondering whether there's a way to use turbolinks directly in a rails link_to helper, a quick bit of …

ruby-on-rails-3.2 turbolinks ruby-on-rails-4
Rails 4: disable Turbolinks in a specific page

I'm trying to make a JS snippet work in a concrete page with Rails 4 and Turbolinks. I've tried with the …

javascript ruby-on-rails ruby turbolinks
Rails 4 turbo-link prevents jQuery scripts from working

I'm building a Rails 4 app and I have a few scattered js files that I'm trying to include "the rails …

javascript ruby-on-rails-4 turbolinks
Turbolinks causing a "jquery-ujs has already been loaded!" error

I have a newish Rails 4 app which contains no custom Javascript - the folders app/assets/javascripts, lib/assets/javascripts …

javascript jquery ruby-on-rails turbolinks
How to disable Turbolinks in a specific page?

I have an issue with a script only working when refreshing the page and so I'm trying to disable Turbolinks …

javascript ruby-on-rails turbolinks
Rails 4 TurboLinks and jQuery Dynamic Links Not Playing Nice

I am developing an application in Rails 4.0 and I'm having an issue with turbolinks not playing nice with some jQuery …

jquery ruby-on-rails turbolinks
Rails 4 + simple_form and jQuery UI. Datepicker is not working via turbolinks

I have this form which calls datepicker: ... <%= f.input :expiration_date, as: :datepicker, required: false %> ... Simple_form wrapper: …

ruby-on-rails-4 datepicker jquery-ui-datepicker simple-form turbolinks