套件:ruby-turbolinks(5.2.1-2)
ruby-turbolinks 的相關連結
Debian 的資源:
下載原始碼套件 ruby-turbolinks:
- [ruby-turbolinks_5.2.1-2.dsc]
- [ruby-turbolinks_5.2.1.orig.tar.gz]
- [ruby-turbolinks_5.2.1-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
following links in your Rails web application faster
Turbolinks makes following links in your Rails web application faster. Instead of letting the browser recompile the JavaScript and CSS between each page change, it keeps the current page instance alive and replaces only the body and the title in the head. Think CGI vs persistent process.
This is similar to pjax, but instead of worrying about what element on the page to replace, and tailoring the server-side response to fit, the entire body is replaced. This means that you get the bulk of the speed benefits from pjax (no recompiling of the JavaScript or CSS) without having to tailor the server-side response. It just works.
其他與 ruby-turbolinks 有關的套件
|
|
|
|
-
- dep: ruby-turbolinks-source (>= 5.2)
- Provides Turbolinks as a ruby gem