Ross ROSS = Recommend OSS · open-source software intelligence for agents

technoweenie/attachment_fu

Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc. observed · 2026-08-28

github.com/technoweenie/attachment_fu · homepage · Ruby · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 6806
  • days_rel: n/a
  • days_push: 3446
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1024 stars · 335 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

attachment_fu is a Ruby on Rails plugin that turns ActiveRecord models into file attachments, storing metadata (path, size, content type) in the database. It supports multiple storage backends including the filesystem, database, Amazon S3, and Rackspace Cloud Files, with optional RMagick-based resizing and thumbnailing.

Use cases

  • handle file uploads in a rails app
  • attach images to activerecord models
  • store uploaded files on amazon s3
  • generate thumbnails for uploaded images
  • validate upload size and content type
  • store file attachments in the database

When to choose

  • you maintain a legacy Rails 2.x-era application already using acts_as_attachment-style plugins
  • you need a simple, minimal attachment solution with filesystem or S3 storage in an old Rails codebase

When to avoid

  • you are starting a new Rails project - use Active Storage or CarrierWave instead
  • you need modern cloud storage backends, background processing, or active maintenance
  • you run a recent Rails version, since this plugin is unmaintained and incompatible

Facets

plugin · maturity abandoned

file-upload image-processing orm web-development files backend ruby rails activerecord file-attachments thumbnails amazon-s3 legacy web-server

1 source

Member repositories

RepositoryRoleHealth v2
technoweenie/attachment_fumain32

For agents

markdown · JSON · MCP: product_card(name="technoweenie/attachment_fu")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem