Both do not generate any output.
I understand there should be generated a init.rb in the vendor/plugins
directory but it's empty.
What am I doing wrong?
Is there any significant difference in putting Haml in vendor/gems vs
keeping it in vendor/plugins [under git submodule]? I know the
recommended manner is to use the gem. Just wondering if there's
anything noticeably different. [And too lazy to suss it out for
myself.]
one difference is that when you do gem update the plugins dont get
updated you have to go into each and evry one of them in each and
every one of the rails projects you have done and type svn up.
if you're vendoring rails, you wouldn't want an automatically updated
haml either though. and freezing haml to vendor seems much like using
it as a plugin. just my take.