0.0
This gem will take care of scopes, validations and normalization
2021
2022
2023
2024
2025
2026
0.0
Instead of scattering validations, strong parameters, and business rules across controllers and models, changesets give you one clear interface for handling data before it touches the database.
2021
2022
2023
2024
2025
2026
0.0
validate-response is a gem for bringing error messages from one or more ActiveRecord objects to the unified structure & highlight validation errors in forms (ajax supported).
2021
2022
2023
2024
2025
2026
0.0
Bare-bones minimum slugs. No validations or versioning.
2021
2022
2023
2024
2025
2026
0.0
A comprehensive gem that provides RLS-based multi-tenancy for Rails applications using PostgreSQL, including automatic tenant context switching, security validations, and migration helpers.
2021
2022
2023
2024
2025
2026
0.0
Gem for validation of email
2021
2022
2023
2024
2025
2026
0.0
Rspec model tests only comes with one line: 'pending "add some examples to (or delete) #{__FILE__}"'. This gem seeks to populate the model spec with basic tests like validations, relationships, etc..., and then some.
2021
2022
2023
2024
2025
2026
0.0
validate if a string is right email format
2021
2022
2023
2024
2025
2026
0.0
Description of SimplePhoneValidation.
2021
2022
2023
2024
2025
2026
0.0
This acts_as extension implements a system label and a friendly label on a class and centralizes the logic for performing validations and accessing items by system label.
2021
2022
2023
2024
2025
2026
0.0
A macro-style method that will automatically read the database
contraints (null requirements, string length, etc) and enforce those
at the model level to keep validation more DRY. Provides many
options to customize how automatic it is and what columns it affects.
2021
2022
2023
2024
2025
2026
0.0
Telephone number validation based on RFC3966
2021
2022
2023
2024
2025
2026
0.0
CivilService provides a base class for your service objects. With CivilService, you can use ActiveModel validations to do pre-flight checks before the service runs, and create your own result object classes to capture the results of complex operations.
2021
2022
2023
2024
2025
2026
0.0
Dynamic uniqueness validator to validation two fields before save in db.
2021
2022
2023
2024
2025
2026
0.0
Parameter validation extension for Sinatra
2021
2022
2023
2024
2025
2026
0.0
Call method_contraints! with the param name and constraint to enforce validation on it
2021
2022
2023
2024
2025
2026
0.0
A Rails controller concern which makes it easy to encapsulate validation and processing of complex incoming data into command classes.
2021
2022
2023
2024
2025
2026
0.0
Having to validate method parameters and/or the result of method is a
quite common and repetitive task. Tchae is an attempt to capture this task in a small yet generic reuseable library. Tchae provides validated variants of the standard define_method ruby methods , that will create the same metho...
2021
2022
2023
2024
2025
2026
0.0
Validates polish identification numbers NIP, PESEL, REGON. Can be used in any ruby script or integrated with Rails validation
2021
2022
2023
2024
2025
2026
0.0
Provides a OneOfManyValidator for Rails validation.
This allows you to validate that one of a set of fields should be required, but
no particular field itself is required.
2021
2022
2023
2024
2025
2026