Skip to content

Instantly share code, notes, and snippets.

@dimitardanailov
Created March 7, 2016 12:50
Show Gist options
  • Select an option

  • Save dimitardanailov/91122994ddc2270b5aea to your computer and use it in GitHub Desktop.

Select an option

Save dimitardanailov/91122994ddc2270b5aea to your computer and use it in GitHub Desktop.
Rails tips and tricks
# Install pg gem
# Source http://excid3.com/blog/installing-postgresql-and-pg-gem-on-mac-osx/
PATH=$PATH:/Library/PostgreSQL/9.5/bin/ gem install pg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment