Merge from vendor branch TNF:
authortaca <taca>
Sun, 12 Sep 2010 04:20:20 +0000 (04:20 +0000)
committertaca <taca>
Sun, 12 Sep 2010 04:20:20 +0000 (04:20 +0000)
commit201c03b5b7084c97065349c8e13da10f7e4d9e21
tree28d658b833c3ee0107a000d8840f3d43648a7889
parentfbcf402d684f8203fd16442dad800c0f5bf7d009
parent0601813bdf11d444115a40efe97a70eebbe80041
Merge from vendor branch TNF:
Importing www/ruby-actionpack3 3.0.0.

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.)