Rails: Is there a way to see which view/partial produced which part of the site's HTML? -
in our application working lot of variations of similar views/partials. it's bit difficult find right file when want edit it. handy somehow print out view's/partial's filepaths in generated html code.
i guess 1 overwrite render
method this, maybe there's solution this?
thanks lot josh
you can see rendered views/partials on console log
or in development log
and looks this:
rendered static/_menu.html.erb (165.0ms)