Use Hotwire in your Ruby on Rails app
Hotwire for Rails was a gem designed to aggregate the dependencies of Turbo and Stimulus for Ruby on Rails applications. However, due to the lack of additional value provided beyond dependency aggregation, the gem has been marked as deprecated. Users are advised to utilize the underlying frameworks directly by accessing Turbo-Rails and Stimulus-Rails repositories.
Add this line to your Gemfile and run bundle install:
gem 'turbo-rails'
Then run the following command to install:
rails turbo:install