0.0
validations-skipper is a gem that enables objects
to skip specified validations with ease.
It can be applied to ActiveRecord::Base classes.
2021
2022
2023
2024
2025
2026
0.0
The Tripletex API is a **RESTful API**, which does not implement PATCH, but uses a PUT with optional fields. **Actions** or commands are represented in our RESTful path with a prefixed `:`. Example: `/v2/hours/123/:approve`. **Summaries** or aggregated results are represented in our RESTful pat...
2021
2022
2023
2024
2025
2026
0.0
The Tripletex API is a **RESTful API**, which does not implement PATCH, but uses a PUT with optional fields. **Actions** or commands are represented in our RESTful path with a prefixed `:`. Example: `/v2/hours/123/:approve`. **Summaries** or aggregated results are represented in our RESTful pat...
2021
2022
2023
2024
2025
2026
0.03
Define schemas using a clean DSL and get both JSON Schema documents and runtime validations. Perfect for API request/response validation, LLM function definitions (OpenAI, Anthropic), and structured data modeling. Features Sorbet-style types, schema composition, pluggable validation adapters, and...
2021
2022
2023
2024
2025
2026
0.03
Define additional sets of validations beyond the standard "errors" that is tied to the ActiveRecord life-cycle. These additional sets can be defined with all the standard ActiveRecord::Validation macros, and the resulting collection is a standard ActiveRecord::Errors object.
2021
2022
2023
2024
2025
2026
0.03
Define validation groups in a model for greater control over which validations are run.
2021
2022
2023
2024
2025
2026
0.0
DbValidator helps identify invalid records in your Rails application that don't meet model validation requirements. It finds records that became invalid after validation rule changes, and validates imported or manually edited data. You can use it to audit records before deploying new validations ...
2021
2022
2023
2024
2025
2026
0.08
Adds reflective access to validations
2021
2022
2023
2024
2025
2026
0.01
Rails plugin for implementing dry-validation gem for your Active Record Validations.
2021
2022
2023
2024
2025
2026
0.0
With this gem you will have several validations that are common on day day and that will make life much easier for dev. Validations can be returned in a simple and standardized way..
2021
2022
2023
2024
2025
2026
0.0
This ActiveRecord extension provides more validation schemes. There are some useful validation missing added by this plugin to fill the gap.
2021
2022
2023
2024
2025
2026
0.0
Lightweight, zero-dependency validation for Interactor service objects. Supports presence, format, length, inclusion, numericality, and nested validations.
2021
2022
2023
2024
2025
2026
0.0
A extension activemodel's validations to validation step by step.
2021
2022
2023
2024
2025
2026
0.0
Expectant provides a clean DSL for defining multiple validation schemas in a single class. Built on dry-validation and dry-types, it supports custom rules, defaults, fallbacks, and context-aware validations, making it easy to validate inputs, outputs, and any structured data in your Ruby applicat...
2021
2022
2023
2024
2025
2026
0.0
ConditionalValidation simplifies adding validation flags and then querying state to determine when associated validations should be run on models.
2021
2022
2023
2024
2025
2026
0.0
Easily make your rails app's validation configurable by the end user by storing the validation rules in the database.
2021
2022
2023
2024
2025
2026
0.0
Helper to customize the validation messages in Hanami application views.
2021
2022
2023
2024
2025
2026
0.0
validation_examples_matcher provides rspec matcher testing validations with examples.
2021
2022
2023
2024
2025
2026
0.0
Stop wrestling with complex type validations and unclear error messages. Domainic::Type brings type validation to Ruby that is both powerful and delightful to use. Build composable type constraints with crystal-clear error messages that actually tell you what went wrong. From simple type checks t...
2021
2022
2023
2024
2025
2026
0.0
ValidationInspector lists ActiveModel validation callbacks and their conditions (if/unless), including attributes and custom/proc validators.
2021
2022
2023
2024
2025
2026