1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

8 commits

Author SHA1 Message Date
Akira Matsuda & saya
76c385709c [doc] The capture method isn't always used inside views to create a variable
but rather very often used inside helpers to directly return a String value.
[ci skip]
2016-01-08 18:08:11 +09:00
Brian Davis
5334889a27 grammar fix to content_for method documentation in capture_helper.rb 2015-07-15 21:19:17 -06:00
yuuji.yaginuma
35d12ef3f1 fix ActionView::Template::Error when using Streaming with capture.
can't acquire a encoding from StreamingBuffer. fixes #12001
2015-03-01 16:20:27 +09:00
yui-knk
609d3a8475 [ci skip] Fix HTML format on comment 2014-12-18 13:07:32 +09:00
Santiago Pastorino
e4627edf87 Revert "Re-enable capture'ing non-String values"
This reverts commit c2fe0938d7.
2014-12-15 21:20:54 -02:00
Carsten Zimmermann
c2fe0938d7 Re-enable capture'ing non-String values
This has been discussed in #17661 and partially reverts the changes made
in 9de83050d3 and 986cac73e3

The test case added to content_for acts as a regression / acceptance test.
2014-12-14 10:57:43 +01:00
Ryan Davis
479c7cacd5 Removed CaptureHelper#flush_output_buffer as it is only used in tests.
reviewed: @tenderlove
2014-06-04 16:30:36 -07:00
Piotr Sarnacki
0d6e8edc2a Move actionpack/lib/action_view* into actionview/lib 2013-06-20 17:23:15 +02:00
Renamed from actionpack/lib/action_view/helpers/capture_helper.rb (Browse further)