I had this issue as well. Thanks for pointing out the fix. I also
had the same problem in the spec class where it references the
service.rb file
The other fixes in this thread were also very helpful. Thank you all.
Another question... on page 11, the book says you can run the service
with this command: ruby service.rb -p 3000
I ran that command and I didn't get an error, but I also wasn't able
to view the service. The next command prompt comes up, not a server
or anything like that (something like WEBrick). Anyone have any idea
why this might be? I'm able to browse to
http://localhost/ and that
works, but if I go to
http://localhost:3000/ I get nothing after I run
that command.