diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-31 21:56:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-31 21:56:45 +0000 |
commit | 069f01886386ff4c9b212bdc4fb5071239e084c2 (patch) | |
tree | 3881cca5b942e9b951a31738242560fea3a34f09 | |
parent | f93133641ee28e884bebec9cd970e3821ce3e62b (diff) |
Notes
-rw-r--r-- | databases/rubygem-activemodel5/pkg-descr | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/databases/rubygem-activemodel5/pkg-descr b/databases/rubygem-activemodel5/pkg-descr index 1b984adbfcff..5eee67fa991a 100644 --- a/databases/rubygem-activemodel5/pkg-descr +++ b/databases/rubygem-activemodel5/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 |