public
Description: Rails plugin to inject ERB Template filenames as they are rendered.
Homepage:
Clone URL: git://github.com/loe/partial_insight.git
name age message
file MIT-LICENSE Loading commit data...
file README
file Rakefile
file init.rb
directory lib/
README
PartialInsight
==============

Injects the filenames ERB templates as they are rendered.
In Rails 2.3 you will need to comment out line 211 of action_view/template.rb.

def load!
 #freeze
end

Copyright (c) 2009 W. Andrew Loe III <andrew@andrewloe.com>, released under the MIT license