Frederick Cheung wrote: > On 21 Feb 2009, at 20:51, Hello Guy wrote: > >> assert true >> >> whats here wrong? >> i understand table members is not exist in alldataserver_test, but >> why? >> here is a mistake with migration i think, can someone help me? >> > it means that there is a fixtures file called members.yml so rails > helpfully tries to load it into your test database but there is no > such table. > > Fred
thanks, i know, in test database are not tables. my question is: why are not the tables for test database create? i did database migration and it creates only tables for development database but not for my test database. where can be the problem? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

