-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support for bundler binstubs #836
Comments
@fgrehm as discussed on Slack, I was wondering if there was a way we could implement this inside of the bundle install buildpack. It would involve running the |
Works for me! Looks like we could do something like What do you think? That should be enough and we could enable the behavior by setting the |
this seems like a valid path forward to me! @paketo-buildpacks/ruby-maintainers feel free to chime in if you have any concerns. I also don't feel like the new environment variable needs an RFC especially because it's not default behaviour, but we should make sure we document it well so people know about it. |
Sure! I can make note of it on the README and https://paketo.io/docs/reference/ruby-reference/ 😄 |
I'm not too familiar with I agree with the approach of adding it to |
Slack thread
Describe the Enhancement
Allow us to save a few keystrokes and stop typing in
bundle exec
on interactive shell sessions.Possible Solution
Introduce a new
bundler-binstubs
buildpack that contributes binstubs for all gems installed and pushes them to app's$PATH
s. We could start by only pushing them to launch layers unless ppl feel there's a need for them at build time as well.Motivation
Less typing is always better 😄
The text was updated successfully, but these errors were encountered: