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