Install pg gem on ubuntu

1. sudo apt-get install postgresql

2. sudo apt-get install postgresql-client libpq5 libpq-dev

3. Add Gem gem 'pg' in Gemfile
OR
gem install pg

3. bundle

Comments