Turbo Rails is a fantastic tutorial for learning Hotwire. I often found myself returning to it to refresh my knowledge. However, the absence of source code makes it challenging for me to advance to the later chapters. So I spent a couple of days following the tutorial and reproduced the Quote Editor app.
If you find this repo useful, please consider sponsoring the original author.
bundle install
rails s
rails test test/system/quotes_test.rb
rails test:all
Logins can be found in test/fixtures/users.yml
Turbo Morph is a new feature in Rails 8. It offers more rapid development time, but its responsiveness is slower than Turbo Frame and Turbo Stream. Once the author has added the new content, I'll be updating this repo as well.
https://blog.kiprosh.com/broadcasting-your-turbo-streams-as-you-want-them-in-rails-7/