-
Notifications
You must be signed in to change notification settings - Fork 217
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
Error after adding goliath to my Gemfile. #321
Comments
Are you trying to use Goliath to serve a Rails app? You will not be able to do that, Goliath is a standalone framework, while you can use |
I just want Goliath to be a part of the same codebase as of Passenger. I am still using Passenger to serve my Rails app. I am getting this error when I am trying to run passenger. |
The rails app will load all of the gems in the bundle. So, if Goliath is in there it will be loaded by Rails. I believe you can put it in a custom group to not have it loaded in production, but not sure if that will work in dev/test. |
@nikhilbansal Are you still experiencing issues here or can we close this out? |
Hi,
I am getting the following error after adding Goliath to my Gemfile. I am getting this error when I am trying to run my app using webrick in development mode. Please help.
The text was updated successfully, but these errors were encountered: