Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [doc] The capture method isn't always used inside views to create a variable | Akira Matsuda & saya | 2016-01-08 | 1 | -2/+2 |
| | | | | | but rather very often used inside helpers to directly return a String value. [ci skip] | ||||
* | grammar fix to content_for method documentation in capture_helper.rb | Brian Davis | 2015-07-15 | 1 | -1/+1 |
| | |||||
* | fix ActionView::Template::Error when using Streaming with capture. | yuuji.yaginuma | 2015-03-01 | 1 | -1/+3 |
| | | | | can't acquire a encoding from StreamingBuffer. fixes #12001 | ||||
* | [ci skip] Fix HTML format on comment | yui-knk | 2014-12-18 | 1 | -1/+2 |
| | |||||
* | Revert "Re-enable capture'ing non-String values" | Santiago Pastorino | 2014-12-15 | 1 | -1/+1 |
| | | | | This reverts commit c2fe0938d7201d4ce0bb2f25e72bf5f70df128af. | ||||
* | Re-enable capture'ing non-String values | Carsten Zimmermann | 2014-12-14 | 1 | -1/+1 |
| | | | | | | | This has been discussed in #17661 and partially reverts the changes made in 9de83050d3a4b260d4aeb5d09ec4eb64f913ba64 and 986cac73e3c56b3dfa22fd1464f6913e38d32cc3 The test case added to content_for acts as a regression / acceptance test. | ||||
* | Removed CaptureHelper#flush_output_buffer as it is only used in tests. | Ryan Davis | 2014-06-04 | 1 | -9/+0 |
| | | | | reviewed: @tenderlove | ||||
* | Move actionpack/lib/action_view* into actionview/lib | Piotr Sarnacki | 2013-06-20 | 1 | -0/+216 |