Mendable.com home

Git Submodules and Capistrano

22 Apr 2009

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.