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
*
Encode Content-Disposition filenames on send_data and send_file
Fumiaki MATSUSHIMA
2018-09-13
1
-2
/
+2
*
Update send_file headers test to use mp4 as example instead of mpg
Guillermo Iguaran
2017-11-28
1
-1
/
+1
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
*
Only default the response charset when it is first set
Matthew Draper
2016-12-20
1
-1
/
+8
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Add regression tests
Jon Moss
2016-08-29
1
-0
/
+14
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-17
/
+17
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-34
/
+34
*
Use `#performed?` to terminate controller callbacks
Jeff Kreeftmeijer
2016-06-03
1
-0
/
+15
*
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
1
-2
/
+2
*
move file sending to the response object
Aaron Patterson
2015-10-05
1
-1
/
+1
*
stop directly setting headers on the controller
Aaron Patterson
2015-09-23
1
-9
/
+1
*
test against controller responses
Aaron Patterson
2015-09-23
1
-52
/
+65
*
stop calling deprecated methods
Aaron Patterson
2015-09-21
1
-2
/
+2
*
Added test for `send_file_headers` called with nil content type
Ronak Jangir
2015-09-19
1
-1
/
+12
*
let the superclass build the request and response
Aaron Patterson
2015-07-08
1
-2
/
+0
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
Prevent state leak.
Guo Xiang Tan
2014-06-05
1
-0
/
+1
*
Mime::PNG is already defined.
Zuhao Wan
2014-06-05
1
-6
/
+0
*
Unregister Mime::Type in teardown.
Zuhao Wan
2014-05-28
1
-2
/
+6
*
Remove redundant tests method.
Guo Xiang Tan
2014-05-11
1
-2
/
+0
*
Remove tests method for test cases when controller can be inferred.
Guo Xiang
2014-05-03
1
-1
/
+0
*
Merge branch 'master' into laurocaetano-fix_send_file
Aaron Patterson
2014-01-10
1
-1
/
+1
|
\
|
*
Move the null mime type to request.format
Carlos Antonio da Silva
2013-12-23
1
-1
/
+1
*
|
Fix stream closing when sending file with `ActionController::Live` included.
Lauro Caetano
2013-11-30
1
-0
/
+14
|
/
*
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
[next]