Ever look at the HTML output from an old project and wonder which the hell partial rendered which the heck bit of the HTML?
Wonder no more.
./script/plugin install git://github.com/mattwynne/partial_debugger.git
Then add this to your config/environments/development.rb
PartialDebugger.enable
…because you probably don’t want this running in production.