summaryrefslogtreecommitdiff
path: root/www/ruby-actionpack32/DESCR
blob: c5b96ca5cc499acd6a96b056ab62e376630acea0 (plain)
1
2
3
4
5
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.