public
Description: Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
Homepage: http://groups.google.com/group/rubyonrails-textmate
Clone URL: git://github.com/drnic/ruby-on-rails-tmbundle.git
Click here to lend your support to: ruby-on-rails-tmbundle and make a donation at www.pledgie.com !
100644 7 lines (5 sloc) 0.243 kb
1
2
3
4
5
6
7
set :application, "railsbundle"
 
require "slicehost/recipes/capistrano"
# Used to setup/update DNS registry of url => ip
set :domain_mapping, "railsbundle.com" => "208.78.99.82"
set :slicehost_config, File.dirname(__FILE__) + "/slicehost.yml"