Public Gists by jasonrudolph

Gravatar
Mon Jun 29 08:49:24 -0700 2009
1
2
3
after "deploy:restart", "deploy:tag_last_deploy"
 
namespace :deploy do
Gravatar
Sat Apr 18 17:49:44 -0700 2009
1
2
3
-- Separate your work email from your home email in Mail.app.
--
-- Sure, you can use separate mailboxes or smart mailboxes to separate
Gravatar
Sat Jan 31 04:57:00 -0800 2009
1
2
3
# Grab a password out of the 1Password keychain...finding it by "name"
def password_for_hostname(name)
    password_info = `security 2>&1 >/dev/null find-generic-password -gs passwords.Password:#{name} 1Password.keychain`
Gravatar
Wed Jan 14 18:47:01 -0800 2009
1
2
3
# Adapted from http://gist.github.com/31934
# http://henrik.nyh.se/2008/12/git-dirty-prompt
# http://www.simplisticcomplexity.com/2008/03/13/show-your-git-branch-name-in-your-prompt/
Gravatar
Thu Oct 02 17:02:23 -0700 2008
1
2
3
namespace :db do
  namespace :data do
    desc "Load data into current environment"