From: Jamis Buck Date: 2005-10-20T23:39:03+09:00 Subject: Re: Weird Rails | Rake | Gems Error On Oct 20, 2005, at 8:26 AM, James Edward Gray II wrote: > On Oct 20, 2005, at 9:14 AM, James Edward Gray II wrote: > >> I'm seeing the strangest error this morning. >> > > Boy, I sure broke something. More weirdness: > > $ rake migrate > (in /Users/james/Documents/Contract Jobs/HighGroove/robrady) > rake aborted! > WARNING: You have a nil object when you probably didn't expect > it! Odds are you > want an instance of Array instead. > > Look in the callstack to see where you're working with an object > that could be nil. > Investigate your methods and make sure the object is what you expect! > ./rakefile:201 Can you run it with --trace enabled? $ rake --trace migrate That might give us a more helpful backtrace. - Jamis