Skip to content

Instantly share code, notes, and snippets.

View nocksock's full-sized avatar

Nils Riedemann nocksock

View GitHub Profile
@nocksock
nocksock / capistrano_database_yml.rb
Created March 26, 2012 13:32 — forked from weppos/capistrano_database_yml.rb
Provides a couple of tasks for creating the database.yml configuration file dynamically when deploy:setup is run.
#
# = Capistrano database.yml task
#
# Provides a couple of tasks for creating the database.yml
# configuration file dynamically when deploy:setup is run.
#
# Category:: Capistrano
# Package:: Database
# Author:: Simone Carletti <[email protected]>
# Copyright:: 2007-2010 The Authors