hotwired / turbo-rails

Use Turbo in your Ruby on Rails app
https://turbo.hotwired.dev
MIT License
2.13k stars 329 forks source link

Drop Redis for dev requirement #675

Closed dhh closed 2 months ago

dhh commented 2 months ago

You shouldn't have to have Redis running in development to use Turbo broadcasts, and you don't. You just need to accept the limitation that the async adapter is single-process. So recommend folks to lean on web-console instead of bin/rails console when needing to manually trigger Turbo streaming.