I have to restart Apache every time I change my Rails code

后端 未结 2 668
自闭症患者
自闭症患者 2020-12-30 09:29

I\'m running Rails 3 with Apache and Passenger. Ever since I switched from Mongrel to Passenger I find that I have to restart Apache every single time I change my code. Is t

2条回答
  •  隐瞒了意图╮
    2020-12-30 10:13

    You can also use passenger by itself in development using the standalone mode. From your project directory, type

    passenger start
    

提交回复
热议问题