Turbolinks Classic is a now-deprecated JavaScript library (largely used in Rails projects) for speeding up navigation by intercepting link clicks and replacing only the <body> and page title instead of reloading the entire page. It avoids recompiling JS and CSS on each navigation, improving perceived performance. Turbolinks makes following links in your 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 (or parts of) and the title in the head. Think CGI vs persistent process.

Features

  • Intercepts link clicks and performs AJAX-based page navigation
  • Replaces only page body and title (not full reload)
  • Works without requiring SPA architecture
  • Falls back gracefully on unsupported browsers or features (e.g., pushState)
  • Reduces asset reloading and improves navigation speed
  • Easy opt-out per-link capability using data-turbolinks="false"

Project Samples

Project Activity

See All Activity >

Categories

Libraries

License

MIT License

Follow Turbolinks Classic

Turbolinks Classic Web Site

Other Useful Business Software
Stop Storing Third-Party Tokens in Your Database Icon
Stop Storing Third-Party Tokens in Your Database

Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Try Auth0 for Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Turbolinks Classic!

Additional Project Details

Programming Language

CoffeeScript

Related Categories

CoffeeScript Libraries

Registered

2025-08-21