RubyMine is an IDE, not a text editor. Therefore it needs to be able to access the gems your project is using. The best way to provide the access is to install Ruby and the gems locally.
Once you do that, you can go to Settings | Deployment to configure automatic synchronization between the remote host and a local copy of the source code.
RubyMine is an IDE, not a text editor. Therefore it needs to be able to access the gems your project is using. The best way to provide the access is to install Ruby and the gems locally.
Once you do that, you can go to Settings | Deployment to configure automatic synchronization between the remote host and a local copy of the source code.