aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/capture_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed 1 failure and 2 errors in ActionPack testsuite [#4613 state:commited]rohit2010-05-161-1/+1
* All tests pass without memoizing view_contextCarlhuda2010-03-181-1/+1
* adds tests for #flush_output_bufferXavier Noria2010-03-161-2/+37
* adds tests for #captureXavier Noria2010-03-161-0/+23
* adds test coverage for with_output_bufferXavier Noria2010-03-151-3/+45
* with_output_buffer cannot assume there's an output_bufferXavier Noria2010-03-151-0/+6
* Add content_for?(:name) helper to check if content_for(:name) is present [#13...Darragh Curran2009-06-211-0/+15