Rails Update to 3.2.11 breaks running multiple servers

前端 未结 3 732
醉梦人生
醉梦人生 2020-12-06 01:20

Our application runs two Rails servers at different ports that talk to each other. Using Rails 3.2.8, I could open a terminal, cd to the project, run rail

3条回答
  •  天命终不由人
    2020-12-06 01:49

    try using foreman https://github.com/ddollar/foreman

    Railscast: http://railscasts.com/episodes/281-foreman?view=comments

提交回复
热议问题