Hi,
I have instant rails installed and am messing around with Ruby/Rails. I'm pretty new to this, but how do I access what I've made from other internet connected computers.
Server is running on port 3000 (i hope that is what radrails is reporting, and app works fine in that environment)
My ipconfig returns (XXX omitted for security, not that it may or may not matter to any hacker)
ip address: 192.XXX.1.3 subnet mask 255.255.255.0 default gateway: 192.XXX.1.1
I am "developing" on an upstairs computer connected w/ router.
I thought I would be able to access with http://192.XXX.1.1:3000/say/hello i've also tried 192.XXX.1.3:3000/say/hello
doesn't work. Any help?
Thanks!