質問編集履歴

1

heroku logsの内容を追記しました。

2015/04/22 15:59

投稿

Soichiron
Soichiron

スコア6

test CHANGED
File without changes
test CHANGED
@@ -194,4 +194,42 @@
194
194
 
195
195
 
196
196
 
197
+ 【追記】heroku logs
198
+
199
+ ```
200
+
201
+ 2015-04-22T15:50:28.152801+00:00 heroku[web.1]: State changed from down to starting
202
+
203
+ 2015-04-22T15:50:28.152558+00:00 heroku[web.1]: Unidling
204
+
205
+ 2015-04-22T15:50:32.330348+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 54072 -e production`
206
+
207
+ 2015-04-22T15:50:35.169280+00:00 app[web.1]: Warning: You're using Rubygems 2.0.14 with Spring. Upgrade to at least Rubygems 2.1.0 and run `gem pristine --all` for better startup performance.
208
+
209
+ 2015-04-22T15:50:37.919766+00:00 app[web.1]: => Booting WEBrick
210
+
211
+ 2015-04-22T15:50:37.919781+00:00 app[web.1]: => Rails 4.2.1 application starting in production on http://0.0.0.0:54072
212
+
213
+ 2015-04-22T15:50:37.919783+00:00 app[web.1]: => Run `rails server -h` for more startup options
214
+
215
+ 2015-04-22T15:50:37.919789+00:00 app[web.1]: => Ctrl-C to shutdown server
216
+
217
+ 2015-04-22T15:50:39.165815+00:00 app[web.1]: [2015-04-22 15:50:39] INFO WEBrick 1.3.1
218
+
219
+ 2015-04-22T15:50:39.165905+00:00 app[web.1]: [2015-04-22 15:50:39] INFO ruby 2.0.0 (2015-04-13) [x86_64-linux]
220
+
221
+ 2015-04-22T15:50:39.166270+00:00 app[web.1]: [2015-04-22 15:50:39] INFO WEBrick::HTTPServer#start: pid=3 port=54072
222
+
223
+ 2015-04-22T15:50:39.405421+00:00 heroku[web.1]: State changed from starting to up
224
+
225
+ 2015-04-22T15:50:51.450418+00:00 heroku[router]: at=info method=GET path="/" host=hatabohh.herokuapp.com request_id=8b578bc7-a235-473b-8fb8-bfdef3a3f3a5 fwd="36.12.15.215" dyno=web.1 connect=1ms service=9238ms status=404 bytes=1829
226
+
227
+ 2015-04-22T15:50:51.851896+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=hatabohh.herokuapp.com request_id=fa5b9c59-1c77-41f5-ba2a-bf24e459347c fwd="36.12.15.215" dyno=web.1 connect=1ms service=11ms status=304 bytes=133
228
+
229
+ 2015-04-22T15:52:01.590293+00:00 heroku[router]: at=info method=GET path="/" host=hatabohh.herokuapp.com request_id=9baee8cf-8cd0-425e-845f-8b3dd6346345 fwd="36.12.15.215" dyno=web.1 connect=4ms service=62ms status=404 bytes=1829
230
+
231
+ ```
232
+
233
+
234
+
197
235
  よろしくお願いします。