You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Especially given that not everyone (yet) uses RVM or rbenv, it would be a Good Thing™ to have the option of bundling Gems underneath the vendor directory; i.e., the equivalent of the command line bundle install --path vendor. Doing so would eliminate the need to a) ask for a password to install Gems and b) keep from polluting the system Gem repository with Gems used only on a single project or small subset of projects.
It would also be Very Nice if 'bundle install', instead of erroring out when a needed Gem is not already installed, would instead install that Gem.
The text was updated successfully, but these errors were encountered:
Especially given that not everyone (yet) uses RVM or rbenv, it would be a Good Thing™ to have the option of bundling Gems underneath the
vendor
directory; i.e., the equivalent of the command linebundle install --path vendor
. Doing so would eliminate the need to a) ask for a password to install Gems and b) keep from polluting the system Gem repository with Gems used only on a single project or small subset of projects.It would also be Very Nice if 'bundle install', instead of erroring out when a needed Gem is not already installed, would instead install that Gem.
The text was updated successfully, but these errors were encountered: