Hi, I'm having an issue deploying to heroku. If I push to heroku it fails to load the page (giving the rails 500.html error). Checking the logs yields an error:
Could not load file -- sqlite3 I made sure that my production app wasn't using the sqlite gem, and the error persisted. It seems like heroku is looking for it even though it shouldn't be. I looked around the internet and it seems like the culprit is database.yml which heroku needs to load the rails app (if I don't include it it breaks.) And when I try to run >>heroku rake db:migrate it also complains that there is no sqlite3 file. Thanks, Scott -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
