From a1e4f794fc041827e82949aada58b1671952f5d8 Mon Sep 17 00:00:00 2001 From: Lee Hambley Date: Mon, 10 Jun 2013 14:17:54 +0200 Subject: [PATCH] Updating the sample file, I'd like to ship implementations of these at launch time --- lib/capistrano/templates/Capfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/capistrano/templates/Capfile b/lib/capistrano/templates/Capfile index 731be374..2eff09c2 100644 --- a/lib/capistrano/templates/Capfile +++ b/lib/capistrano/templates/Capfile @@ -8,10 +8,14 @@ require 'capistrano/deploy' # # For documentation on these, see for example: # +# https://github.com/capistrano/rvm +# https://github.com/capistrano/rbenv # https://github.com/capistrano/bundler # https://github.com/capistrano/rails/tree/master/assets # https://github.com/capistrano/rails/tree/master/migrations # +# require 'capistrano/rvm' +# require 'capistrano/rbenv' # require 'capistrano/bundler' # require 'capistrano/rails/assets' # require 'capistrano/rails/migrations'