Hello,

I'm guessing here that gem sqlite3's gem is missing.

You need t explicitly specify sqlite3 gem.

Please follow instruction here:

http://devcenter.heroku.com/articles/gemmanifest

--
Tanin Na Nakorn
Whowish Ltd.
The creator of Dynonamics: http://dynonamics.heroku.com/help

On Apr 8, 1:32 pm, swoody <swood...@gmail.com> wrote:
> 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 heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to