skills/smithery.ai/active-storage

active-storage

Installation
SKILL.md

Active Storage

Comprehensive guide to file uploads and cloud storage in Rails.

Setup

rails active_storage:install
rails db:migrate

This creates:

  • active_storage_blobs - File metadata
  • active_storage_attachments - Polymorphic join table
  • active_storage_variant_records - Cached variant info

Model Configuration

Single Attachment

Installs
1
First Seen
May 2, 2026
active-storage from smithery.ai