Search code examples
rubywebrickrubymineunicorn

Is there a way to tell RubyMine to not use webrick?


When I start my app up in RubyMine I want to be able to use unicorn and my unicorn configs. Is there any way to tell it not to use webrick but use something else like unicorn or thin?


Solution

  • Recent RubyMine versions allow to specify what web server to use in the Rails Run/Debug configuration:

    Server choice