Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/09/2008, 10:31
Biotech
 
Fecha de Ingreso: septiembre-2008
Mensajes: 3
Antigüedad: 15 años, 7 meses
Puntos: 0
Problemas con boot.rb

hola estoy recien comenzando con Ror.
Instale el paquete bitnami-rubystack-1.1-1-windows-installer.exe, despues instale aptana y lo configure.
el problema me sale en el archivo boot.rb en la siguiente linea de codigo:

rescue Gem::LoadError => load_error
$stderr.puts %(Missing the Rails #{version} gem. Please `gem install -v=#{version} rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.)
exit 1
end

ya hice el update de la gem como me pide ahi que lo haga .
si alguien sabe como solucionar este problema seria de gran ayuda gracias.