Skip to content

Instantly share code, notes, and snippets.

View ghg's full-sized avatar

Gregory Graf ghg

  • Rackspace
  • San Antonio, TX
View GitHub Profile

Pry Cheat Sheet

Command Line

  • pry -r ./config/app_init_file.rb - load your app into a pry session (look at the file loaded by config.ru)
  • pry -r ./config/environment.rb - load your rails into a pry session

Debugger

@ghg
ghg / gist:c2f998a78afe21023f94
Created November 9, 2015 19:26 — forked from saetia/gist:1623487
Clean Install – OS X 10.11 El Capitan

OS X Preferences


most of these require logout/restart to take effect

# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false

# Set a shorter Delay until key repeat
@ghg
ghg / about.md
Created August 19, 2011 23:00 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer