RubyMine 2017.1 Help

Configuring Load Path

In this section:

Basics

The load path is the path where require and load statements will look for files. The specified paths will be used in code completion for require and load. If the load path is not defined, code completion will suggest only the paths relative to the project root.

A directory that belongs to the load path is marked as the source root directory /help/img/idea/2017.1/rootSource.gif in the project view.

Configuring load paths via project structure

To define load paths via Load Path page of the project structure

  1. Open the Project Structure settings, and then click Load Path.
  2. Click /help/img/idea/2017.1/new.png.
  3. Locate the desired path in the Select Path dialog box.

Configuring load paths via context menu

To define load paths via context menu of the Project tool window

  1. Right-click the desired directory in the Project Tool Window.
  2. On the context menu, point to Mark Directory As node.
  3. Choose Load Path Root.
    /help/img/idea/2017.1/ruby_load_path.png

    The directory in question is marked with the source root icon /help/img/idea/2017.1/rootSource.gif.

To unmark a directory, choose Unmark directory as load path on the context menu. The directory is then denoted with regular folder icon /help/img/idea/2017.1/folder.png.

See Also

Last modified: 18 July 2017