aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/renderer/streaming_template_renderer.rb
Commit message (Expand)AuthorAgeFilesLines
* Use ActionView::Base.logger instead of AC::Base.loggerPiotr Sarnacki2012-08-281-1/+1
* removes comment obsoleted by 18ed37bXavier Noria2011-12-311-3/+0
* fiber is available in ruby19Vishnu Atrai2011-12-311-1/+1
* Streaming docs.José Valim2011-05-011-40/+1
* log errors when an exception happens when streaming.José Valim2011-05-011-1/+16
* More cleanup and moving responsibilities around.José Valim2011-05-011-2/+2
* Output a redirect to the 500 page if something happens when streaming.José Valim2011-04-191-5/+6
* Fix CI test on 1.8José Valim2011-04-161-1/+4
* Class docs.José Valim2011-04-161-0/+47
* Add more tests, ensure we never yield outside the fiber context and that we s...José Valim2011-04-161-1/+1
* Basic tests for streaming. Basic tests for provide.José Valim2011-04-161-1/+1
* Yo dawg, I heard you like streaming. So I put a fiber, inside a block, inside...José Valim2011-04-161-0/+79