Rails has_listIn light of acts_as_list limiting functionality in relationship to ActiveRecord's flexibility, has_list was thought up. Final API functionality will be of the following type:
has_list :items, :order_by => :name
has_list :items, :conditions => ["rating > ?", 4], :as => :subitems
@list_item.next
@list_item.previous
@list_item.list Items in a list will now be contextual to the parent they relate to. :)
Commercial Use
Modify
Distribute
Sub-License
Private Use
Hold Liable
Include Copyright
Include License
These details are provided for information only. No information here is legal advice and should not be used as such.