質問編集履歴
3
URLの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -376,13 +376,13 @@
|
|
376
376
|
|
377
377
|
remote: Released v5
|
378
378
|
|
379
|
-
remote: https://
|
379
|
+
remote: https://~/ deployed to Heroku
|
380
380
|
|
381
381
|
remote:
|
382
382
|
|
383
383
|
remote: Verifying deploy... done.
|
384
384
|
|
385
|
-
To https://git.heroku.com/
|
385
|
+
To https://git.heroku.com/~
|
386
386
|
|
387
387
|
* [new branch] master -> master
|
388
388
|
|
2
コード等追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -21,3 +21,369 @@
|
|
21
21
|
|
22
22
|
|
23
23
|
開発環境はcloud9です。
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
以下pushした際のlog
|
28
|
+
|
29
|
+
```ここに言語を入力
|
30
|
+
|
31
|
+
tmk0613:~/workspace/hello_app (master) $ git push heroku master
|
32
|
+
|
33
|
+
Counting objects: 102, done.
|
34
|
+
|
35
|
+
Delta compression using up to 8 threads.
|
36
|
+
|
37
|
+
Compressing objects: 100% (88/88), done.
|
38
|
+
|
39
|
+
Writing objects: 100% (102/102), 21.50 KiB | 0 bytes/s, done.
|
40
|
+
|
41
|
+
Total 102 (delta 13), reused 0 (delta 0)
|
42
|
+
|
43
|
+
remote: Compressing source files... done.
|
44
|
+
|
45
|
+
remote: Building source:
|
46
|
+
|
47
|
+
remote:
|
48
|
+
|
49
|
+
remote: ! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
|
50
|
+
|
51
|
+
remote: Detected buildpacks: Ruby,Node.js
|
52
|
+
|
53
|
+
remote: See https://devcenter.heroku.com/articles/buildpacks#buildpack-detect-order
|
54
|
+
|
55
|
+
remote: -----> Ruby app detected
|
56
|
+
|
57
|
+
remote: -----> Compiling Ruby/Rails
|
58
|
+
|
59
|
+
remote: -----> Using Ruby version: ruby-2.3.4
|
60
|
+
|
61
|
+
remote: -----> Installing dependencies using bundler 1.15.2
|
62
|
+
|
63
|
+
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
|
64
|
+
|
65
|
+
remote: Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.15.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
|
66
|
+
|
67
|
+
remote: Fetching gem metadata from https://rubygems.org/.........
|
68
|
+
|
69
|
+
remote: Fetching version metadata from https://rubygems.org/..
|
70
|
+
|
71
|
+
remote: Fetching dependency metadata from https://rubygems.org/.
|
72
|
+
|
73
|
+
remote: Fetching rake 12.0.0
|
74
|
+
|
75
|
+
remote: Fetching concurrent-ruby 1.0.5
|
76
|
+
|
77
|
+
remote: Fetching i18n 0.8.6
|
78
|
+
|
79
|
+
remote: Installing i18n 0.8.6
|
80
|
+
|
81
|
+
remote: Installing rake 12.0.0
|
82
|
+
|
83
|
+
remote: Installing concurrent-ruby 1.0.5
|
84
|
+
|
85
|
+
remote: Fetching minitest 5.10.3
|
86
|
+
|
87
|
+
remote: Fetching thread_safe 0.3.6
|
88
|
+
|
89
|
+
remote: Installing minitest 5.10.3
|
90
|
+
|
91
|
+
remote: Installing thread_safe 0.3.6
|
92
|
+
|
93
|
+
remote: Fetching builder 3.2.3
|
94
|
+
|
95
|
+
remote: Installing builder 3.2.3
|
96
|
+
|
97
|
+
remote: Fetching erubi 1.6.1
|
98
|
+
|
99
|
+
remote: Installing erubi 1.6.1
|
100
|
+
|
101
|
+
remote: Fetching mini_portile2 2.2.0
|
102
|
+
|
103
|
+
remote: Fetching rack 2.0.3
|
104
|
+
|
105
|
+
remote: Fetching nio4r 2.1.0
|
106
|
+
|
107
|
+
remote: Installing mini_portile2 2.2.0
|
108
|
+
|
109
|
+
remote: Installing nio4r 2.1.0 with native extensions
|
110
|
+
|
111
|
+
remote: Fetching websocket-extensions 0.1.2
|
112
|
+
|
113
|
+
remote: Installing rack 2.0.3
|
114
|
+
|
115
|
+
remote: Installing websocket-extensions 0.1.2
|
116
|
+
|
117
|
+
remote: Fetching mime-types-data 3.2016.0521
|
118
|
+
|
119
|
+
remote: Installing mime-types-data 3.2016.0521
|
120
|
+
|
121
|
+
remote: Fetching arel 8.0.0
|
122
|
+
|
123
|
+
remote: Installing arel 8.0.0
|
124
|
+
|
125
|
+
remote: Using bundler 1.15.2
|
126
|
+
|
127
|
+
remote: Fetching coffee-script-source 1.12.2
|
128
|
+
|
129
|
+
remote: Installing coffee-script-source 1.12.2
|
130
|
+
|
131
|
+
remote: Fetching execjs 2.7.0
|
132
|
+
|
133
|
+
remote: Installing execjs 2.7.0
|
134
|
+
|
135
|
+
remote: Fetching method_source 0.8.2
|
136
|
+
|
137
|
+
remote: Fetching thor 0.19.4
|
138
|
+
|
139
|
+
remote: Installing method_source 0.8.2
|
140
|
+
|
141
|
+
remote: Installing thor 0.19.4
|
142
|
+
|
143
|
+
remote: Fetching ffi 1.9.18
|
144
|
+
|
145
|
+
remote: Fetching multi_json 1.12.1
|
146
|
+
|
147
|
+
remote: Installing multi_json 1.12.1
|
148
|
+
|
149
|
+
remote: Fetching pg 0.20.0
|
150
|
+
|
151
|
+
remote: Installing pg 0.20.0 with native extensions
|
152
|
+
|
153
|
+
remote: Installing ffi 1.9.18 with native extensions
|
154
|
+
|
155
|
+
remote: Fetching puma 3.9.1
|
156
|
+
|
157
|
+
remote: Installing puma 3.9.1 with native extensions
|
158
|
+
|
159
|
+
remote: Fetching rb-fsevent 0.10.2
|
160
|
+
|
161
|
+
remote: Installing rb-fsevent 0.10.2
|
162
|
+
|
163
|
+
remote: Fetching tilt 2.0.8
|
164
|
+
|
165
|
+
remote: Installing tilt 2.0.8
|
166
|
+
|
167
|
+
remote: Fetching turbolinks-source 5.0.3
|
168
|
+
|
169
|
+
remote: Installing turbolinks-source 5.0.3
|
170
|
+
|
171
|
+
remote: Fetching tzinfo 1.2.3
|
172
|
+
|
173
|
+
remote: Installing tzinfo 1.2.3
|
174
|
+
|
175
|
+
remote: Fetching nokogiri 1.8.0
|
176
|
+
|
177
|
+
remote: Installing nokogiri 1.8.0 with native extensions
|
178
|
+
|
179
|
+
remote: Fetching websocket-driver 0.6.5
|
180
|
+
|
181
|
+
remote: Installing websocket-driver 0.6.5 with native extensions
|
182
|
+
|
183
|
+
remote: Fetching mime-types 3.1
|
184
|
+
|
185
|
+
remote: Installing mime-types 3.1
|
186
|
+
|
187
|
+
remote: Fetching rack-test 0.6.3
|
188
|
+
|
189
|
+
remote: Installing rack-test 0.6.3
|
190
|
+
|
191
|
+
remote: Fetching sprockets 3.7.1
|
192
|
+
|
193
|
+
remote: Installing sprockets 3.7.1
|
194
|
+
|
195
|
+
remote: Fetching coffee-script 2.4.1
|
196
|
+
|
197
|
+
remote: Installing coffee-script 2.4.1
|
198
|
+
|
199
|
+
remote: Fetching uglifier 3.2.0
|
200
|
+
|
201
|
+
remote: Installing uglifier 3.2.0
|
202
|
+
|
203
|
+
remote: Fetching turbolinks 5.0.1
|
204
|
+
|
205
|
+
remote: Installing turbolinks 5.0.1
|
206
|
+
|
207
|
+
remote: Fetching activesupport 5.1.2
|
208
|
+
|
209
|
+
remote: Installing activesupport 5.1.2
|
210
|
+
|
211
|
+
remote: Fetching rb-inotify 0.9.10
|
212
|
+
|
213
|
+
remote: Installing rb-inotify 0.9.10
|
214
|
+
|
215
|
+
remote: Fetching mail 2.6.6
|
216
|
+
|
217
|
+
remote: Installing mail 2.6.6
|
218
|
+
|
219
|
+
remote: Fetching globalid 0.4.0
|
220
|
+
|
221
|
+
remote: Installing globalid 0.4.0
|
222
|
+
|
223
|
+
remote: Fetching activemodel 5.1.2
|
224
|
+
|
225
|
+
remote: Installing activemodel 5.1.2
|
226
|
+
|
227
|
+
remote: Fetching jbuilder 2.7.0
|
228
|
+
|
229
|
+
remote: Installing jbuilder 2.7.0
|
230
|
+
|
231
|
+
remote: Fetching sass-listen 4.0.0
|
232
|
+
|
233
|
+
remote: Installing sass-listen 4.0.0
|
234
|
+
|
235
|
+
remote: Fetching activejob 5.1.2
|
236
|
+
|
237
|
+
remote: Installing activejob 5.1.2
|
238
|
+
|
239
|
+
remote: Fetching activerecord 5.1.2
|
240
|
+
|
241
|
+
remote: Installing activerecord 5.1.2
|
242
|
+
|
243
|
+
remote: Fetching sass 3.5.1
|
244
|
+
|
245
|
+
remote: Installing sass 3.5.1
|
246
|
+
|
247
|
+
remote: Fetching rails-dom-testing 2.0.3
|
248
|
+
|
249
|
+
remote: Fetching loofah 2.0.3
|
250
|
+
|
251
|
+
remote: Installing rails-dom-testing 2.0.3
|
252
|
+
|
253
|
+
remote: Installing loofah 2.0.3
|
254
|
+
|
255
|
+
remote: Fetching rails-html-sanitizer 1.0.3
|
256
|
+
|
257
|
+
remote: Installing rails-html-sanitizer 1.0.3
|
258
|
+
|
259
|
+
remote: Fetching actionview 5.1.2
|
260
|
+
|
261
|
+
remote: Installing actionview 5.1.2
|
262
|
+
|
263
|
+
remote: Fetching actionpack 5.1.2
|
264
|
+
|
265
|
+
remote: Installing actionpack 5.1.2
|
266
|
+
|
267
|
+
remote: Fetching actioncable 5.1.2
|
268
|
+
|
269
|
+
remote: Fetching actionmailer 5.1.2
|
270
|
+
|
271
|
+
remote: Fetching railties 5.1.2
|
272
|
+
|
273
|
+
remote: Installing actionmailer 5.1.2
|
274
|
+
|
275
|
+
remote: Installing actioncable 5.1.2
|
276
|
+
|
277
|
+
remote: Installing railties 5.1.2
|
278
|
+
|
279
|
+
remote: Fetching sprockets-rails 3.2.0
|
280
|
+
|
281
|
+
remote: Installing sprockets-rails 3.2.0
|
282
|
+
|
283
|
+
remote: Fetching coffee-rails 4.2.2
|
284
|
+
|
285
|
+
remote: Fetching jquery-rails 4.3.1
|
286
|
+
|
287
|
+
remote: Fetching rails 5.1.2
|
288
|
+
|
289
|
+
remote: Installing coffee-rails 4.2.2
|
290
|
+
|
291
|
+
remote: Installing rails 5.1.2
|
292
|
+
|
293
|
+
remote: Fetching sass-rails 5.0.6
|
294
|
+
|
295
|
+
remote: Installing sass-rails 5.0.6
|
296
|
+
|
297
|
+
remote: Installing jquery-rails 4.3.1
|
298
|
+
|
299
|
+
remote: Bundle complete! 16 Gemfile dependencies, 57 gems now installed.
|
300
|
+
|
301
|
+
remote: Gems in the groups development and test were not installed.
|
302
|
+
|
303
|
+
remote: Bundled gems are installed into ./vendor/bundle.
|
304
|
+
|
305
|
+
remote: The latest bundler is 1.15.3, but you are currently running 1.15.2.
|
306
|
+
|
307
|
+
remote: To update, run `gem install bundler`
|
308
|
+
|
309
|
+
remote: Bundle completed (29.14s)
|
310
|
+
|
311
|
+
remote: Cleaning up the bundler cache.
|
312
|
+
|
313
|
+
remote: -----> Installing node-v6.11.1-linux-x64
|
314
|
+
|
315
|
+
remote: -----> Detecting rake tasks
|
316
|
+
|
317
|
+
remote: -----> Preparing app for Rails asset pipeline
|
318
|
+
|
319
|
+
remote: Running: rake assets:precompile
|
320
|
+
|
321
|
+
remote: Yarn executable was not detected in the system.
|
322
|
+
|
323
|
+
remote: Download Yarn at https://yarnpkg.com/en/docs/install
|
324
|
+
|
325
|
+
remote: I, [2017-08-15T09:05:57.803687 #1467] INFO -- : Writing /tmp/build_077696a391a55490f9de0b50c2b507c1/public/assets/application-2f609bb1a2cc752f8811bd5a02e6a271dcbbeb0b61377bb4f7f8126b9c54cc49.js
|
326
|
+
|
327
|
+
remote: I, [2017-08-15T09:05:57.804460 #1467] INFO -- : Writing /tmp/build_077696a391a55490f9de0b50c2b507c1/public/assets/application-2f609bb1a2cc752f8811bd5a02e6a271dcbbeb0b61377bb4f7f8126b9c54cc49.js.gz
|
328
|
+
|
329
|
+
remote: I, [2017-08-15T09:05:57.812627 #1467] INFO -- : Writing /tmp/build_077696a391a55490f9de0b50c2b507c1/public/assets/application-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css
|
330
|
+
|
331
|
+
remote: I, [2017-08-15T09:05:57.812754 #1467] INFO -- : Writing /tmp/build_077696a391a55490f9de0b50c2b507c1/public/assets/application-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css.gz
|
332
|
+
|
333
|
+
remote: Asset precompilation completed (3.12s)
|
334
|
+
|
335
|
+
remote: Cleaning assets
|
336
|
+
|
337
|
+
remote: Running: rake assets:clean
|
338
|
+
|
339
|
+
remote:
|
340
|
+
|
341
|
+
remote: ###### WARNING:
|
342
|
+
|
343
|
+
remote: You have not declared a Ruby version in your Gemfile.
|
344
|
+
|
345
|
+
remote: To set your Ruby version add this line to your Gemfile:
|
346
|
+
|
347
|
+
remote: ruby '2.3.4'
|
348
|
+
|
349
|
+
remote: # See https://devcenter.heroku.com/articles/ruby-versions for more information.
|
350
|
+
|
351
|
+
remote:
|
352
|
+
|
353
|
+
remote: ###### WARNING:
|
354
|
+
|
355
|
+
remote: No Procfile detected, using the default web server.
|
356
|
+
|
357
|
+
remote: We recommend explicitly declaring how to boot your server process via a Procfile.
|
358
|
+
|
359
|
+
remote: https://devcenter.heroku.com/articles/ruby-default-web-server
|
360
|
+
|
361
|
+
remote:
|
362
|
+
|
363
|
+
remote: -----> Discovering process types
|
364
|
+
|
365
|
+
remote: Procfile declares types -> (none)
|
366
|
+
|
367
|
+
remote: Default types for buildpack -> console, rake, web, worker
|
368
|
+
|
369
|
+
remote:
|
370
|
+
|
371
|
+
remote: -----> Compressing...
|
372
|
+
|
373
|
+
remote: Done: 37.1M
|
374
|
+
|
375
|
+
remote: -----> Launching...
|
376
|
+
|
377
|
+
remote: Released v5
|
378
|
+
|
379
|
+
remote: https://obscure-oasis-18936.herokuapp.com/ deployed to Heroku
|
380
|
+
|
381
|
+
remote:
|
382
|
+
|
383
|
+
remote: Verifying deploy... done.
|
384
|
+
|
385
|
+
To https://git.heroku.com/obscure-oasis-18936.git
|
386
|
+
|
387
|
+
* [new branch] master -> master
|
388
|
+
|
389
|
+
```
|
1
少し付け足し
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,6 +14,10 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
と出力されてしまいます。
|
17
|
+
と出力されてしまいます。(本来はHello,world!)
|
18
18
|
|
19
19
|
コードをコピペして再デプロイしても同じ結果になってしまい解決できず、困っております。
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
開発環境はcloud9です。
|