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.
How can I test my web application on IE6-8 and Chrome without deploying it somewhere?
All you need is the correct IP address that VMWare uses to access your mac, then you can access it like this:
And test it just fine. I would tell you how to find it but I have more experience with Parallels.
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
:3000to the end of it and you should be able to access your Rails site from Internet Explorer (be sure to put thehttp://on as well).