Answer the question
In order to leave comments, you need to log in
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:
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question