Skip to content

Upgrade Rails to 8.0.5#1049

Draft
pdl wants to merge 25 commits intomasterfrom
upgrade/rails-8.0.5
Draft

Upgrade Rails to 8.0.5#1049
pdl wants to merge 25 commits intomasterfrom
upgrade/rails-8.0.5

Conversation

@pdl
Copy link
Copy Markdown
Contributor

@pdl pdl commented Apr 14, 2026

No description provided.

pdl added 25 commits October 16, 2025 10:28
Fix: cache in tests which validate cache behaviour
Comment thread config/puma.rb
plugin :tmp_restart
# Specify the PID file. Defaults to tmp/pids/server.pid in development.
# In other environments, only set the PID file if requested.
pidfile ENV["PIDFILE"] if ENV["PIDFILE"]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with this new config, entrypoint script no longer need remove the pid file.

Comment thread bin/docker-entrypoint

# Enable jemalloc for reduced memory usage and latency.
if [ -z "${LD_PRELOAD+x}" ]; then
LD_PRELOAD=$(find /usr/lib -name libjemalloc.so.2 -print -quit)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This new default just enable it for you if the lib available. I try to port those ORS changes to project template, but not finalise yet
https://github.com/unepwcmc/project-template/pull/35

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in chimera/upgrade-rails-devops

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants