Skip to content

Instantly share code, notes, and snippets.

View manfrin's full-sized avatar

Mike Manfrin manfrin

  • AnyRoad
  • Berkeley
View GitHub Profile

Keybase proof

I hereby claim:

  • I am manfrin on github.
  • I am manfrin (https://keybase.io/manfrin) on keybase.
  • I have a public key ASAmDWhuwQthxu2veyp9cXBdxOPpEsYSMKQMy4W6_dj6zQo

To claim this, I am signing this object:

@manfrin
manfrin / deploy_branch.sh
Created February 9, 2018 23:51 — forked from todd/deploy_branch.sh
Deploy Command
deploy-branch() {
stage=$1
BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD) bundle exec cap $stage deploy
}
@manfrin
manfrin / deploy_branch.sh
Created February 9, 2018 23:51 — forked from todd/deploy_branch.sh
Deploy Command
deploy-branch() {
stage=$1
BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD) bundle exec cap $stage deploy
}

Keybase proof

I hereby claim:

  • I am manfrin on github.
  • I am manfrin (https://keybase.io/manfrin) on keybase.
  • I have a public key ASA1rc6cc1N-WNgatpFfeKgTsw-QdxaY1QiLqtki4Ap3gQo

To claim this, I am signing this object:

@manfrin
manfrin / Instructions
Last active December 14, 2015 05:18
Rspec Snippets for Sublimetext
Go to Tools -> New Snippet, copy these. 1 per file. Save as anything.sublime-snippet
Typing:
rspec[tab] will fill in code for a new rspec file
2nd Tabbing will move you from the Controller entry to the first Context enty
should[tab]
2nd Tabbing will move you from the Object to Expectation
its[tab]
2nd Tabbing will move you from the 'should' block to the body
fg[tab]