Category: Capistrano
Git Submodules and Capistrano
April 22nd, 2009, Comments Off
Small point of reference, if you use git submodules in your rails application, then remember to add:
set :git_enable_submodules, true
to your deploy recipe. This is not very well documented as a lot of documentation on the web for capistrano was written before this feature was included, and before git was widely used.