activemodel
There are 69 repositories under activemodel topic.
elastic/elasticsearch-rails
Elasticsearch integrations for ActiveModel/Record and Ruby on Rails
AaronLasseigne/active_interaction
:briefcase: Manage application specific business logic.
adzap/validates_timeliness
Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
cgriego/active_attr
What ActiveModel left out
rmm5t/strip_attributes
:hocho: An ActiveModel extension that automatically strips all attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil.
mirego/activerecord_json_validator
🔩 ActiveRecord::JSONValidator makes it easy to validate JSON attributes against a JSON schema.
amatsuda/html5_validators
A gem/plugin for Rails 3, Rails 4, Rails 5, and Rails 6 that enables client-side validation using ActiveModel + HTML5 Form Validation
musaffa/file_validators
Adds file validators to ActiveModel.
leastbad/all_futures
A Redis ORM for reactive applications. Quacks just like Active Record. 🦆
jsmestad/jsonapi-consumer
Client framework for consuming JSONAPI services in Ruby
serradura/u-attributes
Create "immutable" objects with no setters, just getters.
public-law/validated_object
Self-validating Ruby objects
Swirrl/tripod
ActiveModel-style Ruby ORM for RDF Linked Data. Works with SPARQL 1.1 HTTP endpoints.
antulik/active_interaction-extras
Useful extensions for active_interaction gem
Agrimatics/activemodel-datastore
Ruby on Rails with Active Model and Google Cloud Datastore. Extracted from Agrimatics Aero.
jasl/activeentity
Active Record without Database
state-machines/state_machines-activemodel
StateMachines ActiveModel Integration
ActiveTriples/ActiveTriples
An ActiveModel-like interface for RDF data
rafaelbiriba/active_model_validates_intersection_of
A custom validation for your Active Model that check if an array is included in another one
serradura/u-observers
Simple and powerful implementation of the observer pattern.
simple-and-powerful/act-form
The simple way to create form objects or command/service objects with ActiveModel
RStankov/MiniForm
Sugar around ActiveModel::Model
jasl-lab/duck_record
Used for creating virtual models like ActiveType or ModelAttribute does.
mirego/active_model_serializers_validator
:black_joker: An extension to ActiveModel::Serializer that validates serializers output against a JSON schema
OpenGems/rails_email_checker
ActiveModel email validation. Checks MX records, sub address, regex, whitelisted and blacklisted check
serradura/type_validator
Adds type validation for classes with ActiveModel::Validations.
iloveitaly/activemodel
Make SQLModel more like an a real ORM
jgraichen/acfs
API client for services
dandlezzz/active_conformity
Database driven validations
ninech/REST-in-Peace
A KISS REST Client.
kuntoaji/enkrip
encrypt & decrypt Active Record attributes with Message Encryptor
mansakondo/activemodel-embedding
An ActiveModel extension to model your semi-structured data using embedded associations
pedrorolo/active_module
Modules and Classes as first-class active record values
adamcooke/parameter_sets
🍔 A friendly schema for defining permitted parameters in Rails controllers
uxxman/service_record
ActiveRecord lookalike but for business model requirements. a.k.a Service Objects
infinum/array_validator
Array Validations for ActiveModel