aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/capture_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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