pitluga / subcontractor

rvm aware process launcher for foreman
84 stars 24 forks source link

rbenv #7

Closed matthewford closed 9 years ago

matthewford commented 12 years ago

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.

pitluga commented 12 years ago

I don't personally use rbenv, but pull requests will be happily accepted.

sideshowcoder commented 12 years ago

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

pgr0ss commented 11 years ago

Also see https://github.com/pitluga/subcontractor/pull/15