Skip to content

Instantly share code, notes, and snippets.

@jdgarrido
Created January 12, 2016 13:24
Show Gist options
  • Save jdgarrido/e639496bddb9862c7390 to your computer and use it in GitHub Desktop.
Save jdgarrido/e639496bddb9862c7390 to your computer and use it in GitHub Desktop.
2016-01-08T15:00:57.769124+00:00 heroku[slug-compiler]: Slug compilation started
2016-01-08T15:00:57.769134+00:00 heroku[slug-compiler]: Slug compilation finished
2016-01-08T15:01:00.789436+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 52695 -e production`
2016-01-08T15:01:04.064346+00:00 app[web.1]: => Booting Unicorn
2016-01-08T15:01:04.064365+00:00 app[web.1]: => Rails 4.2.1 application starting in production on http://0.0.0.0:52695
2016-01-08T15:01:04.064367+00:00 app[web.1]: => Ctrl-C to shutdown server
2016-01-08T15:01:04.099478+00:00 app[web.1]: DEPRECATION WARNING: The configuration option `config.serve_static_assets` has been renamed to `config.serve_static_files` to clarify its role (it merely enables serving everything in the `public` folder and is unrelated to the asset pipeline). The `serve_static_assets` alias will be removed in Rails 5.0. Please migrate your configuration files accordingly. (called from block in tsort_each at /app/vendor/ruby-2.2.1/lib/ruby/2.2.0/tsort.rb:226)
2016-01-08T15:01:04.064367+00:00 app[web.1]: => Run `rails server -h` for more startup options
2016-01-08T15:01:04.688294+00:00 app[web.1]: /app/vendor/bundle/ruby/2.2.0/gems/simple_form-3.0.2/lib/simple_form/inputs/boolean_input.rb:38: warning: circular argument reference - unchecked_value
2016-01-08T15:01:05.412361+00:00 app[web.1]: I, [2016-01-08T15:01:05.412253 #3] INFO -- : master process ready
2016-01-08T15:01:05.409186+00:00 app[web.1]: I, [2016-01-08T15:01:05.409139 #3] INFO -- : worker=0 spawning...
2016-01-08T15:01:05.420362+00:00 app[web.1]: I, [2016-01-08T15:01:05.420274 #5] INFO -- : worker=0 ready
2016-01-08T15:01:05.409095+00:00 app[web.1]: I, [2016-01-08T15:01:05.408996 #3] INFO -- : listening on addr=0.0.0.0:52695 fd=9
2016-01-08T15:01:05.417157+00:00 app[web.1]: I, [2016-01-08T15:01:05.416994 #5] INFO -- : worker=0 spawned pid=5
2016-01-08T15:01:06.027673+00:00 heroku[web.1]: State changed from starting to up
2016-01-08T15:03:14.127802+00:00 app[web.1]: Started GET "/" for 186.65.202.196 at 2016-01-08 15:03:14 +0000
2016-01-08T15:03:14.324449+00:00 app[web.1]: Processing by VisitorsController#index as HTML
2016-01-08T15:03:15.824886+00:00 heroku[router]: at=info method=GET path="/" host=sleepy-reef-6008.herokuapp.com request_id=3dad7a11-cc9a-4a32-aa21-a77bc8f06fd6 fwd="186.65.202.196" dyno=web.1 connect=4ms service=1694ms status=500 bytes=1741
2016-01-08T15:03:15.809068+00:00 app[web.1]: PG::UndefinedTable: ERROR: relation "users" does not exist
2016-01-08T15:03:15.809071+00:00 app[web.1]: LINE 5: WHERE a.attrelid = '"users"'::regclass
2016-01-08T15:03:15.811218+00:00 app[web.1]: Completed 500 Internal Server Error in 1487ms (ActiveRecord: 7.1ms)
2016-01-08T15:03:15.809072+00:00 app[web.1]: ^
2016-01-08T15:03:15.809077+00:00 app[web.1]: WHERE a.attrelid = '"users"'::regclass
2016-01-08T15:03:15.809075+00:00 app[web.1]: FROM pg_attribute a LEFT JOIN pg_attrdef d
2016-01-08T15:03:15.809076+00:00 app[web.1]: ON a.attrelid = d.adrelid AND a.attnum = d.adnum
2016-01-08T15:03:15.809075+00:00 app[web.1]: pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
2016-01-08T15:03:15.810777+00:00 app[web.1]: Rendered visitors/index.html.erb within layouts/landing (1458.4ms)
2016-01-08T15:03:15.813636+00:00 app[web.1]:
2016-01-08T15:03:15.813639+00:00 app[web.1]: ActionView::Template::Error (PG::UndefinedTable: ERROR: relation "users" does not exist
2016-01-08T15:03:15.809074+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod),
2016-01-08T15:03:15.809078+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped
2016-01-08T15:03:15.813641+00:00 app[web.1]: ^
2016-01-08T15:03:15.813642+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod),
2016-01-08T15:03:15.813643+00:00 app[web.1]: pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
2016-01-08T15:03:15.813643+00:00 app[web.1]: FROM pg_attribute a LEFT JOIN pg_attrdef d
2016-01-08T15:03:15.813644+00:00 app[web.1]: ON a.attrelid = d.adrelid AND a.attnum = d.adnum
2016-01-08T15:03:15.809079+00:00 app[web.1]:
2016-01-08T15:03:15.813645+00:00 app[web.1]: WHERE a.attrelid = '"users"'::regclass
2016-01-08T15:03:15.813647+00:00 app[web.1]: ):
2016-01-08T15:03:15.809078+00:00 app[web.1]: ORDER BY a.attnum
2016-01-08T15:03:15.813648+00:00 app[web.1]: 7: </div>
2016-01-08T15:03:15.813640+00:00 app[web.1]: LINE 5: WHERE a.attrelid = '"users"'::regclass
2016-01-08T15:03:15.813649+00:00 app[web.1]: 9: <h3><%= t('.sign_up') %></h3>
2016-01-08T15:03:15.813649+00:00 app[web.1]: 8: <div class="col-md-4 col-md-offset-2 mtb40">
2016-01-08T15:03:15.813646+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped
2016-01-08T15:03:15.813646+00:00 app[web.1]: ORDER BY a.attnum
2016-01-08T15:03:15.813655+00:00 app[web.1]: app/controllers/visitors_controller.rb:3:in `index'
2016-01-08T15:03:15.813653+00:00 app[web.1]: app/helpers/application_helper.rb:7:in `resource'
2016-01-08T15:03:15.813655+00:00 app[web.1]: app/views/visitors/index.html.erb:1:in `_app_views_visitors_index_html_erb__1202448888899552672_69844332541360'
2016-01-08T15:03:15.813651+00:00 app[web.1]: 11: <% flash.each do |name, msg| %>
2016-01-08T15:03:15.813654+00:00 app[web.1]: app/views/visitors/index.html.erb:10:in `block in _app_views_visitors_index_html_erb__1202448888899552672_69844332541360'
2016-01-08T15:03:15.813652+00:00 app[web.1]: 12: <%= content_tag :div, msg, class: 'error' if msg.is_a?(String) %>
2016-01-08T15:03:15.813652+00:00 app[web.1]: 13: <% end %>
2016-01-08T15:03:15.813651+00:00 app[web.1]: 10: <%= form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f| %>
2016-01-08T15:03:15.813656+00:00 app[web.1]:
2016-01-08T15:03:15.813656+00:00 app[web.1]:
2016-01-08T15:03:17.209429+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=sleepy-reef-6008.herokuapp.com request_id=61e984f5-0570-483c-b6de-e96bdad7fde0 fwd="186.65.202.196" dyno=web.1 connect=2ms service=7ms status=200 bytes=196
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment