exec: disable embedded switch parsing in config.ru
commite66ab79b8b5bc5311c750bf03868a7b2574f4ea1
authorEric Wong <normalperson@yhbt.net>
Fri, 27 Feb 2009 00:18:56 +0000 (26 16:18 -0800)
committerEric Wong <normalperson@yhbt.net>
Tue, 3 Mar 2009 19:13:01 +0000 (3 11:13 -0800)
tree834773540c945b02e625f75e466c2d531b5e97c9
parent29cac8016a09f3a0f9e941ca51db3f0a6df98b60
exec: disable embedded switch parsing in config.ru

Since not all rackup command-line options can be supported by
Unicorn, disable this gross hack to avoid potentially
unpredictable or undefined behavior.  config.ru will not be able
to specify the config file for unicorn-specific options; but the
unicorn-specific config files themselves will be allowed to
override the default config.ru location.
bin/unicorn
test/exec/test_exec.rb