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
/
test
/
controller
/
send_file_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-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
-2
/
+4
*
Fix tests depending too deep
David Heinemeier Hansson
2007-02-19
1
-4
/
+4
*
Add a :url_based_filename => true option to ActionController::Streaming::send...
Thomas Fuchs
2007-02-09
1
-0
/
+8
*
Allow Controllers to have multiple view_paths instead of a single template_ro...
Rick Olson
2007-02-04
1
-1
/
+1
*
Dont set default charset if the response is sending a file. Closes #6689 [DHH]
David Heinemeier Hansson
2006-11-25
1
-0
/
+8
*
Add ActionController::Base#head for rendering empty responses. Add support fo...
Jamis Buck
2006-09-28
1
-1
/
+1
*
Add :status option to send_data and send_file. Defaults to '200 OK'. Closes #...
Jeremy Kemper
2006-06-02
1
-1
/
+15
*
Fix open/save dialog in IE not opening files send with send_file/send_data, #...
Thomas Fuchs
2005-09-25
1
-0
/
+6
*
Fixed problem with send_file and WEBrick using stdout #1812
David Heinemeier Hansson
2005-09-20
1
-10
/
+5
*
render(:text), render(:partial), and render(:nothing) always default to :layo...
Jamis Buck
2005-05-30
1
-0
/
+2
*
Fixed that send_file would "remember" all the files sent by adding to the hea...
David Heinemeier Hansson
2005-01-13
1
-0
/
+24
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+68
[prev]