Software Development | Ruby on Rails
acts_as_list plugin

GitHub: rails / acts_as_list is one of the plugins used in altered_beast.

Acts_as_list extends acts_as to provide sorting and reordering of objects in a list. The class
that has this specified needs to have a +position+ column defined as an integer on the mapped database table.

altered_beast uses it in app/models/forum.rb.