Nevermind stupid mistake as I expected it to be. I never deleted the rails copy I had in my vendor folder.
On Jan 20, 10:54 pm, jdutil <[email protected]> wrote: > I just tried updating to the 2.2.2 version tonight and am having > trouble with i18n. I get uninitialized constant I18n (NameError) when > I try to start mongrel. Of the few things I found during a search on > it I see people talking about setting it up in the environment file, > but when I try to do what they did I get i18n is undefined method... > Any ideas? Heres the trace: > > /Users/jdutil/burlington/vendor/rails/activesupport/lib/active_support/ > dependencies.rb:279:in `load_missing_constant': uninitialized constant > I18n (NameError) > from /Users/jdutil/burlington/vendor/rails/activesupport/lib/ > active_support/dependencies.rb:468:in `const_missing' > from /Users/jdutil/burlington/vendor/rails/activesupport/lib/ > active_support/dependencies.rb:480:in `const_missing' > from /Users/jdutil/burlington/vendor/plugins/community_engine/ > engine_config/initializers/globalite.rb:3 > from /Users/jdutil/burlington/vendor/rails/activesupport/lib/ > active_support/dependencies.rb:503:in `load' > from /Users/jdutil/burlington/vendor/rails/activesupport/lib/ > active_support/dependencies.rb:503:in `load' > from /Users/jdutil/burlington/vendor/rails/activesupport/lib/ > active_support/dependencies.rb:355:in `new_constants_in' > from /Users/jdutil/burlington/vendor/rails/activesupport/lib/ > active_support/dependencies.rb:503:in `load' > from /Users/jdutil/burlington/vendor/plugins/community_engine/ > engine_config/boot.rb:5 > ... 19 levels... > from /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/ > command.rb:212:in `run' > from /Library/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 > > On Dec 9 2008, 3:59 pm, "Bruno Bornsztein" > > <[email protected]> wrote: > > Hey all, > > Just a quick note to let you know I spent some time upgrading CE to be > > compatible with Rails 2.2.2. You can see the latest code in the rails_2_2 > > branch. <http://github.com/bborn/communityengine/tree/rails_2_2> > > > As part of this, I stripped out the Globalite plugin, in favor of using > > Rails' built-in I18n API. The changes should be backwards compatible, so if > > you have a localized install, you shouldn't need to change anything. > > > I'm looking for feedback on these updates before I merge them into the > > master branch, so please check it out, update your apps and let me know if > > you have any problems. > > Thanks, > > Bruno > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" 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/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
