Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In this section, we’ll outline our plans for the demo application. As in Section 1.2.3, we’ll start by generating the application skeleton using the rails command:
$ cd ~/rails_projects $ rails demo_app $ cd demo_app |