heroku / heroku/buildpacks-ruby
Issue when `bin/rails` does not exist
Open
help wanted
- Dominant language
- Rust
- Stars
- 30
- Forks
- 7
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 5
Description
When the `bin` directory does not exist this CNB will still try to boot the server with `bin/rails server`. See the notes in https://github.com/heroku/jruby-getting-started/issues/27#issuecomment-2173897251
It should instead:
- If a Procfile with a `web` item exists, warn
- If not, error
The message should contain:
- Description of the problem
- Explain how to generate these files, by running `$ bundle exec rake app:update:bin`
Contributor guide
Assessment
This issue has not been assessed yet.