Skip to content

8.2.0.alpha on main at 27fb2a9192b2 triggers warning #144

@jrochkind

Description

@jrochkind

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!'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions