seems there is a problem with your database or its schema. did you configure your database.yml correctly for your test-db?
check whether you can access that db with given username/password. also check if there are migrations pending or sth like it. are you able to access test-db with script/console test ? try to get into your console (test-env) and create a new instance of one of your models and save it to see whether your database- connnection is working properly. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

