heroku / heroku/buildpacks-ruby

Issue when `bin/rails` does not exist

Open
#298 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.