Skip to content

Instantly share code, notes, and snippets.

@miklb

miklb/build.log Secret

Last active September 16, 2018 15:42
Show Gist options
  • Save miklb/92a96a4e1d145b06be5372b220e9851b to your computer and use it in GitHub Desktop.
Save miklb/92a96a4e1d145b06be5372b220e9851b to your computer and use it in GitHub Desktop.
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.4.1
-----> Installing dependencies using bundler 1.15.2
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.15.4). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/.
Using rake 12.0.0
Using concurrent-ruby 1.0.5
Using i18n 0.8.6
Using minitest 5.10.3
Using thread_safe 0.3.6
Using builder 3.2.3
Using erubi 1.6.1
Using mini_portile2 2.2.0
Using rack 2.0.3
Using nio4r 2.1.0
Using websocket-extensions 0.1.2
Using mime-types-data 3.2016.0521
Using dalli 2.7.6
Using msgpack 1.1.0
Using redis 3.3.3
Using arel 8.0.0
Using public_suffix 3.0.0
Using bcrypt 3.1.11
Using bundler 1.15.2
Using connection_pool 2.2.1
Using declarative 0.0.9
Using declarative-option 0.1.0
Using orm_adapter 0.5.0
Using method_source 0.8.2
Using thor 0.20.0
Using dig_rb 1.0.1
Using dotenv 1.0.2
Using excon 0.58.0
Using execjs 2.7.0
Using multipart-post 2.0.0
Using ffi 1.9.18
Using geocoder 1.4.4
Using jwt 1.5.6
Using little-plugger 1.1.4
Using multi_json 1.12.1
Using memoist 0.16.0
Using os 0.9.6
Using httpclient 2.8.3
Using uber 0.1.0
Using retriable 3.1.1
Using multi_xml 0.6.0
Using pg 0.21.0
Using puma 3.10.0
Using rack-cors 0.4.1
Using rb-fsevent 0.10.2
Using redcarpet 3.4.0
Using tilt 2.0.8
Using sucker_punch 2.0.3
Using tzinfo 1.2.3
Using nokogiri 1.8.0
Using websocket-driver 0.6.5
Using mime-types 3.1
Using suo 0.3.2
Using addressable 2.5.2
Using rack-test 0.6.3
Using warden 1.2.7
Using sprockets 3.7.1
Using jeff 1.5.2
Using dotenv-rails 1.0.2
Using rb-inotify 0.9.10
Using faraday 0.13.1
Using uglifier 3.2.0
Using logging 2.2.2
Using representable 3.0.4
Using httparty 0.15.6
Using activesupport 5.1.3
Using loofah 2.0.3
Using mail 2.6.6
Using vacuum 2.0.2
Using sass-listen 4.0.0
Using signet 0.7.3
Using rails-dom-testing 2.0.3
Using globalid 0.4.0
Using activemodel 5.1.3
Using jbuilder 2.7.0
Using rails-html-sanitizer 1.0.3
Using sass 3.5.1
Using googleauth 0.5.3
Using activerecord 5.1.3
Using activejob 5.1.3
Using actionview 5.1.3
Using google-api-client 0.13.4
Using activejob-traffic_control 0.1.3
Using actionpack 5.1.3
Using actioncable 5.1.3
Using actionmailer 5.1.3
Using railties 5.1.3
Using sprockets-rails 3.2.0
Using simple_form 3.5.0
Using responders 2.4.0
Using rails 5.1.3
Using sass-rails 5.0.6
Using devise 4.3.0
Bundle complete! 28 Gemfile dependencies, 93 gems now installed.
Gems in the groups development and test were not installed.
Bundled gems are installed into ./vendor/bundle.
Bundle completed (4.00s)
Cleaning up the bundler cache.
Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.15.4). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
The latest bundler is 1.16.4, but you are currently running 1.15.2.
To update, run `gem install bundler`
-----> Installing node-v8.10.0-linux-x64
-----> Detecting rake tasks
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
Yarn executable was not detected in the system.
Download Yarn at https://yarnpkg.com/en/docs/install
Asset precompilation completed (2.76s)
Cleaning assets
Running: rake assets:clean
-----> Detecting rails configuration
-----> Discovering process types
Procfile declares types -> web
Default types for buildpack -> console, rake, worker
-----> Compressing...
Done: 40.4M
-----> Launching...
Released v11
https://hurricane-florence-api.herokuapp.com/ deployed to Heroku
you really should have demanded a 4:20 set time.
2018-09-16T15:30:22.151435+00:00 app[web.1]: I, [2018-09-16T15:30:22.151355 #4] INFO -- : [0b59d2da-97c9-4081-8b98-24c4dae8acd5] Processing by SheltersController#index as HTML
2018-09-16T15:30:22.154441+00:00 app[web.1]: D, [2018-09-16T15:30:22.154338 #4] DEBUG -- : [0b59d2da-97c9-4081-8b98-24c4dae8acd5] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 15], ["LIMIT", 1]]
2018-09-16T15:30:22.158037+00:00 app[web.1]: D, [2018-09-16T15:30:22.157945 #4] DEBUG -- : [0b59d2da-97c9-4081-8b98-24c4dae8acd5] Page Load (0.8ms) SELECT "pages".* FROM "pages" WHERE "pages"."key" = $1 ORDER BY "pages"."id" ASC LIMIT $2 [["key", "shelters"], ["LIMIT", 1]]
2018-09-16T15:30:22.159958+00:00 app[web.1]: I, [2018-09-16T15:30:22.159874 #4] INFO -- : [0b59d2da-97c9-4081-8b98-24c4dae8acd5] Rendering shelters/index.html.erb within layouts/application
2018-09-16T15:30:22.161212+00:00 app[web.1]: I, [2018-09-16T15:30:22.161132 #4] INFO -- : [0b59d2da-97c9-4081-8b98-24c4dae8acd5] Rendered pages/_page.html.erb (0.1ms)
2018-09-16T15:30:22.166237+00:00 app[web.1]: D, [2018-09-16T15:30:22.166137 #4] DEBUG -- : [0b59d2da-97c9-4081-8b98-24c4dae8acd5] Shelter Load (4.0ms) SELECT "shelters".* FROM "shelters" WHERE "shelters"."active" = $1 [["active", "t"]]
2018-09-16T15:30:22.213678+00:00 app[web.1]: I, [2018-09-16T15:30:22.213523 #4] INFO -- : [0b59d2da-97c9-4081-8b98-24c4dae8acd5] Rendered shared/_table.html.erb (51.8ms)
2018-09-16T15:30:22.213810+00:00 app[web.1]: I, [2018-09-16T15:30:22.213738 #4] INFO -- : [0b59d2da-97c9-4081-8b98-24c4dae8acd5] Rendered shelters/index.html.erb within layouts/application (53.7ms)
2018-09-16T15:30:22.214121+00:00 app[web.1]: I, [2018-09-16T15:30:22.214035 #4] INFO -- : [0b59d2da-97c9-4081-8b98-24c4dae8acd5] Completed 500 Internal Server Error in 63ms (ActiveRecord: 5.6ms)
2018-09-16T15:30:22.215007+00:00 app[web.1]: F, [2018-09-16T15:30:22.214924 #4] FATAL -- : [0b59d2da-97c9-4081-8b98-24c4dae8acd5]
2018-09-16T15:30:22.215082+00:00 app[web.1]: F, [2018-09-16T15:30:22.215012 #4] FATAL -- : [0b59d2da-97c9-4081-8b98-24c4dae8acd5] ActionView::Template::Error (undefined method `accessibility' for #<Shelter:0x007f61e07534f8>):
2018-09-16T15:30:22.215300+00:00 app[web.1]: F, [2018-09-16T15:30:22.215217 #4] FATAL -- : [0b59d2da-97c9-4081-8b98-24c4dae8acd5] 13: <tr>
2018-09-16T15:30:22.215303+00:00 app[web.1]: [0b59d2da-97c9-4081-8b98-24c4dae8acd5] 14: <td><%= link_to 'Show', row %> / <%= link_to 'Update', [:edit, row] %></td>
2018-09-16T15:30:22.215305+00:00 app[web.1]: [0b59d2da-97c9-4081-8b98-24c4dae8acd5] 15: <% columns.each do |column| %>
2018-09-16T15:30:22.215306+00:00 app[web.1]: [0b59d2da-97c9-4081-8b98-24c4dae8acd5] 16: <% value = row.send(column) %>
2018-09-16T15:30:22.215308+00:00 app[web.1]: [0b59d2da-97c9-4081-8b98-24c4dae8acd5] 17: <% if value.acts_like?(:time) %>
2018-09-16T15:30:22.215309+00:00 app[web.1]: [0b59d2da-97c9-4081-8b98-24c4dae8acd5] 18: <td data-order="<%= value.to_i %>">
2018-09-16T15:30:22.215311+00:00 app[web.1]: [0b59d2da-97c9-4081-8b98-24c4dae8acd5] 19: <span title="<%= value %>"><%= time_ago_in_words(value) %> ago</span>
2018-09-16T15:30:22.215359+00:00 app[web.1]: F, [2018-09-16T15:30:22.215281 #4] FATAL -- : [0b59d2da-97c9-4081-8b98-24c4dae8acd5]
2018-09-16T15:30:22.215436+00:00 app[web.1]: F, [2018-09-16T15:30:22.215369 #4] FATAL -- : [0b59d2da-97c9-4081-8b98-24c4dae8acd5] app/views/shared/_table.html.erb:16:in `block (2 levels) in _app_views_shared__table_html_erb___2014410818231040671_70028804356720'
2018-09-16T15:30:22.215439+00:00 app[web.1]: [0b59d2da-97c9-4081-8b98-24c4dae8acd5] app/views/shared/_table.html.erb:15:in `each'
2018-09-16T15:30:22.215441+00:00 app[web.1]: [0b59d2da-97c9-4081-8b98-24c4dae8acd5] app/views/shared/_table.html.erb:15:in `block in _app_views_shared__table_html_erb___2014410818231040671_70028804356720'
2018-09-16T15:30:22.215442+00:00 app[web.1]: [0b59d2da-97c9-4081-8b98-24c4dae8acd5] app/views/shared/_table.html.erb:12:in `_app_views_shared__table_html_erb___2014410818231040671_70028804356720'
2018-09-16T15:30:22.215444+00:00 app[web.1]: [0b59d2da-97c9-4081-8b98-24c4dae8acd5] app/views/shelters/index.html.erb:31:in `_app_views_shelters_index_html_erb___2387395625836238068_70029177344720'
2018-09-16T15:30:22.135900+00:00 heroku[router]: at=info method=GET path="/cable" host=hurricane-florence-api.herokuapp.com request_id=7de51d79-3a2f-44c6-82e0-bd6caa11296b fwd="173.171.25.90" dyno=web.1 connect=1ms service=1863ms status=101 bytes=174 protocol=https
2018-09-16T15:30:26.860439+00:00 app[web.1]: I, [2018-09-16T15:30:26.860326 #4] INFO -- : [57c34579-7e9e-4821-b732-1d222270b7f0] Started GET "/cable" for 173.171.25.90 at 2018-09-16 15:30:26 +0000
2018-09-16T15:30:26.860996+00:00 app[web.1]: I, [2018-09-16T15:30:26.860931 #4] INFO -- : [57c34579-7e9e-4821-b732-1d222270b7f0] Started GET "/cable/" [WebSocket] for 173.171.25.90 at 2018-09-16 15:30:26 +0000
2018-09-16T15:30:26.922377+00:00 app[web.1]: I, [2018-09-16T15:30:26.922240 #4] INFO -- : NeedChannel is transmitting the subscription confirmation
2018-09-16T15:30:26.861081+00:00 app[web.1]: I, [2018-09-16T15:30:26.861022 #4] INFO -- : [57c34579-7e9e-4821-b732-1d222270b7f0] Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: Upgrade, HTTP_UPGRADE: websocket)
2018-09-16T15:30:26.922666+00:00 app[web.1]: I, [2018-09-16T15:30:26.922569 #4] INFO -- : NeedChannel is streaming from need:needs
2018-09-16T15:30:26.927270+00:00 app[web.1]: I, [2018-09-16T15:30:26.927186 #4] INFO -- : ShelterChannel is transmitting the subscription confirmation
2018-09-16T15:30:26.927516+00:00 app[web.1]: I, [2018-09-16T15:30:26.927440 #4] INFO -- : ShelterChannel is streaming from shelter:shelters
2018-09-16T15:30:28.187730+00:00 heroku[router]: at=info method=GET path="/cable" host=hurricane-florence-api.herokuapp.com request_id=57c34579-7e9e-4821-b732-1d222270b7f0 fwd="173.171.25.90" dyno=web.1 connect=0ms service=1326ms status=101 bytes=174 protocol=https
2018-09-16T15:30:28.219211+00:00 heroku[router]: at=info method=GET path="/" host=hurricane-florence-api.herokuapp.com request_id=1b06294e-9399-482f-a1af-3b379bdcd445 fwd="173.171.25.90" dyno=web.1 connect=0ms service=23ms status=200 bytes=6471 protocol=https
2018-09-16T15:30:28.185492+00:00 app[web.1]: I, [2018-09-16T15:30:28.185332 #4] INFO -- : Finished "/cable/" [WebSocket] for 173.171.25.90 at 2018-09-16 15:30:28 +0000
2018-09-16T15:30:28.185749+00:00 app[web.1]: I, [2018-09-16T15:30:28.185632 #4] INFO -- : NeedChannel stopped streaming from need:needs
2018-09-16T15:30:28.186008+00:00 app[web.1]: I, [2018-09-16T15:30:28.185935 #4] INFO -- : ShelterChannel stopped streaming from shelter:shelters
2018-09-16T15:30:28.201276+00:00 app[web.1]: I, [2018-09-16T15:30:28.201184 #4] INFO -- : [1b06294e-9399-482f-a1af-3b379bdcd445] Started GET "/" for 173.171.25.90 at 2018-09-16 15:30:28 +0000
2018-09-16T15:30:28.202958+00:00 app[web.1]: I, [2018-09-16T15:30:28.202835 #4] INFO -- : [1b06294e-9399-482f-a1af-3b379bdcd445] Processing by SplashController#index as HTML
2018-09-16T15:30:28.206902+00:00 app[web.1]: D, [2018-09-16T15:30:28.206801 #4] DEBUG -- : [1b06294e-9399-482f-a1af-3b379bdcd445] Page Load (0.9ms) SELECT "pages".* FROM "pages" WHERE "pages"."key" = $1 ORDER BY "pages"."id" ASC LIMIT $2 [["key", "home"], ["LIMIT", 1]]
2018-09-16T15:30:28.208364+00:00 app[web.1]: I, [2018-09-16T15:30:28.208276 #4] INFO -- : [1b06294e-9399-482f-a1af-3b379bdcd445] Rendering splash/index.html.erb within layouts/application
2018-09-16T15:30:28.209055+00:00 app[web.1]: I, [2018-09-16T15:30:28.208972 #4] INFO -- : [1b06294e-9399-482f-a1af-3b379bdcd445] Rendered pages/_page.html.erb (0.3ms)
2018-09-16T15:30:28.209348+00:00 app[web.1]: I, [2018-09-16T15:30:28.209265 #4] INFO -- : [1b06294e-9399-482f-a1af-3b379bdcd445] Rendered splash/index.html.erb within layouts/application (0.7ms)
2018-09-16T15:30:28.218118+00:00 app[web.1]: D, [2018-09-16T15:30:28.215877 #4] DEBUG -- : [1b06294e-9399-482f-a1af-3b379bdcd445] User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 15], ["LIMIT", 1]]
2018-09-16T15:30:28.220255+00:00 app[web.1]: I, [2018-09-16T15:30:28.220129 #4] INFO -- : [1b06294e-9399-482f-a1af-3b379bdcd445] Completed 200 OK in 17ms (Views: 8.5ms | ActiveRecord: 4.7ms)
2018-09-16T15:30:28.488926+00:00 app[web.1]: I, [2018-09-16T15:30:28.488785 #4] INFO -- : [1092793a-dc5d-4dd3-a241-675c0a8967eb] Started GET "/cable" for 173.171.25.90 at 2018-09-16 15:30:28 +0000
2018-09-16T15:30:28.492318+00:00 app[web.1]: I, [2018-09-16T15:30:28.492226 #4] INFO -- : [1092793a-dc5d-4dd3-a241-675c0a8967eb] Started GET "/cable/" [WebSocket] for 173.171.25.90 at 2018-09-16 15:30:28 +0000
2018-09-16T15:30:28.492419+00:00 app[web.1]: I, [2018-09-16T15:30:28.492353 #4] INFO -- : [1092793a-dc5d-4dd3-a241-675c0a8967eb] Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: Upgrade, HTTP_UPGRADE: websocket)
2018-09-16T15:30:28.545506+00:00 app[web.1]: I, [2018-09-16T15:30:28.545349 #4] INFO -- : NeedChannel is transmitting the subscription confirmation
2018-09-16T15:30:28.545918+00:00 app[web.1]: I, [2018-09-16T15:30:28.545851 #4] INFO -- : NeedChannel is streaming from need:needs
2018-09-16T15:30:28.548403+00:00 app[web.1]: I, [2018-09-16T15:30:28.548324 #4] INFO -- : ShelterChannel is transmitting the subscription confirmation
2018-09-16T15:30:28.548757+00:00 app[web.1]: I, [2018-09-16T15:30:28.548690 #4] INFO -- : ShelterChannel is streaming from shelter:shelters
2018-09-16T15:30:30.738413+00:00 heroku[router]: at=info method=GET path="/cable" host=hurricane-florence-api.herokuapp.com request_id=1092793a-dc5d-4dd3-a241-675c0a8967eb fwd="173.171.25.90" dyno=web.1 connect=1ms service=2250ms status=101 bytes=174 protocol=https
2018-09-16T15:30:30.737053+00:00 app[web.1]: I, [2018-09-16T15:30:30.736917 #4] INFO -- : Finished "/cable/" [WebSocket] for 173.171.25.90 at 2018-09-16 15:30:30 +0000
2018-09-16T15:30:30.737225+00:00 app[web.1]: I, [2018-09-16T15:30:30.737135 #4] INFO -- : ShelterChannel stopped streaming from shelter:shelters
2018-09-16T15:30:30.737402+00:00 app[web.1]: I, [2018-09-16T15:30:30.737325 #4] INFO -- : NeedChannel stopped streaming from need:needs
2018-09-16T15:30:32.911820+00:00 app[web.1]: I, [2018-09-16T15:30:32.911564 #4] INFO -- : [a859c849-49b0-4a5f-b2d1-43c745f20c8c] Started GET "/cable" for 173.171.25.90 at 2018-09-16 15:30:32 +0000
2018-09-16T15:30:32.913061+00:00 app[web.1]: I, [2018-09-16T15:30:32.912971 #4] INFO -- : [a859c849-49b0-4a5f-b2d1-43c745f20c8c] Started GET "/cable/" [WebSocket] for 173.171.25.90 at 2018-09-16 15:30:32 +0000
2018-09-16T15:30:32.913310+00:00 app[web.1]: I, [2018-09-16T15:30:32.913216 #4] INFO -- : [a859c849-49b0-4a5f-b2d1-43c745f20c8c] Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: Upgrade, HTTP_UPGRADE: websocket)
2018-09-16T15:30:32.966403+00:00 app[web.1]: I, [2018-09-16T15:30:32.966259 #4] INFO -- : ShelterChannel is transmitting the subscription confirmation
2018-09-16T15:30:32.966775+00:00 app[web.1]: I, [2018-09-16T15:30:32.966690 #4] INFO -- : ShelterChannel is streaming from shelter:shelters
2018-09-16T15:30:32.968747+00:00 app[web.1]: I, [2018-09-16T15:30:32.968663 #4] INFO -- : NeedChannel is streaming from need:needs
2018-09-16T15:30:32.968404+00:00 app[web.1]: I, [2018-09-16T15:30:32.968307 #4] INFO -- : NeedChannel is transmitting the subscription confirmation
2018-09-16T15:30:33.902817+00:00 heroku[router]: at=info method=GET path="/cable" host=hurricane-florence-api.herokuapp.com request_id=a859c849-49b0-4a5f-b2d1-43c745f20c8c fwd="173.171.25.90" dyno=web.1 connect=1ms service=996ms status=101 bytes=174 protocol=https
2018-09-16T15:30:33.902746+00:00 app[web.1]: I, [2018-09-16T15:30:33.902617 #4] INFO -- : Finished "/cable/" [WebSocket] for 173.171.25.90 at 2018-09-16 15:30:33 +0000
2018-09-16T15:30:33.903273+00:00 app[web.1]: I, [2018-09-16T15:30:33.903194 #4] INFO -- : NeedChannel stopped streaming from need:needs
2018-09-16T15:30:33.924712+00:00 app[web.1]: I, [2018-09-16T15:30:33.924588 #4] INFO -- : [c6582814-07ac-4d65-b642-a729c09e0ba3] Started GET "/shelters/outdated" for 173.171.25.90 at 2018-09-16 15:30:33 +0000
2018-09-16T15:30:33.903803+00:00 app[web.1]: I, [2018-09-16T15:30:33.903462 #4] INFO -- : ShelterChannel stopped streaming from shelter:shelters
2018-09-16T15:30:33.926620+00:00 app[web.1]: I, [2018-09-16T15:30:33.926539 #4] INFO -- : [c6582814-07ac-4d65-b642-a729c09e0ba3] Processing by SheltersController#outdated as HTML
2018-09-16T15:30:33.930957+00:00 app[web.1]: D, [2018-09-16T15:30:33.930839 #4] DEBUG -- : [c6582814-07ac-4d65-b642-a729c09e0ba3] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 15], ["LIMIT", 1]]
2018-09-16T15:30:33.938221+00:00 app[web.1]: I, [2018-09-16T15:30:33.938136 #4] INFO -- : [c6582814-07ac-4d65-b642-a729c09e0ba3] Rendering shelters/outdated.html.erb within layouts/application
2018-09-16T15:30:33.947835+00:00 app[web.1]: D, [2018-09-16T15:30:33.947715 #4] DEBUG -- : [c6582814-07ac-4d65-b642-a729c09e0ba3] Shelter Load (6.0ms) SELECT "shelters".* FROM "shelters" WHERE "shelters"."active" = $1 AND (updated_at < '2018-09-16 11:30:33.934102') ORDER BY updated_at DESC [["active", "t"]]
2018-09-16T15:30:34.008868+00:00 app[web.1]: I, [2018-09-16T15:30:34.008729 #4] INFO -- : [c6582814-07ac-4d65-b642-a729c09e0ba3] Rendered shared/_table.html.erb (67.6ms)
2018-09-16T15:30:34.009134+00:00 app[web.1]: I, [2018-09-16T15:30:34.009014 #4] INFO -- : [c6582814-07ac-4d65-b642-a729c09e0ba3] Rendered shelters/outdated.html.erb within layouts/application (68.8ms)
2018-09-16T15:30:34.009556+00:00 app[web.1]: I, [2018-09-16T15:30:34.009478 #4] INFO -- : [c6582814-07ac-4d65-b642-a729c09e0ba3] Completed 500 Internal Server Error in 83ms (ActiveRecord: 6.9ms)
2018-09-16T15:30:34.011420+00:00 app[web.1]: F, [2018-09-16T15:30:34.011331 #4] FATAL -- : [c6582814-07ac-4d65-b642-a729c09e0ba3]
2018-09-16T15:30:34.011612+00:00 app[web.1]: F, [2018-09-16T15:30:34.011463 #4] FATAL -- : [c6582814-07ac-4d65-b642-a729c09e0ba3] ActionView::Template::Error (undefined method `accessibility' for #<Shelter:0x00000005ddbd00>):
2018-09-16T15:30:34.011953+00:00 app[web.1]: F, [2018-09-16T15:30:34.011878 #4] FATAL -- : [c6582814-07ac-4d65-b642-a729c09e0ba3] 13: <tr>
2018-09-16T15:30:34.011957+00:00 app[web.1]: [c6582814-07ac-4d65-b642-a729c09e0ba3] 14: <td><%= link_to 'Show', row %> / <%= link_to 'Update', [:edit, row] %></td>
2018-09-16T15:30:34.011958+00:00 app[web.1]: [c6582814-07ac-4d65-b642-a729c09e0ba3] 15: <% columns.each do |column| %>
2018-09-16T15:30:34.011960+00:00 app[web.1]: [c6582814-07ac-4d65-b642-a729c09e0ba3] 16: <% value = row.send(column) %>
2018-09-16T15:30:34.011962+00:00 app[web.1]: [c6582814-07ac-4d65-b642-a729c09e0ba3] 17: <% if value.acts_like?(:time) %>
2018-09-16T15:30:34.011964+00:00 app[web.1]: [c6582814-07ac-4d65-b642-a729c09e0ba3] 18: <td data-order="<%= value.to_i %>">
2018-09-16T15:30:34.011966+00:00 app[web.1]: [c6582814-07ac-4d65-b642-a729c09e0ba3] 19: <span title="<%= value %>"><%= time_ago_in_words(value) %> ago</span>
2018-09-16T15:30:34.012470+00:00 app[web.1]: F, [2018-09-16T15:30:34.012403 #4] FATAL -- : [c6582814-07ac-4d65-b642-a729c09e0ba3] app/views/shared/_table.html.erb:16:in `block (2 levels) in _app_views_shared__table_html_erb___2014410818231040671_70028804356720'
2018-09-16T15:30:34.012113+00:00 app[web.1]: F, [2018-09-16T15:30:34.012030 #4] FATAL -- : [c6582814-07ac-4d65-b642-a729c09e0ba3]
2018-09-16T15:30:34.012473+00:00 app[web.1]: [c6582814-07ac-4d65-b642-a729c09e0ba3] app/views/shared/_table.html.erb:15:in `each'
2018-09-16T15:30:34.012475+00:00 app[web.1]: [c6582814-07ac-4d65-b642-a729c09e0ba3] app/views/shared/_table.html.erb:15:in `block in _app_views_shared__table_html_erb___2014410818231040671_70028804356720'
2018-09-16T15:30:34.012477+00:00 app[web.1]: [c6582814-07ac-4d65-b642-a729c09e0ba3] app/views/shared/_table.html.erb:12:in `_app_views_shared__table_html_erb___2014410818231040671_70028804356720'
2018-09-16T15:30:34.012478+00:00 app[web.1]: [c6582814-07ac-4d65-b642-a729c09e0ba3] app/views/shelters/outdated.html.erb:3:in `_app_views_shelters_outdated_html_erb__3065116698018575739_49426980'
2018-09-16T15:30:34.010214+00:00 heroku[router]: at=info method=GET path="/shelters/outdated" host=hurricane-florence-api.herokuapp.com request_id=c6582814-07ac-4d65-b642-a729c09e0ba3 fwd="173.171.25.90" dyno=web.1 connect=0ms service=100ms status=500 bytes=1905 protocol=https
2018-09-16T15:31:05.460026+00:00 app[web.1]: I, [2018-09-16T15:31:05.459922 #4] INFO -- : [59eb786b-140b-44ad-b46c-7071d6de15f1] Started GET "/api/v1/shelters" for 54.203.198.98 at 2018-09-16 15:31:05 +0000
2018-09-16T15:31:05.460928+00:00 app[web.1]: I, [2018-09-16T15:31:05.460849 #4] INFO -- : [59eb786b-140b-44ad-b46c-7071d6de15f1] Processing by Api::V1::SheltersController#index as JSON
2018-09-16T15:31:05.462472+00:00 app[web.1]: I, [2018-09-16T15:31:05.462378 #4] INFO -- : [59eb786b-140b-44ad-b46c-7071d6de15f1] Rendering api/v1/shelters/index.json.jbuilder
2018-09-16T15:31:05.465712+00:00 app[web.1]: D, [2018-09-16T15:31:05.465631 #4] DEBUG -- : [59eb786b-140b-44ad-b46c-7071d6de15f1] (1.1ms) SELECT COUNT(*) AS "size", MAX("shelters"."updated_at") AS timestamp FROM "shelters" WHERE "shelters"."active" = $1 [["active", "t"]]
2018-09-16T15:31:05.485045+00:00 app[web.1]: D, [2018-09-16T15:31:05.484836 #4] DEBUG -- : [59eb786b-140b-44ad-b46c-7071d6de15f1] Shelter Load (5.2ms) SELECT "shelters".* FROM "shelters" WHERE "shelters"."active" = $1 [["active", "t"]]
2018-09-16T15:31:05.574021+00:00 app[web.1]: I, [2018-09-16T15:31:05.573884 #4] INFO -- : [59eb786b-140b-44ad-b46c-7071d6de15f1] Rendered api/v1/shelters/index.json.jbuilder (111.3ms)
2018-09-16T15:31:05.574347+00:00 app[web.1]: I, [2018-09-16T15:31:05.574274 #4] INFO -- : [59eb786b-140b-44ad-b46c-7071d6de15f1] Completed 200 OK in 113ms (Views: 106.0ms | ActiveRecord: 6.4ms)
2018-09-16T15:31:05.589960+00:00 heroku[router]: at=info method=GET path="/api/v1/shelters" host=hurricane-florence-api.herokuapp.com request_id=59eb786b-140b-44ad-b46c-7071d6de15f1 fwd="54.203.198.98" dyno=web.1 connect=0ms service=130ms status=200 bytes=196554 protocol=https
2018-09-16T15:31:10+00:00 app[heroku-redis]: source=REDIS addon=redis-lively-16770 sample#active-connections=2 sample#load-avg-1m=0.14 sample#load-avg-5m=0.12 sample#load-avg-15m=0.125 sample#read-iops=0 sample#write-iops=0 sample#memory-total=15664336kB sample#memory-free=12069256kB sample#memory-cached=1488284kB sample#memory-redis=299784bytes sample#hit-rate=1 sample#evicted-keys=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment