Project

General

Profile

Actions

Defect #18622

closed

Awesome nested set. Need to update.

Added by Vasil Kovalevsky over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Wont fix
Affected version:

Description

Hello. In rm 2.6 you are using older version of awesome_nested_set, which has the bug in method move_to_root.
Code from lib, which using in rm 2.6:

def move_to_root
  move_to_right_of(root)
end

Its fail for every call.

Code of current version of lib (was fixed in 2013 !!! now will be 2015 soon):

def move_to_root
  move_to self, :root
end

It very important for us. Can you update lib in your repository ? And i did not figure our which version of lib you are using (2.1.7 does not exist in official repository)

Actions

Also available in: Atom PDF