1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/www/rubygem-actionpack/pkg-descr
Pav Lucistnik 94c373232a Action Pack
The controller and view of the RubyOnRails MVC-Framework is handled by the
Action Pack, which handles both layers by its two parts: Action View and Action
Controller. These two layers are bundled in a single package due to their heavy
interdependence. This is unlike the relationship between the Active Record and
Action Pack that is much more separate.

PR:		ports/82397
Submitted by:	Jonathan Weiss <jw@innerewut.de>
2005-07-20 13:57:44 +00:00

16 lines
508 B
Plaintext

Action Pack
The controller and view of the RubyOnRails MVC-Framework is handled
by the Action Pack, which handles both layers by its two parts:
Action View and Action Controller. These two layers are bundled
in a single package due to their heavy interdependence. This is unlike
the relationship between the Active Record and Action Pack that is
much more separate.
Each of these packages can be used independently outside of Rails.
WWW: http://www.rubyonrails.com
- Jonathan Weiss
jw@innerewut.de