aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-activemodel52
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-31 21:56:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-31 21:56:54 +0000
commitf487602508a72e64b17baa6db248bd421f7475ff (patch)
tree013ebb7758e7375540bd2930d525f1688f1af137 /databases/rubygem-activemodel52
parentb758c7b9e84cf3c82f4671288c1a6f3d4e11d255 (diff)
downloadports-f487602508a72e64b17baa6db248bd421f7475ff.tar.gz
ports-f487602508a72e64b17baa6db248bd421f7475ff.zip
Update pkg-descr
Notes
Notes: svn path=/head/; revision=510428
Diffstat (limited to 'databases/rubygem-activemodel52')
-rw-r--r--databases/rubygem-activemodel52/pkg-descr12
1 files changed, 8 insertions, 4 deletions
diff --git a/databases/rubygem-activemodel52/pkg-descr b/databases/rubygem-activemodel52/pkg-descr
index 1b984adbfcff..5eee67fa991a 100644
--- a/databases/rubygem-activemodel52/pkg-descr
+++ b/databases/rubygem-activemodel52/pkg-descr
@@ -1,6 +1,10 @@
-A toolkit for building modeling frameworks like Active Record and
-Active Resource. Rich support for attributes, callbacks,
-validations, observers, serialization, internationalization,
-and testing.
+Active Model provides a known set of interfaces for usage in model classes. They
+allow for Action Pack helpers to interact with non-Active Record models, for
+example. Active Model also helps with building custom ORMs for use outside of
+the Rails framework.
+
+Active Model provides a default module that implements the basic API required to
+integrate with Action Pack out of the box: ActiveModel::Model.
WWW: https://rubyonrails.org/
+WWW: https://github.com/rails/rails/tree/master/activemodel