Closed matthewford closed 9 years ago
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
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.