Deploying using Capistrano and rainbows is almost trouble free, include the
following in your deploy.rb:
Make sure your Gemfile includes gem 'capistrano-unicorn', and you have to
make sure you created a settings file in config/unicorn/production.rb (yes, a
unicorn directory).
Update 29th May, 2013
A patch applied to capistrano-unicorn today allows you to specify the
configuration file, you can use for capistrano-unicorn ~> 0.1.9:
Configuration file
Mine includes using EventMachine, as I want an async stack for using
sinatra-sse.