1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update pkg-descr

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-31 21:56:54 +00:00
parent b758c7b9e8
commit f487602508
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510428

View File

@ -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