Hello, I have an application that needs to access legacy tables that are in a different database then the Rails application. I know how to set up the models to connect to the legacy tables and that seems to work just fine. I would like to do unit testing on these models using Rails built in testing. I haven't found anything that explains how to get the schemas for the legacy tables into a test environment. I don't have migrations for them and they aren't in schema.db. What do I need to do to set this up?
Thanks! Tami -- 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.

