Posts Tagged ‘streaming’

Rails dynamic streaming doesn’t work. At least sometimes. While the Rails documentation, and all the euphoric comments in the community feature code examples along the lines of

# Renders “Hello from code!”
render :text => proc { |response, output|
output.write(“Hello from code!”) }

But this just doesn’t work as not-really-advertised. [...]