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

bundle binstubs bundler should be executed after bundle install #33587

Merged
merged 1 commit into from
Aug 11, 2018

Conversation

bogdanvlviv
Copy link
Contributor

Fixes:

bundle binstubs bundler doesn't generate bin/bundle for newly
generated Rails app.

...
(snip)
run  bundle binstubs bundler
The git source https://github.com/rails/web-console.git is not yet checked out.
Please run `bundle install` before trying to start your application
run  bundle install
Fetching https://github.com/rails/web-console.git
(snip)
...

Related to #33202

/cc @deivid-rodriguez, @eileencodes

Fixes:

`bundle binstubs bundler` doesn't generate `bin/bundle` for newly
generated Rails app.

```
...
(snip)
run  bundle binstubs bundler
The git source https://github.com/rails/web-console.git is not yet checked out.
Please run `bundle install` before trying to start your application
run  bundle install
Fetching https://github.com/rails/web-console.git
(snip)
...
```

Related to rails#33202
@rails-bot
Copy link

r? @schneems

(@rails-bot has picked a reviewer for you, use r? to override)

@deivid-rodriguez
Copy link
Contributor

Ooops! 😳 Sorry...

I confirmed the issue, and that this PR fixes it! Thanks @bogdanvlviv 😍

@kaspth kaspth merged commit 317efa5 into rails:master Aug 11, 2018
@bogdanvlviv bogdanvlviv deleted the follow-up-33202 branch August 11, 2018 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants