インストール
【環境】
[OS] Windows XP SP3
[Ruby] 1.9.3-p194
[OS] Windows XP SP3
[Ruby] 1.9.3-p194
Ruby の インストール 作業中の
Development Kit のインストール
の後で以下を実行。
インストール
2012-04-22 現在、最新版は 3.2.3 。
- > gem install rails --version="~> 3.2.3" --no-ri --no-rdoc
- Fetching: i18n-0.6.0.gem (100%)
- Fetching: multi_json-1.3.2.gem (100%)
- ********************************************************************************
- MultiJson.encode is deprecated and will be removed in the next major version.
- Use MultiJson.dump instead.
- MultiJson.decode is deprecated and will be removed in the next major version.
- Use MultiJson.load instead.
- MultiJson.engine is deprecated and will be removed in the next major version.
- Use MultiJson.adapter instead.
- MultiJson.engine= is deprecated and will be removed in the next major
- version. Use MultiJson.use instead.
- MultiJson.default_engine is deprecated and will be removed in the next major
- version. Use MultiJson.default_adapter instead.
- ********************************************************************************
- Fetching: activesupport-3.2.3.gem (100%)
- Fetching: builder-3.0.0.gem (100%)
- Fetching: activemodel-3.2.3.gem (100%)
- Fetching: rack-1.4.1.gem (100%)
- Fetching: rack-cache-1.2.gem (100%)
- Fetching: rack-test-0.6.1.gem (100%)
- Fetching: journey-1.0.3.gem (100%)
- Fetching: hike-1.2.1.gem (100%)
- Fetching: tilt-1.3.3.gem (100%)
- Fetching: sprockets-2.1.2.gem (100%)
- Fetching: erubis-2.7.0.gem (100%)
- Fetching: actionpack-3.2.3.gem (100%)
- Fetching: arel-3.0.2.gem (100%)
- Fetching: tzinfo-0.3.33.gem (100%)
- Fetching: activerecord-3.2.3.gem (100%)
- Fetching: activeresource-3.2.3.gem (100%)
- Fetching: mime-types-1.18.gem (100%)
- Fetching: polyglot-0.3.3.gem (100%)
- Fetching: treetop-1.4.10.gem (100%)
- Fetching: mail-2.4.4.gem (100%)
- Fetching: actionmailer-3.2.3.gem (100%)
- Fetching: thor-0.14.6.gem (100%)
- Fetching: rack-ssl-1.3.2.gem (100%)
- Fetching: railties-3.2.3.gem (100%)
- Fetching: bundler-1.1.3.gem (100%)
- Fetching: rails-3.2.3.gem (100%)
- Successfully installed i18n-0.6.0
- Successfully installed multi_json-1.3.2
- Successfully installed activesupport-3.2.3
- Successfully installed builder-3.0.0
- Successfully installed activemodel-3.2.3
- Successfully installed rack-1.4.1
- Successfully installed rack-cache-1.2
- Successfully installed rack-test-0.6.1
- Successfully installed journey-1.0.3
- Successfully installed hike-1.2.1
- Successfully installed tilt-1.3.3
- Successfully installed sprockets-2.1.2
- Successfully installed erubis-2.7.0
- Successfully installed actionpack-3.2.3
- Successfully installed arel-3.0.2
- Successfully installed tzinfo-0.3.33
- Successfully installed activerecord-3.2.3
- Successfully installed activeresource-3.2.3
- Successfully installed mime-types-1.18
- Successfully installed polyglot-0.3.3
- Successfully installed treetop-1.4.10
- Successfully installed mail-2.4.4
- Successfully installed actionmailer-3.2.3
- Successfully installed thor-0.14.6
- Successfully installed rack-ssl-1.3.2
- Successfully installed railties-3.2.3
- Successfully installed bundler-1.1.3
- Successfully installed rails-3.2.3
- 28 gems installed
参考サイト
Ruby on Rails with OIAX:Ruby on Rails 3.2 を Windows にインストールする手順をかなり丁寧に説明してみました