1 Repo
Declarative validation rules for file attachments within the web framework.
Distinct from Ruby on Rails Integrations: Focuses on file validation specifically, distinct from general framework integrations.
Explore 1 awesome GitHub repository matching web development · File Validation Plugins. Refine with filters or upvote what's useful.
Active Storage Validations is a library for Ruby on Rails that provides model-level validation helpers for file attachments. It integrates directly into the standard validation lifecycle to ensure that uploaded content conforms to defined business requirements before it is persisted to storage. The framework enforces constraints on file size, content type, dimensions, and the number of attachments. It includes security mechanisms to detect and block content-type spoofing by inspecting the binary signature of files to verify that their actual format matches the declared extension. Beyond basi
Adds declarative validation rules to file attachments within web application models.