RubyMine
 
Get RubyMine
You are viewing the documentation for an earlier version of RubyMine.

Run Rails applications

Last modified: 09 August 2022

Run a selected configuration: Run | Run Shift+F10

Select a configuration before running: Run | Run... Alt+Shift+F10

RubyMine allows you to run or debug Rails applications by using the configured set of startup parameters - run/debug configurations. For instance, you can specify the following parameters for the Rails run/debug configuration: a server type (such as Puma or Passenger), IP address and port, environment (development by default), and so on. Note that for Rails projects, RubyMine automatically creates the development and production run/debug configurations with the corresponding Rails environments.