Still receive error installing rails: active model requires i18n
When I try to sudo gem install i18n, it errors out because it requires
RubyGems 1.3.6 or higher. I have RubyGems 1.3.7 installed. WTF?
Still receive error installing rails: active model requires i18n
When I try to sudo gem install i18n, it errors out because it requires
RubyGems 1.3.6 or higher. I have RubyGems 1.3.7 installed. WTF?
I received this error too after installing Ruby Enterprise Edition (REE).
RubyGems apparently knows which version or at least path of Ruby it was
installed with and complains in the very unhelpful way you noted about the
conflict. Try changing your PATH shell variable so MRI Ruby is before REE
Ruby.
Still receive error installing rails: active model requires i18n
When I try to sudo gem install i18n, it errors out because it requires
RubyGems 1.3.6 or higher. I have RubyGems 1.3.7 installed. WTF?
I received this error too after installing Ruby Enterprise Edition
(REE).
RubyGems apparently knows which version or at least path of Ruby it was
installed with and complains in the very unhelpful way you noted about
the
conflict. Try changing your PATH shell variable so MRI Ruby is before
REE
Ruby.
HTH,
Jeffrey
I got this to work by reinstalling RubyGems via source files in the
original Ruby directory (which is probably the same thing as changing
the PATH, huh?). <shrug> Dunno, but it works now! Thanks!