bullet-train-co / bullet_train

The Open Source Ruby on Rails SaaS Template
MIT License
1.68k stars 269 forks source link

Set `config.raise_on_missing_callback_actions = true` #1725

Closed jagthedrummer closed 2 weeks ago

jagthedrummer commented 4 weeks ago

This is a new config in Rails 7.2 and the default is to have it set to true in development and test environments.

Joint PR: https://github.com/bullet-train-co/bullet_train-core/pull/930

The test failures here are ones that happen when we're using the published versions of the core gems and are expected. The tests where we link against the matching branch in core are passing.