Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经从 GIT 中检查了我的 Ruby 项目,并且我已经安装了pow以在我的浏览器中的友好 URL 上运行它。
我们已经在我们的 GIT 'master' 中运行了我们的应用程序的稳定工作版本,但现在我想在同一个 pow URL 上运行我们的开发分支。我已经将工作分支切换到我们的开发分支“重新设计”,但是 Pow URL 在屏幕上抱怨错误。
我的问题:是否甚至可以使用“master”以外的 GIT 分支在目录上运行 POW?
是的,但您可能需要重新启动 pow 以强制它刷新代码。
有两种方法可以做到这一点:
touch ~/.pow/restart.txt
powder
powder restart
此外,您可能还想bundle在您的项目目录上运行,因为新分支中的依赖项可能已更改(如果没有更多信息,很难判断。)
bundle