Turbo Rails Tutorial Learn how to leverage the power of the turbo-rails library now included by default in Rails 7 to write reactive single-page applications without having to write a single line of custom JavaScript.
Quote Editor Tutorial - this has an extensive wiki with info:Quote Editor Wiki
Turbo Frames tutorial/example: https://github.com/jeremygradisher/quote-editor/wiki/Chapter-04
Above was the wiki, here is the tutorial: https://www.hotrails.dev/turbo-rails/turbo-frames-and-turbo-streams
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
#gem "turbo-rails"
gem "turbo-rails", "~> 1.0"
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
gem "stimulus-rails"