#
activemodel
Here are 56 public repositories matching this topic...
-
Updated
Jul 13, 2020 - Ruby
Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
-
Updated
Jul 12, 2020 - Ruby
-
Updated
Jun 16, 2020 - Ruby
A gem/plugin for Rails 3, Rails 4, Rails 5, and Rails 6 that enables client-side validation using ActiveModel + HTML5 Form Validation
-
Updated
Dec 29, 2019 - Ruby
-
Updated
Aug 27, 2019 - Ruby
Automatically add spaces between Chinese and English words.
-
Updated
Jul 16, 2020 - Ruby
Client framework for consuming JSONAPI services in Ruby
-
Updated
Jul 2, 2020 - Ruby
ActiveModel-style Ruby ORM for RDF Linked Data. Works with SPARQL 1.1 HTTP endpoints.
-
Updated
Apr 10, 2020 - Ruby
Self-validating Ruby objects
-
Updated
Dec 31, 2018 - Ruby
Ruby on Rails with Active Model and Google Cloud Datastore. Extracted from Agrimatics Aero.
-
Updated
Sep 22, 2019 - Ruby
Open
Fixup README.md
no-reply
commented
Jul 29, 2016
A custom validation for your Active Model that check if an array is included in another one
-
Updated
Mar 5, 2020 - Ruby
The simple way to create form objects or command/service objects with ActiveModel
-
Updated
Feb 6, 2018 - Ruby
Used for creating virtual models like ActiveType or ModelAttribute does.
-
Updated
Nov 23, 2018 - Ruby
-
Updated
Feb 22, 2017 - Ruby
Useful extensions for active_interaction gem
-
Updated
Aug 25, 2019 - Ruby
Adds type validation for classes with ActiveModel::Validations.
-
Updated
Jan 4, 2020 - Ruby
serradura
commented
Mar 30, 2020
- It will be available when the active model validation feature is enabled.
-
attribute :foo, validates: {}
-
attributes :foo, :bla, bar: { validates: {} }
- Update README examples.
ActiveModel email validation. Checks MX records, sub address, regex, whitelisted and blacklisted check
ruby
rails
activerecord
activemodel
email-validation
email-verification
rails-validations
fake-emails
-
Updated
Jul 5, 2020 - Ruby
encrypt & decrypt Active Record attributes with Message Encryptor
ruby
ruby-gem
activerecord
security
gem
encryption
activemodel
activesupport
ruby-on-rails
decryption
message-encryptor
-
Updated
May 26, 2020 - Ruby
khiav223577
commented
Apr 13, 2020
I got this error message when one of items in array is not in the subset passed to validates
.
It seems that I have to add some translations to i18n files, but there is no documentation of what have to be added.
Collection of validations for Cod Numeric Personal (CNP), Cod de identificare fiscală (CIF) and IBAN (only Romanian format, as published by Romanian National Bank
-
Updated
Apr 12, 2018 - Ruby
Improve this page
Add a description, image, and links to the activemodel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the activemodel topic, visit your repo's landing page and select "manage topics."
I see the example for defining settings and mapping for an index/model in the README of https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-model:
However, I could not find a