Robert Walker wrote: [...] > I'd suggest creating yourself a set of rake tasks that dumps your data > out into Yaml fixture files. Then you can create tests (or specs) to run > though all that data. Granted it will be very slow, but for a one-time, > or not-very-often run, it might be reasonable.
This mostly already exists. Check out yaml_db. You may need to write a little glue code. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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.

