active_storage_validations
https://github.com/igorkasyanchuk/active_storage_validations
Ruby
Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes }, limit: { min: 1, max: 3 }, aspect_ratio: :landscape, dimension: { width: { in: 800..1600 }
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
1 Subscribers
Add a CodeTriage badge to active_storage_validations
Help out
- Issues
- Translations loaded automatically?
- validate_content_type_of().allowing fails on v2.0.2
- [Test] Add tests using Rails built-in fixtures (#363)
- active_storage_validations 2.0.0+ causing "stack level too deep"
- `ActiveStorage::FileNotFoundError` when using fixtures
- ActiveStorage::FileNotFoundError raised when file is missing
- [Validator/Helper] Add validator & helper method to facilitate microsoft documents to content_type validator
- [Tests] Drop minitest in favor of Rspec
- [Validator] Add a :with_audio validator for videos
- [Validator] Add a media_type validator
- Docs
- Subscribe to help with docs for this repo and come back later