I was having problems pushing data from my development db to Heroku. I 
decided to switch to PostgreSQL as my development db and have updated 
database.yml and removed the sqlite gem from the gemfiles.

The app runs fine against PostgreSQL but when I try to run the command:

heroku db:push


I get an SQLite error which is puzzling because there is no reference to sqlite 
in my project:

 !    Taps Load Error: cannot load such file -- sqlite3
 !    You may need to install or update the taps gem to use db commands.
 !    On most systems this will be:
 !    
 !    sudo gem install taps

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/080396a4-f78f-4b44-9fcd-62d93ffecdea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to