Skip to content

Commit

Permalink
Extract dev/staging/prod binaries to parity gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed May 13, 2013
1 parent 341b7c9 commit cb6170d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 131 deletions.
7 changes: 0 additions & 7 deletions README.md
Expand Up @@ -96,20 +96,13 @@ Shell aliases and scripts:
* `b` for `bundle`.
* `g` with no arguments is `git status` and with arguments acts like `git`.
* `git-churn` to show churn for the files changed in the branch.
* `load-backup-into development` or `load-backup-into staging` to load latest
production database backup into development/staging.
* `m` for `rake db:migrate && rake db:rollback && rake db:migrate && rake db:test:prepare`.
* `mcd` to make a directory and change into it.
* `production backup`, `production migrate`, `production tail`, `watch
production ps`, etc. to interact with production Heroku environment. This
script also acts as a pass-through so you can do anything with it that you can
do with `heroku _______ -r production`.
* `rake` is `zeus rake` if using [Zeus](https://github.com/burke/zeus) on the
project in current directory.
* `replace foo bar **/*.rb` to find and replace within a given list of files.
* `rk` for `rake`.
* `rspec` is `zeus rspec` if using Zeus on the project in current directory.
* `staging` version of `production` script.
* `tat` to attach to tmux session named the same as the current directory.
* `v` for `$VISUAL`.

Expand Down
24 changes: 0 additions & 24 deletions bin/deployment_environment.rb

This file was deleted.

48 changes: 0 additions & 48 deletions bin/load-backup-into

This file was deleted.

26 changes: 0 additions & 26 deletions bin/production

This file was deleted.

26 changes: 0 additions & 26 deletions bin/staging

This file was deleted.

0 comments on commit cb6170d

Please sign in to comment.