Instantrailsのセキュリティフィックスを行う。

C:\InstantRails\InstantRails\rails_apps>gem install rails --include-dependencies

Attempting local installation of 'rails'
Local gem file not found: rails*.gem
Attempting remote installation of 'rails'
ERROR: While executing gem ... (Errno::EBADF)
Bad file descriptor - connect(2)

対策がここにあった:http://blog.hacklife.net/archives/21956177.html

C:\InstantRails\InstantRails\rails_apps>gem install rails --include-dependencies
-p http://proxy.***.***.**.jp:8080
Attempting local installation of 'rails'
Local gem file not found: rails*.gem
Attempting remote installation of 'rails'
Updating Gem source index for: http://gems.rubyforge.org
Successfully installed rails-1.1.6
Successfully installed activerecord-1.14.4
Successfully installed actionpack-1.12.5
Successfully installed actionmailer-1.2.5
Successfully installed actionwebservice-1.1.6
Installing RDoc documentation for activerecord-1.14.4...
Installing RDoc documentation for actionpack-1.12.5...
Installing RDoc documentation for actionmailer-1.2.5...
Installing RDoc documentation for actionwebservice-1.1.6...