heartcombo / responders

A set of Rails responders to dry up your application
http://blog.plataformatec.com.br/
MIT License
2.05k stars 156 forks source link

Add support for Turbo Streams, including redirects #229

Closed schristm closed 2 years ago

schristm commented 3 years ago

Redirecting after a form submission causes Turbo to fetch the next URL in TURBO_STREAM format instead of HTML, which causes problems if you don't respond specifically to the turbo_stream format. This proposed change will gracefully fallback to HTML in this scenario.

rafaelfranca commented 2 years ago

Can you add tests for this feature?