funkensturm / acts_as_category

Think of acts_as_tree + acts_as_list, but doing what you want: root categories, subcategories, positions, individual inherited permissions and some script.aculo.us view helpers.

This URL has Read+Write access

acts_as_category / CHANGELOG
100644 10 lines (5 sloc) 0.269 kb
1
2
3
4
5
6
7
8
9
10
*1.0 (February 15st, 2009)*
 
* Positions of complete tree will be rewritten after every category save. This prevents messed up orders which caused the sorted_tree to not work.
 
* Localization with I18n supported
 
*< 1.0*
 
* Changes were not tracked before this version