Some JS thing that is used to write even less code in a Rails app! RAHHH

TurboRails Intro

Turbo accelerates links and form submissions without requiring you to change your server-side generated HTML.

  1. It does this by turning all submissions and clicks into AJAX requests without any changes, we simply import the library.
  2. Replace or lazyily load indipendetm parts of the page, such as CRUD controllers using Tubro Frames.
  3. Facilitates adding real-time features into the app with just a few simple lines.