Problemas de Instalación de Ruby - RubyGems - Rails

Hola ¿Que tal comunidad? mi nombre es Luis, ya tengo algo de experiencia
en linux, pero no soy un usuario avanzado y pues necesito un poco de
ayuda, les presento mi problema.

He logrado instalar ruby y lo he compilado yo mismo en mi maquina, al
ejecutar en consola

ruby -v

ruby 1.9.2dev (2010-07-02) [i486-linux]

He compilado yo mismo rubygems a partir de su fuente y la he
descargado de la siguiente manera

wget http://rubyforge.org/frs/download.php/75309/rubygems-1.8.10.tgz

La he desempaquetado y luego instalado usando ruby setup.rb

RubyGems 1.8.10 installed

== 1.8.10 / 2011-08-25

RubyGems 1.8.10 contains a security fix that prevents malicious gems
from
executing code when their specification is loaded. See
Fixed a code-injection in Gem::Specification#ruby_code. by postmodern · Pull Request #165 · rubygems/rubygems · GitHub for details.

  • 5 bug fixes:

    • RubyGems escapes strings in ruby-format specs using #dump instead of
      #to_s
      and %q to prevent code injection. Issue #165 by Postmodern
    • RubyGems attempt to activate the psych gem now to obtain bugfixes
      from
      psych.
    • Gem.dir has been restored to the front of Gem.path. Fixes remaining
      problem with Issue #115
    • Fixed Syck DefaultKey infecting ruby-format specifications.
    • gem uninstall a b no longer stops if gem “a” is not installed.

RubyGems installed the following executables:
/usr/bin/gem1.9.2

Pero al ejecutar :

gem -v

root@bt:/usr/src/rubygems-1.8.10# gem -v
/usr/local/lib/site_ruby/1.9.2/rubygems/gem_runner.rb:86:in <top (required)>': undefined method load_plugins’ for Gem:Module
(NoMethodError)
from /usr/bin/gem:9:in require' from /usr/bin/gem:9:in

Antes me decia 1.3.7 creo… pero queria hacer update y luego instalar
rails… la verdad no se que hacer y espero alguien me pueda ayudar con
un fix. si necesitan que les de informacion adicional por favor solo
solicitenla y diganme los comandos que debo ejecutar.

Gracias de antemano.