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:
I've got a pre-release fix...
`cd yer_app`
`ln -s app/controllers/application.rb app/controllers/application_controller.rb`
:-)
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. ,
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. ,
I've got a pre-release fix...
`cd yer_app`
`ln -s app/controllers/application.rb app/controllers/application_controller.rb`
:-)
Post a Comment