render_turbo_stream 4.1.3
A set of helpers that allow a unified workflow for TurboStream and TurboStreams::Channel. To avoid a heavy view and logic mix inside *.turbo_stream.* templates, partials and templates can be rendered directly from the controller. There is no need to write *.turbo_stream.* templates anymore. Javascript actions can also be executed directly from the controller. TESTING: To reduce the amount of hard-to-maintain system tests, this gem allows detailed request tests! A demo project with all this built in, along with system and request tests, is linked in the README.