0
根據ActionController::Streaming documentation,需要使用正確的服務器,並提供輸出刷新/推送支持。Rails3.1:用於Windows 7 HTTP流式傳輸的服務器?
有一個獨角獸的例子,但獨角獸它是唯一的unix軟件。
你知道任何服務器,我可以用它來在視圖文件在Windows 7?:
class TestController < ApplicationController
def test
render :stream => true
end
end
運行此:
SUPER<br/>
<% sleep 5 %>
SUPER 2<br/>
<% sleep 5 %>
SUCCESS
我推薦在Windows上使用jruby – ShiningRay