Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 351
Ben Avatar asked Feb 11 '11 22:02

Ben


2 Answers

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

Server choice

like image 69
CrazyCoder Avatar answered Nov 16 '22 00:11

CrazyCoder


There are 2 server 1.webric & 2.mongrel

follow these steps to use mongrel server instead of webric...

(1) go to cmd

(2) go to application path.

(3) write down this code "mongrel_rails start"

like image 20
Shah Jainam Avatar answered Nov 16 '22 01:11

Shah Jainam