ysbaddaden / prax

Rack proxy server for development
http://ysbaddaden.github.io/prax/
Other
475 stars 49 forks source link

Allow use of app specific rvm gemsets #78

Closed kwstannard closed 9 years ago

kwstannard commented 10 years ago

I changed the format of the rvm ruby version to be the "ruby-version@gemset" format. I am not an RVM expert, but this seems to work as far as I can tell.

MDCore commented 10 years ago

This patch worked for me with rvm.

kwstannard commented 10 years ago

That is cool. I am not sure why this is still open since it won't get merged. The real problem is that too many ENV variables are getting cleared somewhere. I tried looking into it but couldn't find where it was happening. You should read issue 77.