I have a rails project running on Ubuntu. When I ran it on localhost
http://localhost:3000, it worked perfectly. But when I tried to access
from other computers in the same network by either http://hostname:3000
or http://[ipaddress]:3000, I got a "Internet Explorer cannot display
the webpage" error.
I double checked my ubuntu with iptables, no rules are defined:
To get this working in internet explorer in development, you have to
prepend the address with HTTP:// when using a port (:3000), without
http:// IE will fail to load the page