aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-activemodel72/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* databases/rubygem-activemodel72: Update to 7.2.3Po-Chuan Hsieh2026-01-311-1/+1
| | | | Changes: https://github.com/rails/rails/releases
* databases/rubygem-activemodel72: Update to 7.2.2.2Po-Chuan Hsieh2025-09-071-1/+1
| | | | Changes: https://github.com/rails/rails/releases
* databases/rubygem-activemodel72: Update to 7.2.2.1Po-Chuan Hsieh2024-12-251-1/+1
| | | | Changes: https://github.com/rails/rails/releases
* databases/rubygem-activemodel72: Update to 7.2.2Po-Chuan Hsieh2024-11-211-1/+1
| | | | Changes: https://github.com/rails/rails/releases
* databases/rubygem-activemodel72: Update to 7.2.1.2Po-Chuan Hsieh2024-10-261-1/+1
| | | | Changes: https://github.com/rails/rails/releases
* databases/rubygem-activemodel72: Update to 7.2.1.1Po-Chuan Hsieh2024-10-221-1/+1
| | | | Changes: https://github.com/rails/rails/releases
* databases/rubygem-activemodel72: Add rubygem-activemodel72 7.2.1Po-Chuan Hsieh2024-09-181-0/+23
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::API.