Skip to content

Instantly share code, notes, and snippets.

View bethanybenzur's full-sized avatar

Bethany Erskine bethanybenzur

View GitHub Profile
@bethanybenzur
bethanybenzur / deploy.rb
Created September 26, 2011 19:28
deploy.rb with parallelize changes
Bethanys-MacBook-Air:config bethany$ git diff
diff --git a/config/deploy.rb b/config/deploy.rb
index d95c28c..181055e 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -3,6 +3,7 @@ require 'new_relic/recipes'
$:.unshift(File.expand_path('./lib', ENV['rvm_path']))
require 'rvm/capistrano'
require 'hoptoad_notifier/capistrano'
+require 'cap_ext_parallelize'