I got going with Haml awhile ago and converted the Insoshi application
to use Haml. For those who might be interested in using it as a
learning tool, here is the link on Github:
http://github.com/bruparel-test/insoshi_haml/tree/master
While I very much like the structure that Haml imposes on the views, I
do not know very much about debugging it in real-life scenarios. I
use NetBeans for my development work and it has a decent debugger
which has proven itself when debugging some messy views written by
previous programmers on a project that I worked on.
I would like to know how people debug their Haml templates? It is Ok
if you don't use an IDE but you probably have some tried and tested
techniques for debugging Haml. That is what I am interested in.
Thanks for your time.
Bharat