Looks like globalize (1.2) is not compatible with rails 2.2.2. I am
getting:
'
=> Booting Mongrel (use 'script/server webrick' to force WEBrick)
=> Rails 2.2.2 application starting on http://0.0.0.0:3003
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3003
** Starting Rails with development environment...
D:/projects/passdate2009/src/vendor/rails/activesupport/lib/
active_support/dependencies.rb:159:in `require': undefined method
`render_file' for class `ActionView::Base' (NameError)
Exiting
        from D:/projects/passdate2009/src/vendor/rails/railties/lib/
commands/server.rb:49
        from D:/projects/passdate2009/src/vendor/rails/railties/lib/
commands/server.rb:27:in `require'
        from D:/NetBeans/ruby2/jruby-1.1.4/lib/ruby/site_ruby/1.8/
rubygems/custom_require.rb:27:in `require'
        from script\server:3
'
gloablize rewrites render_file (in order to cache templates).
render_file does not more exist, though...

How can this be resolved?

Thx
Clemens
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to