Skip to content

Instantly share code, notes, and snippets.

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYCv18Nv31KOPEzEs4mNRcbsPkVnYb8HC2hTzxLxV7H2LuvfnQT7Tc4pF/3jDWbclBbfBMX24Z99YODmB0U+1gOolAJ9fe0aFYStMJ5jNSCjnTEij5IXJPJX3SGgBm9FyZm/hsa2ajQ8unzLvfOAts+1PtqeEqrjzwzMc8jvtk/vdVTkpkA3ATVNf49tJmgZiUNH8Y4yRUlFA8AbXOymPyP34B2MO41UpEVkg4vqbleiS5S099atpsPDjf7iFC9AiBGkEXCzuYyVRCwJP4bAQavFAyu8O7AV1hrHwlclj2TWXVaDD/3wuklEPT+zqGPwuJF2dhx+FSjXH7fmYZNUbZ august.flanagan@gmail.com
@aflanagan
aflanagan / gist:7938291
Last active December 31, 2015 04:59
Test a local gem
  1. update your Gemfile to point to the remote git repository (e.g. gem "hologram", :git => 'https://github.com/trulia/hologram.git', :branch => 'master')

  2. run bundle config local.GEM_NAME /path/to/gem/git/repo (e.g. bundle config local.hologram /wb/tru/hologram)

  3. When you're done run bundle config --delete to remove the local override

@aflanagan
aflanagan / gist:7727844
Last active December 29, 2015 21:09
My Apps
What I installed on new mbp:
- 1Password (https://agilebits.com/onepassword)
- Dropbox (dropbox.com)
- Sublime Text (http://www.sublimetext.com/)
- iTerm (www.iterm2.com)
- SizeUp (http://www.irradiatedsoftware.com/sizeup/)
- Anvil (anvilformac.com)
- Alfred (www.alfredapp.com)
- LiveReload (http://livereload.com/)