Ruby provides many useful scripts which you use during your project implementation. Here are few scripts which you will use most frequently.
Here is an example to call a script. Following script will start development server.
C:\ruby> ruby script/server
Advertisement