aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-activemodel72
Commit message (Collapse)AuthorAgeFilesLines
* databases/rubygem-activemodel72: Update to 7.2.3.1Po-Chuan Hsieh2026-05-022-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* databases/rubygem-activemodel72: Update to 7.2.3Po-Chuan Hsieh2026-01-312-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* databases/rubygem-activemodel72: Update to 7.2.2.2Po-Chuan Hsieh2025-09-072-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* databases/rubygem-activemodel72: Update to 7.2.2.1Po-Chuan Hsieh2024-12-252-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* databases/rubygem-activemodel72: Update to 7.2.2Po-Chuan Hsieh2024-11-212-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* databases/rubygem-activemodel72: Update to 7.2.1.2Po-Chuan Hsieh2024-10-262-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* databases/rubygem-activemodel72: Update to 7.2.1.1Po-Chuan Hsieh2024-10-222-4/+4
| | | | Changes: https://github.com/rails/rails/releases
* databases/rubygem-activemodel72: Add rubygem-activemodel72 7.2.1Po-Chuan Hsieh2024-09-183-0/+33
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.