module ActiveSupport

The default ActiveSupport::Reloader memoizes `@should_reload` for the lifetime of each request. This is a problem for quilt_rails apps because:

Forcing `@should_reload` evaluation at the start of each thread prevents nested controller calls from attempting class unloading. This eliminates one source of lock contention.

The affected flow is:

Rails processes the request: