File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 113.1.0
22* 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)
85* Reuse the current model's connection when available [Tim Bugai] [#322](https://github.com/collectiveidea/awesome_nested_set/pull/322)
96
1073.0.3
Original file line number Diff line number Diff line change 66Awesome Nested Set is an implementation of the nested set pattern for ActiveRecord models.
77It is a replacement for acts_as_nested_set and BetterNestedSet, but more awesome.
88
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.
1010
1111## What makes this so awesome?
1212
@@ -239,4 +239,4 @@ You can learn more about nested sets at: http://threebit.net/tutorials/nestedset
239239
240240Please see the [ 'Contributing' document] ( CONTRIBUTING.md ) .
241241
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 11module AwesomeNestedSet
2- VERSION = '3.0.3 ' unless defined? ( ::AwesomeNestedSet ::VERSION )
2+ VERSION = '3.1.0 ' unless defined? ( ::AwesomeNestedSet ::VERSION )
33end
You can’t perform that action at this time.
0 commit comments