In addition to Ricardo's solution, I think another thing you can do is just leave off the database url. You mentioned that you have a config/database.yml, without specifying a URL it will read from that automatically. i.e.
$ heroku db:pull Auto-detected local database: sqlite://db/development.sqlite3 ... Adam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
