prosopite icon indicating copy to clipboard operation
prosopite copied to clipboard

:mag: Rails N+1 queries auto-detection with zero false positives / false negatives

Results 22 prosopite issues
Sort by recently updated
recently updated
newest added

Hi, I am currently using the Prosopite gem in my Rails application and it's working great for detecting N+1 queries. However, I have a use case where I need to...

Warning by https://bugs.ruby-lang.org/issues/20205 ``` # rake /usr/local/bundle/gems/activesupport-6.1.3/lib/active_support/core_ext/class/subclasses.rb:30: warning: method redefined; discarding old subclasses -- create_table("legs", {force: true}) -> 0.0014s -- create_table("chairs", {force: true}) -> 0.0002s # Running tests with run...