diff options
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. |