- 2.3.2 uninitialized constant ApplicationController

Hi,
I just migrated from rails 2.2.2 to 2.3.2
The rails app was running fine until i migrated
I checked for the application.rb in the controller folder and its
there
Any suggestions, why this is happening???

Regards,
Vimal Das

On Sat, Mar 21, 2009 at 11:06 AM, vimal [email protected]
wrote:

Hi,
 I just migrated from rails 2.2.2 to 2.3.2
 The rails app was running fine until i migrated
 I checked for the application.rb in the controller folder and its
there
 Any suggestions, why this is happening???

In 2.3 that’s application_controller.rb. Just rename it or run:

rake rails:update:application_controller

– fxn

Cool! Thanks Noria…
Is the rails version 2.3.2 an edge version?

Regards,
Vimal Das

On Sat, Mar 21, 2009 at 3:17 AM, vimal [email protected]
wrote:

Cool! Thanks Noria…
Is the rails version 2.3.2 an edge version?

Regards,
Vimal Das

Vimal, Rails 2.3.2 is the most recent release.

-Conrad

Thanks for the reply Conrad :slight_smile:

Regards,
Vimal Das

Thanks Noria.

I am a beginner and these minor issues are taking too much of my time;
didn’t expect this from ROR.