File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
3.1.0
2
2
* Ensure that nested_set queries respect the model's default_scope. [oesgalha](https://github.com/oesgalha)
3
-
4
- 3.0.5
5
- * Fix .all_roots_valid? method when model is ordered by default
6
-
7
- 3.0.4
3
+ * Add Rails 5 support [Krzysztof Rybka](https://github.com/krzysiek1507)
4
+ * Fix .all_roots_valid? method when model is ordered by default [Adam Hodowany](https://github.com/hodak)
8
5
* Reuse the current model's connection when available [Tim Bugai] [#322](https://github.com/collectiveidea/awesome_nested_set/pull/322)
9
6
10
7
3.0.3
Original file line number Diff line number Diff line change 6
6
Awesome Nested Set is an implementation of the nested set pattern for ActiveRecord models.
7
7
It is a replacement for acts_as_nested_set and BetterNestedSet, but more awesome.
8
8
9
- Version 3 supports Rails 4. Version 2 supports Rails 3. Gem versions prior to 2.0 support Rails 2.
9
+ Version 3.1 supports Rails 5 & 4. Version 2 supports Rails 3. Gem versions prior to 2.0 support Rails 2.
10
10
11
11
## What makes this so awesome?
12
12
@@ -239,4 +239,4 @@ You can learn more about nested sets at: http://threebit.net/tutorials/nestedset
239
239
240
240
Please see the [ 'Contributing' document] ( CONTRIBUTING.md ) .
241
241
242
- Copyright © 2008 - 2014 Collective Idea, released under the MIT license
242
+ Copyright © 2008–2015 [ Collective Idea] ( http://collectiveidea.com ) , released under the MIT license.
Original file line number Diff line number Diff line change 1
1
module AwesomeNestedSet
2
- VERSION = '3.0.3 ' unless defined? ( ::AwesomeNestedSet ::VERSION )
2
+ VERSION = '3.1.0 ' unless defined? ( ::AwesomeNestedSet ::VERSION )
3
3
end
You can’t perform that action at this time.
0 commit comments