summaryrefslogtreecommitdiff
path: root/vendor/plugins/awesome_nested_set/README.rdoc
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-08 11:30:11 +0200
committerhukl <contact@smyck.org>2009-09-08 11:30:11 +0200
commit03bde9fb42235af7147d6312e2cf6d928111dee1 (patch)
tree973056e923d5c1b147c16cc9ee5b50a0180c5630 /vendor/plugins/awesome_nested_set/README.rdoc
parent1ab4397274dfbed2cd35bcad0c023cefc25c7365 (diff)
updated awesome_nested_set plugin
Diffstat (limited to 'vendor/plugins/awesome_nested_set/README.rdoc')
-rw-r--r--vendor/plugins/awesome_nested_set/README.rdoc21
1 files changed, 18 insertions, 3 deletions
diff --git a/vendor/plugins/awesome_nested_set/README.rdoc b/vendor/plugins/awesome_nested_set/README.rdoc
index c093f75..884016d 100644
--- a/vendor/plugins/awesome_nested_set/README.rdoc
+++ b/vendor/plugins/awesome_nested_set/README.rdoc
@@ -1,6 +1,6 @@
1= AwesomeNestedSet 1= AwesomeNestedSet
2 2
3Awesome Nested Set is an implementation of the nested set pattern for ActiveRecord models. It is replacement for acts_as_nested_set and BetterNestedSet, but awesomer. 3Awesome Nested Set is an implementation of the nested set pattern for ActiveRecord models. It is replacement for acts_as_nested_set and BetterNestedSet, but awesomer. It supports Rails 2.1 and later.
4 4
5== What makes this so awesome? 5== What makes this so awesome?
6 6
@@ -8,7 +8,7 @@ This is a new implementation of nested set based off of BetterNestedSet that fix
8 8
9== Installation 9== Installation
10 10
11If you are on Rails 2.1 or later: 11Install as a plugin:
12 12
13 script/plugin install git://github.com/collectiveidea/awesome_nested_set.git 13 script/plugin install git://github.com/collectiveidea/awesome_nested_set.git
14 14
@@ -60,5 +60,20 @@ You can learn more about nested sets at:
60 http://api.rubyonrails.com/classes/ActiveRecord/Acts/NestedSet/ClassMethods.html 60 http://api.rubyonrails.com/classes/ActiveRecord/Acts/NestedSet/ClassMethods.html
61 http://opensource.symetrie.com/trac/better_nested_set/ 61 http://opensource.symetrie.com/trac/better_nested_set/
62 62
63== How to contribute
63 64
64Copyright (c) 2008 Collective Idea, released under the MIT license \ No newline at end of file 65If you find what you might think is a bug:
66
671. Check the GitHub issue tracker to see if anyone else has had the same issue.
68 http://github.com/collectiveidea/awesome_nested_set/issues/
692. If you don't see anything, create an issue with information on how to reproduce it.
70
71If you want to contribute an enhancement or a fix:
72
731. Fork the project on github.
74 http://github.com/collectiveidea/awesome_nested_set/
752. Make your changes with tests.
763. Commit the changes without making changes to the Rakefile, VERSION, or any other files that aren't related to your enhancement or fix
774. Send a pull request.
78
79Copyright ©2008 Collective Idea, released under the MIT license \ No newline at end of file