diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
commit | 1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch) | |
tree | 06f11bc7b351f3abf3bf5507405afdba5374614e /www/rubygem-actionpack/pkg-descr | |
parent | 4e942b64191e2ef98dce2c5af31047a8640db768 (diff) | |
download | ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.tar.gz ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.zip |
Notes
Diffstat (limited to 'www/rubygem-actionpack/pkg-descr')
-rw-r--r-- | www/rubygem-actionpack/pkg-descr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/rubygem-actionpack/pkg-descr b/www/rubygem-actionpack/pkg-descr index 86de86d0baca..79fefeb95cda 100644 --- a/www/rubygem-actionpack/pkg-descr +++ b/www/rubygem-actionpack/pkg-descr @@ -1,11 +1,11 @@ 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. +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. |