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
/
new_base
/
bare_metal_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make actionpack frozen string friendly
Kir Shatrov
2017-07-24
1
-1
/
+3
*
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
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-1
/
+1
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-12
/
+12
*
Handle response_body= when body is nil
eileencodes
2016-01-30
1
-0
/
+16
*
Push `before_sending` to super class
eileencodes
2015-12-06
1
-1
/
+1
*
remove RackDelegation module
Aaron Patterson
2015-08-26
1
-2
/
+0
*
provide a request and response to all controllers
Aaron Patterson
2015-08-25
1
-0
/
+2
*
rack SPEC doesn't allow `first` on the body
Aaron Patterson
2015-08-25
1
-8
/
+12
*
Add `ActionController::Metal#set_request!`
brainopia
2015-01-21
1
-0
/
+9
*
Prevent state leak.
Guo Xiang Tan
2014-06-05
1
-0
/
+2
*
The correct status to test should be :switching_protocols.
Zuhao Wan
2014-05-25
1
-2
/
+2
*
Collapsed dual checks (one for content headers and one for content) into a si...
Armand du Plessis
2012-08-02
1
-0
/
+30
*
Remove content-length as well
twinturbo
2012-05-03
1
-0
/
+6
*
Make ActionController#head pass rack-link
twinturbo
2012-05-03
1
-0
/
+60
*
A test case to ensure that AC::Metal#response_body= always wraps the given va...
Akira Matsuda
2011-11-10
1
-0
/
+6
*
cleaning up some warnings on 1.9.3
Aaron Patterson
2011-02-07
1
-1
/
+1
*
Fix problems trying to functional test AC::Metal controllers
Santiago Pastorino
2010-11-06
1
-0
/
+7
*
Fix a few bugs when trying to use Head standalone
wycats
2010-10-10
1
-0
/
+15
*
Use better assertion methods for testing
Neeraj Singh
2010-05-19
1
-2
/
+2
*
Return a valid Rack response from bare ActionController::Metal
Carlhuda
2010-03-18
1
-0
/
+27