0
0

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新規アプリ

Posted at

Railsのバージョン
対象ディレクトリに移動
rbenv local 2.5.1
rbenv global 2.5.1
Ls -la rubyのバージョン確認
rails new アプリ名 -d mysql --skip-bundle
bundle install --path vendor/bundle
Bundleのパスを指定するためにskipする

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?