Open a Command Prompt window and run >use_ruby.cmd
.
Start Instant Rails,
Stop the Apache server

Step 3.
Manage Rails Applications -> select cookbook and "Start with
WEBrick"


Launch browser and point to http://localhost:3000/recipe/list

Step 5.
Shut down WEBrick. (Ctrl-C in its Command Prompt window)
WEBrick is only capable of serving one site at a time. We
just
used it to serve our test site. Next we're going to use it to
serve the new site we're developing. Shut WEBrick down now to
avoid forgetting later and wasting time figuring out why your
code
isn't working.