index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
streaming.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow use of symbols for :type option of ActionController::Streaming#send_fil...
=?utf-8?q?Adam=20Cig=C3=A1nek?=
2008-12-21
1
-3
/
+12
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-8
/
+15
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-9
/
+15
*
Introduce send_file :x_sendfile => true to send an X-Sendfile response header.
Jeremy Kemper
2008-01-11
1
-23
/
+31
*
Add missing quote to send_file documentation. [developingchris] Closes #10078
Michael Koziarski
2007-11-05
1
-1
/
+1
*
Allow send_file/send_data to use a registered mime type as the :type paramete...
David Heinemeier Hansson
2007-02-25
1
-1
/
+1
*
Add a :url_based_filename => true option to ActionController::Streaming::send...
Thomas Fuchs
2007-02-09
1
-1
/
+4
*
Deprecate @headers
Jeremy Kemper
2006-09-29
1
-2
/
+2
*
Fix send_data documentation typo. Closes #5982.
Jeremy Kemper
2006-08-31
1
-1
/
+1
*
Excise the headache-prone syswrite in send_file.
Jeremy Kemper
2006-06-02
1
-12
/
+3
*
Add :status option to send_data and send_file. Defaults to '200 OK'. Closes #...
Jeremy Kemper
2006-06-02
1
-5
/
+10
*
Remove all remaining references to @params in the documentation.
Marcel Molina
2006-04-25
1
-1
/
+1
*
Fix open/save dialog in IE not opening files send with send_file/send_data, #...
Thomas Fuchs
2005-09-25
1
-1
/
+10
*
Fixed problem with send_file and WEBrick using stdout #1812
David Heinemeier Hansson
2005-09-20
1
-4
/
+4
*
Fixed documentation snafu with send_file -- the option is :stream, not :strea...
David Heinemeier Hansson
2005-07-06
1
-1
/
+1
*
Deprecated all render_* methods in favor of consolidating all rendering behav...
David Heinemeier Hansson
2005-05-22
1
-0
/
+133