Switch to autoload to defer requires
commit9889b08360abf22f6dc71b3748e4b0387b3122f6
authorEric Wong <normalperson@yhbt.net>
Tue, 26 May 2009 06:04:27 +0000 (25 23:04 -0700)
committerEric Wong <normalperson@yhbt.net>
Tue, 26 May 2009 06:04:27 +0000 (25 23:04 -0700)
tree334c5315e3b51a55dc5e0b044a41dd9749b17677
parent792064a4aeeab887d7ffcc9dda3fbd8f22488c82
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.rb
lib/unicorn/const.rb
test/test_helper.rb