diff options
| author | hukl <contact@smyck.org> | 2009-09-08 11:30:11 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-08 11:30:11 +0200 |
| commit | 03bde9fb42235af7147d6312e2cf6d928111dee1 (patch) | |
| tree | 973056e923d5c1b147c16cc9ee5b50a0180c5630 /vendor/plugins/awesome_nested_set/README.rdoc | |
| parent | 1ab4397274dfbed2cd35bcad0c023cefc25c7365 (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.rdoc | 21 |
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 | ||
| 3 | Awesome 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. | 3 | Awesome 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 | ||
| 11 | If you are on Rails 2.1 or later: | 11 | Install 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 | ||
| 64 | Copyright (c) 2008 Collective Idea, released under the MIT license \ No newline at end of file | 65 | If you find what you might think is a bug: |
| 66 | |||
| 67 | 1. Check the GitHub issue tracker to see if anyone else has had the same issue. | ||
| 68 | http://github.com/collectiveidea/awesome_nested_set/issues/ | ||
| 69 | 2. If you don't see anything, create an issue with information on how to reproduce it. | ||
| 70 | |||
| 71 | If you want to contribute an enhancement or a fix: | ||
| 72 | |||
| 73 | 1. Fork the project on github. | ||
| 74 | http://github.com/collectiveidea/awesome_nested_set/ | ||
| 75 | 2. Make your changes with tests. | ||
| 76 | 3. Commit the changes without making changes to the Rakefile, VERSION, or any other files that aren't related to your enhancement or fix | ||
| 77 | 4. Send a pull request. | ||
| 78 | |||
| 79 | Copyright ©2008 Collective Idea, released under the MIT license \ No newline at end of file | ||
