# brendon/acts_as_list

An ActiveRecord plugin for managing lists.

Repository: https://github.com/brendon/acts_as_list
Canonical: https://ross.abutalabs.com/products/acts_as_list
Homepage: http://brendon.github.io/acts_as_list/
Language: Ruby
License: MIT
License Family: permissive
Last push: 2026-06-22T22:05:06+00:00

## Health v2 (maintenance only)
Score: 72/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 88, release rhythm 35, longevity 100
- inputs: {"age_days": 5688, "days_push": 72, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2082, forks 357 (observed 2026-08-28T04:06:11.680517+00:00)

## What it is
A Ruby on Rails ActiveRecord plugin that adds list management capabilities to models via an integer position column. It provides methods for sorting, reordering, and repositioning records within scoped lists.

## Use cases
- reorder todo items in a list with drag and drop positions
- maintain ordered records in rails with a position column
- move records to top or bottom of a scoped list
- implement sortable lists in a rails app
- manage sequential ordering of database rows in ruby

## When to choose
- you use Rails/ActiveRecord and need simple sequential ordering of records
- you need scoped lists where ordering is maintained per parent record
- you want a mature, well-tested gem for list positioning

## When to avoid
- you need multiple lists per table with unique position constraints - consider the Positioning gem instead
- you are not using ActiveRecord or Ruby
- you need relative/fractional positioning for frequent reordering

## Facets
- artifact type: plugin
- maturity: active
- function: orm, database
- domain: web-development, backend, databases
- platform: ruby, jvm
- tags: activerecord, rails, gem, ordering, positioning, sortable-lists

## Member repositories
- brendon/acts_as_list (main) score 72

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:11.680517+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:55:55.244367+00:00, confidence not recorded.
  - readme: https://github.com/brendon/acts_as_list (fetched 2026-08-28T04:06:11.680517+00:00, sha 080d52df3920)
  - homepage: http://brendon.github.io/acts_as_list/ (fetched 2026-08-29T10:35:54.224469+00:00, sha 45ba1e80c494)
- Data as of 2026-08-30T08:39:29.467469+00:00.
