bundler icon indicating copy to clipboard operation
bundler copied to clipboard

vendor/gems/dirs is confusing

Open carllerche opened this issue 14 years ago • 2 comments

Maybe vendor/gems/repos ?

carllerche avatar Oct 15 '09 00:10 carllerche

I agree. This confused me when I first saw it.

tomafro avatar Nov 03 '09 22:11 tomafro

"dirs" IS an unhelpful name. What is the correct handling of the "dirs" directory? Should it be checked in? When this occurs there is no .gem file in the cache.

The suggestion of the default .gitignore suggests that "dirs" shouldn't be checked in. bin/* vendor/gems/* !vendor/gems/cache/

But if you don't check it in, and there's no cached .gem file the gem will not be able to be extracted from your own repo, it will have to be cloned from the original repo at deploy time.

donnoman avatar Nov 20 '09 22:11 donnoman