質問編集履歴

4

情報の追加

2017/12/01 15:30

投稿

ninpig04
ninpig04

スコア33

test CHANGED
File without changes
test CHANGED
@@ -211,3 +211,21 @@
211
211
  x
212
212
 
213
213
  >>
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+ application.html.erbのなかの
224
+
225
+ <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
226
+
227
+ <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
228
+
229
+ の2行を削除すると、表示されることはされました
230
+
231
+ なぜこの2行を追加するとエラーが出るのかはわまりません

3

文字の修正

2017/12/01 15:29

投稿

ninpig04
ninpig04

スコア33

test CHANGED
File without changes
test CHANGED
@@ -142,9 +142,9 @@
142
142
 
143
143
 
144
144
 
145
- 今サーバーを立ち上げたら以下のようなエラーメッセージに変わりました
145
+ 今サーバーを立ち上げたら以下のようなエラーメッセージに変わりました.ご確認よろしくお願いします。
146
-
146
+
147
- ご確認よろしくお願いします。
147
+ ---
148
148
 
149
149
  LoadError in HomeController#about
150
150
 
@@ -152,19 +152,7 @@
152
152
 
153
153
 
154
154
 
155
- Extracted source (around line #7):
155
+
156
-
157
- 5
158
-
159
- 6
160
-
161
- 7
162
-
163
- 8
164
-
165
- 9
166
-
167
- 10
168
156
 
169
157
 
170
158
 

2

情報の追加

2017/12/01 15:18

投稿

ninpig04
ninpig04

スコア33

test CHANGED
File without changes
test CHANGED
@@ -137,3 +137,89 @@
137
137
  /Library/Ruby/Gems/2.3.0/gems/puma-3.6.2/lib/puma/server.rb:275:in `block in run'
138
138
 
139
139
  /Library/Ruby/Gems/2.3.0/gems/puma-3.6.2/lib/puma/thread_pool.rb:116:in `block in spawn_thread'
140
+
141
+
142
+
143
+
144
+
145
+ 今サーバーを立ち上げたら以下のようなエラーメッセージに変わりました
146
+
147
+ ご確認よろしくお願いします。
148
+
149
+ LoadError in HomeController#about
150
+
151
+ cannot load such file -- coffee_script
152
+
153
+
154
+
155
+ Extracted source (around line #7):
156
+
157
+ 5
158
+
159
+ 6
160
+
161
+ 7
162
+
163
+ 8
164
+
165
+ 9
166
+
167
+ 10
168
+
169
+
170
+
171
+ <%= csrf_meta_tags %>
172
+
173
+
174
+
175
+ <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
176
+
177
+ <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
178
+
179
+
180
+
181
+ <!-- FontAwesomeを読み込むlinkタグを追加してください -->
182
+
183
+
184
+
185
+ Rails.root: /Users/mypc/Desktop/tweet_app
186
+
187
+
188
+
189
+ Application Trace | Framework Trace | Full Trace
190
+
191
+ app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__3621528497525677648_70092340496000'
192
+
193
+ This error occurred while loading the following files:
194
+
195
+ sprockets/autoload/coffee_script
196
+
197
+ coffee_script
198
+
199
+ Request
200
+
201
+
202
+
203
+ Parameters:
204
+
205
+
206
+
207
+ None
208
+
209
+ Toggle session dump
210
+
211
+ Toggle env dump
212
+
213
+ Response
214
+
215
+
216
+
217
+ Headers:
218
+
219
+
220
+
221
+ None
222
+
223
+ x
224
+
225
+ >>

1

情報の追記

2017/12/01 15:18

投稿

ninpig04
ninpig04

スコア33

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  以下のようなエラーが表示されます。
4
4
 
5
-
5
+ ---
6
6
 
7
7
  Puma caught this error: Invalid option key: raise_on_unfiltered_parameters= (RuntimeError)
8
8
 
@@ -58,6 +58,8 @@
58
58
 
59
59
 
60
60
 
61
+
62
+
61
63
  なにが悪いのでしょうか
62
64
 
63
65
  昨日から今日までの間にやったことと言えば、スキャホルドを使って別のアプリを作成してサーバーで起動したことはあります
@@ -73,3 +75,65 @@
73
75
  Ruby 2.3.1
74
76
 
75
77
  RoR 5.0.0
78
+
79
+
80
+
81
+
82
+
83
+ 追記です
84
+
85
+ ターミナルの方では次のようなエラーが出ています
86
+
87
+ ---
88
+
89
+ #<RuntimeError: Invalid option key: raise_on_unfiltered_parameters=>
90
+
91
+ /Library/Ruby/Gems/2.3.0/gems/actionpack-5.0.3/lib/action_controller/railtie.rb:60:in `block (3 levels) in <class:Railtie>'
92
+
93
+ /Library/Ruby/Gems/2.3.0/gems/actionpack-5.0.3/lib/action_controller/railtie.rb:55:in `each'
94
+
95
+ /Library/Ruby/Gems/2.3.0/gems/actionpack-5.0.3/lib/action_controller/railtie.rb:55:in `block (2 levels) in <class:Railtie>'
96
+
97
+ /Library/Ruby/Gems/2.3.0/gems/activesupport-5.0.3/lib/active_support/lazy_load_hooks.rb:43:in `instance_eval'
98
+
99
+ /Library/Ruby/Gems/2.3.0/gems/activesupport-5.0.3/lib/active_support/lazy_load_hooks.rb:43:in `execute_hook'
100
+
101
+ /Library/Ruby/Gems/2.3.0/gems/activesupport-5.0.3/lib/active_support/lazy_load_hooks.rb:50:in `block in run_load_hooks'
102
+
103
+ /Library/Ruby/Gems/2.3.0/gems/activesupport-5.0.3/lib/active_support/lazy_load_hooks.rb:49:in `each'
104
+
105
+ /Library/Ruby/Gems/2.3.0/gems/activesupport-5.0.3/lib/active_support/lazy_load_hooks.rb:49:in `run_load_hooks'
106
+
107
+ /Library/Ruby/Gems/2.3.0/gems/actionpack-5.0.3/lib/action_controller/base.rb:269:in `<class:Base>'
108
+
109
+ /Library/Ruby/Gems/2.3.0/gems/actionpack-5.0.3/lib/action_controller/base.rb:164:in `<module:ActionController>'
110
+
111
+ /Library/Ruby/Gems/2.3.0/gems/actionpack-5.0.3/lib/action_controller/base.rb:5:in `<top (required)>'
112
+
113
+ /Library/Ruby/Gems/2.3.0/gems/activesupport-5.0.3/lib/active_support/dependencies.rb:293:in `require'
114
+
115
+ /Library/Ruby/Gems/2.3.0/gems/activesupport-5.0.3/lib/active_support/dependencies.rb:293:in `block in require'
116
+
117
+ /Library/Ruby/Gems/2.3.0/gems/activesupport-5.0.3/lib/active_support/dependencies.rb:259:in `load_dependency'
118
+
119
+ /Library/Ruby/Gems/2.3.0/gems/activesupport-5.0.3/lib/active_support/dependencies.rb:293:in `require'
120
+
121
+ /Library/Ruby/Gems/2.3.0/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:77:in `ext'
122
+
123
+ /Library/Ruby/Gems/2.3.0/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:33:in `match?'
124
+
125
+ /Library/Ruby/Gems/2.3.0/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:130:in `call'
126
+
127
+ /Library/Ruby/Gems/2.3.0/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'
128
+
129
+ /Library/Ruby/Gems/2.3.0/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'
130
+
131
+ /Library/Ruby/Gems/2.3.0/gems/puma-3.6.2/lib/puma/configuration.rb:225:in `call'
132
+
133
+ /Library/Ruby/Gems/2.3.0/gems/puma-3.6.2/lib/puma/server.rb:578:in `handle_request'
134
+
135
+ /Library/Ruby/Gems/2.3.0/gems/puma-3.6.2/lib/puma/server.rb:415:in `process_client'
136
+
137
+ /Library/Ruby/Gems/2.3.0/gems/puma-3.6.2/lib/puma/server.rb:275:in `block in run'
138
+
139
+ /Library/Ruby/Gems/2.3.0/gems/puma-3.6.2/lib/puma/thread_pool.rb:116:in `block in spawn_thread'