Features

Active Record

Show SQL queries, timings and bindings in the Rails debugbar

This is probably my favorite feature. It shows you all the SQL queries that were executed during the request. It's the same information you would typically get in the logs, but it's not entangled with other requests, and it's easier to read.

Screenshot of SQL queries in the debugbar

The queries can be folded, reformatted and easily copied.

Screenshot of SQL queries in the debugbar

It will also highlight cached and async queries with a tag.

Screenshot of SQL queries in the debugbar