I have a rails project with the following development environment:
- Host machine: MacOS 10.8
- Vagrant with precise 64
- Rubymine
- Rbenv
Everything works fine: rbenv is installed in the guest machine, and my rails server is started on port 3000 in the guest machine, and forwarded onto the host (config in Vagrant file).
I would like Rubymine (installed on the host machine) to use the SDK inside vagrant, and the gems inside Vagrant, and inside rbenv.
How can I do that ?
To be clear:
Host machine -> OSX
Guest machine -> Lucid64 in vagrant