RubyMine 2017.3 Help

Configuring Remote Interpreters via Deployment Configuration

Prerequisite

Make sure you have at least one RubyMine-wide server access configuration of the SFTP type to establish access to the target host. To make a configuration available in all RubyMine projects, clear the Visible only for this project checkbox in the 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 add .
  2. In the drop-down list, choose New remote... .
    rm remote interpreter choose
  3. In the dialog box Configure Remote Ruby Interpreter, click the radio-button Deployment configuration:
    rm interpreter deployment
  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 edit path mapping icon:
      rm edit path mapping
    2. In the dialog box that opens add (add) or delete (delete) path mappings as desired.
Last modified: 4 April 2018

See Also