On Jul 24, 2008, at 10:27 PM, Marnen Laibow-Koser wrote:
> > On Jul 23, 7:52 pm, Morten Bagai <[EMAIL PROTECTED]> wrote: > [...] > As a quick workaround you can get this working in your app by >> downloading or locating locally the .gem file for gettext, and >> uploading it to Heroku through the gems & plugins manager. > > I tried that, but when I do that, it installs in vendor/plugins, not > vendor/gems . I don't know if that will make a difference to my > app...I try to avoid vendor/gems when possible, so I haven't really > played with it. I just went through the procedure myself, and the uploading the gettext .gem file it seemed to land correctly in vendor/gems as intended. If you give me the name of your app, I'd be happy to try it out there. In general vendor/gems is a very useful feature in making your app portable to different environments - especially multi-tenant ones such as we have here at Heroku - by locking down the specific gem versions that your app needs. Best, /Morten --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
