charkost / prosopite

:mag: Rails N+1 queries auto-detection with zero false positives / false negatives
Apache License 2.0
1.48k stars 45 forks source link

Suggest using around_action #34

Closed pustomytnyk closed 2 years ago

pustomytnyk commented 2 years ago

Ensure that scan is finished after exceptions to avoid false positives after subsequent actions.

charkost commented 2 years ago

Nice catch! Thanks @pustomytnyk