提交 73df4808 编写于 作者: R Ryan Duryea 提交者: José Valim

Added absolute path for config.ru as well. Turns out this is also needed to...

Added absolute path for config.ru as well. Turns out this is also needed to fix the daemon issue under ruby 1.8.7

[#4531 state:resolved]
Signed-off-by: NJosé Valim <jose.valim@gmail.com>
上级 bb324693
......@@ -83,7 +83,8 @@ def default_options
:environment => (ENV['RAILS_ENV'] || "development").dup,
:daemonize => false,
:debugger => false,
:pid => File.expand_path("tmp/pids/server.pid")
:pid => File.expand_path("tmp/pids/server.pid"),
:config => File.expand_path("config.ru")
})
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册