WindowsではRails本のサンプルで勉強しようと思って、1.2を入れたんだけど、Ubuntu Serverは曲がりなりにも本番系サーバなので、やっぱり一番新しい安定版を入れたいよね。 Railsのインストール $ gem install rails --include-dependencies ERROR: While executing gem ... (Gem::GemNotFoundException) Could not find rails (> 0) in any repository エラーになった。スペルは間違ってないのに。ググルとリモートインストールにはコマンドラインオプションが必要らしい。 $gem install --remote rails --include-dependencies ERROR: While executing gem ... (Errno