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 1 year has passed since last update.

deviseの導入

Posted at

image.png
ログイン機能を実装するために、deviseというGemを使用します。

1:deviseデバイス
ユーザー管理機能を簡単に実装するためのGemです。実際に運用されている多くのRailsアプリケーションサービスで使用されています。

2:導入方法
Gemfileの最後の行に gem 'devise'と記述します。
コマンドを実行してGemをインストールしましょう
ターミナル

現在のディレクトリが~/projects/pictweetであることを確認

% pwd

Gemをインストール

% bundle installを実行する。

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?