aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/data_streaming.rb
Commit message (Expand)AuthorAgeFilesLines
* [ActionController] Fix send_file example for 404Yuya Tanaka2019-07-191-1/+1
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-2/+2
* Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-131-4/+3
* [Action Pack] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Update links to use https link instead of http [ci skip]Yoshiyuki Hirano2017-08-221-3/+3
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Assign `content_type` only onceyui-knk2017-07-131-2/+2
* [Action Controller] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-241-2/+1
* Only default the response charset when it is first setMatthew Draper2016-12-201-3/+3
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* Allow `send_file` to declare a charsetJon Moss2016-08-291-0/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-6/+6
* Actioncable and Actionpack documentation typos [ci skip]Tom Kadwill2016-04-211-10/+9
* Update send_data documentation [ci skip]Anton Rieder2016-04-191-1/+1
* move file sending to the response objectAaron Patterson2015-10-051-25/+1
* Revert "this always sets :public to false, so just do that"Aaron Patterson2015-08-271-1/+1
* this always sets :public to false, so just do thatAaron Patterson2015-08-271-1/+1
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-1/+1
* move buffer caching on to the bufferAaron Patterson2015-07-131-0/+4
* Update Docs in favor to use render plain instead of text optionrobertomiranda2014-02-181-1/+1
* Accept symbols as #send_data :disposition valueElia Schito2012-11-271-0/+1
* Multiple changes to 1,9 hash syntaxAvnerCohen2012-10-271-5/+5
* Minor language fix. [ci skip]Erich Menge2012-08-151-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-011-1/+1
|\
| * Code-format references to config settingsMark Rushakoff2012-04-271-1/+1
* | no need to dup options in send_dataSergey Nartimov2012-04-301-1/+1
* | allow send_file/send_data to skip disposition header, closes #2973Sergey Nartimov2012-04-301-17/+11
|/
* #send_file leans on Rack::Sendfile to X-Accel-Redirect the file's path, so op...Jeremy Kemper2012-04-121-1/+21
* Updated/changed useless tr/gsubsJurriaan Pruis2012-04-031-1/+1
* remove File#to_path aliasVasiliy Ermolovich2011-12-251-2/+1
* status is a number in Rails 3Akira Matsuda2011-10-121-2/+2
* x_sendfile_header now defaults to nil and production.rb env file doesn'tSantiago Pastorino2011-08-071-1/+1
* TODO fix explicitly loading exceptations, autoload removedVishnu Atrai2011-07-111-0/+1
* Make send_file guess content-type from file extension, if type wasn't supplie...Esad Hajdarevic2011-06-281-2/+13
* Remove extra white spaces on ActionPack docs.Sebastian Martinez2011-05-231-3/+3
* Rename it to DataStreaming.José Valim2011-04-181-0/+145