rails: RAILS_RELATIVE_URL_ROOT may be set in Unicorn config
commite87d9decb82fbbde50926911167fecebd4bcc25e
authorEric Wong <normalperson@yhbt.net>
Wed, 30 Sep 2009 22:02:59 +0000 (30 15:02 -0700)
committerEric Wong <normalperson@yhbt.net>
Wed, 30 Sep 2009 23:07:46 +0000 (30 16:07 -0700)
tree34e4eda8f2152fc931621929596352cfae7d3a68
parente417bd2d262f703212d4d671498420e554105639
rails: RAILS_RELATIVE_URL_ROOT may be set in Unicorn config

Since Unicorn config files are written in Ruby, setting
RAILS_RELATIVE_URL_ROOT should be possible (and even encouraged)
in the config file if it is done at all.
bin/unicorn_rails
test/rails/app-2.3.3.1/public/x.txt [new file with mode: 0644]
test/rails/test_rails.rb