M
M
Mat1lda2021-06-25 12:30:47
Ruby on Rails
Mat1lda, 2021-06-25 12:30:47

Is there an analogue of Django debug Toolbar for Rails (Show all sql queries while using the application)?

for django there is a great django debug toolbar. With it, you can track how many and what requests flies to the database and actually find out what the ORM has done. Is there a similar facility in Rails?

PS Looks like this:
?u=https%3A%2F%2Fhashedin.com%2Fwp-content%2Fuploads%2F2017%2F06%2Fdjango_toolbar_use1.png&f=1&nofb=1

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
Zaporozhchenko Oleg, 2021-06-26
@c3gdlk

There is no built-in tool. Request times can be viewed in the server logs. But, you can install newrelic and run it locally https://docs.newrelic.com/docs/agents/ruby-agent/f...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question