0.09
Validations mixin for Ruby objects and support for Lotus
2020
2021
2022
2023
2024
2025
0.0
Adds before_validation callback, which applies necessary function to attributes. There are some derivatives: squish_before_validation_for, downcase_before_validation_for, upcase_before_validation_for.
2020
2021
2022
2023
2024
2025
0.08
SchemaValidations extends ActiveRecord to automatically create validations by inspecting the database schema. This makes your models more DRY as you no longer need to duplicate NOT NULL, unique, numeric and varchar constraints on the model level.
2020
2021
2022
2023
2024
2025
0.01
"sinatra-validation is a gem to define parameter validation with dry-validation"
2020
2021
2022
2023
2024
2025
0.01
A Validation framework for creating validation profiles, allowing for the separation & reuse of validation logic from the object being validated.
2020
2021
2022
2023
2024
2025
0.07
Client Side Validations for Rails 2.x and 3.x
2020
2021
2022
2023
2024
2025
0.0
Rails Validation API provides a powerful for validating request parameters in Rails applications. Features include automatic validator loading based on controller/action names, nested parameter validation, custom error handling, and seamless integration with Rails controllers through concerns. Pe...
2020
2021
2022
2023
2024
2025
0.02
HTML Validation lets you validate html locally. Lets you build html validation into your test suite, but break the rules if you must.
2020
2021
2022
2023
2024
2025
0.02
Enum Attributes Validation provides validation functionality for enum attributes in models.
2020
2021
2022
2023
2024
2025
0.06
OpenAPI based request validation, response validation, contract-testing and coverage
2020
2021
2022
2023
2024
2025
0.18
CouchRest Model provides aditional features to the standard CouchRest Document class such as properties, view designs, associations, callbacks, typecasting and validations.
2020
2021
2022
2023
2024
2025
0.01
isbn_validation adds an isbn validation routine to active record models.
2020
2021
2022
2023
2024
2025
0.01
Define, enforce, and handle violations of validation rules for Chef node attributes. This gem provides the validation engine, and can be used outside of a convergence run; a cookbook (attribute-validator) is available to perform validation during a chef run, at compile or converge time.
2020
2021
2022
2023
2024
2025
0.01
This gem allows similar ActiveRecord validates_* commands to be grouped together in blocks and pruned of repeated parameters.
How often have you had a block of validation commands in an ActiveRecord object that are repeated, especially :id or :unless options? Does this look familiar?
validat...
2020
2021
2022
2023
2024
2025
0.05
An implementation of the Command Pattern for Ruby with ActiveModel::Validations inspired by the interactor gem.
Rich support for attributes, callbacks, and validations, and thread safe performance methods.
2020
2021
2022
2023
2024
2025
0.05
Writing specs for complex validations is annoying. AcceptValuesFor makes iteasy to test your validations with real world values, asserting which valuesshould be accepted by your model and which should not.
2020
2021
2022
2023
2024
2025
0.17
A ruby gem for validating credit card numbers
2020
2021
2022
2023
2024
2025
0.0
This gem resolves basically two problems.
---
1. MySQL for strings(VARCHAR(255)) by default has limit 255 characters. And when developer left this attribute without any length validation, then it's possible to face with situation when user unintentionally or intentionally will p...
2020
2021
2022
2023
2024
2025
0.0
This gem allows you to express the validations in your models as JSON objects, so that you can implement them as client side validations.
2020
2021
2022
2023
2024
2025
0.0
sequel-more-validations is a Sequel model plugin that provides common helplful validations.
2020
2021
2022
2023
2024
2025