igorkasyanchuk / active_storage_validationsLinks
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 }
☆1,099Updated 3 weeks ago
Alternatives and similar repositories for active_storage_validations
Users that are interested in active_storage_validations are comparing it to the libraries listed below
Sorting:
- Monitor performance of you Rails applications (self-hosted and free)☆1,149Updated last week
- Authorization framework for Ruby/Rails applications☆1,472Updated last month
- Simple, Fast, and Declarative Serialization Library for Ruby☆1,205Updated this week
- Pluggable Ruby translation framework☆1,066Updated 4 months ago
- 🃏🗑 Soft deletes for ActiveRecord done right☆2,277Updated 7 months ago
- Modern encryption for Ruby and Rails☆1,516Updated 2 weeks ago
- Just the right amount of Rails eager loading☆1,634Updated 7 months ago
- Database changes log for Rails☆1,647Updated 2 weeks ago
- A simple and fast JSON API template engine for Ruby on Rails☆1,302Updated 5 months ago
- The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.☆1,118Updated last month
- Adds additional postgres functionality to an ActiveRecord / Rails application☆1,375Updated 3 months ago
- Identify database issues before they hit production.☆1,858Updated last month
- Adds typed jsonb backed fields to your ActiveRecord models.☆1,124Updated last week
- A RuboCop extension focused on enforcing Rails best practices and coding conventions.☆841Updated this week
- Work with JSON-backed attributes as ActiveRecord-ish models☆1,142Updated 2 weeks ago
- Integration of RubyMoney - Money with Rails☆1,825Updated 4 months ago
- Lightweight job scheduler extension for Sidekiq☆1,738Updated last month
- Log in as another user in Rails