aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/capture_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Added extra documentation for content_for helperJeroen van Dijk2010-05-151-6/+25
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+2
* Eliminate warnings for AM on 1.8wycats2010-03-161-1/+1
* link_to_remote -> link_to :remote => trueJeremy Kemper2010-03-151-1/+1
* Add deprecation notices for <% %>.Carlhuda2010-03-151-13/+15
* with_output_buffer cannot assume there's an output_bufferXavier Noria2010-03-151-1/+1
* Deprecate block_called_from_erb? pending a solution for getting it into appsCarlhuda2010-03-091-9/+5
* Deleted all references to ActionView::SafeBuffer in favor of ActiveSupport::S...Santiago Pastorino2010-01-311-1/+1
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-1/+1
* Add content_for?(:name) helper to check if content_for(:name) is present [#13...Darragh Curran2009-06-211-0/+22
* Extract the layout proc into a method, and write documentation explaining wha...Yehuda Katz + Carl Lerche2009-06-171-4/+0
* Drive the final stake through @content_for_*'s heart!Yehuda Katz + Carl Lerche2009-06-171-3/+2
* Ruby 1.9: flushing the output buffer preserves its encodingJeremy Kemper2009-05-281-3/+10
* Introduce flush_output_buffer to append the buffer to the response body then ...Jeremy Kemper2009-03-131-0/+8
* JavaScriptGenerator should only sets output_buffer for the duration of the up...Jeremy Kemper2008-07-151-8/+9
* WhitespaceMichael Koziarski2008-07-111-2/+1
* Check whether blocks are called from erb using a special __in_erb_template va...Jeremy Kemper2008-06-191-2/+6
* with_output_buffer returns the temporary buffer instead of the result of the ...Jeremy Kemper2008-06-081-0/+1
* Use output_buffer reader and writer methods exclusively instead of hitting th...Jeremy Kemper2008-06-081-3/+3
* Remove some internal dead code that supported content_forJeremy Kemper2008-06-061-15/+5
* Work with @output_buffer instead of _erboutJeremy Kemper2008-06-021-5/+13
* Try replacing _erbout with @output_bufferJeremy Kemper2008-06-021-42/+14
* Update doc (closes #11402)David Heinemeier Hansson2008-03-281-2/+1
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Stop rdoc from whiningDavid Heinemeier Hansson2007-09-241-3/+3
* Fixed CaptureHelper#content_for to work with the optional content parameter i...David Heinemeier Hansson2007-09-211-3/+9
* Its just ERb nowDavid Heinemeier Hansson2007-07-241-1/+1
* Improve capture helper documentation. Closes #8796.Jeremy Kemper2007-06-281-25/+41
* Massive documentation update for all helpers (closes #8223, #8177, #8175, #81...David Heinemeier Hansson2007-06-231-53/+65
* Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...David Heinemeier Hansson2007-02-201-4/+4
* ActionView::Base.erb_variable accessor names the buffer variable used to rend...Jeremy Kemper2006-11-171-4/+4
* Fixed that setting RAILS_ASSET_ID to "" should not add a trailing slash after...David Heinemeier Hansson2006-10-221-1/+1
* Fix documentation indentationMarcel Molina2006-04-261-3/+3
* Update layout and content_for documentation to use yield rather than magic @c...Marcel Molina2006-04-251-15/+17
* Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con...David Heinemeier Hansson2006-02-261-12/+49
* Simplify content_for implementationDavid Heinemeier Hansson2005-07-241-10/+2
* Fixed regression for content_for #1820 [Stefan Kaes]David Heinemeier Hansson2005-07-241-2/+2
* Added option to pass in parameters to CaptureHelper#capture, so you can creat...David Heinemeier Hansson2005-06-211-5/+7
* Added CaptureHelper with CaptureHelper#capture and CaptureHelper#content_for....David Heinemeier Hansson2005-03-141-0/+95