aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/streaming.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* [ci skip] update linkDixit Patel2017-12-151-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* [docs] fix ActionController documentationHrvoje Šimić2017-03-121-1/+1
* Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-241-3/+3
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-1/+1
* deprecate the env method on controller instancesAaron Patterson2015-08-071-1/+1
* [ci skip] Remove comments about Rails 3.1claudiob2015-05-111-3/+3
* [ci skip] Fix capitalizationAkshay Vishnoi2014-06-071-1/+1
* Indent protected methodsŁukasz Strzałkowski2013-08-251-18/+18
* Load AV::Layouts dynamicly via railtiesŁukasz Strzałkowski2013-08-251-2/+0
* Move rendering from AP to AVŁukasz Strzałkowski2013-08-251-1/+1
* Model.scoped is deprecated in favour of Model.allAkira Matsuda2013-01-021-4/+4
* Cleans and removes useless 'Examples' tag [ci skip]Alvaro Pereyra2012-12-011-2/+0
* Multiple changes to 1,9 hash syntaxAvnerCohen2012-10-271-3/+3
* ActionDispatch::ClosedError no longer is raised. See d142572567 for more info.Nick Howard2012-06-301-3/+0
* Use <tt>Foo::Bar</tt> instead of +Foo::Bar+Mark Rushakof2012-04-271-3/+3
* Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-051-1/+1
* Move render_to_body logic to return a spaced string to AC::RenderingCarlos Antonio da Silva2012-01-171-1/+1
* remove File#to_path aliasVasiliy Ermolovich2011-12-251-2/+1
* Remove stream at the class level.José Valim2011-07-061-38/+5
* Remove trailing white-spacesGuillermo Iguaran2011-06-051-1/+0
* Update CHANGELOG.José Valim2011-05-031-1/+1
* made a copy-edit pass on the streaming RDocXavier Noria2011-05-021-33/+35
* Streaming docs.José Valim2011-05-011-1/+201
* Introduce view renderer.José Valim2011-05-011-1/+1
* Do not stream on HTTP/1.0.José Valim2011-04-191-3/+7
* Body... wanna *stream* my body? Body... such a thrill my body!José Valim2011-04-181-0/+57
* Rename it to DataStreaming.José Valim2011-04-181-145/+0
* `render :text => proc { ... }` is no longer supported.John Firebaugh2010-10-041-4/+0
* Cleanup deprecation warnings in Action ControllerCarlos Antonio da Silva2010-09-061-8/+0
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+1
* Add missing require to metal/streaming.rbJosé Valim2010-07-201-0/+2
* Makes send_file work again by deferring to Rack::Sendfile. Carlhuda2010-02-231-38/+19
* Fix streaming by having it create a File object, which can be handled by Rack...Carlhuda2010-02-231-14/+6
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-4/+0
* Rename the RenderingController module to just plain RenderingDavid Heinemeier Hansson2009-12-201-1/+1
* String#bytesize is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-2/+0
* Got overhead down from 127 to 85. All tests pass:Yehuda Katz2009-08-111-1/+2
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-071-1/+1
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...Yehuda Katz2009-08-061-0/+187