`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…

2009/11/14 Smit S. [email protected]:

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