aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/streaming.rb
Commit message (Expand)AuthorAgeFilesLines
* 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