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

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -