I tried using gem install pg but it doesn\'t seem to work.
gem install pg
gem install pg gives this error
Temporarily enhancing PATH to in
If you are using jruby instead of ruby you will have similar issues when installing the pg gem. Instead you need to install the adaptor:
gem 'activerecord-jdbcpostgresql-adapter'