質問編集履歴

1

コード追加

2019/04/30 03:15

投稿

sho-03
sho-03

スコア12

test CHANGED
File without changes
test CHANGED
@@ -24,6 +24,32 @@
24
24
 
25
25
  Traceback (most recent call last):
26
26
 
27
+ 79: from bin/rails:3:in `<main>'
28
+
29
+ 78: from bin/rails:3:in `load'
30
+
31
+ 77: from /home/ec2-user/environment/profile-site/bin/spring:15:in `<top (required)>'
32
+
33
+ 76: from /home/ec2-user/environment/profile-site/bin/spring:15:in `require'
34
+
35
+ 75: from /home/ec2-user/.rvm/gems/ruby-2.6.0/gems/spring-2.0.2/lib/spring/binstub.rb:31:in `<top (required)>'
36
+
37
+ .
38
+
39
+ .
40
+
41
+ .
42
+
43
+ 2: from /home/ec2-user/.rvm/gems/ruby-2.6.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:285:in `block in load'
44
+
45
+ 1: from /home/ec2-user/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:54:in `load'
46
+
47
+ /home/ec2-user/.rvm/gems/ruby-2.6.0/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:54:in `load': /home/ec2-user/environment/profile-site/config/routes.rb:2: syntax error, unexpected tIDENTIFIER, expecting end (SyntaxError)
48
+
49
+ get "/profile" to:"/profiles#index"
50
+
51
+ ^~
52
+
27
53
 
28
54
 
29
55
  ```