-
## Turbolinks専用のイベントを使わないとダメ。
Turbolinksを利用している場合は、
```
docdocument.addEventListener('turbolinks:load', function () {
console.log('Hellow wprld!');
});
```
としないと、正しく動かない。
$(document).…
-
Does the Push.js framework conflict with the functionality of Turbolinks in Rails?
-
Hello,
I've found a problem with tablesorter widget used with turbolinks gem activated on my Ruby on Rails project. After having a look on turbolinks' documentation, it seems to be used to improve js …
-
现在顶部导航点击之后有点点缓慢,某种程度是因为点击之后 Angular Router 加载新的组件(包括 Lazy Import),但是由于网站已经使用了 SSG 来渲染了所有的导航页面,这就导致 Angular Router 重新加载的意义不大。
所以使用 `` 标签直接跳转例如: ``,但是这又导致重洗加载所有的库。
这里尝试使用 [Turbolinks](https://gith…
LiuuY updated
4 years ago
-
Dropdowns on the tinymce editor appear to be broken until after a hard page refresh when coming from a `turbolinks:load` event.
I have tried removing any editors with the `tinymce.remove()` call as…
-
Thanks for this nice plugin. I have one issue regarding turbolinks after updating your gem. When I init the tinyMCE on dom ready, everything works fine when I refresh the page. However, when I click t…
-
So before Rails 5 came out using metisMenu and Turbolinks wasn't a problem because the [jquery.turbolinks](https://github.com/kossnocorp/jquery.turbolinks) gem fixed the discrepancies. But with Rails …
-
Given that coast is currently the clojureverse's answer to stuff like RoR, Elixr, etc. Would probably be nice to have something like [Turbolinks](https://github.com/turbolinks/turbolinks) that is sti…
-
Rationale - near SPA performance with relatively little effort.
Others that agree:
- https://changelog.com/posts/why-we-chose-turbolinks
- https://robots.thoughtbot.com/how-we-replaced-react-wi…
-
I'm having an issue with reins + turbolinks. Only with a full refresh it triggers the action that matches the controller.