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…

$ script/console
Loading development environment (Rails 2.3.4)

/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/
i18n_interpolation_deprecation.rb:23:NoMethodError: undefined method
`alias_method_chain’ for I18n::Backend::Simple:Class

/usr/local/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/
console_with_helpers.rb:5:NameError: uninitialized constant
ApplicationController

2009/9/11 Erwin [email protected]:

`alias_method_chain’ for I18n::Backend::Simple:Class

/usr/local/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/
console_with_helpers.rb:5:NameError: uninitialized constant
ApplicationController

exit

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

Colin

On Sep 11, 4:44 am, Erwin [email protected] wrote:

/usr/local/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/
console_with_helpers.rb:5:NameError: uninitialized constant
ApplicationController

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 J.