Hi Javier, On 7/19/07, javier <[EMAIL PROTECTED]> wrote: > > After some detailed investigation, my peer discovered that this was an > issue related with the rest-open-uri gem: our code had the inclusion: > > require 'rest-open-uri' > > but instead needed: > > require 'open-uri' > require 'rest-open-uri' > > So adding the 'open-uri' inclusion fixed the problem. Why this > problem was only exposed when adding Openwferu is still a mystery to > me, I guess it has to do with the order in which gems get included/ > loaded???
Thanks for this valuable feedback, it's good to see people coming back with explanations instead of simply vanishing. OpenWFEru uses "open-uri" in one of its core components. So, you simply had to make sure that "require 'rest-open-uri'" was called before "require 'open-uri'" ? -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru users" 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/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
