index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_view
/
helpers
/
capture_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
copy edits [ci skip]
Vijay Dev
2012-12-04
1
-9
/
+4
*
Improves documentation of Capture helper [ci skip]
Alvaro Pereyra
2012-12-01
1
-13
/
+12
*
Hash Syntax to 1.9 related changes
AvnerCohen
2012-10-29
1
-5
/
+5
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
flushing output should write to the stream rather than mutating the response ...
Aaron Patterson
2012-07-29
1
-1
/
+1
*
Replace the flush parameter with a Hash.
Lucas Mazza
2012-07-24
1
-4
/
+4
*
Removing ==Examples and last blank lines of docs from actionpack
Francesco Rodriguez
2012-05-15
1
-1
/
+0
*
Remove unnecessary in HTML 5 type attribute with default value
Andrey A.I. Sitnik
2012-04-05
1
-1
/
+1
*
use AS::SafeBuffer#clone_empty for flushing the output_buffer
Akira Matsuda
2012-02-20
1
-1
/
+1
*
content_for with flush parameter
grentis
2011-12-29
1
-8
/
+29
*
remove checks for encodings availability
Sergey Nartimov
2011-12-25
1
-1
/
+1
*
Merge pull request #2799 from tomstuart/3-1-stable
Santiago Pastorino
2011-09-05
1
-3
/
+3
*
Remove extra white spaces on ActionPack docs.
Sebastian Martinez
2011-05-23
1
-2
/
+2
*
Add tests for content_for() for read, closes #475.
José Valim
2011-05-10
1
-2
/
+6
*
More cleanup and moving responsibilities around.
José Valim
2011-05-01
1
-3
/
+3
*
content_for should work with provide.
José Valim
2011-04-16
1
-4
/
+4
*
Yo dawg, I heard you like streaming. So I put a fiber, inside a block, inside...
José Valim
2011-04-16
1
-0
/
+11
*
Initial work on fibered layout.
José Valim
2011-04-16
1
-3
/
+3
*
removes ActionView::Helpers::ScriptaculousHelper
Xavier Noria
2011-04-13
1
-2
/
+2
*
s/ERb/ERB/g
Akira Matsuda
2011-04-03
1
-1
/
+1
*
Call as ERB::Util.html_escape since is not the module is not included here
Santiago Pastorino
2010-11-02
1
-1
/
+1
*
Make sure capture's output gets html_escaped [#5545 state:resolved]
Jeff Kreeftmeijer
2010-11-02
1
-1
/
+2
*
Remove NonConcattingString.
José Valim
2010-08-29
1
-1
/
+1
*
Fix capture_helper.rb api documentation, unescaped script tag was breaking it...
Jaime Iniesta
2010-08-26
1
-1
/
+1
*
Fixed output_buffer encoding problem [#5179]
Sebastian A. Espindola
2010-07-25
1
-1
/
+1
*
Slice new buffer from beginning of old buffer to skip encoding special case
Jeremy Kemper
2010-06-28
1
-3
/
+1
*
Adds title and description where needed.
Rizwan Reza
2010-06-16
1
-0
/
+2
*
Added extra documentation for content_for helper
Jeroen van Dijk
2010-05-15
1
-6
/
+25
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+2
*
Eliminate warnings for AM on 1.8
wycats
2010-03-16
1
-1
/
+1
*
link_to_remote -> link_to :remote => true
Jeremy Kemper
2010-03-15
1
-1
/
+1
*
Add deprecation notices for <% %>.
Carlhuda
2010-03-15
1
-13
/
+15
*
with_output_buffer cannot assume there's an output_buffer
Xavier Noria
2010-03-15
1
-1
/
+1
*
Deprecate block_called_from_erb? pending a solution for getting it into apps
Carlhuda
2010-03-09
1
-9
/
+5
*
Deleted all references to ActionView::SafeBuffer in favor of ActiveSupport::S...
Santiago Pastorino
2010-01-31
1
-1
/
+1
*
Switch to on-by-default XSS escaping for rails.
Michael Koziarski
2009-10-08
1
-1
/
+1
*
Add content_for?(:name) helper to check if content_for(:name) is present [#13...
Darragh Curran
2009-06-21
1
-0
/
+22
*
Extract the layout proc into a method, and write documentation explaining wha...
Yehuda Katz + Carl Lerche
2009-06-17
1
-4
/
+0
*
Drive the final stake through @content_for_*'s heart!
Yehuda Katz + Carl Lerche
2009-06-17
1
-3
/
+2
*
Ruby 1.9: flushing the output buffer preserves its encoding
Jeremy Kemper
2009-05-28
1
-3
/
+10
*
Introduce flush_output_buffer to append the buffer to the response body then ...
Jeremy Kemper
2009-03-13
1
-0
/
+8
*
JavaScriptGenerator should only sets output_buffer for the duration of the up...
Jeremy Kemper
2008-07-15
1
-8
/
+9
*
Whitespace
Michael Koziarski
2008-07-11
1
-2
/
+1
*
Check whether blocks are called from erb using a special __in_erb_template va...
Jeremy Kemper
2008-06-19
1
-2
/
+6
*
with_output_buffer returns the temporary buffer instead of the result of the ...
Jeremy Kemper
2008-06-08
1
-0
/
+1
*
Use output_buffer reader and writer methods exclusively instead of hitting th...
Jeremy Kemper
2008-06-08
1
-3
/
+3
*
Remove some internal dead code that supported content_for
Jeremy Kemper
2008-06-06
1
-15
/
+5
*
Work with @output_buffer instead of _erbout
Jeremy Kemper
2008-06-02
1
-5
/
+13
*
Try replacing _erbout with @output_buffer
Jeremy Kemper
2008-06-02
1
-42
/
+14
*
Update doc (closes #11402)
David Heinemeier Hansson
2008-03-28
1
-2
/
+1
[next]