Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | content_for with flush parameter | grentis | 2011-12-29 | 1 | -0/+55 |
| | |||||
* | Remove unused conditions for 1.9 | Rahul P. Chaudhari | 2011-12-21 | 1 | -17/+13 |
| | |||||
* | Merge pull request #2799 from tomstuart/3-1-stable | Santiago Pastorino | 2011-09-05 | 1 | -0/+36 |
| | | | | Never return stored content from content_for when a block is given | ||||
* | Add tests for content_for() for read, closes #475. | José Valim | 2011-05-10 | 1 | -4/+12 |
| | |||||
* | More cleanup and moving responsibilities around. | José Valim | 2011-05-01 | 1 | -5/+5 |
| | |||||
* | content_for should work with provide. | José Valim | 2011-04-16 | 1 | -4/+7 |
| | |||||
* | Basic tests for streaming. Basic tests for provide. | José Valim | 2011-04-16 | 1 | -0/+11 |
| | |||||
* | Yo dawg, I heard you like streaming. So I put a fiber, inside a block, ↵ | José Valim | 2011-04-16 | 1 | -1/+1 |
| | | | | inside a body, so you can stream. | ||||
* | Initial work on fibered layout. | José Valim | 2011-04-16 | 1 | -1/+1 |
| | |||||
* | Test that capture doesn't escape twice | Santiago Pastorino | 2010-11-02 | 1 | -2/+7 |
| | |||||
* | Make sure capture's output gets html_escaped [#5545 state:resolved] | Jeff Kreeftmeijer | 2010-11-02 | 1 | -0/+5 |
| | | | | | | | Also remove a duplicate test_link_to_unless assertion and add .html_safe to the remaining one. Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Remove NonConcattingString. | José Valim | 2010-08-29 | 1 | -2/+0 |
| | |||||
* | Change returning with tap | Santiago Pastorino | 2010-07-25 | 1 | -1/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Fixed 1 failure and 2 errors in ActionPack testsuite [#4613 state:commited] | rohit | 2010-05-16 | 1 | -1/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | All tests pass without memoizing view_context | Carlhuda | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | adds tests for #flush_output_buffer | Xavier Noria | 2010-03-16 | 1 | -2/+37 |
| | | | | | | [#4196 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | adds tests for #capture | Xavier Noria | 2010-03-16 | 1 | -0/+23 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | adds test coverage for with_output_buffer | Xavier Noria | 2010-03-15 | 1 | -3/+45 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | with_output_buffer cannot assume there's an output_buffer | Xavier Noria | 2010-03-15 | 1 | -0/+6 |
| | | | | | | [#4182 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Add content_for?(:name) helper to check if content_for(:name) is present ↵ | Darragh Curran | 2009-06-21 | 1 | -0/+15 |
[#1311 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> |