Hello, I have exactly the same problem, did you find a way to solve it ?
I can access my database with script/console in the test environment. I can run rake db:migrate in the test environment, and I can insert datas in my database through the console. Many thanks On 15 mar, 13:33, MaD <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---

