I\'m a big fan of the MiniProfiler created by Jarrod Dixon and the Stack Overflow team for ASP.NET. Is there a port of it for Rails applications?
Since the core of the
"It displays footnotes in your application for easy debugging, such as sessions, request parameters, cookies, filter chain, routes, queries, etc.
Even more, it contains links to open files directly in your editor including your backtrace lines."
There's NewRelic's "Developer Mode".
https://support.newrelic.com/help/kb/ruby/developer-mode
It's not a 1:1 but it does log actions, queries and even show you the source that executed queries.
They also have the source available at: https://github.com/newrelic/rpm
Funny that you ask that, turns out we have been busy porting it to Ruby.
See:
Rackbug is a Rack application, adds a diagnostics toolbar to Rack apps, it looks similar with MiniProfiler.
Take a look at features list:
It can work on every environment you specified with restriction by IP address