You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few vagrant boxes running on Debian, each of these vagrant boxes contains a Rails project. I edit source code files in the shared folders from the host (aka Debian).
It seems to me that robe sever runs locally and therefore can't provide completion and doc lookup in my case. Any workaround?
Regards,
Wenshan
The text was updated successfully, but these errors were encountered:
Run it within the Vagrant box graphically, exporting the X display to use the host machine. Should be straightforward if the host is also GNU/Linux, otherwise you could use something like Xming.
Aside from these, the main alternative would be to work over Tramp (#30), but we're not there yet.
If you're fine with setting the infrastructure manually, you could copy the Ruby part of Robe to the box you're developing in, and then in there load the project in a REPL, add Robe to LOAD_PATH, require it and start the server (basically what robe-start does). Also redefine robe-request to use the remote IP instead of 127.0.0.1, and try robe-start. After some tinkering, this will probably work, but the "jump to definition" feature will definitely be broken.
Hi,
I have a few vagrant boxes running on Debian, each of these vagrant boxes contains a Rails project. I edit source code files in the shared folders from the host (aka Debian).
It seems to me that robe sever runs locally and therefore can't provide completion and doc lookup in my case. Any workaround?
Regards,
Wenshan
The text was updated successfully, but these errors were encountered: