Hi, I had to wrap a model in a module to work around a name conflict. Now my model is MyApp::Country instead of Country. I also renamed the table to ''myapp_countries'' and used set_table_name ''myapp_countries'' in my model. Now my app works just fine with this, but I am having trouble getting my fixtures to load in my functional and unit tests. I renamed the countries fixture to ''myapp_countries.yml'', and used ''fixtures :myapp_countries'' in the tests but I keep getting the following errror: ''FixtureClassNotFound: The class "MyappCountry" was not found.'' Any ideas how to make this work? Thanks! Ingo -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---