I've followed the sample installation
http://www.leetsoft.com/rails/lesson1.html step by step and it works, I
think. I got the same message as the example
BUT
1. when starting the webrick from the command line, IT'S SLOW AS SNAIL
2. when pointing to the http://localhost:3000/hello/index, IT SLOW AS
SNAIL AS WELL. It takes at least 4 minutes to get the result.
What am I doing wrong?
Below are the error on the console:
#<WEBrick::HTTPStatus::NotFound: `/hello/index' not found.>
127.0.0.1 - - [01/Dec/2004:13:20:29 Eastern Standard Time] "GET
/hello/index HTTP/1.1" 200 306
- -> /hello/index
#<WEBrick::HTTPStatus::NotFound: `/favicon.ico' not found.>
[2004-12-01 13:25:19] ERROR `/favicon.ico' not found.
127.0.0.1 - - [01/Dec/2004:13:25:19 Eastern Standard Time] "GET
/favicon.ico HTTP/1.1" 404 281
- -> /favicon.ico
#<WEBrick::HTTPStatus::NotFound: `/hello/index' not found.>