Jose vicente Ribera pellicer wrote: > Jose vicente Ribera pellicer wrote: >> solved with gem install ar_mailer > > Ummm, not solvd at all. > > Now I can use my localhost but when I try to update my gems I see the > same error. > :( > > I can work fine, but i don't like to see this kinds of errors when i try > to update my gems. Any help please?
The easiest fix is to install the previous version: % sudo gem install libxml-ruby --version 0.9.8 The alternative is to patch the files yourself in version 0.9.9 which appears to have an issue. I've made a quick and dirty hack posted on Github (http://github.com/tadman/libxml-ruby/commit/bf484fe3445088052eb0aa6a123870de2bf8e246) -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

