IntelliJ IDEA 2016.3 Help

Creating Gem Application Project

This feature is supported in the Ultimate edition only.

Gem Application projects are intended for developing, building and pushing gems to github.

To create a Gem Application project

  1. On the main menu, choose File | New | Project, or click New Project in the Welcome screen. New Project dialog box opens.
  2. In the New Project dialog box, do the following:
    • Select New Gem.
    • Select Ruby interpreter, or accept the suggested one. If the desired Ruby interpreter is missing, click New, and configure the interpreter of your choice.
    • Observe the suggested Bundler version.
    • Select or unselect the check boxes Create bin folder and Create test folder as required. If these check boxes are selected, then IntelliJ IDEA will create the corresponding directories, besides the directory lib.
    • Click Next.
    • Specify the project name and location.
  3. Click Finish.

See Also

```

Concepts:

Last modified: 21 March 2017