Registry / utility / shrine

shrine

JSON →
library3.7.1rbrubygemsunverified

Shrine is a toolkit for file attachments in Ruby applications, supporting uploading, downloading, processing, and deleting IO objects with efficient streaming.

gem install shrine
INSTALL
IMPORT
SIG · SHRINE
S
shrine
utilityrubyv3.7.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Shrine
require 'shrine'

Upload a file using Shrine

require 'shrine' Shrine.plugin :memory uploader = Shrine.new(:store) uploaded_file = uploader.upload(StringIO.new('hello'), 'hello.txt')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.7.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
shrine — gem install shrine · libregistry