active-storage

Automates Rails Active Storage configuration for uploads, variants, and direct uploads.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/reckerswartz/resume_builder --skill active-storage-reckerswartz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: active-storage
Source: https://github.com/reckerswartz/resume_builder/tree/main/.devin/skills/active-storage
Command: npx skills add https://github.com/reckerswartz/resume_builder --skill active-storage-reckerswartz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures Active Storage for file uploads, image variants, and direct uploads to reduce boilerplate and setup time in Rails apps.

Core Features & Use Cases

  • Storage service configuration for local and cloud backends
  • Model attachments with single and multiple files plus image variants
  • Direct uploads and variant processing for thumbnails and image transformations
  • Real-world scenario: enable users to upload avatars and documents with automatic processing and storage

Quick Start

Install Active Storage in your Rails project and run the necessary migrations to enable upload functionality.

Frequently Asked Questions about active-storage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Rails Active Storage for file uploads and image variants?

To configure Rails Active Storage for file uploads, install it in your project, run the necessary migrations, and set up storage service backends for model attachments and image variant processing.

Does Active Storage support direct uploads to cloud storage services?

Active Storage supports direct uploads to configured local or cloud storage services, allowing users to upload avatars and documents directly while automatically handling processing and storage.

What is the best way to handle multiple file attachments in a Rails application?

The best way to handle multiple file attachments in a Rails application is using Active Storage, which natively supports model attachments with single and multiple files plus automatic image variant processing.

Can I automatically generate thumbnails and image transformations with Active Storage?

Active Storage can automatically generate thumbnails and image transformations through variant processing, streamlining image-processing workflows for user-uploaded images in your Rails application.

Do I need to run migrations to set up Active Storage in my Rails project?

You need to run the necessary migrations to set up Active Storage in your Rails project, which enables the core upload functionality, model attachments, and variant processing features.