質問編集履歴

2

エラーメッセージの編集

2020/11/24 05:13

投稿

sy0306
sy0306

スコア0

test CHANGED
File without changes
test CHANGED
@@ -12,6 +12,30 @@
12
12
 
13
13
  エラーメッセージ
14
14
 
15
+ Started POST "/users" for ::1 at 2020-11-24 14:01:33 +0900
16
+
17
+ Processing by Devise::RegistrationsController#create as HTML
18
+
19
+ Parameters: {"authenticity_token"=>"7NS6bhHq/tRHNV89oiL1xBVXrFqtrj+lKzfdgA0IfRs99Ghi6ftQMWwUIfigs7JBJO0h9h4UMMRySbdXSBx6KQ==", "user"=>{"email"=>"a@a", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "name"=>"a", "profile"=>"a", "occupation"=>"a", "position"=>"a"}, "commit"=>"新規登録"}
20
+
21
+ (0.2ms) BEGIN
22
+
23
+ User Exists? (0.3ms) SELECT 1 AS one FROM `users` WHERE `users`.`email` = BINARY 'a@a' LIMIT 1
24
+
25
+ (0.1ms) ROLLBACK
26
+
27
+ Rendering devise/registrations/new.html.erb within layouts/application
28
+
29
+ Rendered devise/registrations/new.html.erb within layouts/application (Duration: 1.8ms | Allocations: 1233)
30
+
31
+ [Webpacker] Everything's up-to-date. Nothing to do
32
+
33
+ Completed 200 OK in 265ms (Views: 35.8ms | ActiveRecord: 0.7ms | Allocations: 20266)
34
+
35
+
36
+
37
+
38
+
15
39
  ```
16
40
 
17
41
 

1

内容の変更

2020/11/24 05:12

投稿

sy0306
sy0306

スコア0

test CHANGED
@@ -1 +1 @@
1
- 原因わからないログインのエラー
1
+ ユーザーの新規登録できない
test CHANGED
@@ -1,12 +1,12 @@
1
1
  ### 前提・実現したいこと
2
2
 
3
- ログインても一向に次に行かな
3
+ 新規登録を
4
4
 
5
5
 
6
6
 
7
7
  ### 発生している問題・エラーメッセージ
8
8
 
9
-
9
+ ターミナルにはROLLBACKが出てくる
10
10
 
11
11
  ```
12
12
 
@@ -192,9 +192,7 @@
192
192
 
193
193
  ### 試したこと
194
194
 
195
-
196
-
197
- ここに問題に対て試したことを記載してください。
195
+ コードなど見直
198
196
 
199
197
 
200
198