We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bin/rails
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)
bin
bin/rails server
It should instead:
web
The message should contain:
$ bundle exec rake app:update:bin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the
bin
directory does not exist this CNB will still try to boot the server withbin/rails server
. See the notes in heroku/jruby-getting-started#27 (comment)It should instead:
web
item exists, warnThe message should contain:
$ bundle exec rake app:update:bin
The text was updated successfully, but these errors were encountered: