質問編集履歴
3
URLの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -187,9 +187,9 @@
|
|
187
187
|
remote: Done: 37.1M
|
188
188
|
remote: -----> Launching...
|
189
189
|
remote: Released v5
|
190
|
-
remote: https://
|
190
|
+
remote: https://~/ deployed to Heroku
|
191
191
|
remote:
|
192
192
|
remote: Verifying deploy... done.
|
193
|
-
To https://git.heroku.com/
|
193
|
+
To https://git.heroku.com/~
|
194
194
|
* [new branch] master -> master
|
195
195
|
```
|
2
コード等追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,4 +9,187 @@
|
|
9
9
|
と出力されてしまいます。(本来はHello,world!)
|
10
10
|
コードをコピペして再デプロイしても同じ結果になってしまい解決できず、困っております。
|
11
11
|
|
12
|
-
開発環境はcloud9です。
|
12
|
+
開発環境はcloud9です。
|
13
|
+
|
14
|
+
以下pushした際のlog
|
15
|
+
```ここに言語を入力
|
16
|
+
tmk0613:~/workspace/hello_app (master) $ git push heroku master
|
17
|
+
Counting objects: 102, done.
|
18
|
+
Delta compression using up to 8 threads.
|
19
|
+
Compressing objects: 100% (88/88), done.
|
20
|
+
Writing objects: 100% (102/102), 21.50 KiB | 0 bytes/s, done.
|
21
|
+
Total 102 (delta 13), reused 0 (delta 0)
|
22
|
+
remote: Compressing source files... done.
|
23
|
+
remote: Building source:
|
24
|
+
remote:
|
25
|
+
remote: ! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
|
26
|
+
remote: Detected buildpacks: Ruby,Node.js
|
27
|
+
remote: See https://devcenter.heroku.com/articles/buildpacks#buildpack-detect-order
|
28
|
+
remote: -----> Ruby app detected
|
29
|
+
remote: -----> Compiling Ruby/Rails
|
30
|
+
remote: -----> Using Ruby version: ruby-2.3.4
|
31
|
+
remote: -----> Installing dependencies using bundler 1.15.2
|
32
|
+
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
|
33
|
+
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`.
|
34
|
+
remote: Fetching gem metadata from https://rubygems.org/.........
|
35
|
+
remote: Fetching version metadata from https://rubygems.org/..
|
36
|
+
remote: Fetching dependency metadata from https://rubygems.org/.
|
37
|
+
remote: Fetching rake 12.0.0
|
38
|
+
remote: Fetching concurrent-ruby 1.0.5
|
39
|
+
remote: Fetching i18n 0.8.6
|
40
|
+
remote: Installing i18n 0.8.6
|
41
|
+
remote: Installing rake 12.0.0
|
42
|
+
remote: Installing concurrent-ruby 1.0.5
|
43
|
+
remote: Fetching minitest 5.10.3
|
44
|
+
remote: Fetching thread_safe 0.3.6
|
45
|
+
remote: Installing minitest 5.10.3
|
46
|
+
remote: Installing thread_safe 0.3.6
|
47
|
+
remote: Fetching builder 3.2.3
|
48
|
+
remote: Installing builder 3.2.3
|
49
|
+
remote: Fetching erubi 1.6.1
|
50
|
+
remote: Installing erubi 1.6.1
|
51
|
+
remote: Fetching mini_portile2 2.2.0
|
52
|
+
remote: Fetching rack 2.0.3
|
53
|
+
remote: Fetching nio4r 2.1.0
|
54
|
+
remote: Installing mini_portile2 2.2.0
|
55
|
+
remote: Installing nio4r 2.1.0 with native extensions
|
56
|
+
remote: Fetching websocket-extensions 0.1.2
|
57
|
+
remote: Installing rack 2.0.3
|
58
|
+
remote: Installing websocket-extensions 0.1.2
|
59
|
+
remote: Fetching mime-types-data 3.2016.0521
|
60
|
+
remote: Installing mime-types-data 3.2016.0521
|
61
|
+
remote: Fetching arel 8.0.0
|
62
|
+
remote: Installing arel 8.0.0
|
63
|
+
remote: Using bundler 1.15.2
|
64
|
+
remote: Fetching coffee-script-source 1.12.2
|
65
|
+
remote: Installing coffee-script-source 1.12.2
|
66
|
+
remote: Fetching execjs 2.7.0
|
67
|
+
remote: Installing execjs 2.7.0
|
68
|
+
remote: Fetching method_source 0.8.2
|
69
|
+
remote: Fetching thor 0.19.4
|
70
|
+
remote: Installing method_source 0.8.2
|
71
|
+
remote: Installing thor 0.19.4
|
72
|
+
remote: Fetching ffi 1.9.18
|
73
|
+
remote: Fetching multi_json 1.12.1
|
74
|
+
remote: Installing multi_json 1.12.1
|
75
|
+
remote: Fetching pg 0.20.0
|
76
|
+
remote: Installing pg 0.20.0 with native extensions
|
77
|
+
remote: Installing ffi 1.9.18 with native extensions
|
78
|
+
remote: Fetching puma 3.9.1
|
79
|
+
remote: Installing puma 3.9.1 with native extensions
|
80
|
+
remote: Fetching rb-fsevent 0.10.2
|
81
|
+
remote: Installing rb-fsevent 0.10.2
|
82
|
+
remote: Fetching tilt 2.0.8
|
83
|
+
remote: Installing tilt 2.0.8
|
84
|
+
remote: Fetching turbolinks-source 5.0.3
|
85
|
+
remote: Installing turbolinks-source 5.0.3
|
86
|
+
remote: Fetching tzinfo 1.2.3
|
87
|
+
remote: Installing tzinfo 1.2.3
|
88
|
+
remote: Fetching nokogiri 1.8.0
|
89
|
+
remote: Installing nokogiri 1.8.0 with native extensions
|
90
|
+
remote: Fetching websocket-driver 0.6.5
|
91
|
+
remote: Installing websocket-driver 0.6.5 with native extensions
|
92
|
+
remote: Fetching mime-types 3.1
|
93
|
+
remote: Installing mime-types 3.1
|
94
|
+
remote: Fetching rack-test 0.6.3
|
95
|
+
remote: Installing rack-test 0.6.3
|
96
|
+
remote: Fetching sprockets 3.7.1
|
97
|
+
remote: Installing sprockets 3.7.1
|
98
|
+
remote: Fetching coffee-script 2.4.1
|
99
|
+
remote: Installing coffee-script 2.4.1
|
100
|
+
remote: Fetching uglifier 3.2.0
|
101
|
+
remote: Installing uglifier 3.2.0
|
102
|
+
remote: Fetching turbolinks 5.0.1
|
103
|
+
remote: Installing turbolinks 5.0.1
|
104
|
+
remote: Fetching activesupport 5.1.2
|
105
|
+
remote: Installing activesupport 5.1.2
|
106
|
+
remote: Fetching rb-inotify 0.9.10
|
107
|
+
remote: Installing rb-inotify 0.9.10
|
108
|
+
remote: Fetching mail 2.6.6
|
109
|
+
remote: Installing mail 2.6.6
|
110
|
+
remote: Fetching globalid 0.4.0
|
111
|
+
remote: Installing globalid 0.4.0
|
112
|
+
remote: Fetching activemodel 5.1.2
|
113
|
+
remote: Installing activemodel 5.1.2
|
114
|
+
remote: Fetching jbuilder 2.7.0
|
115
|
+
remote: Installing jbuilder 2.7.0
|
116
|
+
remote: Fetching sass-listen 4.0.0
|
117
|
+
remote: Installing sass-listen 4.0.0
|
118
|
+
remote: Fetching activejob 5.1.2
|
119
|
+
remote: Installing activejob 5.1.2
|
120
|
+
remote: Fetching activerecord 5.1.2
|
121
|
+
remote: Installing activerecord 5.1.2
|
122
|
+
remote: Fetching sass 3.5.1
|
123
|
+
remote: Installing sass 3.5.1
|
124
|
+
remote: Fetching rails-dom-testing 2.0.3
|
125
|
+
remote: Fetching loofah 2.0.3
|
126
|
+
remote: Installing rails-dom-testing 2.0.3
|
127
|
+
remote: Installing loofah 2.0.3
|
128
|
+
remote: Fetching rails-html-sanitizer 1.0.3
|
129
|
+
remote: Installing rails-html-sanitizer 1.0.3
|
130
|
+
remote: Fetching actionview 5.1.2
|
131
|
+
remote: Installing actionview 5.1.2
|
132
|
+
remote: Fetching actionpack 5.1.2
|
133
|
+
remote: Installing actionpack 5.1.2
|
134
|
+
remote: Fetching actioncable 5.1.2
|
135
|
+
remote: Fetching actionmailer 5.1.2
|
136
|
+
remote: Fetching railties 5.1.2
|
137
|
+
remote: Installing actionmailer 5.1.2
|
138
|
+
remote: Installing actioncable 5.1.2
|
139
|
+
remote: Installing railties 5.1.2
|
140
|
+
remote: Fetching sprockets-rails 3.2.0
|
141
|
+
remote: Installing sprockets-rails 3.2.0
|
142
|
+
remote: Fetching coffee-rails 4.2.2
|
143
|
+
remote: Fetching jquery-rails 4.3.1
|
144
|
+
remote: Fetching rails 5.1.2
|
145
|
+
remote: Installing coffee-rails 4.2.2
|
146
|
+
remote: Installing rails 5.1.2
|
147
|
+
remote: Fetching sass-rails 5.0.6
|
148
|
+
remote: Installing sass-rails 5.0.6
|
149
|
+
remote: Installing jquery-rails 4.3.1
|
150
|
+
remote: Bundle complete! 16 Gemfile dependencies, 57 gems now installed.
|
151
|
+
remote: Gems in the groups development and test were not installed.
|
152
|
+
remote: Bundled gems are installed into ./vendor/bundle.
|
153
|
+
remote: The latest bundler is 1.15.3, but you are currently running 1.15.2.
|
154
|
+
remote: To update, run `gem install bundler`
|
155
|
+
remote: Bundle completed (29.14s)
|
156
|
+
remote: Cleaning up the bundler cache.
|
157
|
+
remote: -----> Installing node-v6.11.1-linux-x64
|
158
|
+
remote: -----> Detecting rake tasks
|
159
|
+
remote: -----> Preparing app for Rails asset pipeline
|
160
|
+
remote: Running: rake assets:precompile
|
161
|
+
remote: Yarn executable was not detected in the system.
|
162
|
+
remote: Download Yarn at https://yarnpkg.com/en/docs/install
|
163
|
+
remote: I, [2017-08-15T09:05:57.803687 #1467] INFO -- : Writing /tmp/build_077696a391a55490f9de0b50c2b507c1/public/assets/application-2f609bb1a2cc752f8811bd5a02e6a271dcbbeb0b61377bb4f7f8126b9c54cc49.js
|
164
|
+
remote: I, [2017-08-15T09:05:57.804460 #1467] INFO -- : Writing /tmp/build_077696a391a55490f9de0b50c2b507c1/public/assets/application-2f609bb1a2cc752f8811bd5a02e6a271dcbbeb0b61377bb4f7f8126b9c54cc49.js.gz
|
165
|
+
remote: I, [2017-08-15T09:05:57.812627 #1467] INFO -- : Writing /tmp/build_077696a391a55490f9de0b50c2b507c1/public/assets/application-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css
|
166
|
+
remote: I, [2017-08-15T09:05:57.812754 #1467] INFO -- : Writing /tmp/build_077696a391a55490f9de0b50c2b507c1/public/assets/application-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css.gz
|
167
|
+
remote: Asset precompilation completed (3.12s)
|
168
|
+
remote: Cleaning assets
|
169
|
+
remote: Running: rake assets:clean
|
170
|
+
remote:
|
171
|
+
remote: ###### WARNING:
|
172
|
+
remote: You have not declared a Ruby version in your Gemfile.
|
173
|
+
remote: To set your Ruby version add this line to your Gemfile:
|
174
|
+
remote: ruby '2.3.4'
|
175
|
+
remote: # See https://devcenter.heroku.com/articles/ruby-versions for more information.
|
176
|
+
remote:
|
177
|
+
remote: ###### WARNING:
|
178
|
+
remote: No Procfile detected, using the default web server.
|
179
|
+
remote: We recommend explicitly declaring how to boot your server process via a Procfile.
|
180
|
+
remote: https://devcenter.heroku.com/articles/ruby-default-web-server
|
181
|
+
remote:
|
182
|
+
remote: -----> Discovering process types
|
183
|
+
remote: Procfile declares types -> (none)
|
184
|
+
remote: Default types for buildpack -> console, rake, web, worker
|
185
|
+
remote:
|
186
|
+
remote: -----> Compressing...
|
187
|
+
remote: Done: 37.1M
|
188
|
+
remote: -----> Launching...
|
189
|
+
remote: Released v5
|
190
|
+
remote: https://obscure-oasis-18936.herokuapp.com/ deployed to Heroku
|
191
|
+
remote:
|
192
|
+
remote: Verifying deploy... done.
|
193
|
+
To https://git.heroku.com/obscure-oasis-18936.git
|
194
|
+
* [new branch] master -> master
|
195
|
+
```
|
1
少し付け足し
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,5 +6,7 @@
|
|
6
6
|
Method Not Allowed
|
7
7
|
```
|
8
8
|
|
9
|
-
と出力されてしまいます。
|
9
|
+
と出力されてしまいます。(本来はHello,world!)
|
10
|
-
コードをコピペして再デプロイしても同じ結果になってしまい解決できず、困っております。
|
10
|
+
コードをコピペして再デプロイしても同じ結果になってしまい解決できず、困っております。
|
11
|
+
|
12
|
+
開発環境はcloud9です。
|