Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removes comment obsoleted by 18ed37b | Xavier Noria | 2011-12-31 | 1 | -3/+0 |
| | |||||
* | fiber is available in ruby19 | Vishnu Atrai | 2011-12-31 | 1 | -1/+1 |
| | |||||
* | Streaming docs. | José Valim | 2011-05-01 | 1 | -40/+1 |
| | |||||
* | log errors when an exception happens when streaming. | José Valim | 2011-05-01 | 1 | -1/+16 |
| | |||||
* | More cleanup and moving responsibilities around. | José Valim | 2011-05-01 | 1 | -2/+2 |
| | |||||
* | Output a redirect to the 500 page if something happens when streaming. | José Valim | 2011-04-19 | 1 | -5/+6 |
| | | | | | | Currently, we output: "><script type="text/javascript">window.location = "/500.html"</script></html> | ||||
* | Fix CI test on 1.8 | José Valim | 2011-04-16 | 1 | -1/+4 |
| | |||||
* | Class docs. | José Valim | 2011-04-16 | 1 | -0/+47 |
| | |||||
* | Add more tests, ensure we never yield outside the fiber context and that we ↵ | José Valim | 2011-04-16 | 1 | -1/+1 |
| | | | | swap buffers when moving from parent to child. | ||||
* | Basic tests for streaming. Basic tests for provide. | José Valim | 2011-04-16 | 1 | -1/+1 |
| | |||||
* | Yo dawg, I heard you like streaming. So I put a fiber, inside a block, ↵ | José Valim | 2011-04-16 | 1 | -0/+79 |
inside a body, so you can stream. |