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) 

Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -