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
*
Fix `make_response!` when called by `serve` in `RouteSet`
eileencodes
2015-12-09
1
-0
/
+39
*
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
*
FIX: Randomly failing test when running without GIL.
Guo Xiang Tan
2015-10-23
1
-0
/
+6
*
call `get` instead of controller.process
Aaron Patterson
2015-09-23
1
-12
/
+10
*
remove controller construction
Aaron Patterson
2015-09-23
1
-8
/
+4
*
stop directly referencing the request and response objects
Aaron Patterson
2015-09-23
1
-23
/
+21
*
test framework allocates the controller for us
Aaron Patterson
2015-09-23
1
-1
/
+0
*
type of response should not matter
Aaron Patterson
2015-09-23
1
-6
/
+0
*
don't touch the response object until after we call `get`
Aaron Patterson
2015-09-23
1
-5
/
+2
*
Remove unused variables
akihiro17
2015-08-24
1
-2
/
+2
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-2
/
+2
*
Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.
Jerry D'Antonio
2015-07-13
1
-14
/
+14
*
Skip the failing tests on Rubinius for now
Robin Dupret
2015-03-02
1
-0
/
+2
*
When your templates change, browser caches bust automatically.
Jeremy Kemper
2014-08-17
1
-1
/
+1
*
Handle client disconnect during live streaming
Matthew Draper
2014-06-08
1
-0
/
+89
*
Add multiple lines message support for SSE module
ayaya
2014-05-12
1
-0
/
+16
*
re-raise error if error occurs before committing in streaming
Kevin Casey
2014-03-14
1
-0
/
+19
*
use the body proxy to freeze headers
Aaron Patterson
2014-03-12
1
-2
/
+4
*
only write the jar if the response isn't committed
Aaron Patterson
2014-03-12
1
-0
/
+13
*
make sure we wait for the threads to shut down before asserting closure
Aaron Patterson
2014-02-28
1
-0
/
+1
*
use built-in exception handling in live controllers
Aaron Patterson
2014-02-28
1
-15
/
+17
*
live controllers should have live responses
Aaron Patterson
2014-02-28
1
-13
/
+2
*
set the error callback to a nice default in case nobody set an error callback...
Aaron Patterson
2014-02-28
1
-0
/
+7
*
Correct prestreaming controller response status.
Kevin Casey
2014-02-15
1
-0
/
+18
*
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