RubyMine
 
Get RubyMine

Run Rails applications

Last modified: 11 February 2024

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 run/debug configuration with the corresponding Rails environment. You can always set up your own run/debug configurations for other Rails environments.