Plugins - act_as_debug
Add to favoritesto use it, simply do: act_as_debug , {OPTIONS}
any type to be inspected.
OPTIONS:
:file => "filename" -will be use /log/ subfolder to append log to file.
sample: act_as_debug @pages, :file => "pages_inspect"
Also you can use ‘debug’ instead of act_as_debug. (alias)

