Files
ports/databases/rubygem-activemodel613/pkg-descr
Matthias Fechner f4511dc4a7 */*: Make rails 6.1.3 available
The upgrade of rails to 6.1.4 broke www/gitlab-ce.
PR:		258855
2021-10-05 09:40:04 +02:00

11 lines
493 B
Plaintext

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