Skip to content

Instantly share code, notes, and snippets.

@nikushi
Created May 27, 2013 14:48
Show Gist options
  • Save nikushi/5657453 to your computer and use it in GitHub Desktop.
Save nikushi/5657453 to your computer and use it in GitHub Desktop.
Rails 4系をgemでインストール
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