The error is not in our YAML file. We are using the same code to dump our yaml file with Ruby 1.9.3 as we used to use with Ruby 1.8.6 The problem is that psych does not deal well with recursive data structures - specially when they ar...zdavatz (Zeno Davatz)
Please take good care when you introduce a new default YAML engine to Ruby 1.9.3 so people who have been using syck for 10 years will not be waked by an avalanche of changes. Currently using Psych as a drop-in replacement for syck will _...zdavatz (Zeno Davatz)