aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/capture_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* flushing output should write to the stream rather than mutating the response ...Aaron Patterson2012-07-291-1/+1
* Replace the flush parameter with a Hash.Lucas Mazza2012-07-241-4/+4
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-1/+0
* Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-051-1/+1
* use AS::SafeBuffer#clone_empty for flushing the output_bufferAkira Matsuda2012-02-201-1/+1
* content_for with flush parametergrentis2011-12-291-8/+29
* remove checks for encodings availabilitySergey Nartimov2011-12-251-1/+1
* Merge pull request #2799 from tomstuart/3-1-stableSantiago Pastorino2011-09-051-3/+3
* Remove extra white spaces on ActionPack docs.Sebastian Martinez2011-05-231-2/+2
* Add tests for content_for() for read, closes #475.José Valim2011-05-101-2/+6
* More cleanup and moving responsibilities around.José Valim2011-05-011-3/+3
* content_for should work with provide.José Valim2011-04-161-4/+4
* Yo dawg, I heard you like streaming. So I put a fiber, inside a block, inside...José Valim2011-04-161-0/+11
* Initial work on fibered layout.José Valim2011-04-161-3/+3
* removes ActionView::Helpers::ScriptaculousHelperXavier Noria2011-04-131-2/+2
* s/ERb/ERB/gAkira Matsuda2011-04-031-1/+1
* Call as ERB::Util.html_escape since is not the module is not included hereSantiago Pastorino2010-11-021-1/+1
* Make sure capture's output gets html_escaped [#5545 state:resolved]Jeff Kreeftmeijer2010-11-021-1/+2
* Remove NonConcattingString.José Valim2010-08-291-1/+1
* Fix capture_helper.rb api documentation, unescaped script tag was breaking it...Jaime Iniesta2010-08-261-1/+1
* Fixed output_buffer encoding problem [#5179]Sebastian A. Espindola2010-07-251-1/+1
* Slice new buffer from beginning of old buffer to skip encoding special caseJeremy Kemper2010-06-281-3/+1
* Adds title and description where needed.Rizwan Reza2010-06-161-0/+2
* 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