unicorn_rails: make this Rails 3-compatible
commit29661ccaaa03ab07f4de0d5c38f730f1d557b418
authorEric Wong <normalperson@yhbt.net>
Wed, 24 Feb 2010 23:35:42 +0000 (24 15:35 -0800)
committerEric Wong <normalperson@yhbt.net>
Wed, 24 Feb 2010 23:35:42 +0000 (24 15:35 -0800)
tree9e9adbd02fd30f3182ca693d6797f2723b74b04a
parente8344fbf3af94f96b3a6467d6ddad176935f0017
unicorn_rails: make this Rails 3-compatible

The stock config/boot.rb file in a Rails 3 app is much lighter
and does not export any Rails/RAILS_* constants, so we'll wait
until we get config/environment.rb loaded.
bin/unicorn_rails