On Sun, Mar 6, 2011 at 8:40 AM, Bryan Crossland <[email protected]> wrote:

> Check your database.yml, Gemfile, and Gemfile.lock. Make sure you are
> specifying that you want to use PostgreSQL which is the database that Heroku
> uses not SQLite3.

Sorry, that's pointless. Heroku doesn't care about your database.yml
file at all. As long as you don't have any proprietary SQL statements
in your app or migrations, it should move between environments with
no issues.

> You're (sic) development environment should match production the
> best that it can.

Generally that's a good ideal to strive for, but with a cloud service like
Heroku it's irrelevant. I develop locally with MySQL and mongrel or
unicorn and push those apps to Heroku generally without issues.

But in the absence of actual log data, who knows what's going on?  :-)

-- 
Hassan Schroeder ------------------------ [email protected]
twitter: @hassan

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en.

Reply via email to