Module: ActiveStorage::HotCell
- Defined in:
- lib/active_storage/hot_cell/server/operation.rb,
lib/active_storage/hot_cell/server/version.rb,
lib/active_storage/hot_cell/server/transforming.rb,
lib/active_storage/hot_cell/server/previewers/pdf.rb,
lib/active_storage/hot_cell/server/tool_operation.rb,
lib/active_storage/hot_cell/server/vips_operation.rb,
lib/active_storage/hot_cell/server/magick_operation.rb,
lib/active_storage/hot_cell/server/analyzers/image/vips.rb,
lib/active_storage/hot_cell/server/previewers/pdf/mutool.rb,
lib/active_storage/hot_cell/server/analyzers/image/magick.rb,
lib/active_storage/hot_cell/server/previewers/pdf/poppler.rb,
lib/active_storage/hot_cell/server/analyzers/media/ffprobe.rb,
lib/active_storage/hot_cell/server/previewers/video/ffmpeg.rb,
lib/active_storage/hot_cell/server/transformers/image/vips.rb,
lib/active_storage/hot_cell/server/transformers/image/magick.rb
Overview
Despite the namespace, nothing here loads Active Storage. The name says which consumer these operations serve, not what they link against, and the gem stays small because a smaller graph is a smaller thing to audit — not because a cell polices what runs inside it. It does not: the container is the control, and what an operation chooses to require is its own business.
Defined Under Namespace
Modules: Server