aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/safe_buffer_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Reset @dirty to false when slicing an instance of SafeBufferBrian Cardarella2011-07-291-0/+6
* remove unused variables warnings removedVishnu Atrai2011-07-261-2/+0
* Using slice for instead of gsub to pass with 1.8.7Arun Agrawal2011-06-231-1/+1
* calling unsafe methods which don't return a string shouldn't failDamien Mathieu2011-06-221-0/+4
* safe_concat should not work on dirty buffers.José Valim2011-06-161-0/+7
* Fix safe buffer by adding a dirty status.José Valim2011-06-161-6/+31
* Ensure that the strings returned by SafeBuffer#gsub and friends aren't consid...Michael Koziarski2011-06-071-0/+12
* make sure we play nicely when syck is activatedAaron Patterson2011-01-281-0/+22
* Deleted all references to ActionView::SafeBuffer in favor of ActiveSupport::S...Santiago Pastorino2010-01-311-0/+41