質問編集履歴

2

エラーメッセージの修正

2018/03/17 19:22

投稿

samuraikouta
samuraikouta

スコア6

test CHANGED
File without changes
test CHANGED
@@ -14,15 +14,31 @@
14
14
 
15
15
  ```
16
16
 
17
+ => Booting Puma
18
+
19
+ => Rails 5.1.5 application starting in development
20
+
21
+ => Run `rails server -h` for more startup options
22
+
23
+ Puma starting in single mode...
24
+
25
+ * Version 3.11.3 (ruby 2.4.2-p198), codename: Love Song
26
+
27
+ * Min threads: 5, max threads: 5
28
+
29
+ * Environment: development
30
+
31
+ * Listening on tcp://0.0.0.0:3000
32
+
33
+ Use Ctrl-C to stop
34
+
17
- Started GET "/signin" for 10.0.2.2 at 2018-03-17 17:41:33 +0000
35
+ Started GET "/" for 10.0.2.2 at 2018-03-17 19:20:13 +0000
36
+
18
-
37
+ (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
38
+
19
- Processing by SessionsController#new as HTML
39
+ Processing by UsersController#index as HTML
20
-
21
- Rendering sessions/new.html.erb within layouts/application
40
+
22
-
23
- Rendered sessions/new.html.erb within layouts/application (1.8ms)
24
-
25
- Completed 500 Internal Server Error in 565ms (ActiveRecord: 0.0ms)
41
+ Completed 500 Internal Server Error in 49ms (ActiveRecord: 0.0ms)
26
42
 
27
43
  ```
28
44
 

1

誤字

2018/03/17 19:22

投稿

samuraikouta
samuraikouta

スコア6

test CHANGED
File without changes
test CHANGED
@@ -28,14 +28,6 @@
28
28
 
29
29
 
30
30
 
31
- ### 試したこと
32
-
33
-
34
-
35
- ここに問題に対して試したことを記載してください。
36
-
37
-
38
-
39
31
  ### 補足情報(FW/ツールのバージョンなど)
40
32
 
41
33
  どのページにアクセスしても、上記の500エラーが発生します。