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
*
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
*
Merge pull request #7204 from frodsan/update_conventions
Rafael Mendonça França
2012-07-31
1
-8
/
+8
|
\
|
*
update coding conventions in metal/live
Francesco Rodriguez
2012-07-30
1
-8
/
+8
*
|
fix nodoc in metal/live
Francesco Rodriguez
2012-07-30
1
-4
/
+4
|
/
*
fix typo in metal/live [ci skip]
Francesco Rodriguez
2012-07-30
1
-6
/
+6
*
close the response when the response body is set so that normal render calls ...
Aaron Patterson
2012-07-29
1
-0
/
+5
*
header hash is duped before being sent up the rack stack
Aaron Patterson
2012-07-29
1
-0
/
+4
*
freeze the header object
Aaron Patterson
2012-07-29
1
-0
/
+5
*
make sure set_response! sets the correct response object
Aaron Patterson
2012-07-29
1
-0
/
+9
*
adding a more docs on closing response streams
Aaron Patterson
2012-07-29
1
-1
/
+4
*
pushing Buffer up to Live
Aaron Patterson
2012-07-29
1
-22
/
+22
*
adding some docs
Aaron Patterson
2012-07-29
1
-1
/
+26
*
Controller actions are processed in a separate thread for live
Aaron Patterson
2012-07-29
1
-2
/
+26
*
raise exceptions on header set after response committed
Aaron Patterson
2012-07-29
1
-0
/
+21
*
added live responses which can be written and read in separate threads
Aaron Patterson
2012-07-29
1
-0
/
+42