roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

Address Puma Deprecation Warning

Open aaronskiba opened this issue 3 months ago • 0 comments

DESCRIPTION

Pull request https://github.com/DMPRoadmap/roadmap/pull/3572 was merged as part of release v5.0.2. The changes in this PR include the execution of bundle update, which bumped many gems, including puma. We can now see a ...'on_worker_boot' is deprecated... warning when executing commands such as rails s:

$ rails s
=> Booting Puma
=> Rails 7.1.5.2 application starting in development 
=> Run `bin/rails server --help` for more startup options
Copying Bootstrap glyphicons to the public directory ...
Copying TinyMCE skins to the public directory ...
Use 'before_worker_boot', 'on_worker_boot' is deprecated and will be removed in v8

SOLUTION

Address the on_worker_boot code within config/puma.rb.

aaronskiba avatar Oct 08 '25 16:10 aaronskiba