95-733 Internet Technologies
43
Model View Controller
From Sebesta:

The Model is the data and any enforced constraints on
the data.
The View prepares and presents results to the user.
The Controller performs required computations and
controls the application.

The following command creates many directories
including models, views, and controllers.

rails mycoolapplication