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
/
lib
/
action_controller
/
metal
/
live.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-1
/
+3
*
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
*
[docs] fix ActionController documentation
Hrvoje Šimić
2017-03-12
1
-4
/
+4
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Fix deadlock that can occur when child live thread tries to load a constant a...
Alex Chinn
2016-08-15
1
-1
/
+6
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-11
/
+11
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-3
/
+3
*
Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r...
Sean Griffin
2016-05-06
1
-8
/
+8
|
\
|
*
Fixes #23964
Ryan T. Hosford
2016-03-13
1
-8
/
+8
*
|
Actionpack documentation typos [ci skip]
Tom Kadwill
2016-04-23
1
-2
/
+2
|
/
*
Hand off the interlock to the new thread in AC::Live
Matthew Draper
2016-02-07
1
-23
/
+28
*
disable controller / view thread spawning in tests
Aaron Patterson
2016-02-05
1
-2
/
+13
*
Fix `make_response!` when called by `serve` in `RouteSet`
eileencodes
2015-12-09
1
-6
/
+1
*
Push `before_sending` to super class
eileencodes
2015-12-06
1
-6
/
+0
*
use `dispatch` instead of `process` to run requests though
eileencodes
2015-10-29
1
-4
/
+5
*
remove useless method
Aaron Patterson
2015-09-28
1
-4
/
+0
*
move the Header hash to the super class
Aaron Patterson
2015-09-24
1
-27
/
+0
*
stop applying default headers in ActionDispatch::Response
Aaron Patterson
2015-09-23
1
-4
/
+4
*
use accessors instead of manipulating the hash
Aaron Patterson
2015-09-08
1
-2
/
+2
*
move response allocation to the class level
Aaron Patterson
2015-08-25
1
-6
/
+15
*
Freeze static arguments for gsub
brainopia
2015-04-02
1
-1
/
+1
*
Prefer string patterns for gsub
brainopia
2015-04-02
1
-1
/
+1
*
remove unused #await_close
Sergey Alekseev
2014-12-04
1
-6
/
+0
*
Call gsub with a Regexp instead of a String for better performance
Pablo Herrero
2014-11-01
1
-1
/
+1
*
Pass block for logging.
Guo Xiang Tan
2014-08-09
1
-4
/
+6
*
`:nodoc: all` does not remove the constants from the API. [ci skip]
Yves Senn
2014-06-24
1
-1
/
+1
*
Handle client disconnect during live streaming
Matthew Draper
2014-06-08
1
-0
/
+48
*
Add multiple lines message support for SSE module
ayaya
2014-05-12
1
-1
/
+2
*
re-raise error if error occurs before committing in streaming
Kevin Casey
2014-03-14
1
-10
/
+11
*
use the body proxy to freeze headers
Aaron Patterson
2014-03-12
1
-2
/
+8
*
just ask the response for the commit status, we do not need to ask the jar
Aaron Patterson
2014-03-12
1
-1
/
+1
*
only write the jar if the response isn't committed
Aaron Patterson
2014-03-12
1
-4
/
+8
*
use built-in exception handling in live controllers
Aaron Patterson
2014-02-28
1
-2
/
+5
*
live controllers should have live responses
Aaron Patterson
2014-02-28
1
-2
/
+14
*
set the error callback to a nice default in case nobody set an error callback...
Aaron Patterson
2014-02-28
1
-1
/
+1
*
Correct prestreaming controller response status.
Kevin Casey
2014-02-15
1
-0
/
+2
*
Merge branch 'master' into laurocaetano-fix_send_file
Aaron Patterson
2014-01-10
1
-1
/
+1
|
\
|
*
Spelling and Grammar checks
Akshay Vishnoi
2013-12-12
1
-1
/
+1
*
|
Fix stream closing when sending file with `ActionController::Live` included.
Lauro Caetano
2013-11-30
1
-1
/
+1
|
/
*
Creating an SSE class to be used with ActionController::Live.
wangjohn
2013-07-30
1
-0
/
+74
*
Fix typo
Rafael Mendonça França
2013-04-09
1
-2
/
+2
*
fix AP warning; remove unused variable
Vipul A M
2013-04-09
1
-0
/
+1
*
Exception handling for controllers using ActionController::Live
Sean Griffin
2013-03-18
1
-0
/
+28
*
Handle conditional get in live requests - this will prevent error when using ...
Bernard Potocki
2013-03-14
1
-0
/
+4
*
ensure response.stream is closed
Sam Ruby
2013-03-09
1
-0
/
+1
*
push header merge down to a private method so that live responses can have th...
Aaron Patterson
2012-08-13
1
-5
/
+4
*
live response headers can be merged with a hash
Aaron Patterson
2012-08-13
1
-0
/
+4
*
use a sized buffer to prevent the queue being too large
Aaron Patterson
2012-08-08
1
-10
/
+10
[next]