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
*
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