I am learning Ruby on Rails and trying to develop an application. In my application I am trying to use the default SQLite database in the Development Mode a
You have to do this
sudo apt-get install libgmp-dev libpq-dev
and then
gem install pg