Immi

Results 3 comments of Immi

Proposal for hooking into blazing's various execution points ``` ruby Blazing::ExecutionPoints.before :reset do # do stuff end Blazing::ExecutionPoint.after 'blazing.bundle' do # do stuff end Blazing::ExecutionPoints.after 'blazing.teardown' do # do stuff...

I also needed `alias :to_turbo_stream :to_html` in my responder. When a request with a turbo stream format comes in: ``` Started POST "/2023-10-16/workdays" for ::1 at 2023-10-30 18:37:40 +0100 18:37:40...

This would be an awesome addition to the library 👍