質問編集履歴

1

エラーメッセージの追記

2018/08/12 03:17

投稿

massu2357
massu2357

スコア17

test CHANGED
File without changes
test CHANGED
@@ -39,6 +39,28 @@
39
39
 
40
40
 
41
41
  ```
42
+
43
+ Processing by AjaxController#index as HTML
44
+
45
+ Rendering ajax/index.html.erb within layouts/application
46
+
47
+ Rendered ajax/index.html.erb within layouts/application (21.2ms)
48
+
49
+ Completed 500 Internal Server Error in 52ms (ActiveRecord: 0.0ms)
50
+
51
+
52
+
53
+ ActionView::Template::Error (No route matches {:action=>"upanel", :controller=>"ajax"}):
54
+
55
+ 1: <div>現在時刻:<%= Time.now %></div>
56
+
57
+ 2: <div id="result">現在時刻:<%= Time.now %></div>
58
+
59
+ 3:
60
+
61
+ 4: <%= link_to '更新', {action: :upanel}, remote: true %>
62
+
63
+
42
64
 
43
65
  Showing /Users/massu/Desktop/deck_app/app/views/ajax/index.html.erb where line #4 raised:
44
66