RoR开发环境搭建 RAILS install log

第一次安装失败,说未找到RAILS,后增加上指定网址,安装成功.
RAILS RoR开发环境搭建真是有点烦.

C:/Documents and Settings/Administrator>
C:/Documents and Settings/Administrator>gem install rails-- include-dependencies

Need to update 19 gems from http://gems.rubyforge.org
...................
complete
ERROR:  While executing gem ... (Gem::GemNotFoundException)
    Could not find rails-- (> 0) in any repository

C:/Documents and Settings/Administrator>gem install rails --include-dependencies
 --source http://gems.rubyonrails.org/
Need to update 50 gems from http://gems.rubyonrails.org/
..................................................
complete
Successfully installed rails-2.2.2
Successfully installed rake-0.8.3
Successfully installed activesupport-2.2.2
Successfully installed activerecord-2.2.2
Successfully installed actionpack-2.2.2
Successfully installed actionmailer-2.2.2
Successfully installed activeresource-2.2.2
Installing ri documentation for rake-0.8.3...
Installing ri documentation for activesupport-2.2.2...
Installing ri documentation for activerecord-2.2.2...
Installing ri documentation for actionpack-2.2.2...
Installing ri documentation for actionmailer-2.2.2...
Installing ri documentation for activeresource-2.2.2...
Installing RDoc documentation for rake-0.8.3...
Installing RDoc documentation for activesupport-2.2.2...
Installing RDoc documentation for activerecord-2.2.2...
Installing RDoc documentation for actionpack-2.2.2...
Installing RDoc documentation for actionmailer-2.2.2...
Installing RDoc documentation for activeresource-2.2.2...

你可能感兴趣的:(Rails,documentation)