I'm using Ruby 1.9.1-rc2 (ruby 1.9.1p0 (2009-01-20 revision 21700)
[i386-darwin9.5.0]) and trying to run unit tests for AS.

I noticed an endless loop for all the cases which are using XmlMini,
which is autoloaded:

autoload :XmlMini, 'active_support/xml_mini'
Autoload expect to find ActiveSupport::XmlMini (look at the second
argument), but it doesn't exist, 'cause XmlMini is a top-level module.
It cause an endless loop.

I opened a LH ticket, with a patch: http://tinyurl.com/b9yve2

Best,
Luca
-- 
blog: www.lucaguidi.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to