RubyMine 2016.3 Help

Configuring Remote Interpreters via Deployment Configuration

On this page:

Prerequisite

Make sure you have at least one RubyMine-wide server access configuration of the type SFTP to establish access to the target host. To make a configuration available in all RubyMine projects, clear the Visible only for this project check box in the Deployment: Connection Tab. See Creating a Remote Server Configuration for details.

Defining remote Ruby interpreter via deployment configuration

To define a remote Ruby interpreter via deployment configuration

  1. In the Ruby SDK and Gems page of the project settings, click /help/img/idea/2016.3/new.png .
  2. In the drop-down list, choose New remote... .
    /help/img/idea/2016.3/rm_remote_interpreter_choose.png
  3. In the dialog box Configure Remote Ruby Interpreter, click the radio-button Deployment configuration:
    /help/img/idea/2016.3/rm_interpreter_deployment.png
  4. In the Configure Remote Ruby Interpreter dialog box, select the desired SFTP server from the Deployment configuration drop-down list. Note that the deployment host URL is displayed for the selected SFTP server automatically.

    The Ruby interpreter path field displays the path to the desired Ruby executable. You can accept default, or specify a different one.

  5. Click OK in the Configure Remote Ruby Interpreter dialog box. The configured remote interpreter is added to the list.
  6. Back in the Ruby SDK and Gems page, if necessary, configure the path mappings:
    1. Click /help/img/idea/2016.3/edit_path_mapping_icon.png:
      /help/img/idea/2016.3/rm_edit_path_mapping.png
    2. In the dialog box that opens add (/help/img/idea/2016.3/new.png) or delete (/help/img/idea/2016.3/delete.png) path mappings as desired.

See Also

Last modified: 22 March 2017