search for: capbase

Displaying 1 result from an estimated 1 matches for "capbase".

Did you mean: capable
2006 Mar 31
0
Testing multiple databases
Does anyone have any experience testing multiple databases? I''m working on an application that relies on an external data feed, which gets updated every night. My models consist of the models in my app database, and a bunch of models all subclassed from CAPBase, which connects to the data feed. However... part of the functionality of the application depends on monitoring the changes in the data feed (eg when items are added or deleted, or when prices change). How can I use fixtures to achieve this? I''m sure I''ve seen something abou...