Thanks Pedro, I did try uploading the .gem file before, but that didn't work.
I had to locally: rake gems:unpack GEM=xml-mapping All is good now, Robert On Nov 12, 2008, at 10:58 PM, Pedro Belo wrote: > > Hi Robert, > > The method gem() won't load gems in vendor. Since you already defined > the gem in your Rails initializer it should be available anyways, you > can just require the files you need from it. > > Also, it seems like your xml-mapping folder in vendor is empty. Try > using alternative ways to vendor this gem, like doing it locally and > pushing to Heroku - or uploading the .gem file to Gems & Plugins. > > Pedro > > On Wed, Nov 12, 2008 at 4:00 PM, Robert Stapp > <[EMAIL PROTECTED]> wrote: >> >> Having problem using xml-mapping gem >> >> When I try to rake, I get: >> >> rake aborted! >> no such file to load -- xml/mapping >> >> The app also doesn't start. >> >> I have to "require "xml/mapping" in my app, to use the xml-mapping >> gem >> >> In my environment.rb I have: >> >> gem "xml-mapping" >> >> I have also installed the gem in all 3 ways available in the heroku >> "Gems & Plugins for peppod" page. >> >> Thanks for any help, >> Robert >> >> >> >> >> >>> >> > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
