-
It looks like turbolinks interferes with the operation of this gem. I haven't dug in yet. Is there a fix for Rails5/Turbolinks3?
-
Turbolinks causes serious issues for this project, and nowhere in the course does it address these types of issues. Please add a lesson/lab something to address this. It has been the biggest obstacle …
-
# エラー発生箇所
```
document.addEventListener('turbolinks:load', () => {})
```
- ブラウザでページをリロードすると処理が実行されるが、リロード後にページ遷移すると処理が実行されない
- 再度ページ遷移すると、処理が実行されている
-
Hi!
I'm trying to add anijs to a Rails application that uses **turbolinks** but after following the getting started steps it doesn't work.
It doesn't throw any error either and everything seems to be …
-
With turbolinks, the gritter notification shows on every page. Have you tested this with turbolinks?
-
@fiedl, I posted this on StackOverflow:
http://stackoverflow.com/questions/19894817/how-to-do-turbolinks-gmaps4rails-2
I thought you would be the most able to answer this question since you provided…
-
Hi @nateberkopec,
Any Turbolinks 5 version? In the works?
From what I know, the master branch of turbolinks-classic will never be released.
Thanks!
-
There are a few bugs in the simruby-rails specs which makes fail 50% of the time.
These bugs are often related to rails 4 turbolinks and capybara autowait mecanisme for ajax based on 'have_content'
…
-
Should we remove turbolinks by default?
-
I have been reviewing the most common issues with Turbolinks with the aim of providing some ideas as to what we might include in the Rails guides. Obviously Turbolinks is a separate project to Rails, …