RubyMine 5.4.0 Web Help

File | Settings | Project Structure

settings

RubyMine | Preferences | Project Structure

settings

Use this page to configure content roots of a project.

ItemTooltipDescription
addRootAdd Content Root Add a new root to the content roots. Click the button and navigate to the desired folder in the dialog that opens.
rootRemoveRemove Content EntryDelete selected content root from the project.
rootExcludedExcluded Mark a folder as an excluded root.

Excluded roots are not visible to RubyMine. Usually, one would like to exclude temporary build folders, generated output, logs, and other project output. Excluding the unnecessary paths is a good way to significantly improve performance.

This command is duplicated on the context menu of a content root.

rootTestTest SourcesMark a folder as a test root. Such folder displays in the list of test roots.

The files under the test roots are interpreted according to their type. RubyMine can parse, inspect and compile the contents of these roots.

This command is duplicated on the context menu of a content root.

rootUnmark UnmarkRemove marking of a content root and denote it with a regular directory icon directory.png.

See Also

Concepts:

Procedures:

Web Resources: