rails--rails/activesupport/lib
Jeremy Kemper 9423c2a7d8 Merge remote branch 'fxn/master' 2010-02-06 13:03:41 -08:00
..
active_support Merge remote branch 'fxn/master' 2010-02-06 13:03:41 -08:00
active_support.rb For performance reasons, you can no longer call html_safe! on Strings. Instead, all Strings are always not html_safe?. Instead, you can get a SafeBuffer from a String by calling #html_safe, which will SafeBuffer.new(self). 2010-01-31 19:39:13 -08:00