In Phusion Passenger, will the Rails configuration for eager loading apply to both direct spawning and smart spawning?
In Phusion Passenger 5.7 and Rails 4.2, when eager_loading
is set to true
in the Rails configuration, will worker processes inherit the eagerly loaded code in both direct spawning and smart spawning scenarios?