On Mar 8, 6:32 pm, "Adam Wiggins" <[EMAIL PROTECTED]> wrote: > On 3/7/08, holczer <[EMAIL PROTECTED]> wrote: > > > It seems that the clone option of the new heroku command line api to > > export an application to work locally, doesn't include the vendor > > directory. > > Right you are - "vendor/gems" should be in the .gitignore, not > "vendor". I've made the change, it should be deployed next week. > > If you're wondering why vendor/gems should be ignored, it's because we > use a patch to Rails that loads gems from vendor/gems - which you > won't have locally. So you'll need to install whatever gems your app > depends on. This isn't too hot, but there are potentially some other > solutions, such as Chad Woolley's geminstaller. We're still looking > into what can best be done here. Just in general, managing project > gem dependencies seems to be a significant point of pain in the Rails > community right now - I'm hoping a good general-purpose solution will > emerge in the coming months. > > Adam
I was putting gems into vendor/gems locally then checking that in. Is that bad? E --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
