Monday, November 17, 2008

Rails Backwards Incompatible Change Coming to 2.3, Application is Now ApplicationController

Just a head's up to Ruby on Rails fans out there. DHH just checked in a very backwards incompatible change for the 2.3 branch. The root class for your controllers is now ApplicationController and not Application.

I'm hoping this patch is reverted and instead rolled out for 3.0.

4 comments:

Jared said...

I've got a pre-release fix...

`cd yer_app`
`ln -s app/controllers/application.rb app/controllers/application_controller.rb`

:-)

His_wife95 said...

Hartmann's experience as both on-air talent and being a program director back in the 1960s and 1970s - that progressive talk radio could be a profitable format if done right. ,

His_wife95 said...

Hartmann's experience as both on-air talent and being a program director back in the 1960s and 1970s - that progressive talk radio could be a profitable format if done right. ,

Jared said...

I've got a pre-release fix...

`cd yer_app`
`ln -s app/controllers/application.rb app/controllers/application_controller.rb`

:-)