ae961a16a2
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 part of Ruby on Rails 3.)
5 lines
361 B
Text
5 lines
361 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.
|