[Rails] Re: looking for help with NoMethodError: undefined method `key?' for #

2009-02-02 Thread Chris Warren
Thanks! Turned out not to be indenting, but that was the clue I needed to take a closer look at my fixture syntax. I'd accidentally removed the space after the : in name value pairs in one of my files. I hadn't realized how format sensitive yaml is. Now on to the fun stuff... -Chris On Mon, Fe

[Rails] Re: looking for help with NoMethodError: undefined method `key?' for #

2009-02-02 Thread Frederick Cheung
On 2 Feb 2009, at 03:47, Chris wrote: > > Hi all, > > Any help with this would be appreciated. I'm using instant rails, > updated to 2.2.2, on Windows XP. > > I've created my DB and scaffolded a few things and put some fixtures > into place, and when I run the tests I get many errors that look l