just like to record the early warning from unreleased main, in case anyone wants to do handle it to be ready for Rails 8.2.0.
:active_model_error was loaded before application initialization.
Prematurely executing load hooks will slow down your boot time
and could cause conflicts with the load order of your application.
Please wrap your code with an on_load hook:
ActiveSupport.on_load(:active_model_error) do
# your code here
end
.....
The relevant combustion line in stack trace is:
/Users/jrochkind/.gem/ruby/3.3.2/gems/combustion-1.5.0/lib/combustion.rb:52:in `initialize!'
just like to record the early warning from unreleased main, in case anyone wants to do handle it to be ready for Rails 8.2.0.
.....
The relevant combustion line in stack trace is: