Last Updated: February 25, 2016
·
1.499K
· supherman

Postgres app and the pg ruby gem in OSX Mavericks

In order to compile the pg ruby gem in mavericks you'll need to pass the location of the postgres's app pg_config to bundler.

bundle config build.pg --with-pg-config=/Applications/Postgres.app/Contents/MacOS/bin/pg_config