Created
May 27, 2013 14:48
-
-
Save nikushi/5657453 to your computer and use it in GitHub Desktop.
Rails 4系をgemでインストール
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gemは3系バージョンなのでバージョンを指定する。 | |
$ gem gemset create test | |
$ gem gemset use test | |
$ gem install rails --version 4.0.0.rc1 --no-ri --no-rdoc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment