Hi Brian, On Sun, 2009-05-31 at 16:34 -0700, Brian wrote: > ... I've run into a timing problem that > reveals a flaw in my design.
Maybe. > It's most obvious when in the test environment: I need my model > classes declared before I can load fixtures, but the data from those > fixtures is needed before I can define my models because that's when I > generate all of my method names. Models do not factor into the picture WRT fixture loading. Fixture data does not 'pass thru' the model's validations. HTH, Bill --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

