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
/
live_stream_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #11443 from wangjohn/sse_reloader_class
Santiago Pastorino
2013-08-19
1
-0
/
+88
|
\
|
*
Creating an SSE class to be used with ActionController::Live.
wangjohn
2013-07-30
1
-0
/
+88
*
|
Add timeout to test_async_stream
Gaurish Sharma
2013-08-02
1
-1
/
+1
|
/
*
Exception handling for controllers using ActionController::Live
Sean Griffin
2013-03-18
1
-1
/
+75
*
Handle conditional get in live requests - this will prevent error when using ...
Bernard Potocki
2013-03-14
1
-0
/
+15
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
make sure the body finishes rendering before checking response closure
Aaron Patterson
2012-08-03
1
-1
/
+2
*
close the response when the response body is set so that normal render calls ...
Aaron Patterson
2012-07-29
1
-0
/
+9
*
header hash is duped before being sent up the rack stack
Aaron Patterson
2012-07-29
1
-0
/
+13
*
make sure set_response! sets the correct response object
Aaron Patterson
2012-07-29
1
-0
/
+6
*
Controller actions are processed in a separate thread for live
Aaron Patterson
2012-07-29
1
-3
/
+69
*
added live responses which can be written and read in separate threads
Aaron Patterson
2012-07-29
1
-0
/
+26