PartialDebugger Plug-in for Rails

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.

Published by Matt

I write software, and love learning how to do it even better.

Leave a comment

Your email address will not be published. Required fields are marked *