LoginSignup
0
0

More than 3 years have passed since last update.

Devise 導入の流れ

Posted at

復習も兼ねて

① gem 'devise' をGemfileに記述

② % bundle install

③ % rails s

④ % rails g devise:install

⑤ % rails g devise user

⑥ マイグレーションファイルに必要なカラムなどを記述

⑦ % rails db:migrate

⑧ % rails g devise:views

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