We're a place where coders share, stay up-to-date and grow their careers.
@acflint running .or gives me an error since the built in subtree and ancestors methods have some extra SQL in there. :(
.or
subtree
ancestors
comment.subtree.or(c.ancestors) #=> ArgumentError: Relation passed to #or must be #=> structurally compatible. Incompatible values: #=> [:order, :reordering]
@acflint running
.or
gives me an error since the built insubtree
andancestors
methods have some extra SQL in there. :(