I’m getting
! Taps Load Error: cannot load such file -- sqlite3
even though I have ‘sqlite3’ installed
My database.yml is set to use Postgres in all environments
Ruby is 1.9.3p125
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Heroku doesn’t support sqlite3.
So you need to change your Gemfile to be:
And run
bundle installagain