What is Turbolinks Turbolinks is a JavaScript library that intercepts all clicks on <a href> links and makes that request via AJAX and replaces the current page <body> with the new body from the AJAX HTML response. This gives server rendered and static html pages the snappy feel of a Single Page Application(SPA). This works well, because normal clicks on Hrefs follow the link and reload the whole