e5facfe5c3
Action Pack is a framework for handling and responding to web requests. It provides mechanisms for *routing* (mapping request URLs to actions), defining *controllers* that implement actions, and generating responses by rendering *views*, which are templates of various formats. In short, Action Pack provides the view and controller layers in the MVC paradigm. This is for Ruby on Rails 5.1.
7 lines
393 B
Text
7 lines
393 B
Text
Action Pack is a framework for handling and responding to web requests. It
|
|
provides mechanisms for *routing* (mapping request URLs to actions), defining
|
|
*controllers* that implement actions, and generating responses by rendering
|
|
*views*, which are templates of various formats. In short, Action Pack
|
|
provides the view and controller layers in the MVC paradigm.
|
|
|
|
This is for Ruby on Rails 5.1.
|