Files
pkgsrc-ng/www/ruby-actionpack32/DESCR
2013-09-26 17:14:40 +02:00

6 lines
361 B
Plaintext

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.