rango
rango copied to clipboard
Rack middleware for debugging Rango applications
- 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
[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
[memory usage] Maybe it can be done with http://ruby-prof.rubyforge.org/
http://wiki.github.com/binarylogic/memorylogic, http://github.com/noahd1/oink/