-
Notifications
You must be signed in to change notification settings - Fork 24
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
rbenv #7
Comments
I don't personally use rbenv, but pull requests will be happily accepted. |
Bundler works fine if you pass the Gemfile to use to the process, so it looks like env BUNDLE_GEMFILE=/path/to/Gemfile bundle exec rails s |
Also see #15 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
any chance to get this working with rbenv and bundler.
Trying to run two rails apps and one is not using the Gemfile as its complaining about undefined methods/classes, which isn't an issue when running normally.
The text was updated successfully, but these errors were encountered: