it just tried it in a new rails project. foxy fixtures are working fine for me. neither of your problems occurr: - ids are hashed values. - relationships in yml-files work
here is my fixture-code: # products.yml first: name: first second: name: second # pictures.yml one: product: second two: product: first maybe you got some other problems in your real code ( the one you posted looked quite ok). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

