Advertisement
grzegorzek

Untitled

Nov 28th, 2018
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.27 KB | None | 0 0
  1. ➜ restaurant git:(master) git push heroku master
  2. Enumerating objects: 6481, done.
  3. Counting objects: 100% (6481/6481), done.
  4. Delta compression using up to 4 threads
  5. Compressing objects: 100% (5934/5934), done.
  6. Writing objects: 100% (6481/6481), 19.67 MiB | 6.82 MiB/s, done.
  7. Total 6481 (delta 630), reused 0 (delta 0)
  8. remote: Compressing source files... done.
  9. remote: Building source:
  10. remote:
  11. remote: ! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
  12. remote: Detected buildpacks: Ruby,Node.js
  13. remote: See https://devcenter.heroku.com/articles/buildpacks#buildpack-detect-order
  14. remote: -----> Ruby app detected
  15. remote: -----> Compiling Ruby/Rails
  16. remote: -----> Using Ruby version: ruby-2.5.3
  17. remote:
  18. remote: ###### WARNING:
  19. remote:
  20. remote: You have the `.bundle/config` file checked into your repository
  21. remote: It contains local state like the location of the installed bundle
  22. remote: as well as configured git local gems, and other settings that should
  23. remote: not be shared between multiple checkouts of a single repo. Pleas
  24. remote: remove the `.bundle/` folder from your repo and add it to your `.gitignore` file.
  25. remote: https://devcenter.heroku.com/articles/bundler-configuration
  26. remote:
  27. remote: -----> Installing dependencies using bundler 1.15.2
  28. remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
  29. remote: Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.17.1). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
  30. remote: Fetching gem metadata from http://rubygems.org/..........
  31. remote: Fetching version metadata from http://rubygems.org/..
  32. remote: Fetching dependency metadata from http://rubygems.org/.
  33. remote: Fetching rake 12.3.1
  34. remote: Fetching concurrent-ruby 1.1.3
  35. remote: Fetching minitest 5.11.3
  36. remote: Installing minitest 5.11.3
  37. remote: Installing rake 12.3.1
  38. remote: Installing concurrent-ruby 1.1.3
  39. remote: Fetching thread_safe 0.3.6
  40. remote: Installing thread_safe 0.3.6
  41. remote: Fetching builder 3.2.3
  42. remote: Installing builder 3.2.3
  43. remote: Fetching erubi 1.7.1
  44. remote: Installing erubi 1.7.1
  45. remote: Fetching mini_portile2 2.3.0
  46. remote: Installing mini_portile2 2.3.0
  47. remote: Fetching crass 1.0.4
  48. remote: Installing crass 1.0.4
  49. remote: Fetching rack 2.0.6
  50. remote: Installing rack 2.0.6
  51. remote: Fetching nio4r 2.3.1
  52. remote: Installing nio4r 2.3.1 with native extensions
  53. remote: Fetching websocket-extensions 0.1.3
  54. remote: Installing websocket-extensions 0.1.3
  55. remote: Fetching mini_mime 1.0.1
  56. remote: Installing mini_mime 1.0.1
  57. remote: Fetching arel 8.0.0
  58. remote: Installing arel 8.0.0
  59. remote: Fetching execjs 2.7.0
  60. remote: Installing execjs 2.7.0
  61. remote: Fetching bcrypt 3.1.12
  62. remote: Installing bcrypt 3.1.12 with native extensions
  63. remote: Fetching rb-fsevent 0.10.3
  64. remote: Installing rb-fsevent 0.10.3
  65. remote: Fetching ffi 1.9.25
  66. remote: Installing ffi 1.9.25 with native extensions
  67. remote: Fetching brakeman 4.3.1
  68. remote: Installing brakeman 4.3.1
  69. remote: Using bundler 1.15.2
  70. remote: Fetching cancancan 1.17.0
  71. remote: Installing cancancan 1.17.0
  72. remote: Fetching coffee-script-source 1.12.2
  73. remote: Installing coffee-script-source 1.12.2
  74. remote: Fetching method_source 0.9.2
  75. remote: Installing method_source 0.9.2
  76. remote: Fetching thor 0.20.3
  77. remote: Installing thor 0.20.3
  78. remote: Fetching connection_pool 2.2.2
  79. remote: Installing connection_pool 2.2.2
  80. remote: Fetching dalli 2.7.9
  81. remote: Installing dalli 2.7.9
  82. remote: Fetching orm_adapter 0.5.0
  83. remote: Installing orm_adapter 0.5.0
  84. remote: Fetching multipart-post 2.0.0
  85. remote: Installing multipart-post 2.0.0
  86. remote: Fetching multi_json 1.13.1
  87. remote: Installing multi_json 1.13.1
  88. remote: Fetching pg 1.1.3
  89. remote: Installing pg 1.1.3 with native extensions
  90. remote: Fetching puma 3.12.0
  91. remote: Installing puma 3.12.0 with native extensions
  92. remote: Fetching redis 4.0.3
  93. remote: Installing redis 4.0.3
  94. remote: Fetching tilt 2.0.9
  95. remote: Installing tilt 2.0.9
  96. remote: Fetching turbolinks-source 5.2.0
  97. remote: Installing turbolinks-source 5.2.0
  98. remote: Fetching will_paginate 3.1.6
  99. remote: Installing will_paginate 3.1.6
  100. remote: Fetching tzinfo 1.2.5
  101. remote: Installing tzinfo 1.2.5
  102. remote: Fetching nokogiri 1.8.5
  103. remote: Installing nokogiri 1.8.5 with native extensions
  104. remote: Fetching i18n 1.1.1
  105. remote: Installing i18n 1.1.1
  106. remote: Fetching websocket-driver 0.6.5
  107. remote: Installing websocket-driver 0.6.5 with native extensions
  108. remote: Fetching mail 2.7.1
  109. remote: Installing mail 2.7.1
  110. remote: Fetching rack-test 1.1.0
  111. remote: Installing rack-test 1.1.0
  112. remote: Fetching warden 1.2.8
  113. remote: Installing warden 1.2.8
  114. remote: Fetching sprockets 3.7.2
  115. remote: Installing sprockets 3.7.2
  116. remote: Fetching autoprefixer-rails 9.3.1
  117. remote: Installing autoprefixer-rails 9.3.1
  118. remote: Fetching uglifier 4.1.20
  119. remote: Installing uglifier 4.1.20
  120. remote: Fetching coffee-script 2.4.1
  121. remote: Installing coffee-script 2.4.1
  122. remote: Fetching net-http-persistent 3.0.0
  123. remote: Installing net-http-persistent 3.0.0
  124. remote: Fetching faraday 0.15.4
  125. remote: Installing faraday 0.15.4
  126. remote: Fetching rb-inotify 0.9.10
  127. remote: Installing rb-inotify 0.9.10
  128. remote: Fetching redis-store 1.6.0
  129. remote: Installing redis-store 1.6.0
  130. remote: Fetching turbolinks 5.2.0
  131. remote: Installing turbolinks 5.2.0
  132. remote: Fetching will_paginate-bootstrap 1.0.1
  133. remote: Installing will_paginate-bootstrap 1.0.1
  134. remote: Fetching activesupport 5.1.6.1
  135. remote: Installing activesupport 5.1.6.1
  136. remote: Fetching stripe 4.1.0
  137. remote: Installing stripe 4.1.0
  138. remote: Fetching sass-listen 4.0.0
  139. remote: Installing sass-listen 4.0.0
  140. remote: Fetching redis-rack 2.0.5
  141. remote: Installing redis-rack 2.0.5
  142. remote: Fetching globalid 0.4.1
  143. remote: Installing globalid 0.4.1
  144. remote: Fetching activemodel 5.1.6.1
  145. remote: Installing activemodel 5.1.6.1
  146. remote: Fetching jbuilder 2.8.0
  147. remote: Installing jbuilder 2.8.0
  148. remote: Fetching redis-activesupport 5.0.7
  149. remote: Installing redis-activesupport 5.0.7
  150. remote: Fetching sass 3.7.2
  151. remote: Installing sass 3.7.2
  152. remote: Fetching activejob 5.1.6.1
  153. remote: Installing activejob 5.1.6.1
  154. remote: Fetching activerecord 5.1.6.1
  155. remote: Installing activerecord 5.1.6.1
  156. remote: Fetching bootstrap-sass 3.3.7
  157. remote: Installing bootstrap-sass 3.3.7
  158. remote: Fetching rails-dom-testing 2.0.3
  159. remote: Fetching loofah 2.2.3
  160. remote: Installing rails-dom-testing 2.0.3
  161. remote: Installing loofah 2.2.3
  162. remote: Fetching rails-html-sanitizer 1.0.4
  163. remote: Installing rails-html-sanitizer 1.0.4
  164. remote: Fetching actionview 5.1.6.1
  165. remote: Installing actionview 5.1.6.1
  166. remote: Fetching actionpack 5.1.6.1
  167. remote: Installing actionpack 5.1.6.1
  168. remote: Fetching actionmailer 5.1.6.1
  169. remote: Fetching actioncable 5.1.6.1
  170. remote: Fetching railties 5.1.6.1
  171. remote: Installing actioncable 5.1.6.1
  172. remote: Installing actionmailer 5.1.6.1
  173. remote: Installing railties 5.1.6.1
  174. remote: Fetching sprockets-rails 3.2.1
  175. remote: Installing sprockets-rails 3.2.1
  176. remote: Fetching rails-controller-testing 1.0.2
  177. remote: Fetching redis-actionpack 5.0.2
  178. remote: Installing rails-controller-testing 1.0.2
  179. remote: Installing redis-actionpack 5.0.2
  180. remote: Fetching redis-rails 5.0.2
  181. remote: Installing redis-rails 5.0.2
  182. remote: Fetching coffee-rails 4.2.2
  183. remote: Fetching responders 2.4.0
  184. remote: Fetching jquery-rails 4.3.3
  185. remote: Installing coffee-rails 4.2.2
  186. remote: Installing responders 2.4.0
  187. remote: Fetching rails 5.1.6.1
  188. remote: Installing jquery-rails 4.3.3
  189. remote: Installing rails 5.1.6.1
  190. remote: Fetching sass-rails 5.0.7
  191. remote: Fetching devise 4.5.0
  192. remote: Installing sass-rails 5.0.7
  193. remote: Installing devise 4.5.0
  194. remote: Bundle complete! 30 Gemfile dependencies, 81 gems now installed.
  195. remote: Gems in the groups development, test and production were not installed.
  196. remote: Bundled gems are installed into ./vendor/bundle.
  197. remote: Post-install message from sass:
  198. remote:
  199. remote: Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.
  200. remote:
  201. remote: * If you use Sass as a command-line tool, we recommend using Dart Sass, the new
  202. remote: primary implementation: https://sass-lang.com/install
  203. remote:
  204. remote: * If you use Sass as a plug-in for a Ruby web framework, we recommend using the
  205. remote: sassc gem: https://github.com/sass/sassc-ruby#readme
  206. remote:
  207. remote: * For more details, please refer to the Sass blog:
  208. remote: http://sass.logdown.com/posts/7081811
  209. remote:
  210. remote: Bundle completed (46.43s)
  211. remote: Cleaning up the bundler cache.
  212. remote: Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.17.1). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
  213. remote: -----> Installing node-v8.10.0-linux-x64
  214. remote: -----> Detecting rake tasks
  215. remote: -----> Preparing app for Rails asset pipeline
  216. remote: Running: rake assets:precompile
  217. remote: Yarn executable was not detected in the system.
  218. remote: Download Yarn at https://yarnpkg.com/en/docs/install
  219. remote: I, [2018-11-28T18:53:51.735627 #1333] INFO -- : Writing /tmp/build_37c816c085d370eefd7eb28f3656b918/public/assets/bt-1e1ca9bbe692dd8cccd25d5616ce66a242a026482e2be35243634737813e6267.jpg
  220. remote: I, [2018-11-28T18:53:51.738998 #1333] INFO -- : Writing /tmp/build_37c816c085d370eefd7eb28f3656b918/public/assets/cancel-off-a9b80e5db625004a79c5a14979accb3501b273f69dfbbffbd9309c713c5cee78.png
  221. remote: I, [2018-11-28T18:53:51.741617 #1333] INFO -- : Writing /tmp/build_37c816c085d370eefd7eb28f3656b918/public/assets/cancel-on-ce07a8b5022e59a1bde9690b720a6bf10fc9767db6512d14ebff2782ec62b5bf.png
  222. remote: I, [2018-11-28T18:53:51.743984 #1333] INFO -- : Writing /tmp/build_37c816c085d370eefd7eb28f3656b918/public/assets/dryn-d69726ed3967b000c37f97a46c22b0ad4eb3337bd6c6bdad7c2a42f394d0dff7.jpg
  223. remote: I, [2018-11-28T18:53:51.747275 #1333] INFO -- : Writing /tmp/build_37c816c085d370eefd7eb28f3656b918/public/assets/dupa-54bbd3ec6977afcc3e5177c3dd4e07aecc344c1ac99a632967f8cce0ac90e5be.png
  224. remote: I, [2018-11-28T18:53:51.750753 #1333] INFO -- : Writing /tmp/build_37c816c085d370eefd7eb28f3656b918/public/assets/gregi-3bd269ca3e4109c47c7b94cd5f8e3652d63a9c3aa34d3c5022b9744f633772cc.png
  225. remote: I, [2018-11-28T18:53:51.753597 #1333] INFO -- : Writing /tmp/build_37c816c085d370eefd7eb28f3656b918/public/assets/star-half-db15fb9b3561d5c741d8aea9ef4f0957bd9bc51aa1caa6d7a5c316e083c1abd5.png
  226. remote: I, [2018-11-28T18:53:51.756025 #1333] INFO -- : Writing /tmp/build_37c816c085d370eefd7eb28f3656b918/public/assets/star-off-6aaeebdaab93d594c005d366ce0d94fba02e7a07fd03557dbee8482f04a91c22.png
  227. remote: I, [2018-11-28T18:53:51.758551 #1333] INFO -- : Writing /tmp/build_37c816c085d370eefd7eb28f3656b918/public/assets/star-on-fd26bf0ea0990cfd808f7540f958eed324b86fc609bf56ec2b3a5612cdfde5f5.png
  228. remote: I, [2018-11-28T18:53:51.761176 #1333] INFO -- : Writing /tmp/build_37c816c085d370eefd7eb28f3656b918/public/assets/website-a9c1c56b4017536195168ec7244997470ee8b66415969054ac257c0c124efa8b.jpg
  229. remote: I, [2018-11-28T18:53:57.291989 #1333] INFO -- : Writing /tmp/build_37c816c085d370eefd7eb28f3656b918/public/assets/application-e705119f701943f3864fe7c4d7bf80039cc5c4420979af61eb3ef013b76b2a95.js
  230. remote: I, [2018-11-28T18:53:57.292223 #1333] INFO -- : Writing /tmp/build_37c816c085d370eefd7eb28f3656b918/public/assets/application-e705119f701943f3864fe7c4d7bf80039cc5c4420979af61eb3ef013b76b2a95.js.gz
  231. remote: I, [2018-11-28T18:53:57.507093 #1333] INFO -- : Writing /tmp/build_37c816c085d370eefd7eb28f3656b918/public/assets/application-465495a32ce61c0196bddc0861a7a0151d38c2a1a8023d8baae5a4687eace91b.css
  232. remote: I, [2018-11-28T18:53:57.507302 #1333] INFO -- : Writing /tmp/build_37c816c085d370eefd7eb28f3656b918/public/assets/application-465495a32ce61c0196bddc0861a7a0151d38c2a1a8023d8baae5a4687eace91b.css.gz
  233. remote: Asset precompilation completed (8.09s)
  234. remote: Cleaning assets
  235. remote: Running: rake assets:clean
  236. remote: -----> Detecting rails configuration
  237. remote:
  238. remote: ###### WARNING:
  239. remote:
  240. remote: You have the `.bundle/config` file checked into your repository
  241. remote: It contains local state like the location of the installed bundle
  242. remote: as well as configured git local gems, and other settings that should
  243. remote: not be shared between multiple checkouts of a single repo. Pleas
  244. remote: remove the `.bundle/` folder from your repo and add it to your `.gitignore` file.
  245. remote: https://devcenter.heroku.com/articles/bundler-configuration
  246. remote:
  247. remote: ###### WARNING:
  248. remote:
  249. remote: Detecting rails configuration failed
  250. remote: set HEROKU_DEBUG_RAILS_RUNNER=1 to debug
  251. remote:
  252. remote: ###### WARNING:
  253. remote:
  254. remote: No Procfile detected, using the default web server.
  255. remote: We recommend explicitly declaring how to boot your server process via a Procfile.
  256. remote: https://devcenter.heroku.com/articles/ruby-default-web-server
  257. remote:
  258. remote:
  259. remote: -----> Discovering process types
  260. remote: Procfile declares types -> (none)
  261. remote: Default types for buildpack -> console, rake, web
  262. remote:
  263. remote: -----> Compressing...
  264. remote: Done: 52.9M
  265. remote: -----> Launching...
  266. remote: Released v6
  267. remote: https://arcane-island-17101.herokuapp.com/ deployed to Heroku
  268. remote:
  269. remote: Verifying deploy... done.
  270. To https://git.heroku.com/arcane-island-17101.git
  271. * [new branch] master -> master
  272. ➜ restaurant git:(master) heroku logs
  273. 2018-11-28T12:17:43.486900+00:00 app[api]: Release v1 created by user gregory.dopart@gmail.com
  274. 2018-11-28T12:17:43.809929+00:00 app[api]: Enable Logplex by user gregory.dopart@gmail.com
  275. 2018-11-28T12:17:43.809929+00:00 app[api]: Release v2 created by user gregory.dopart@gmail.com
  276. 2018-11-28T12:23:39.000000+00:00 app[api]: Build started by user gregory.dopart@gmail.com
  277. 2018-11-28T12:24:21.000000+00:00 app[api]: Build failed -- check your build logs
  278. 2018-11-28T12:31:41.000000+00:00 app[api]: Build started by user gregory.dopart@gmail.com
  279. 2018-11-28T12:32:27.000000+00:00 app[api]: Build failed -- check your build logs
  280. 2018-11-28T17:03:06.000000+00:00 app[api]: Build started by user gregory.dopart@gmail.com
  281. 2018-11-28T17:03:50.000000+00:00 app[api]: Build failed -- check your build logs
  282. 2018-11-28T18:32:33.000000+00:00 app[api]: Build started by user gregory.dopart@gmail.com
  283. 2018-11-28T18:33:18.000000+00:00 app[api]: Build failed -- check your build logs
  284. 2018-11-28T18:54:11.808433+00:00 app[api]: Set LANG, RACK_ENV, RAILS_ENV, RAILS_LOG_TO_STDOUT, RAILS_SERVE_STATIC_FILES, SECRET_KEY_BASE config vars by user gregory.dopart@gmail.com
  285. 2018-11-28T18:54:11.808433+00:00 app[api]: Release v3 created by user gregory.dopart@gmail.com
  286. 2018-11-28T18:54:12.709126+00:00 app[api]: Release v5 created by user gregory.dopart@gmail.com
  287. 2018-11-28T18:54:13.151329+00:00 app[api]: Release v6 created by user gregory.dopart@gmail.com
  288. 2018-11-28T18:54:13.151329+00:00 app[api]: Deploy 7061d3d8 by user gregory.dopart@gmail.com
  289. 2018-11-28T18:54:13.175288+00:00 app[api]: Scaled to console@0:Free rake@0:Free web@1:Free by user gregory.dopart@gmail.com
  290. 2018-11-28T18:54:12.690591+00:00 app[api]: Attach DATABASE (@ref:postgresql-corrugated-60471) by user gregory.dopart@gmail.com
  291. 2018-11-28T18:54:12.709126+00:00 app[api]: @ref:postgresql-corrugated-60471 completed provisioning, setting DATABASE_URL. by user gregory.dopart@gmail.com
  292. 2018-11-28T18:54:12.690591+00:00 app[api]: Running release v4 commands by user gregory.dopart@gmail.com
  293. 2018-11-28T18:54:17.140809+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 37734 -e production`
  294. 2018-11-28T18:54:18.000000+00:00 app[api]: Build succeeded
  295. 2018-11-28T18:55:13.863291+00:00 heroku[router]: at=info method=GET path="/" host=arcane-island-17101.herokuapp.com request_id=91d623b6-4657-44ec-833f-fb855b1609c7 fwd="83.26.199.70" dyno=web.1 connect=0ms service=15228ms status=500 bytes=1828 protocol=https
  296. 2018-11-28T18:55:14.944584+00:00 app[web.1]: I, [2018-11-28T18:55:14.944472 #4] INFO -- : [ea62e586-2611-455a-8e0f-f084f0ff6ed2] Started GET "/favicon.ico" for 83.26.199.70 at 2018-11-28 18:55:14 +0000
  297. 2018-11-28T18:55:14.945124+00:00 app[web.1]: F, [2018-11-28T18:55:14.945054 #4] FATAL -- : [ea62e586-2611-455a-8e0f-f084f0ff6ed2]
  298. 2018-11-28T18:55:14.945170+00:00 app[web.1]: F, [2018-11-28T18:55:14.945112 #4] FATAL -- : [ea62e586-2611-455a-8e0f-f084f0ff6ed2] ActionController::RoutingError (No route matches [GET] "/favicon.ico"):
  299. 2018-11-28T18:55:14.945210+00:00 app[web.1]: F, [2018-11-28T18:55:14.945158 #4] FATAL -- : [ea62e586-2611-455a-8e0f-f084f0ff6ed2]
  300. 2018-11-28T18:55:14.945267+00:00 app[web.1]: F, [2018-11-28T18:55:14.945205 #4] FATAL -- : [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/actionpack-5.1.6.1/lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
  301. 2018-11-28T18:55:14.945270+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/actionpack-5.1.6.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
  302. 2018-11-28T18:55:14.945272+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/railties-5.1.6.1/lib/rails/rack/logger.rb:36:in `call_app'
  303. 2018-11-28T18:55:14.945274+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/railties-5.1.6.1/lib/rails/rack/logger.rb:24:in `block in call'
  304. 2018-11-28T18:55:14.945275+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/activesupport-5.1.6.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'
  305. 2018-11-28T18:55:14.945277+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/activesupport-5.1.6.1/lib/active_support/tagged_logging.rb:26:in `tagged'
  306. 2018-11-28T18:55:14.945279+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/activesupport-5.1.6.1/lib/active_support/tagged_logging.rb:69:in `tagged'
  307. 2018-11-28T18:55:14.945280+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/railties-5.1.6.1/lib/rails/rack/logger.rb:24:in `call'
  308. 2018-11-28T18:55:14.945282+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/actionpack-5.1.6.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
  309. 2018-11-28T18:55:14.945284+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/actionpack-5.1.6.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'
  310. 2018-11-28T18:55:14.945285+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/rack-2.0.6/lib/rack/method_override.rb:22:in `call'
  311. 2018-11-28T18:55:14.945287+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/rack-2.0.6/lib/rack/runtime.rb:22:in `call'
  312. 2018-11-28T18:55:14.945289+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/activesupport-5.1.6.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
  313. 2018-11-28T18:55:14.945290+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/actionpack-5.1.6.1/lib/action_dispatch/middleware/executor.rb:12:in `call'
  314. 2018-11-28T18:55:14.945292+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/actionpack-5.1.6.1/lib/action_dispatch/middleware/static.rb:125:in `call'
  315. 2018-11-28T18:55:14.945293+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/rack-2.0.6/lib/rack/sendfile.rb:111:in `call'
  316. 2018-11-28T18:55:14.945295+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/railties-5.1.6.1/lib/rails/engine.rb:522:in `call'
  317. 2018-11-28T18:55:14.945297+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/puma-3.12.0/lib/puma/configuration.rb:225:in `call'
  318. 2018-11-28T18:55:14.945299+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/puma-3.12.0/lib/puma/server.rb:658:in `handle_request'
  319. 2018-11-28T18:55:14.945300+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/puma-3.12.0/lib/puma/server.rb:472:in `process_client'
  320. 2018-11-28T18:55:14.945302+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/puma-3.12.0/lib/puma/server.rb:332:in `block in run'
  321. 2018-11-28T18:55:14.945304+00:00 app[web.1]: [ea62e586-2611-455a-8e0f-f084f0ff6ed2] vendor/bundle/ruby/2.5.0/gems/puma-3.12.0/lib/puma/thread_pool.rb:133:in `block in spawn_thread'
  322. 2018-11-28T18:55:14.946659+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=arcane-island-17101.herokuapp.com request_id=ea62e586-2611-455a-8e0f-f084f0ff6ed2 fwd="83.26.199.70" dyno=web.1 connect=1ms service=3ms status=404 bytes=1902 protocol=https
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement