From 9889b08360abf22f6dc71b3748e4b0387b3122f6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 25 May 2009 23:04:27 -0700 Subject: Switch to autoload to defer requires This should prevent Rack from being required too early on so "-I" being passed through the unicorn command-line can modify $LOAD_PATH for Rack --- lib/unicorn/const.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/unicorn/const.rb') diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index 52d1775..91f0d82 100644 --- a/lib/unicorn/const.rb +++ b/lib/unicorn/const.rb @@ -1,6 +1,3 @@ - -require 'rack/utils' - module Unicorn # Frequently used constants when constructing requests or responses. Many times -- cgit v1.2.3-24-ge0c7