Remove deprecated on_booted and use after_booted

This commit is contained in:
Klaus Zanders
2026-03-02 10:29:02 +01:00
parent cbe71dc5be
commit dc3949b686
+1 -2
View File
@@ -129,8 +129,7 @@ if Rails.env.development?
end
if siginfo_supported
# Using on_booted is needed to override puma adding handler to show thread statuses
on_booted do
after_booted do
Signal.trap("INFO") do
system "open", Rails.application.root_url
end