Cool_debug

I was always unsatisfied with the way Rails view’s debug method worked. What I wanted was a way to present objects data for debug purposes in clean and readable way. This is why I created this plugin.

Example

In views:

cool_debug(@object)

For each object that we call cool_debug returns nice formatted table, see example here:

Copyright © 2010 [Ignacy Moryc], released under the MIT license