Module: ActiveStorageValidations

Defined in:
lib/active_storage_validations/engine.rb,
lib/active_storage_validations/railtie.rb,
lib/active_storage_validations/version.rb,
lib/active_storage_validations/analyzer.rb,
lib/active_storage_validations/matchers.rb,
lib/active_storage_validations/size_validator.rb,
lib/active_storage_validations/limit_validator.rb,
lib/active_storage_validations/attached_validator.rb,
lib/active_storage_validations/duration_validator.rb,
lib/active_storage_validations/dimension_validator.rb,
lib/active_storage_validations/shared/asv_loggable.rb,
lib/active_storage_validations/shared/asv_errorable.rb,
lib/active_storage_validations/total_size_validator.rb,
lib/active_storage_validations/shared/asv_analyzable.rb,
lib/active_storage_validations/shared/asv_attachable.rb,
lib/active_storage_validations/shared/asv_optionable.rb,
lib/active_storage_validations/analyzer/null_analyzer.rb,
lib/active_storage_validations/aspect_ratio_validator.rb,
lib/active_storage_validations/content_type_validator.rb,
lib/active_storage_validations/analyzer/audio_analyzer.rb,
lib/active_storage_validations/analyzer/image_analyzer.rb,
lib/active_storage_validations/analyzer/video_analyzer.rb,
lib/active_storage_validations/shared/asv_symbolizable.rb,
lib/active_storage_validations/base_comparison_validator.rb,
lib/active_storage_validations/processable_file_validator.rb,
lib/active_storage_validations/analyzer/image_analyzer/vips.rb,
lib/active_storage_validations/matchers/shared/asv_rspecable.rb,
lib/active_storage_validations/shared/asv_active_storageable.rb,
lib/active_storage_validations/analyzer/content_type_analyzer.rb,
lib/active_storage_validations/extensors/asv_blob_metadatable.rb,
lib/active_storage_validations/matchers/shared/asv_attachable.rb,
lib/active_storage_validations/analyzer/shared/asv_ff_probable.rb,
lib/active_storage_validations/matchers/shared/asv_contextable.rb,
lib/active_storage_validations/matchers/shared/asv_messageable.rb,
lib/active_storage_validations/matchers/shared/asv_validatable.rb,
lib/active_storage_validations/matchers/size_validator_matcher.rb,
lib/active_storage_validations/matchers/limit_validator_matcher.rb,
lib/active_storage_validations/matchers/attached_validator_matcher.rb,
lib/active_storage_validations/matchers/duration_validator_matcher.rb,
lib/active_storage_validations/matchers/shared/asv_allow_blankable.rb,
lib/active_storage_validations/analyzer/image_analyzer/image_magick.rb,
lib/active_storage_validations/matchers/dimension_validator_matcher.rb,
lib/active_storage_validations/matchers/total_size_validator_matcher.rb,
lib/active_storage_validations/matchers/shared/asv_active_storageable.rb,
lib/active_storage_validations/matchers/aspect_ratio_validator_matcher.rb,
lib/active_storage_validations/matchers/content_type_validator_matcher.rb,
lib/active_storage_validations/matchers/base_comparison_validator_matcher.rb,
lib/active_storage_validations/matchers/processable_file_validator_matcher.rb

Defined Under Namespace

Modules: ASVActiveStorageable, ASVAnalyzable, ASVAttachable, ASVBlobMetadatable, ASVErrorable, ASVFFProbable, ASVLoggable, ASVOptionable, ASVSymbolizable, Matchers Classes: Analyzer, AspectRatioValidator, AttachedValidator, BaseComparisonValidator, ContentTypeValidator, DimensionValidator, DurationValidator, Engine, LimitValidator, ProcessableFileValidator, Railtie, SizeValidator, TotalSizeValidator

Constant Summary collapse

VERSION =
"2.0.3"