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

Related skills

More from bastos/ruby-plugin-marketplace

Installs
1
GitHub Stars
2
First Seen
Apr 16, 2026