App move to apache causing error

I just setup rails with apache. Reinstalled ruby and rails. I moved my app that I had running with mongrel and mysql to a new folder for apache to access. Now I get this error

MissingSourceFile in MainController#index

no such file to load -- sqlite3

Where is this coming from? My database.yml is all mysql.

Help?