aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/streaming.rb
Commit message (Expand)AuthorAgeFilesLines
* Reorganize ActionController folder structureJoshua Peek2009-01-271-171/+0
* Allow use of symbols for :type option of ActionController::Streaming#send_fil...=?utf-8?q?Adam=20Cig=C3=A1nek?=2008-12-211-3/+12
* Merge with docrails.Pratik Naik2008-07-161-8/+15
* Improve documentation coverage and markupXavier Noria2008-05-021-9/+15
* Introduce send_file :x_sendfile => true to send an X-Sendfile response header.Jeremy Kemper2008-01-111-23/+31
* Add missing quote to send_file documentation. [developingchris] Closes #10078Michael Koziarski2007-11-051-1/+1
* Allow send_file/send_data to use a registered mime type as the :type paramete...David Heinemeier Hansson2007-02-251-1/+1
* Add a :url_based_filename => true option to ActionController::Streaming::send...Thomas Fuchs2007-02-091-1/+4
* Deprecate @headersJeremy Kemper2006-09-291-2/+2
* Fix send_data documentation typo. Closes #5982.Jeremy Kemper2006-08-311-1/+1
* Excise the headache-prone syswrite in send_file.Jeremy Kemper2006-06-021-12/+3
* Add :status option to send_data and send_file. Defaults to '200 OK'. Closes #...Jeremy Kemper2006-06-021-5/+10
* Remove all remaining references to @params in the documentation.Marcel Molina2006-04-251-1/+1
* Fix open/save dialog in IE not opening files send with send_file/send_data, #...Thomas Fuchs2005-09-251-1/+10
* Fixed problem with send_file and WEBrick using stdout #1812David Heinemeier Hansson2005-09-201-4/+4
* Fixed documentation snafu with send_file -- the option is :stream, not :strea...David Heinemeier Hansson2005-07-061-1/+1
* Deprecated all render_* methods in favor of consolidating all rendering behav...David Heinemeier Hansson2005-05-221-0/+133