I need help

Hye…
Im new here and very interested in Ruby…

But I have problem installing it, or configuration with WEbrick…

i used this website as example to follow…

The problem is, when I run the “ruby script\server” command, the output
of my DOS is not the same like shown in the tutorial…

From the tutorial, the IP address is 127.0.0.1:3000, but on my PC is
0.0.0.0:3000? Am i duin anything wrong since I follow all the steps
given in the tutorial?

Can anybody help?

I used these software:-
Ruby 186-27
MySQL essential 5.1
Apache HTTP Server 2.2
Heidi SQL

Thanks

It is not a problem. since, you can access your rails application with
the ‘127.0.0.1:3000’ from your browser.

Siddick E. wrote:

It is not a problem. since, you can access your rails application with
the ‘127.0.0.1:3000’ from your browser.

erm…
i think its broken since my browser said its a broken link…

but when i try 127.0.0.1 it appears, ITS WORKS!!!

what is it?

“It works!!!” is Apache letting you know that it’s working. That doesn’t
tell you anything about WEBrick.

That’s about all I can tell you from your description.

Syam Komeng wrote:

Siddick E. wrote:

It is not a problem. since, you can access your rails application with
the ‘127.0.0.1:3000’ from your browser.

erm…
i think its broken since my browser said its a broken link…

but when i try 127.0.0.1 it appears, ITS WORKS!!!

what is it?

Chris H. wrote:

“It works!!!” is Apache letting you know that it’s working. That doesn’t
tell you anything about WEBrick.

That’s about all I can tell you from your description.

ok…
i understand that…
but how to proceed?