RubyGems.org

Make your model acts as a list. This acts_as extension provides the capabilities for sorting and reordering a number 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.

installgem install acts_as_list_ar
Authors

Kristian Mandrup, Others

1,701 total downloads 1,701 for this version
Owners

2a018f8b16a3fe7273afde907c2e1bec

Gemfile
gem "acts_as_list_ar", "~> 0.1.0"
Versions
  1. 0.1.0 June 19, 2010
Runtime Dependencies
  1. activerecord >= 1.15.4.7794