Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove more conditions for Fiber available in ruby19 | Vishnu Atrai | 2011-12-31 | 1 | -1/+1 |
| | |||||
* | Deprecate passing the template handler in the template name. | José Valim | 2011-09-22 | 1 | -8/+8 |
| | | | | | | For example, calling hello.erb is now deprecated. Since Rails 3.0 passing the handler had no effect whatsover. This commit simply deprecates such cases so we can clean up the code in later releases. | ||||
* | Eliminate uninitialized instance variable warning | wycats | 2011-05-22 | 1 | -2/+2 |
| | |||||
* | log errors when an exception happens when streaming. | José Valim | 2011-05-01 | 1 | -2/+6 |
| | |||||
* | content_for should work with provide. | José Valim | 2011-04-16 | 1 | -2/+10 |
| | |||||
* | Add more tests, ensure we never yield outside the fiber context and that we ↵ | José Valim | 2011-04-16 | 1 | -0/+8 |
| | | | | swap buffers when moving from parent to child. | ||||
* | Basic tests for streaming. Basic tests for provide. | José Valim | 2011-04-16 | 1 | -2/+58 |
| | |||||
* | The magic medicine worked. | José Valim | 2011-04-16 | 1 | -0/+33 |