I just got started with Heroku (at least that was my intent).  I've
pushed our Rails 2.0.2 app and ran into errors running:
$ heroku rake test
  :
/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/
connection_adapters/abstract/connection_specification.rb:217:in
`establish_connection': test database is not configured
(ActiveRecord::AdapterNotSpecified)
        from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/
active_record/connection_adapters/abstract/connection_specification.rb:
208:in `establish_connection'

since I don't believe I control the database, I'm not sure what to
do.  Maybe I missed a step.  Here's all I did:

sudo gem install heroku
heroku keys:add
heroku create
git push heroku master
vim .gems    # create manifest
git push heroku master

saw errors with:
heroku rake db:push
and
heroku rake db:migrate

so, I thought I'd stick to basics with 'rake test'

Any ideas?

Thanks,
Sarah
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to