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
After cloning the template and going through the setup instructions, puma config.ru does not work (complains that require 'hanami/boot' fails).
puma config.ru
require 'hanami/boot'
I needed to do bundle exec puma config.ru instead.
bundle exec puma config.ru
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After cloning the template and going through the setup instructions,
puma config.ru
does not work (complains thatrequire 'hanami/boot'
fails).I needed to do
bundle exec puma config.ru
instead.The text was updated successfully, but these errors were encountered: