render_tree.rb

Path: lib/test/rails/render_tree.rb
Last Update: Wed Oct 22 21:53:16 -0500 2008
Base ActionView dot/f_45.png

test/rails/render_tree.rb adds debug rendering to ActionView::Base#render.

Debug rendering prints out a tree of calls to render allowing you to easily visualize where rendering occurs in unfamiliar code.

[Validate]