Turbolinks makes following links in your web application faster.
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 turbolinksStarting 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 execjsTurbolinks 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-5Just 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-4I'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 turbolinksI'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 turbolinksI have a newish Rails 4 app which contains no custom Javascript - the folders app/assets/javascripts, lib/assets/javascripts …
javascript jquery ruby-on-rails turbolinksI have an issue with a script only working when refreshing the page and so I'm trying to disable Turbolinks …
javascript ruby-on-rails turbolinksI 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 turbolinksI 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