From 94df84a8a4b183037c160d513bf9fa9d1858c36f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Pastorino=20and=20Jos=C3=A9=20Ignacio=20Costa?= Date: Fri, 10 Jun 2011 23:08:00 -0300 Subject: Revert "Make sure that we don't perform in-place mutation on SafeBuffer string" This reverts commit 115e80dccc65c3ed9a9750649d9ca4ea2a7e64f1. --- actionpack/lib/action_view/template.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'actionpack/lib/action_view') diff --git a/actionpack/lib/action_view/template.rb b/actionpack/lib/action_view/template.rb index 9c59d18310..10797c010f 100644 --- a/actionpack/lib/action_view/template.rb +++ b/actionpack/lib/action_view/template.rb @@ -218,9 +218,6 @@ module ActionView method_name = self.method_name if source.encoding_aware? - # Avoid performing in-place mutation for SafeBuffer - @source = source.to_str if source.html_safe? - # Look for # encoding: *. If we find one, we'll encode the # String in that encoding, otherwise, we'll use the # default external encoding. -- cgit v1.2.3