template_streaming
template_streaming copied to clipboard
Progressive rendering for Rails 2.3.x.
i made just a quick test on http://redesign.moly.hu/, it works for me. greetings, Bence
i get the following error if i call the template of an another action with just a symbol: ``` undefined method `size' for :index:Symbol /opt/ruby-enterprise-1.8.7-2009.10/lib/ruby/gems/1.8/gems/template_streaming-0.1.0/lib/template_streaming.rb:42:in `render' ``` pull request sent.
With the thin server and event_machine_flush gem it's working okay. However with passenger 3.0.2 I had no success, it returned just blank page and there were no errors in both...