0.0
a Rails gem that allows you to validate a URL
entered in a form. It validates if the URL exists by hitting it with a HEAD
request.
The improved version includes retries for common patterns when the head request is refused before giving a failure notice.
It also looks up a SITE_URL constant to...
2020
2021
2022
2023
2024
2025
0.0
Validate that your Active Record models comply with legal policies, verified by AI.
2020
2021
2022
2023
2024
2025
0.0
A simple domain validation for DKIM and SPF records
2020
2021
2022
2023
2024
2025
0.0
It gives you a lot of useful validators for Brazillian documents or phones. Allow ActiveModel validations
2020
2021
2022
2023
2024
2025
0.0
Data structure to hold validation and process errors
2020
2021
2022
2023
2024
2025
0.0
Sometimes it's necessary to store incomplete records, without fullfilling all validations, to complete
and then validate the record. ActiveRecord::DraftRecords allows you to persist an record even if it's
invalid by tagging it as a draft.
2020
2021
2022
2023
2024
2025
0.0
A Ruby on Rails implementation of the LlamaHair API client with webhook validation support
2020
2021
2022
2023
2024
2025
0.0
Enumerate adds an `enumerate` command to all ActiveRecord models, enabling you to work with string or integer columns as if they were enums.
The following features are added to your model:
Validation - ensures that the field only receives accepted values
Predicate Methods - a...
2020
2021
2022
2023
2024
2025
0.0
Adds validations, function creation, function delegation,
and key restrictions to arrays and hashes so that they may
function similarly to Structs
2020
2021
2022
2023
2024
2025
0.0
This library provides a convenient ruby API for representation of an Arduino Library specification, including field and type validation, reading and writing the library.properties file, as well as downloading the official database of Arduino libraries, and offering a highly advanced searching...
2020
2021
2022
2023
2024
2025
0.0
Adds valid transition validations to AR.
2020
2021
2022
2023
2024
2025
0.0
Assorted Rails 7.x-8.x validators: Array, Email, Existence, Grandparent, Hash keys, Hash values, Hostname, IP address, Ordering, URL, Write Once
2020
2021
2022
2023
2024
2025
0.0
DHS ia a Rails-Gem, providing an ActiveRecord like interface to access HTTP-JSON-Services from Rails Applications. Special features provided by this gem are: Multiple endpoint configuration per resource, active-record-like query-chains, scopes, error handling, relations, request cycle cache, batc...
2020
2021
2022
2023
2024
2025
0.0
Generate TW personal ID number randomly and validation
2020
2021
2022
2023
2024
2025
0.0
Adds validates_associated_with_context to models to validate associated models with validation context
2020
2021
2022
2023
2024
2025
0.0
A library for creating Active Models that can serialize/deserialize to JSON. This includes full support for validation
and change detection through nested models. You can write polymorphic models or arrays of models and get full support
for natural serialization.
Active JSON Model can optionally...
2020
2021
2022
2023
2024
2025
0.0
An easy way to create and run service objects with callbacks, validations, errors, and responses
2020
2021
2022
2023
2024
2025
0.0
Drawght v1.1.0 (2025-12-22)
Drawght is a data handler for texts without logical statements. The goal is
to use a dataset (such as the subject of a text) to draft a document
template. It can be considered a mini template processor.
Latest changes:
- Syntax validation.
- Refined extension method...
2020
2021
2022
2023
2024
2025
0.0
Calls the W3C Validator API with every page Jekyll generates and displays the validation errors.
2020
2021
2022
2023
2024
2025
0.0
CompositeValidator allows you to validate associated models and compose their validation errors to the parent model. It supports both single associations and collections.
2020
2021
2022
2023
2024
2025