Hi,
Not sure if I should file a bug for this.
I am using rvm inside of a vagrant VM and running rails on port 80 with rvmsudo like this: rvmsudo rails server -p 80
I am also using the better_errors gem which inside vagrant you can use this gem:
http://github.com/MOZGIII/vagrant-host-path to set an environment variable. But: when I run rvmsudo it needs to pass this environment var.
But I'd like to know if there is a better way to do this.
thanks
a. wong