active-record-query-trace icon indicating copy to clipboard operation
active-record-query-trace copied to clipboard

Rails plugin that logs/displays a backtrace of all SQL queries executed by Active Record

Results 3 active-record-query-trace issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to figure out an N+1 queries issue, but I can't figure out how to get this gem working for me, on rails 6.1.6.1 Nothing I do seems...

Hi, Can we make it so that these kinds of queries are not logged? ``` SAVEPOINT active_record_2 RELEASE SAVEPOINT active_record_2 ```

I have developed my own gems to share logic along many projects. I run the rails console on my project containing the gem i want to do query trace. I...