Replies: 2 comments 2 replies
-
Precompiled gems doesn't install extensions. Extensions are just extracted since they are part of the gem package. I wasn't looking into code, but I would assume, that config is not related for pre-compiled gems. Or is there already any case to share breaking the loading of precompiled gem using this option? |
Beta Was this translation helpful? Give feedback.
-
While precompiled gems don't compile extensions, gems that do compile extensions will indeed break if they rely on the extension being loaded relatively from files in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When
Gem.install_extension_in_lib
is switched tofalse
(RG 4?), gem extension files will only be placed in theextensions
folder.How will this work with pre-compiled gems?
Beta Was this translation helpful? Give feedback.
All reactions