RE: storing gems locally in production

Hi,

I believe the /vendor folder stores the source code for gems locally correct? i.e. so it won’t look in the global gem folder or gemset if you are using rvm.

How do you transfer/download the gemfiles gems to your /vendor folder?

Does this mean you could avoid needing rvm on your server if you follow this approach since each web application has its gem’s in local scope?