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
- Host: GitHub
- URL: https://github.com/mnutt/partial_map
- Owner: mnutt
- License: mit
- Created: 2009-03-26T21:45:45.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-03-30T22:26:47.000Z (about 17 years ago)
- Last Synced: 2025-01-09T23:53:57.550Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 82 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE
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