On Nov 23, 2008, at 5:22 PM, Peter wrote:
> > Hmmh, > > even after cleaning up the roles_users (without timestamp) it does not > work (Hint from [1]) > Tried out different order of fixture importing -> nothing helps. > > So, I switched to the old way to define fixtures [2] and it works :-) > > Regards, > Peter. > > [1] > http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/ea4de9d194fefc2d/62cd3b8f365eba8b > [2] > http://railsforum.com/viewtopic.php?id=50 This is the only message I've looked at, but can you turn the join table's fixture into an ordered map: --- !omap - first: id: "1" role_id: "1" user_id: "1" - second: id: "2" role_id: "1" user_id: "2" -Rob Rob Biedenharn http://agileconsultingllc.com [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

