unicorn_rails: fix requires for Ruby 1.9.2
commit2c6141c8ae54f17cfb3091231dce0dde7212736b
authorEric Wong <normalperson@yhbt.net>
Tue, 8 Jun 2010 19:35:42 +0000 (8 19:35 +0000)
committerEric Wong <normalperson@yhbt.net>
Tue, 8 Jun 2010 19:35:42 +0000 (8 19:35 +0000)
treea89a54b4b8912e9b0da0f8379f1b155c350c4db0
parent181ee8ca0855ca8f3af7317f2dc54c7ee63524f7
unicorn_rails: fix requires for Ruby 1.9.2

Ruby 1.9.2 no longer includes "." in $LOAD_PATH, so we need to
require using an explicit path.  This issue only affected Rails
3 users who chose to run without the default config.ru, as the
config.ru generated by Rails 3 will call File.expand_path
in the same way.
bin/unicorn_rails