1
0

More than 3 years have passed since last update.

rails newのやり方

Posted at

rails で新しいアプリケーションを作るときの方法

前提
Ruby 2.5.1
Rails 5.2.3

1.rails new

$:rails version new アプリケーション名 -d mysql

2.作ったディレクトリに移動

$:cd ~

3.DBの準備

rails db:create

4.ブラウザを開き確認

rails s

完了です!

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