Hi guys. I wrote a gem that helps you find out which server or client side template is responsible for rendering a DOM element.
When trying to figure out where a UI element came from in a large codebase that I'm not familiar with, I sometimes find that using grep or ack can still be pretty painful especially when wading through hundreds of potential matches.
This tool aims to expedite that process by simply embedding the source location metadata of a DOM element in its data-attribute so that one can easily find it via the web inspector.
I hope you guys find this useful. Comments and feedback welcome.