| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed spelling errors (closes #9706) [tarmo/rmm5t] | David Heinemeier Hansson | 2007-09-28 | 1 | -1/+1 |
* | Stop rdoc from whining | David Heinemeier Hansson | 2007-09-24 | 1 | -3/+3 |
* | Fixed CaptureHelper#content_for to work with the optional content parameter i... | David Heinemeier Hansson | 2007-09-21 | 1 | -3/+9 |
* | Its just ERb now | David Heinemeier Hansson | 2007-07-24 | 1 | -1/+1 |
* | Improve capture helper documentation. Closes #8796. | Jeremy Kemper | 2007-06-28 | 1 | -25/+41 |
* | Massive documentation update for all helpers (closes #8223, #8177, #8175, #81... | David Heinemeier Hansson | 2007-06-23 | 1 | -53/+65 |
* | Added .erb and .builder as preferred aliases to the now deprecated .rhtml and... | David Heinemeier Hansson | 2007-02-20 | 1 | -4/+4 |
* | ActionView::Base.erb_variable accessor names the buffer variable used to rend... | Jeremy Kemper | 2006-11-17 | 1 | -4/+4 |
* | Fixed that setting RAILS_ASSET_ID to "" should not add a trailing slash after... | David Heinemeier Hansson | 2006-10-22 | 1 | -1/+1 |
* | Fix documentation indentation | Marcel Molina | 2006-04-26 | 1 | -3/+3 |
* | Update layout and content_for documentation to use yield rather than magic @c... | Marcel Molina | 2006-04-25 | 1 | -15/+17 |
* | Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con... | David Heinemeier Hansson | 2006-02-26 | 1 | -12/+49 |