brendon

acts_as_list

brendon

An ActiveRecord plugin for managing lists.

AI 简介

这是一个 Ruby on Rails 的 ActiveRecord 插件,用于在数据库中维护有序列表(如待办事项、菜单项等)的顺序关系。它通过为模型添加 position 整数字段,提供 move_to_top、move_to_bottom、move_higher、move_lower 等方法实现行级位置管理,并支持作用域(scope)隔离多个独立列表。基于 ActiveRecord 回调和事务保障顺序一致性,兼容 Rails 5+,轻量且无需额外表结构。适用于需要用户自定义排序的 CMS 内容管理、任务列表、导航菜单、产品展示等场景。

Ruby
MIT License
2.1k
Stars
359
Forks
16
Watchers
1
Issues

Star 增长

今日0
近 7 天0
近 30 天+1
综合评分59.77
默认分支master