Smit Shah
2009-Nov-14 06:38 UTC
`const_missing'': uninitialized constant CGI::Session (NameEr
Hi all... I am facing the following error "`const_missing'': uninitialized constant CGI::Session (NameError)" While running "script/generate controller abc" Having any idea???? Thanks all..... -- Posted via http://www.ruby-forum.com/.
Colin Law
2009-Nov-14 09:36 UTC
Re: `const_missing'': uninitialized constant CGI::Session (NameEr
2009/11/14 Smit Shah <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>:> > Hi all... > > I am facing the following error > "`const_missing'': uninitialized constant CGI::Session (NameError)" > > While running "script/generate controller abc" >What have you changed that has made this happen (if anything)? If you have upgraded the rails version try googling for const_missing uninitialized constant CGI::Session NameError and you will likely find the answer. If you have not upgraded then googling may find it anyway. Colin