新規アプリケーションの立ち上げ
rails _railsのバージョン_ new アプリ名 -d 使用するdb(mysqlなど)
データの保存形式の変更
config.database.yml
encoding: utf8mb4
encoding: utf8 #<=変更
データベースの作成
rails db:create
サーバーの起動
rails s
ローカルホストにアクセス
「Yay! You're on Rails!」
Go to list of users who liked
More than 3 years have passed since last update.
新規アプリケーションの立ち上げ
rails _railsのバージョン_ new アプリ名 -d 使用するdb(mysqlなど)
データの保存形式の変更
encoding: utf8mb4
encoding: utf8 #<=変更
データベースの作成
rails db:create
サーバーの起動
rails s
ローカルホストにアクセス
「Yay! You're on Rails!」
Register as a new user and use Qiita more conveniently
Go to list of users who liked