WIP: POC: Generate single big file to require by boot.rb
This MR is the first step of issue #222811
Create a single require file to boot rails without bootsnap. Bootsnap override requires
and autoload
, it makes it tricky to concatenate bootsnap files into the single file.
It will generate single big file to require by boot.rb
Run the script rewrite_config_boot.sh
in gitlab-rails root directory.
There are some hard-coded places to replace. This does not fully work yet. It is WIP.
This should NEVER be merged. It is only for research as of today.
Edited by 🤖 GitLab Bot 🤖