Re: [Rails] “undefined method `accept' for nil:NilClass”

2012-08-14 Thread Colin Law
On 14 August 2012 12:14, Colin Law wrote: > On 14 August 2012 12:01, news.anand11 wrote: >> no any of them hasn't helpful to me. I have also got the ans on stack >> overflow but it hasn't work for me. check this : >> http://stackoverflow.com/questions/11946775/undefined-method-accept-for-nilnilcl

Re: [Rails] “undefined method `accept' for nil:NilClass”

2012-08-14 Thread Colin Law
On 14 August 2012 12:01, news.anand11 wrote: > no any of them hasn't helpful to me. I have also got the ans on stack > overflow but it hasn't work for me. check this : > http://stackoverflow.com/questions/11946775/undefined-method-accept-for-nilnilclass Please don't top post, it makes it difficul

Re: [Rails] “undefined method `accept' for nil:NilClass”

2012-08-14 Thread news.anand11
no any of them hasn't helpful to me. I have also got the ans on stack overflow but it hasn't work for me. check this : http://stackoverflow.com/questions/11946775/undefined-method-accept-for-nilnilclass On Tue, Aug 14, 2012 at 4:15 PM, Colin Law wrote: > On 14 August 2012 10:30, news.anand11 w

Re: [Rails] “undefined method `accept' for nil:NilClass”

2012-08-14 Thread Colin Law
On 14 August 2012 10:30, news.anand11 wrote: > I am getting "undefined method `accept' for nil:NilClass" error while > running db:migrate. My configuration is: Googling for rails migrate undefined method `accept' for nil:NilClass shows many hits with the same issue. Have you looked to see if any

[Rails] “undefined method `accept' for nil:NilClass”

2012-08-14 Thread news.anand11
I am getting "undefined method `accept' for nil:NilClass" error while running db:migrate. My configuration is: Rails 3.2.8 MySql 5.1.54 OS : win7 ruby : 1.9.2 my gems list command output: F:\RailsApp\MyApp>gem list *** LOCAL GEMS *** actionmailer (3.2.8) actionp

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