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
完了です!
Go to list of users who liked
More than 3 years have passed since last update.
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
完了です!
Register as a new user and use Qiita more conveniently
Go to list of users who liked