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 (
README
PartialAnnotation ================= A rails plugin which annotates begnining and end of partial by inserting a pair of comments. See example below. Example ======= <%= render :partial => "/foo" %> may become: <!-- begin partial "_foo.html.erb" --> ... contents of foo <!-- end partial "_foo.html.erb" --> Install ======= $ script/plugin install git://github.com/hiroshi/partial_annotation.git Todo ==== * Support templates other than html (e.g. Javascript commnets begin with "//") Copyright (c) 2009 Hiroshi Saito (yakitara.com), released under the MIT license








