我最近开始使用Pow进行本地 Rails 应用程序开发。我通常使用 parallels 7 进行跨浏览器测试。我遇到了一个问题,我的 POW 开发 url - 例如 somesubdomain.domain.dev - 无法从并行虚拟机访问。
有没有人有运气建立 pow + parallels 组合?建议?
我最近开始使用Pow进行本地 Rails 应用程序开发。我通常使用 parallels 7 进行跨浏览器测试。我遇到了一个问题,我的 POW 开发 url - 例如 somesubdomain.domain.dev - 无法从并行虚拟机访问。
有没有人有运气建立 pow + parallels 组合?建议?
即使几个月前有人问过这个问题,也可以将我的经验添加到这个问题上。我最近遇到了类似的问题,虽然我从未成功从 Windows 机器访问我的 pow url,但我按照此处的说明操作,并且能够从并行连接到本地应用程序:
这篇文章是为 Snow Leopard 写的,但我也成功使用了 Lion。
I had the same issue.
I manage to install the gem powder, who allow me to stop and start pow. https://github.com/Rodreegez/powder
For cross-browser testing, I'm launching the rails server on localhost:3000.
I would like to have a better solution too :-)
Anyone ?