Rails 2.3.4 errors.... is it a stable version ? or shoudl I revert to 2.3.2 ?

just installed 2.3.4, and launched a simple script/console ... got errors, both in 2.3.4 libs...

Is that with a newly generated rails app? If not did you remember to upgrade the app with rake rails:update ?

Colin

Both of these smell like something's trying to patch parts of Rails. Are you running on an app generated in an older version? What plugins were installed when this error happened?

--Matt Jones