Cool visualization of merb's framework load process
Posted by ezmobius Thu, 08 May 2008 04:51:00 GMT
Michael Klishin made a sweet mapping of a merb server’s boot process. Hopefully we can get stuff like this made for other parts of the framework as well as I think it can really help you find your way around the source code of merb-core.
Searching...





Wow, that is nice. I wonder how it compares with Rails? Not in a "which one is better" sort of way. I'm just curious what the boot process for Rails looks like as well.
Rails boot process is more complicated. Not so easy to understand magic happening in dependencies.rb.
Sweet... may I ask which program has been used to produce this graph? Seems much nicer than graphviz!
MindManager 6 for Mac
Oooh pretty! It'd be nice to get a view like this generated as profiling/benchmarking of an app. With bigger/colored bubbles for things that are taking more time etc. Anybody know if some such thing exists?