ユーザーの新規登録・ログイン機能の実装(devise_token_auth 使用) #25
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
以下のように対応しました。
ご確認をお願いします。
概要
no method in devise::registrations controller#create undefined method current_sign_in_at
というエラーが発生した為。
リクエスト確認画面
新規登録
ログイン
質問事項
ユーザー情報の更新部分も対応した方が良いでしょうか?
こちらの記事でいうとパスワードの変更の部分です。
PUT リクエスト送信をして見た所、エラーになりました。
以下を試したのですが、手詰まりになってしまいました。ご教授いただけると幸いです。
【試したこと】
ARC でリクエスト送ってみたところエラーになりました。
application_controller.rb
のcurrent_user
記述部分で、User.first
をしてしまっている事が原因かと思いまして、以下を削除。再度リクエストを送信した所、別のエラーが出ました。
以下のドキュメントを読んでみたのですが、バージョンの問題なのでしょうか・・?
rails-api/active_model_serializers#1667
ここで手詰まりになってしまいました。
お手すきの際に、ご確認いただければ幸いです。
よろしくお願いいたします。