Re: [Rails] "undefined method `accept' for nil:NilClass" error after upgrading to 3.2

2012-01-24 Thread Dave Aronson
On Mon, Jan 23, 2012 at 15:57, Shyam Habarakada [GMail] wrote: > I'm getting the error undefined method `accept' for nil:NilClass in my > controller. At what line of code? Show us what's there. Chances are you've got a call that looks like "someobject.accept(someargs)". The variable someobjec

[Rails] "undefined method `accept' for nil:NilClass" error after upgrading to 3.2

2012-01-24 Thread Shyam Habarakada [GMail]
I'm getting the error undefined method `accept' for nil:NilClass in my controller. This is on the development environment running on OSX with mysql. Below is the full stack trace and also my bundle/gem setup information. This is reported by a couple of others on the ruby forums, and I'm trying to s