RubyMine 2026.1 Help

Rename projects

In RubyMine, the project name is the name displayed in the IDE, for example, in the window title and on the Welcome screen.

Rename the project

To change the project name shown in the IDE, follow the procedure below.

  1. From the main menu, go to File | Rename Project.

    Selecting Rename Project from the main menu
  2. In the Rename Project dialog that opens, enter a new name and press Enter.

    Rename Project dialog

This updates the project display name in the IDE, including the window title and the Welcome screen. The project directory name and location remain unchanged.

Rename the project directory

To rename the project directory on disk, follow the procedure below.

  1. Close the project in the IDE.

  2. Rename the project folder using your file manager or terminal.

  3. Open the project from the renamed folder:

    1. Start RubyMine.

    2. On the Welcome screen, choose the Open option.

    3. In the browser window, find the project folder and click Open.

  4. (Optional) Rename the project accordingly as described in the procedure above.

  5. After reopening, RubyMine will suggest the project in the Welcome screen at the new path.

  6. To remove the outdated project entry from the Welcome screen:

    1. Click the exit icon for the entry.

      Welcome screen with an outdated project entry
    2. In the Remove Recent Project dialog, click Remove.

      Confirming outdated project entry removal
30 March 2026