To create a new rails application, one does: rails new my_app This one-line command installs 106 items at total size 315MB in a my_app directory, and lays out the framework for a basic web app. Many things are installed in this folder, including Rack, ActiveRecord, ActiveModel, ActiveView — the major…