This feature is supported in the Ultimate edition only.

The following is only valid when Ruby Plugin is installed and enabled!

IntelliJ IDEA helps create Gemfile, when the bundler gem is installed.

To create Gemfile
  1. On the main menu, point to Tools | Bundler.
  2. On the submenu, choose Init. IntelliJ IDEA generates the stub Gemfile in the project root directory. Later you can add more gems if required.

The Bundler | Init command is only available, when the Gemfile doesn't exist.

See Also

External Links: