如何在Mac OS X下开发时在IE中测试? [英] How can I test in IE while developing under Mac OS X?

查看:294
本文介绍了如何在Mac OS X下开发时在IE中测试?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Mac OS X上有我的网络应用程序,可以进行IE兼容性测试了。我试过运行服务器,启动VMware并提起 localhost:3000 没有运气。

I've got my web application on Mac OS X and it's ready for IE compatibility testing. I've tried running the server, booting up VMware and pulling up localhost:3000 with no luck.

如何在IE6-8和Chrome上测试我的网络应用程序而不在其中部署?

How can I test my web application on IE6-8 and Chrome without deploying it somewhere?

推荐答案

所有你需要的是VMWare用来访问你的mac的正确的IP地址,然后你可以这样访问:

All you need is the correct IP address that VMWare uses to access your mac, then you can access it like this:


http://192.168.1.2:3000

并测试它很好。我会告诉你如何找到它,但我有更多的Parallels经验。

And test it just fine. I would tell you how to find it but I have more experience with Parallels.

编辑好吧,你似乎需要打开你的网络连接信息在客户操作系统(Windows),并抓住网关地址,应该是VMWare用于连接到您的Mac的IP地址。只需添加:3000 到它的末尾,你应该能够从Internet Explorer访问您的Rails网站(一定要把 http:/ / )。

EDIT Ok, it seems you need to open your network connection information in the guest operating system (Windows) and grab the "Gateway" address which should be the IP address that VMWare is using to connect to your Mac. Simply add :3000 to the end of it and you should be able to access your Rails site from Internet Explorer (be sure to put the http:// on as well).

这篇关于如何在Mac OS X下开发时在IE中测试?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆