Up to this point, we’ve focused on covering the basics of the Ruby language and how it works at the ground level. In this chapter, we’ll move into the world of real software development and develop a complete, though very basic, Ruby application with a basic set of features. Once we’ve developed and tested the basic application, we’ll look at different ways to extend it to become more useful. On our way, we’ll cover some new facets of development that haven’t been mentioned so far.
First, let’s look at the basics of source code ...