Attila Horváth

Results 4 issues of Attila Horváth

I've been working with somewhat larger data sets lately where `SELECT COUNT` queries would often lead to timeouts. I would like to use the `without_count` method to solve this issue,...

ActiveRecord

Hi, I've been evaluating this gem for a project I'm working on and I'm a bit confused about the reliance on a `parent_id` here. The parent is always obvious by...

Right now the gem extends `ActiveRecord::Base` with all the supported class methods, which means they will be included in every model in the app, not just the ones with `ltree`...

If I break my `I18n.t(...)` calls into separate lines to improve readability, the extension fails to pick up the keys and no tooltip is displayed on hover. For example: ```ruby...