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 3 years have passed since last update.

Railsでアプリを作るためのチュートリアル1(Yay! You're on Rails!までの最初の手順)

Last updated at Posted at 2020-09-25

新規アプリケーションの立ち上げ

rails _railsのバージョン_ new アプリ名 -d 使用するdb(mysqlなど)

データの保存形式の変更

config.database.yml
encoding: utf8mb4
encoding: utf8 #<=変更

データベースの作成

rails db:create

サーバーの起動

rails s

ローカルホストにアクセス
「Yay! You're on Rails!」

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?