質問編集履歴

3

該当箇所を太字に変更しました。

2020/10/04 12:20

投稿

zoomer
zoomer

スコア1

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
  Processing by Devise::RegistrationsController#create as HTML
40
40
 
41
- Parameters: {"authenticity_token"=>"N5nPe/pwRUDb77ONxg3RsjiuwY6muSYNxnpdl/6NKB8GaAMKS4FA8r9e9cHzEGpMiCr3+dVfbRe9yZTLYXdNQw==", "user"=>{"email"=>"test@test", "encrypted_password"=>"[FILTERED]", "name"=>"テスト", "profile"=>"テスト", "occupation"=>"テスト", "position"=>"テスト"}, "commit"=>"新規登録"}
41
+ Parameters: {"authenticity_token"=>"N5nPe/pwRUDb77ONxg3RsjiuwY6muSYNxnpdl/6NKB8GaAMKS4FA8r9e9cHzEGpMiCr3+dVfbRe9yZTLYXdNQw==", "user"=>{"email"=>"test@test", **"encrypted_password"=>"[FILTERED]"**, "name"=>"テスト", "profile"=>"テスト", "occupation"=>"テスト", "position"=>"テスト"}, "commit"=>"新規登録"}
42
42
 
43
43
  Unpermitted parameter: :encrypted_password
44
44
 

2

表記の変更

2020/10/04 12:20

投稿

zoomer
zoomer

スコア1

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
 
34
34
 
35
- ```ターミナル
35
+
36
36
 
37
37
  Started POST "/users" for ::1 at 2020-10-04 20:43:30 +0900
38
38
 

1

ターミナルの内容を追記しました。

2020/10/04 12:19

投稿

zoomer
zoomer

スコア1

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,31 @@
32
32
 
33
33
 
34
34
 
35
+ ```ターミナル
36
+
37
+ Started POST "/users" for ::1 at 2020-10-04 20:43:30 +0900
38
+
39
+ Processing by Devise::RegistrationsController#create as HTML
40
+
41
+ Parameters: {"authenticity_token"=>"N5nPe/pwRUDb77ONxg3RsjiuwY6muSYNxnpdl/6NKB8GaAMKS4FA8r9e9cHzEGpMiCr3+dVfbRe9yZTLYXdNQw==", "user"=>{"email"=>"test@test", "encrypted_password"=>"[FILTERED]", "name"=>"テスト", "profile"=>"テスト", "occupation"=>"テスト", "position"=>"テスト"}, "commit"=>"新規登録"}
42
+
35
43
  Unpermitted parameter: :encrypted_password
44
+
45
+ (1.0ms) BEGIN
46
+
47
+ User Exists? (0.3ms) SELECT 1 AS one FROM `users` WHERE `users`.`email` = BINARY 'test@test' LIMIT 1
48
+
49
+ (0.2ms) ROLLBACK
50
+
51
+ Rendering devise/registrations/new.html.erb within layouts/application
52
+
53
+ Rendered devise/registrations/new.html.erb within layouts/application (Duration: 1.0ms | Allocations: 779)
54
+
55
+ [Webpacker] Everything's up-to-date. Nothing to do
56
+
57
+ Completed 200 OK in 21ms (Views: 8.3ms | ActiveRecord: 1.5ms | Allocations: 14759)
58
+
59
+
36
60
 
37
61
 
38
62