Registry / orm / kt-paperclip

kt-paperclip

JSON →
library7.3.0rbrubygemsunverified

Easy upload management for ActiveRecord, providing file attachment functionality.

gem install kt-paperclip
INSTALL
IMPORT
SIG · KT-PAPERCLIP
K
kt-paperclip
ormrubyv7.3.0
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.

Paperclip
require 'paperclip'

Add an avatar attachment to a User model.

require 'paperclip' class User < ActiveRecord::Base has_attached_file :avatar, styles: { thumb: '100x100>' } validates_attachment_content_type :avatar, content_type: /\Aimage\/.*\z/ end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources
kt-paperclip — gem install kt-paperclip · libregistry