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
/
dispatch
/
live_response_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-18
/
+18
*
Fixes #23964
Ryan T. Hosford
2016-03-13
1
-1
/
+1
*
Push `before_sending` to super class
eileencodes
2015-12-06
1
-1
/
+1
*
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
*
move file sending to the response object
Aaron Patterson
2015-10-05
1
-0
/
+2
*
Remove more unused block arguments
amitkumarsuroliya
2015-08-25
1
-1
/
+1
*
Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.
Jerry D'Antonio
2015-07-13
1
-7
/
+7
*
use the body proxy to freeze headers
Aaron Patterson
2014-03-12
1
-2
/
+12
*
only write the jar if the response isn't committed
Aaron Patterson
2014-03-12
1
-0
/
+1
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
push header merge down to a private method so that live responses can have th...
Aaron Patterson
2012-08-13
1
-0
/
+11
*
live response headers can be merged with a hash
Aaron Patterson
2012-08-13
1
-0
/
+6
*
freeze the header object
Aaron Patterson
2012-07-29
1
-0
/
+2
*
raise exceptions on header set after response committed
Aaron Patterson
2012-07-29
1
-0
/
+19
*
make sure appropriate headers are set and deleted
Aaron Patterson
2012-07-29
1
-0
/
+11
*
added live responses which can be written and read in separate threads
Aaron Patterson
2012-07-29
1
-0
/
+34