This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Wed Feb 11 03:33:52 -0800 2009 | |
| |
README | Wed Feb 11 03:47:59 -0800 2009 | |
| |
tasks/ | Wed Mar 11 06:19:30 -0700 2009 |
README
Creates a dependency graph of all your views and partials. It parses all your views in app/views and extracts all "render :partial" calls. This information is used to generate a graph that shows which view uses which partial (which itself may use other partials). Once the data has been extracted it is used to generate a graphical representation using GraphViz [1]. It is saved as RAILS_ROOT/partial_dependencies.png. Installation ------------ Install via script/plugin install git://github.com/msales/partial_dependencies into your Rails application Usage ----- This plugin is basically just a rake task. If you run rake partial_dependencies:generate_picture it will generate a file called partial_dependencies.png (provided that Graphviz is installed) in your RAILS_ROOT. [1] http://www.graphviz.org/







