An open API service indexing awesome lists of open source software.

https://github.com/mnutt/partial_map

Rails plugin that provides a rake task to view the heirarchy of views and partials they render
https://github.com/mnutt/partial_map

Last synced: about 1 month ago
JSON representation

Rails plugin that provides a rake task to view the heirarchy of views and partials they render

Awesome Lists containing this project

README

          

PartialMap
==========

PartialMap is a small rake task that shows the heirarchy of your rails views and the partials they
call. It can also take an optional directory argument, which will scope the tree to that view
directory.

Example
=======

% rake partial_map
...

% rake partial_map app/views/users
...

Copyright (c) 2009 Michael Nutt , released under the MIT license