- 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

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

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