Back
Todo
Prevent segfault when requiring gems in allgood.rb
The gem was loading configuration before Rails finished initializing all gems,
which could cause segfaults with certain gems like Vips. Changed to use
config.after_initialize to ensure all gems are properly loaded first.
#allgood