171 skills found · Page 1 of 6
rails-api / Active Model SerializersActiveModel::Serializer implementation and Rails hooks
elastic / Elasticsearch RailsElasticsearch integrations for ActiveModel/Record and Ruby on Rails
AaronLasseigne / Active Interaction:briefcase: Manage application specific business logic.
adzap / Validates TimelinessDate and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
cgriego / Active AttrWhat ActiveModel left out
micke / Valid Email2ActiveModel validation for email. Including MX lookup and disposable email blocklist
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.
troessner / TransitionsState machine extracted from ActiveModel
pauldowman / Gitmodel(Old/dead) An ActiveModel-compliant persistence framework for Ruby that uses Git for versioning and remote syncing.
codegram / Date ValidatorA simple, ORM agnostic, Ruby >=2.2 compatible date validator for Rails, based on ActiveModel.
mirego / Activerecord Json Validator🔩 ActiveRecord::JSONValidator makes it easy to validate JSON attributes against a JSON schema.
lwe / Simple EnumSimple enum-like field support for ActiveModel (including validations and i18n)
holli / Auto Strip AttributesAutoStripAttributes gem for Rails helps to remove unnecessary whitespaces from ActiveRecord or ActiveModel attributes. It's good for removing accidental spaces from user inputs (e.g. when user copy/pastes some value to a form and the value has extra spaces at the end).
yolk / ValvatValidates european vat numbers. Standalone or as a ActiveModel validator.
amatsuda / Html5 ValidatorsA gem/plugin for Rails 3, Rails 4, Rails 5, and Rails 6 that enables client-side validation using ActiveModel + HTML5 Form Validation
franckverrot / ActivevalidatorsCollection of ActiveModel/ActiveRecord validators
musaffa / File ValidatorsAdds file validators to ActiveModel.
tjackiw / ObscenityObscenity is a profanity filter gem for Ruby/Rubinius, Rails (through ActiveModel), and Rack middleware.
akretion / OoorOdoo Ruby JSON client. Emulates ActiveRecord enough (as much as Mongoid; Implements ActiveModel) to make Rails development with an Odoo datastore straightforward
michaelklishin / ValidateurFunctional validations inspired by Ruby's ActiveModel