Is it possible to override the standard Rails rendering infrastructure
for a single controller action, in such a way that I can generated
"progressive" HTTP output? That is, the browser can display text as it
is generated, rather than Rails buffering the whole page and sending
it once at completion?