Rails:如何使用 Pow 并行运行
我最近开始使用 Pow 进行本地 Rails 应用程序开发。我通常使用parallels 7 进行跨浏览器测试。我遇到了一个问题,即我的 POW 开发 URL(例如 somesubdomain.domain.dev)无法从并行虚拟机访问。
有没有人有幸建立了 pow + parallels 组合?建议?
I've recently starting using Pow for local Rails application development. I typically use parallels 7 for cross-browser testing. I'm running into an issue where my POW development url - e.g. somesubdomain.domain.dev - is not accessible from the parallels virtual machines.
Has anyone had any luck setting up a pow + parallels combination? Suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
正如有人在此处回答的那样,http://xip.io/ 使这变得超级容易。
As someone answered here, http://xip.io/ makes this super easy to do.
将我的经验添加到这个问题中,尽管这是几个月前提出的。我最近遇到了类似的问题,虽然我从未成功地从 Windows 计算机访问我的 pow url,但我按照此处的说明操作,并能够从并行连接到本地应用程序:
http://fortysevenmedia.com/blog/archives/testing_a_rails_application_in_ie_in_parallels_and_in_leopard/
这篇文章是为 Snow Leopard 编写的,但我也使用 Lion 取得了成功。
Adding my experience to this question even though it is was asked a few months ago. I had a similar problem recently, and although I was never successful accessing my pow url from the windows machine I followed the instructions here and was able to connect to the local app from parallels:
http://fortysevenmedia.com/blog/archives/testing_a_rails_application_in_ie_in_parallels_and_in_leopard/
The post was written for Snow Leopard but I had success using Lion too.
我有同样的问题。
我设法安装了宝石粉,它允许我停止并启动 pow。
https://github.com/Rodreegez/powder
对于跨浏览器测试,我正在启动 Rails服务器位于本地主机:3000。
我也想有一个更好的解决方案:-)
有人吗?
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 ?