Michael Duchemin
Results
2
comments of
Michael Duchemin
@tmaier Would something along the lines of a `class_option` boolean on the generator allow for less surprising behavior than checking for a Rails version? ```ruby class_option :turbo, type: :boolean, default:...
The article and GoRails referenced fixes referenced are excellent. Based on my experience, it does not solve for account cancellation. I fixed it [here:](https://github.com/statelesscode/nerd_dice_dot_com/commit/b2e81c60d4f73a52c3783f62e67818cd093a083b) ```ruby # TurboDeviseController::Responder.to_turbo_stream rescue block if...