Restarting the Development Environment

Step 1.  


Open a Command Prompt window and run >use_ruby.cmd

use ruby.

Step 2.  


Start Instant Rails, Stop the Apache server



Step 3.  


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






Step 4.  


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.