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
*
return Mime::NullType if format is unknown
Angelo Capilleri
2012-12-22
1
-1
/
+1
*
Accept symbols as #send_data :disposition value
Elia Schito
2012-11-27
1
-0
/
+12
*
cleanup, remove trailing whitespace within actionpack
Yves Senn
2012-10-27
1
-1
/
+1
*
flushing output should write to the stream rather than mutating the response ...
Aaron Patterson
2012-07-29
1
-3
/
+3
*
allow send_file/send_data to skip disposition header, closes #2973
Sergey Nartimov
2012-04-30
1
-0
/
+11
*
Remove unused method
Santiago Pastorino
2012-03-12
1
-4
/
+0
*
remove checks for encodings availability
Sergey Nartimov
2011-12-25
1
-1
/
+1
*
Make send_file guess content-type from file extension, if type wasn't supplie...
Esad Hajdarevic
2011-06-28
1
-0
/
+19
*
Use assert_respond_to because it has better error messaging
Neeraj Singh
2010-05-18
1
-2
/
+2
*
Action Pack: fix tests with -K*, work around Ruby 1.9.1 constant lookup.
Cezary Baginski
2010-04-25
1
-2
/
+2
*
Makes send_file work again by deferring to Rack::Sendfile.
Carlhuda
2010-02-23
1
-23
/
+0
*
Fix streaming by having it create a File object, which can be handled by Rack...
Carlhuda
2010-02-23
1
-3
/
+11
*
Fix a bunch of pending tests by providing an introspection mode for the Respo...
Carlhuda
2010-02-19
1
-2
/
+1
*
Reinstate pending tests that were supposed to be fixed before the
Joshua Peek
2010-02-19
1
-13
/
+11
*
Update cache_control to be a Hash of options that is used to build the header.
Yehuda Katz
2009-08-02
1
-1
/
+1
*
Ruby 1.9: fix encoding for test_file_stream
Jeremy Kemper
2009-08-01
1
-1
/
+2
*
Ruby 1.9: fix Content-Length for multibyte send_data streaming
Sava Chankov
2009-08-01
1
-0
/
+12
*
send_data should set Content-Length as a string
Joshua Peek
2009-06-25
1
-1
/
+1
*
Cleaning up more tests and code that needed to work in both old and new base
Yehuda Katz + Carl Lerche
2009-06-17
1
-2
/
+2
*
Finish making things pass with updated internal content_type semantics
Yehuda Katz + Carl Lerche
2009-06-15
1
-6
/
+4
*
Add HTTP Authentication to the new base
Pratik Naik
2009-05-22
1
-4
/
+9
*
Add Streaming to new base
Pratik Naik
2009-05-21
1
-11
/
+13
*
Functional test runner finalizes response just like the integration test runn...
Joshua Peek
2009-05-02
1
-4
/
+4
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-3
/
+3
|
\
|
*
Return body parts directly to Rack rather than building a response string our...
Jeremy Kemper
2009-03-12
1
-2
/
+2
|
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-1
/
+1
*
|
Reorganize ActionController folder structure
Joshua Peek
2009-01-27
1
-1
/
+1
|
/
*
Include process methods in ActionController::TestCase only. No need to alias_...
Jeremy Kemper
2009-01-07
1
-1
/
+2
*
Allow use of symbols for :type option of ActionController::Streaming#send_fil...
=?utf-8?q?Adam=20Cig=C3=A1nek?=
2008-12-21
1
-0
/
+25
*
Use status response accessor instead of the 'Status' header
Joshua Peek
2008-12-19
1
-2
/
+2
*
Do not output an ETag header if response body is blank or when sending files ...
Hongli Lai (Phusion
2008-12-16
1
-0
/
+1
*
Set global ActionController::Base.view_paths for test cases
Joshua Peek
2008-07-12
1
-2
/
+0
*
Set precompiled fixture load path constant to speed up tests
Joshua Peek
2008-06-25
1
-3
/
+1
*
Introduce send_file :x_sendfile => true to send an X-Sendfile response header.
Jeremy Kemper
2008-01-11
1
-2
/
+13
*
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