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 metadataactive_storage_attachments- Polymorphic join tableactive_storage_variant_records- Cached variant info