Hello all.
New to rails, and got simple problem.
I went through the tutorial at
http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=2
page 2 shows starting the server with the command
ruby script\server
Your example shows the output :
=> Rails applicateion started on http://127.0.0.1:3000
...
...
...
But when I do it, I get :
=> Rails application started on http://0.0.0.0:3000
Why the difference? I know localhost should be 127.0.0.1...
but do you know why I am getting 0.0.0.0? And how do I correct it?
Please, anyone, help????
Thanks for your time.
Ricahrd