SOLVED I figured it out. I found on a blog [ http://www.jsiegel.com/2008/10/heroku-databaseyml-and-no-such-file-to.html] that this was due to having Rails frozen in vendor/rails. I deleted the frozen Rails, and it worked. I never read anything on Heroku about not supporting vendor'd Rails. Oh well. Apparently Heroku has patched Rails in some way so that it should ignore your database.yml file, but you need to be running their version of Rails.
I wish the error message said something more descriptive. Or at least Heroku should mention this in a FAQ or something. Nate On Sat, Nov 22, 2008 at 1:44 PM, Nate Clark <[EMAIL PROTECTED]> wrote: > Ok, I figured it out. It's because the app had rails frozen in > vendor/rails. This is a case of an error message that has absolutely > nothing to do with the problem. > > If you're having this problem, delete the vendor/rails directory and it > should run. > > Nate > -- http://nateclark.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
