Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
set :env_args, nil set :rakefile, nil desc "Install rails:edge into Application." task :rails_link, :roles => [ :web, :app, :db ] do set :rakefile, "-f #{current_path}/lib/tasks/common/rails.rake" set :env_args, "rails_version=#{rails_version} user_name=#{scm_username} password=#{scm_password} remove=n base_dir=/ app_dir=#{current_path} rails_dir=#{shared_path}/vendor/rails/" run_remote_rake "rails:link" end
This paste will be private.
From the Design Piracy series on my blog: