rango icon indicating copy to clipboard operation
rango copied to clipboard

Rack middleware for debugging Rango applications

Open botanicus opened this issue 15 years ago • 3 comments

  • should be usable even for plain-rack apps
  • should be ORM agnostic
  • something like Rack::Bug (http://www.brynary.com/2009/4/22/rack-bug-debugging-toolbar-in-four-minutes
  • inspection of middlewares (which \m/ were used ... )
  • profiling info
  • memory and resource usage
  • dependencies
  • loaded rango files

botanicus avatar Jun 09 '09 17:06 botanicus

[memory usage] I hope we can found something more robust than just http://github.com/brynary/rack-bug/blob/d23773079037e96f13cf8a900f13e57abf416ce9/lib/rack/bug/panels/memory_panel.rb

botanicus avatar Jun 09 '09 21:06 botanicus

[memory usage] Maybe it can be done with http://ruby-prof.rubyforge.org/

botanicus avatar Jun 09 '09 22:06 botanicus

http://wiki.github.com/binarylogic/memorylogic, http://github.com/noahd1/oink/

botanicus avatar Sep 09 '09 17:09 botanicus