From 7091d800b80dd5cd06c3a232c5386efc16fda6fb Mon Sep 17 00:00:00 2001 From: Nick Sutterer Date: Tue, 18 Jan 2011 20:45:52 +0100 Subject: fixed a missing require that causes trouble when using AS in a non-rails env. --- activesupport/lib/active_support/xml_mini/libxmlsax.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/xml_mini/libxmlsax.rb') diff --git a/activesupport/lib/active_support/xml_mini/libxmlsax.rb b/activesupport/lib/active_support/xml_mini/libxmlsax.rb index fe2c1b9349..2536b1f33e 100644 --- a/activesupport/lib/active_support/xml_mini/libxmlsax.rb +++ b/activesupport/lib/active_support/xml_mini/libxmlsax.rb @@ -1,5 +1,6 @@ require 'libxml' require 'active_support/core_ext/object/blank' +require 'stringio' # = XmlMini LibXML implementation using a SAX-based parser module ActiveSupport @@ -82,4 +83,4 @@ module ActiveSupport end end end -end \ No newline at end of file +end -- cgit v1.2.3