Hi railsists, I just tried using a YAML fixture, and it didn''t work. I checked it several times against both the testing tutorial PDF and the example in AR''s source code comments; check. It loaded from YAML as expected. But Ruby inspected the data Rails loaded as an empty hash. Does this sound familiar to anyone? Anybody actually using YAML fixtures out there successfully? I''d love to know how if you are. -- Ryan Platte
On Fri, 12 Nov 2004 02:25:14 -0600, Ryan Platte <ryan.platte-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I just tried using a YAML fixture, and it didn''t work...And then I found the patch in Trac, which worked: http://dev.rubyonrails.org/trac.cgi/ticket/189 -- Ryan Platte