module ActiveStorage
def self.gem_version
def self.gem_version Gem::Version.new VERSION::STRING end
def self.version
def self.version gem_version end
Modules
Classes
- ActiveStorage::AnalyzeJob
- ActiveStorage::Analyzer
- ActiveStorage::Attached
- ActiveStorage::Attachment
- ActiveStorage::BaseController
- ActiveStorage::BaseJob
- ActiveStorage::Blob
- ActiveStorage::Current
- ActiveStorage::DirectUploadsController
- ActiveStorage::DiskController
- ActiveStorage::Downloader
- ActiveStorage::Engine
- ActiveStorage::Error
- ActiveStorage::FileNotFoundError
- ActiveStorage::Filename
- ActiveStorage::FixtureSet
- ActiveStorage::IntegrityError
- ActiveStorage::InvariableError
- ActiveStorage::LogSubscriber
- ActiveStorage::MirrorJob
- ActiveStorage::Preview
- ActiveStorage::PreviewError
- ActiveStorage::Previewer
- ActiveStorage::PurgeJob
- ActiveStorage::Record
- ActiveStorage::Service
- ActiveStorage::UnpreviewableError
- ActiveStorage::UnrepresentableError
- ActiveStorage::Variant
- ActiveStorage::VariantRecord
- ActiveStorage::VariantWithRecord
- ActiveStorage::Variation
Class Methods
Defined in
- lib/active_storage.rb
- lib/active_storage/analyzer.rb
- lib/active_storage/analyzer/audio_analyzer.rb
- lib/active_storage/analyzer/image_analyzer.rb
- lib/active_storage/analyzer/image_analyzer/image_magick.rb
- lib/active_storage/analyzer/image_analyzer/vips.rb
- lib/active_storage/analyzer/null_analyzer.rb
- lib/active_storage/analyzer/video_analyzer.rb
- lib/active_storage/attached.rb
- lib/active_storage/attached/changes.rb
- lib/active_storage/attached/changes/create_many.rb
- lib/active_storage/attached/changes/create_one.rb
- lib/active_storage/attached/changes/create_one_of_many.rb
- lib/active_storage/attached/changes/delete_many.rb
- lib/active_storage/attached/changes/delete_one.rb
- lib/active_storage/attached/changes/detach_many.rb
- lib/active_storage/attached/changes/detach_one.rb
- lib/active_storage/attached/changes/purge_many.rb
- lib/active_storage/attached/changes/purge_one.rb
- lib/active_storage/attached/many.rb
- lib/active_storage/attached/model.rb
- lib/active_storage/attached/one.rb
- lib/active_storage/downloader.rb
- lib/active_storage/engine.rb
- lib/active_storage/errors.rb
- lib/active_storage/fixture_set.rb
- lib/active_storage/gem_version.rb
- lib/active_storage/log_subscriber.rb
- lib/active_storage/previewer.rb
- lib/active_storage/previewer/mupdf_previewer.rb
- lib/active_storage/previewer/poppler_pdf_previewer.rb
- lib/active_storage/previewer/video_previewer.rb
- lib/active_storage/reflection.rb
- lib/active_storage/service.rb
- lib/active_storage/service/azure_storage_service.rb
- lib/active_storage/service/configurator.rb
- lib/active_storage/service/disk_service.rb
- lib/active_storage/service/gcs_service.rb
- lib/active_storage/service/mirror_service.rb
- lib/active_storage/service/registry.rb
- lib/active_storage/service/s3_service.rb
- lib/active_storage/transformers/image_processing_transformer.rb
- lib/active_storage/transformers/transformer.rb
- lib/active_storage/version.rb