well doing a fresh installation of ruby 1.9.2 , rubygems 1.3.7 (all from sources) resolved the problem.
aj On Nov 22, 2:47 pm, Asif Jan <[email protected]> wrote: > Hi > > Using RoR 3.0.3 on Mac OS X, and am running into the dependency > problems. Please see the error below. I thought bundler was meant to > precisely avoid these problems? thanks a lot for your help > > I tried bundle install / check , deleted old lockfile and regenerate > it, but nothing worked. > > rails generate controller testcontroller index > /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:233:in `activate': > can't activate i18n (~> 0.4.1, runtime) for ["mail-2.2.10", > "actionmailer-3.0.3", "rails-3.0.3"], already activated > i18n-0.5.0beta1 for ["activemodel-3.0.3", "actionpack-3.0.3", > "rails-3.0.3"] (Gem::LoadError) > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:249:in > `activate' > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:248:in `each' > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:248:in > `activate' > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:249:in > `activate' > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:248:in `each' > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:248:in > `activate' > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:249:in > `activate' > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:248:in `each' > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:248:in > `activate' > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:1082:in `gem' > from /opt/local/bin/rails:18 > > Thanks a lot -- 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.

