質問編集履歴

2

application\.jsを追記しました

2017/08/10 05:27

投稿

yamady
yamady

スコア176

test CHANGED
File without changes
test CHANGED
@@ -53,3 +53,49 @@
53
53
  at HTMLTextAreaElement.onkeyup (521:1)
54
54
 
55
55
  ```
56
+
57
+
58
+
59
+ #追記(8/10)
60
+
61
+ ```ruby
62
+
63
+ // This is a manifest file that'll be compiled into application.js, which will include all the files
64
+
65
+ // listed below.
66
+
67
+ //
68
+
69
+ // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
70
+
71
+ // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
72
+
73
+ //
74
+
75
+ // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
76
+
77
+ // compiled file. JavaScript code in this file should be added after the last require_* statement.
78
+
79
+ //
80
+
81
+ // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
82
+
83
+ // about supported directives.
84
+
85
+ //
86
+
87
+ //= require jquery
88
+
89
+ //= require jquery_ujs
90
+
91
+ //= require turbolinks
92
+
93
+ //= require bootstrap
94
+
95
+ //= require underscore
96
+
97
+ //= require gmaps/google
98
+
99
+ //= require_tree ..
100
+
101
+ ```

1

エラーを追記しました

2017/08/10 05:27

投稿

yamady
yamady

スコア176

test CHANGED
File without changes
test CHANGED
@@ -23,3 +23,33 @@
23
23
  上記がローカル環境にはなく、本番環境で出ているエラーです。
24
24
 
25
25
  かつても、CSSを本番環境が読み込んでくれないエラーがありましたが、よくわからず解決していました。すみませんが、お手すきのさいに、どなたかご教示いただけると幸いでございます。
26
+
27
+
28
+
29
+ #追記(8/9)
30
+
31
+
32
+
33
+ ```ここに言語を入力
34
+
35
+ Failed to load resource: the server responded with a status of 404 ()
36
+
37
+ image_01.png Failed to load resource: the server responded with a status of 404 ()
38
+
39
+ image_02.png Failed to load resource: the server responded with a status of 404 ()
40
+
41
+ image_03.png Failed to load resource: the server responded with a status of 404 ()
42
+
43
+ 521:1 Uncaught ReferenceError: countLength is not defined
44
+
45
+ at HTMLTextAreaElement.onkeyup (521:1)
46
+
47
+ 521:1 Uncaught ReferenceError: countLength is not defined
48
+
49
+ at HTMLTextAreaElement.onkeyup (521:1)
50
+
51
+ 521:1 Uncaught ReferenceError: countLength is not defined
52
+
53
+ at HTMLTextAreaElement.onkeyup (521:1)
54
+
55
+ ```