Skip to content

Add gem skeleton for ActiveRecord partitioning patches

Marius Bobin requested to merge 377521-partitioning-patches-init-gem into master

What does this MR do and why?

Related to #377521 (closed)

This MR adds the scaffolding that is required for a new gem. I've extracted this out of !105237 (closed) for easier review iterations.

Implementation steps

Description Reference
👋 Add gem scaffolding !108223 (merged)
Copy Rails 7 Preloader files into the gem !108224 (closed)
Complete the preloader with patches !108225 (closed)
Make the gem configurable for safer rollout !108229 (closed)
Actively require the gem !108239 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Marius Bobin

Merge request reports