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
*
Introduced `ActiveSupport::Digest` that allows to specify hash function imple...
Dmitri Dolguikh
2017-12-12
1
-1
/
+1
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-2
/
+2
*
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
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
*
Add more missing requires
Andrew White
2017-02-22
1
-0
/
+1
*
Silence a warning
Rafael Mendonça França
2016-10-07
1
-1
/
+3
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
Fix deadlock that can occur when child live thread tries to load a constant a...
Alex Chinn
2016-08-15
1
-0
/
+22
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-3
/
+3
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-51
/
+51
*
Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r...
Sean Griffin
2016-05-06
1
-1
/
+2
|
\
|
*
Fixes #23964
Ryan T. Hosford
2016-03-13
1
-1
/
+2
*
|
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
1
-1
/
+1
|
/
*
disable controller / view thread spawning in tests
Aaron Patterson
2016-02-05
1
-1
/
+8
*
Response etags to always be weak: Prefixed W/ to value returned by ActionDisp...
abhishek
2016-01-20
1
-1
/
+1
*
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
[next]