I'm a Rails beginner and reading RailsGuides.
In RailsGuides, it says:
Action View and Action Controller are the two major components of Action Pack.
- RailsGuides Action View Overview
and in Action Pack section of Rails on GitHub, it says, Action Pack consists of Action Dispatch and Action Controller components.
My questions is, what are the Action Pack components in fact?