Results 4 comments of Anton Semenov

@sorbits done, but I am not sure about correctness of estum@817978d which references to the second point of your comment. Please, check it (but, still, I'd skip the last commit).

Honestly, the second use-case was a main target for me and I explain why: I have a project depended on `swagger-yard` gem which defines several custom YARD tags & directives...

To solve this I just recreated association after `acts_as_tree`: ``` ruby acts_as_tree has_many :self_and_descendants, ->{ select("DISTINCT ON(comments.id) comments.*"). except(:joins).joins(:descendant_hierarchies). order("comments.id asc") }, through: :descendant_hierarchies, source: :descendant ``` I was going...

@CodeLikeCrazE Turn off `ImageBitmap` Experemental Feature in Safari's settings.