Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundler should always install gems somewhere within the application directory #730

Closed
crowbot opened this issue Dec 5, 2012 · 0 comments
Labels
bug Breaks expected functionality

Comments

@crowbot
Copy link
Member

crowbot commented Dec 5, 2012

At the moment, we only use the --deployment flag when calling bundler for a non-staging site. This means that for staging sites, gems are installed in the system path. For avoiding our own server management headaches, we should always install the gems in a path local to the application. Additionally, I suspect this might also resolve #611, as it is the reason why bundler is using sudo to install rake.

Note: this needs to work for capistrano-based deploys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Breaks expected functionality
Projects
None yet
Development

No branches or pull requests

1 participant