Htis is only the top of the iceberg, render_file can be fixed by patching gettext, but the rest of gettext must largely be rewritten, since rails does not use class- instance variables(@@) anymore for thread safety reasons
therefore my guess is that the next version of gettext could take some time... On Oct 26, 4:15 pm, Stanislav Bozhkov <[EMAIL PROTECTED] s.net> wrote: > Hi all, > > Today I tried to upgrade one my Rails app to use version 2.2.0 of the > framework. However mongrel could not start because of some > incompatibility problems. > > The version of gettext gem is 1.93.0 > > Here it is the error output: > ---------------------------- > /usr/lib64/ruby/gems/1.8/gems/activesupport-2.2.0/lib/active_support/core_ext/module/aliasing.rb:33:in > `alias_method': undefined method `render_file' for class > `ActionView::Base' (NameError) > from > /usr/lib64/ruby/gems/1.8/gems/activesupport-2.2.0/lib/active_support/core_ext/module/aliasing.rb:33:in > `alias_method_chain' > from > /usr/lib64/ruby/gems/1.8/gems/gettext-1.93.0/lib/gettext/rails.rb:291 > from > /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require' > from > /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' > from > /usr/lib64/ruby/gems/1.8/gems/activesupport-2.2.0/lib/active_support/dependencies.rb:148:in > `require' > from > /usr/lib64/ruby/gems/1.8/gems/activesupport-2.2.0/lib/active_support/dependencies.rb:507:in > `new_constants_in' > from > /usr/lib64/ruby/gems/1.8/gems/activesupport-2.2.0/lib/active_support/dependencies.rb:148:in > `require' > from > /home/gottin/workspace-netbeans/fanizen/app/controllers/application.rb:1 > ... 33 levels... > from > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/command.rb:212:in > `run' > from > /usr/lib64/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281 > from /usr/bin/mongrel_rails:19:in `load' > from /usr/bin/mongrel_rails:19 > -------------------------------------- > > Does someone has any ideas how to fix or workaround this problem? I feel > that I should not be the only one with this. > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

