문제

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?

도움이 되었습니까?

해결책

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

Server choice

다른 팁

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"

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top