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

Issue when bin/rails does not exist #298

Open
schneems opened this issue Jun 17, 2024 · 0 comments
Open

Issue when bin/rails does not exist #298

schneems opened this issue Jun 17, 2024 · 0 comments

Comments

@schneems
Copy link
Contributor

schneems commented Jun 17, 2024

When the bin directory does not exist this CNB will still try to boot the server with bin/rails server. See the notes in heroku/jruby-getting-started#27 (comment)

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant