Skip to content

Commit

Permalink
Remove support for versions of rails < 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Aug 11, 2009
1 parent a0701d7 commit b711d2f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 172 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Original file line Diff line number Diff line change
@@ -1,14 +1,14 @@
= AwesomeNestedSet = AwesomeNestedSet


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. 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.


== What makes this so awesome? == What makes this so awesome?


This is a new implementation of nested set based off of BetterNestedSet that fixes some bugs, removes tons of duplication, adds a few useful methods, and adds STI support. This is a new implementation of nested set based off of BetterNestedSet that fixes some bugs, removes tons of duplication, adds a few useful methods, and adds STI support.


== Installation == Installation


If you are on Rails 2.1 or later: Install as a plugin:


script/plugin install git://github.com/collectiveidea/awesome_nested_set.git script/plugin install git://github.com/collectiveidea/awesome_nested_set.git


Expand Down
29 changes: 0 additions & 29 deletions lib/awesome_nested_set/compatability.rb

This file was deleted.

140 changes: 0 additions & 140 deletions lib/awesome_nested_set/named_scope.rb

This file was deleted.

1 change: 0 additions & 1 deletion rails/init.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'awesome_nested_set/compatability'
require 'awesome_nested_set' require 'awesome_nested_set'


ActiveRecord::Base.class_eval do ActiveRecord::Base.class_eval do
Expand Down

0 comments on commit b711d2f

Please sign in to comment.