31
27

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

バージョンを指定してrails newする方法

Posted at

バージョンを指定してRailsをインストール、アプリ作成する方法
Rails Tutorialで初めてやって、忘れそうなのでメモ

$ gem install rails -v version
$ rails _version_ new app_name
  • -v, --version バージョンを指定してGemをインストールする

以下、実例

$ gem install rails -v 4.2.0.beta2
$ rails _4.2.0.beta2_ new hello_app
31
27
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
31
27

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?