What problem does it solve?
This Skill addresses the challenge of integrating and managing file uploads, Active Storage configurations, and image processing in Rails 8.1 applications, streamlining the process of handling file attachments and image variants.
Core Features & Use Cases
- File Uploads: Attach files to models, configure storage services, and manage direct uploads from the browser.
- Image Processing: Generate image variants and thumbnails for efficient image handling in web applications.
- Use Case: If you're developing a Ruby on Rails app and need to handle file uploads and image processing, this skill can guide you through setting up Active Storage and configuring storage services like S3 or local disk.
Quick Start
Use the rails-storage skill to configure file uploads for your User model with the S3 storage service and the libvips image processor.