2015-02-05
0.2.4
Tiago Simões
9.0.0.23
All
All
Widgets
[Overview]
Turbolinks makes your application faster by removing complete page loads. Instead of the browser reloading a whole page, it keeps the page alive and replaces only the body, title, and adds any missing files. To use it add this web block to all your pages (e.g. in the header)
[Detail]
Turbolinks makes your application faster by removing complete page redraws. Instead of letting the browser reloading a whole page, it keeps the page alive and replaces only the body, title, and adds any missing files. This allows you to design applications as usual, but they will behave like single page applications.
Based on Rails Turbolinks and PJAX and jQuery.Turbolinks.
Note: See documentation in the links above for advanced usages (e.g. some scripts might not work properly).
To use it add the Turbolinks web block to all your pages, preferably before other web blocks (e.g. in the header). The URL will change (using HTML5 pushstate, allowing bookmarks, back button, etc...) although the page is not completely loaded from it.