Rails のバージョンを下げる


Rails のバージョンを 1.2 系に下げた。参考書のコードが動かないのは初学者には厳しい。

$ rails -v
Rails 2.0.2
$ sudo gem uninstall rails
Select gem to uninstall:
1. rails-1.2.6
2. rails-2.0.2
3. All versions
> 2
Successfully uninstalled rails-2.0.2
$ rails -v
Rails 1.2.6
カテゴリー: Ruby   パーマリンク

コメントをどうぞ

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

*

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>