Hacker News new | ask | show | jobs
by charkost-rb 1948 days ago
Hi folks,

After dealing with bullet's false positives / false negatives (github.com/flyerhzm/bullet) for about 2 months,

i had the idea for a gem that is able to auto-detect N+1 queries with zero false positives / false negatives (at least as i am currently aware of).

You can see examples of N+1 queries that bullet is unable to detect in the README.

I would appreciate your feedback!

1 comments

Including some lines about how it works would be good in the readme I think!
Thanks for the feedback! I will add a section.
Done!