You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although loading the MIME type registry is fairly fast, do not force people to pay that cost up front. Implement ENV['RUBY_MIME_TYPES_LAZY_LOAD'] as the default behaviour and provide a new variable (ENV['RUBY_MIME_TYPES_IMMEDIATE_LOAD']) to fall back to the old behaviour.