This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
No gems have been built for this project yet.
Sindre Aarsaether (author)
Sat Jun 14 16:20:44 -0700 2008
commit 687e83fa5eaf331dceabdbbb584119cc12d6c851
tree 2df624612fad9c8771a8019f1978f0a18c245d65
parent 02c0ce8ec546a0dfb9f7c0ff8a2d0dab692e9a99
tree 2df624612fad9c8771a8019f1978f0a18c245d65
parent 02c0ce8ec546a0dfb9f7c0ff8a2d0dab692e9a99
... |
... |
|
... |
... |
|





Comments
self.class.all(:rgt.gt => old_position).adjust(:rgt => -gap,false)
self.class.all(:lft.gt => old_position).adjust(:lft => -gap,false)
^^
this causes a syntax error:
gems/dm-is-nested_set-0.9.2/lib/dm-is-nested_set/is/nested_set.rb:173: syntax error, unexpected ‘)’, expecting tASSOC
:)