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