aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/capture_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip] Doc ActionView::OutputBufferschneems2018-09-061-3/+2
|
* [ci skip] Clarify CaptureHelper#capture functionschneems2018-09-061-0/+5
|
* Use tt in doc for ActionView [ci skip]Yoshiyuki Hirano2017-08-271-6/+6
|
* Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-271-1/+1
|
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
|
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
|
* applies new string literal convention in actionview/libXavier Noria2016-08-061-1/+1
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* [doc] The capture method isn't always used inside views to create a variableAkira Matsuda & saya2016-01-081-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.rbBrian Davis2015-07-151-1/+1
|
* fix ActionView::Template::Error when using Streaming with capture.yuuji.yaginuma2015-03-011-1/+3
| | | | can't acquire a encoding from StreamingBuffer. fixes #12001
* [ci skip] Fix HTML format on commentyui-knk2014-12-181-1/+2
|
* Revert "Re-enable capture'ing non-String values"Santiago Pastorino2014-12-151-1/+1
| | | | This reverts commit c2fe0938d7201d4ce0bb2f25e72bf5f70df128af.
* Re-enable capture'ing non-String valuesCarsten Zimmermann2014-12-141-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 Davis2014-06-041-9/+0
| | | | reviewed: @tenderlove
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+216