aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/render_streaming_test.rb
Commit message (Expand)AuthorAgeFilesLines
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-1/+1
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-1/+1
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-1/+1
* Raise RuntimeErrors with inspectable and MRI-independent messages.Federico Ravasio2013-11-241-2/+2
* Reset ActionView::Base.logger instead of AC::Base.loggerAkira Matsuda2013-09-101-1/+1
* Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-1/+1
* Reset ActionView::Base.logger instead of AC::Base.loggerAkira Matsuda2013-07-261-1/+1
* Use ActionView::Base.logger instead of AC::Base.loggerPiotr Sarnacki2012-08-281-1/+1
* Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-051-2/+2
* Moved all the logger methods to active support loggerKarunakar (Ruby)2012-01-061-1/+1
* remove more conditions for Fiber available in ruby19Vishnu Atrai2011-12-311-1/+1
* Remove stream at the class level.José Valim2011-07-061-1/+1
* log errors when an exception happens when streaming.José Valim2011-05-011-0/+13
* Do not stream on HTTP/1.0.José Valim2011-04-191-0/+8
* Output a redirect to the 500 page if something happens when streaming.José Valim2011-04-191-1/+23
* Test explicit skip.José Valim2011-04-181-1/+10
* Just define the controller if fibers are defined.José Valim2011-04-181-2/+2
* Body... wanna *stream* my body? Body... such a thrill my body!José Valim2011-04-181-0/+62