RubyMine 2017.1 Help

Defining the Path to the Dummy Application

To define the path to the dummy directory

  1. In the Rails mountable engine project, open Rails run/debug configuration for editing. By default, Rails run/debug configuration is marked with the icon /help/img/idea/2017.1/rails_icon_unresolved.png.
  2. In the Configuration tab, find the field Dummy app, which is enabled for Rails mountable engine projects. Click /help/img/idea/2017.1/browseButton.png. Then, in the Select Working Directory dialog box, locate the directory test/dummy in your project structure, and click OK.

    Alternatively, you can type the fully qualified path to the test/dummy directory manually.

    In the other fields, specify the Rails server, and the other necessary settings. or accept defaults.

    /help/img/idea/2017.1/ruby_rails_dummy.png

    The icon of the Rails run/debug configuration changes to /help/img/idea/2017.1/rails_icon.png.

  3. Apply changes and close the dialog box.
  4. On the main toolbar, click /help/img/idea/2017.1/run.png. The Rails server starts as described in the section Running Rails Server.

See Also

Language and Framework-Specific Guidelines:

Last modified: 18 July 2017