Trying to get our app up and running on Heroku and am having some
issues with the models that connect to a 2nd remote database.
I get the error:

:in `establish_connection': wawd database is not configured
(ActiveRecord::AdapterNotSpecified)

The database is configured in database.yml and currently works outside
of heroku in a production setting

xxx:
  adapter: mysql
  database: xxxx
  username: xxxx
  password: xxxx
  host: xxxxx

And the models include:

  establish_connection :xxx

Is this not a valid way of connecting to a database on Heroku? Should
it be configured differently?

Thanks...

-timw

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@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