Adds file validators to ActiveModel.
☆259Sep 28, 2021Updated 4 years ago
Alternatives and similar repositories for file_validators
Users that are interested in file_validators are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- URL Validation for Rails☆601Mar 18, 2025Updated last year
- Minimal authorization through OO design and pure Ruby classes☆8,522Updated this week
- Rails view helper to manage "active" state of a link☆854Apr 7, 2024Updated 2 years ago
- Form objects decoupled from models.☆2,488Aug 25, 2025Updated last year
- Object-based searching.☆5,863May 31, 2026Updated 2 months ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- Dynamic nested forms using jQuery made easy; works with formtastic, simple_form or default forms☆3,072Aug 8, 2023Updated 3 years ago
- A set of Rails responders to dry up your application☆2,058Updated this week
- Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks☆8,778Updated this week
- Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes…