Rails: vendor/gems or vendor/plugins?
Posted
by TheDeeno
on Stack Overflow
See other posts from Stack Overflow
or by TheDeeno
Published on 2010-04-12T16:06:01Z
Indexed on
2010/04/12
16:13 UTC
Read the original article
Hit count: 324
I'm attempting to track my dependencies with git-submodules in my rails app. So far I've added submodules for things like, haml, shoulda, authlogic, etc to 'vendor/plugins'. I've seen indications that I should be using 'vendor/gems' instead though.
Question, which directory is the appropriate place to put dependencies being tracked as submodules? Is the choice arbitrary?
Thanks
© Stack Overflow or respective owner