I am trying to migrate my Rails app to Postgresql for heroku however i can\'t get taps to get the data from my SQLite3 database, here is what i have tried:
C
@David Karlsson's answer worked for me too. Except I had to update back rack once taps has completed the pull
gem update rack
and run bundle install to get back all my gems working.
bundle install
I'm on rails 3.2 and ruby 1.9.3