Skip to content

Instantly share code, notes, and snippets.

@meoooh
Created September 10, 2013 03:45
Show Gist options
  • Save meoooh/6504702 to your computer and use it in GitHub Desktop.
Save meoooh/6504702 to your computer and use it in GitHub Desktop.
han@meoooh:~/rails/vsns$ heroku logs
2013-09-10T03:40:47.314767+00:00 app[web.1]:
2013-09-10T03:40:47.314767+00:00 app[web.1]: ActionView::Template::Error (PG::UndefinedTable: ERROR: relation "items" does not exist
2013-09-10T03:40:47.314767+00:00 app[web.1]: LINE 1: SELECT "items".* FROM "items" ORDER BY "items"."updated_a...
2013-09-10T03:40:47.314767+00:00 app[web.1]: ^
2013-09-10T03:40:47.314538+00:00 app[web.1]: 5: <!--To apply bottom-less pagination using pageless jQuery plugin-->
2013-09-10T03:40:47.314952+00:00 app[web.1]: 3: </div>
2013-09-10T03:40:47.314767+00:00 app[web.1]: 2: <%= render @items %>
2013-09-10T03:40:47.314767+00:00 app[web.1]: 1: <div id="items">
2013-09-10T03:40:47.314952+00:00 app[web.1]: 5: <!--To apply bottom-less pagination using pageless jQuery plugin-->
2013-09-10T03:40:47.314952+00:00 app[web.1]:
2013-09-10T03:40:47.314952+00:00 app[web.1]: 4:
2013-09-10T03:40:47.314952+00:00 app[web.1]:
2013-09-10T03:40:47.314952+00:00 app[web.1]: app/views/items/index.html.erb:2:in `_app_views_items_index_html_erb___2395721095758513937_70015021110080'
2013-09-10T03:40:48.626335+00:00 app[web.1]: Started GET "/" for 112.175.135.112 at 2013-09-10 03:40:48 +0000
2013-09-10T03:40:48.630791+00:00 app[web.1]: Started GET "/" for 112.175.135.112 at 2013-09-10 03:40:48 +0000
2013-09-10T03:40:48.645479+00:00 app[web.1]:
2013-09-10T03:40:48.645479+00:00 app[web.1]: ActionView::Template::Error (PG::UndefinedTable: ERROR: relation "items" does not exist
2013-09-10T03:40:48.645479+00:00 app[web.1]: LINE 1: SELECT "items".* FROM "items" ORDER BY "items"."updated_a...
2013-09-10T03:40:48.645479+00:00 app[web.1]: : SELECT "items".* FROM "items" ORDER BY "items"."updated_at" DESC LIMIT 10 OFFSET 0):
2013-09-10T03:40:48.645479+00:00 app[web.1]: ^
2013-09-10T03:40:48.645479+00:00 app[web.1]: 1: <div id="items">
2013-09-10T03:40:48.645479+00:00 app[web.1]: 2: <%= render @items %>
2013-09-10T03:40:48.645479+00:00 app[web.1]: 3: </div>
2013-09-10T03:40:48.645479+00:00 app[web.1]: 4:
2013-09-10T03:40:48.645479+00:00 app[web.1]: 5: <!--To apply bottom-less pagination using pageless jQuery plugin-->
2013-09-10T03:40:48.645700+00:00 app[web.1]: app/views/items/index.html.erb:2:in `_app_views_items_index_html_erb___2395721095758513937_70015021110080'
2013-09-10T03:40:48.645700+00:00 app[web.1]:
2013-09-10T03:40:48.645700+00:00 app[web.1]:
2013-09-10T03:40:48.645700+00:00 app[web.1]:
2013-09-10T03:40:48.645700+00:00 app[web.1]: ActionView::Template::Error (PG::UndefinedTable: ERROR: relation "items" does not exist
2013-09-10T03:40:48.645700+00:00 app[web.1]: ^
2013-09-10T03:40:48.645700+00:00 app[web.1]: : SELECT "items".* FROM "items" ORDER BY "items"."updated_at" DESC LIMIT 10 OFFSET 0):
2013-09-10T03:40:48.645700+00:00 app[web.1]: 1: <div id="items">
2013-09-10T03:40:48.645700+00:00 app[web.1]: LINE 1: SELECT "items".* FROM "items" ORDER BY "items"."updated_a...
2013-09-10T03:40:48.645700+00:00 app[web.1]: 2: <%= render @items %>
2013-09-10T03:40:48.645848+00:00 app[web.1]: 3: </div>
2013-09-10T03:40:48.645848+00:00 app[web.1]:
2013-09-10T03:40:48.645848+00:00 app[web.1]: 5: <!--To apply bottom-less pagination using pageless jQuery plugin-->
2013-09-10T03:40:48.645848+00:00 app[web.1]: app/views/items/index.html.erb:2:in `_app_views_items_index_html_erb___2395721095758513937_70015021110080'
2013-09-10T03:40:48.645848+00:00 app[web.1]:
2013-09-10T03:40:48.645848+00:00 app[web.1]: 4:
2013-09-10T03:40:48.652091+00:00 heroku[router]: at=info method=GET path=/ host=han-rails-vsns.herokuapp.com fwd="112.175.135.112" dyno=web.1 connect=1ms service=29ms status=500 bytes=1266
2013-09-10T03:40:49.967097+00:00 app[web.1]: Started GET "/" for 112.175.135.112 at 2013-09-10 03:40:49 +0000
2013-09-10T03:40:49.967097+00:00 app[web.1]: Started GET "/" for 112.175.135.112 at 2013-09-10 03:40:49 +0000
2013-09-10T03:40:49.977641+00:00 app[web.1]:
2013-09-10T03:40:49.977641+00:00 app[web.1]: ActionView::Template::Error (PG::UndefinedTable: ERROR: relation "items" does not exist
2013-09-10T03:40:49.977641+00:00 app[web.1]: LINE 1: SELECT "items".* FROM "items" ORDER BY "items"."updated_a...
2013-09-10T03:40:49.977641+00:00 app[web.1]: ^
2013-09-10T03:40:49.977641+00:00 app[web.1]: : SELECT "items".* FROM "items" ORDER BY "items"."updated_at" DESC LIMIT 10 OFFSET 0):
2013-09-10T03:40:49.977641+00:00 app[web.1]: 2: <%= render @items %>
2013-09-10T03:40:49.977641+00:00 app[web.1]: 3: </div>
2013-09-10T03:40:49.977641+00:00 app[web.1]: 4:
2013-09-10T03:40:49.977903+00:00 app[web.1]: app/views/items/index.html.erb:2:in `_app_views_items_index_html_erb___2395721095758513937_70015021110080'
2013-09-10T03:40:49.977641+00:00 app[web.1]: 1: <div id="items">
2013-09-10T03:40:49.977641+00:00 app[web.1]: 5: <!--To apply bottom-less pagination using pageless jQuery plugin-->
2013-09-10T03:40:49.977903+00:00 app[web.1]:
2013-09-10T03:40:49.977903+00:00 app[web.1]:
2013-09-10T03:40:50.008784+00:00 heroku[router]: at=info method=GET path=/ host=han-rails-vsns.herokuapp.com fwd="112.175.135.112" dyno=web.1 connect=1ms service=17ms status=500 bytes=1266
2013-09-10T03:40:49.978314+00:00 app[web.1]:
2013-09-10T03:40:49.978314+00:00 app[web.1]: ActionView::Template::Error (PG::UndefinedTable: ERROR: relation "items" does not exist
2013-09-10T03:40:49.978455+00:00 app[web.1]: app/views/items/index.html.erb:2:in `_app_views_items_index_html_erb___2395721095758513937_70015021110080'
2013-09-10T03:40:49.978455+00:00 app[web.1]:
2013-09-10T03:40:49.978314+00:00 app[web.1]: ^
2013-09-10T03:40:49.978314+00:00 app[web.1]: 3: </div>
2013-09-10T03:40:49.978314+00:00 app[web.1]: LINE 1: SELECT "items".* FROM "items" ORDER BY "items"."updated_a...
2013-09-10T03:40:49.978455+00:00 app[web.1]:
2013-09-10T03:40:49.978314+00:00 app[web.1]: 4:
2013-09-10T03:40:49.978314+00:00 app[web.1]: : SELECT "items".* FROM "items" ORDER BY "items"."updated_at" DESC LIMIT 10 OFFSET 0):
2013-09-10T03:40:49.978314+00:00 app[web.1]: 2: <%= render @items %>
2013-09-10T03:40:49.978314+00:00 app[web.1]: 5: <!--To apply bottom-less pagination using pageless jQuery plugin-->
2013-09-10T03:40:49.978314+00:00 app[web.1]: 1: <div id="items">
2013-09-10T03:40:47.322564+00:00 heroku[router]: at=info method=GET path=/ host=han-rails-vsns.herokuapp.com fwd="112.175.135.112" dyno=web.1 connect=1ms service=31ms status=500 bytes=1266
2013-09-10T03:44:37.385291+00:00 app[web.1]: Started GET "/" for 112.175.135.112 at 2013-09-10 03:44:37 +0000
2013-09-10T03:44:37.385291+00:00 app[web.1]: Started GET "/" for 112.175.135.112 at 2013-09-10 03:44:37 +0000
2013-09-10T03:44:37.396722+00:00 app[web.1]: 4:
2013-09-10T03:44:37.396722+00:00 app[web.1]: ^
2013-09-10T03:44:37.396722+00:00 app[web.1]: 2: <%= render @items %>
2013-09-10T03:44:37.396722+00:00 app[web.1]: 5: <!--To apply bottom-less pagination using pageless jQuery plugin-->
2013-09-10T03:44:37.396722+00:00 app[web.1]:
2013-09-10T03:44:37.396722+00:00 app[web.1]: ActionView::Template::Error (PG::UndefinedTable: ERROR: relation "items" does not exist
2013-09-10T03:44:37.396722+00:00 app[web.1]: LINE 1: SELECT "items".* FROM "items" ORDER BY "items"."updated_a...
2013-09-10T03:44:37.396722+00:00 app[web.1]: : SELECT "items".* FROM "items" ORDER BY "items"."updated_at" DESC LIMIT 10 OFFSET 0):
2013-09-10T03:44:37.396722+00:00 app[web.1]: 1: <div id="items">
2013-09-10T03:44:37.396722+00:00 app[web.1]: 3: </div>
2013-09-10T03:44:37.396930+00:00 app[web.1]: app/views/items/index.html.erb:2:in `_app_views_items_index_html_erb___2395721095758513937_70015021110080'
2013-09-10T03:44:37.396930+00:00 app[web.1]:
2013-09-10T03:44:37.396930+00:00 app[web.1]:
2013-09-10T03:44:37.396930+00:00 app[web.1]: ^
2013-09-10T03:44:37.396930+00:00 app[web.1]:
2013-09-10T03:44:37.396930+00:00 app[web.1]: ActionView::Template::Error (PG::UndefinedTable: ERROR: relation "items" does not exist
2013-09-10T03:44:37.396930+00:00 app[web.1]: LINE 1: SELECT "items".* FROM "items" ORDER BY "items"."updated_a...
2013-09-10T03:44:37.396930+00:00 app[web.1]: : SELECT "items".* FROM "items" ORDER BY "items"."updated_at" DESC LIMIT 10 OFFSET 0):
2013-09-10T03:44:37.397073+00:00 app[web.1]:
2013-09-10T03:44:37.396930+00:00 app[web.1]: 1: <div id="items">
2013-09-10T03:44:37.396930+00:00 app[web.1]: 2: <%= render @items %>
2013-09-10T03:44:37.397073+00:00 app[web.1]: 3: </div>
2013-09-10T03:44:37.397073+00:00 app[web.1]: 4:
2013-09-10T03:44:37.397073+00:00 app[web.1]: 5: <!--To apply bottom-less pagination using pageless jQuery plugin-->
2013-09-10T03:44:37.397073+00:00 app[web.1]: app/views/items/index.html.erb:2:in `_app_views_items_index_html_erb___2395721095758513937_70015021110080'
2013-09-10T03:44:37.397073+00:00 app[web.1]:
2013-09-10T03:44:37.397906+00:00 heroku[router]: at=info method=GET path=/ host=han-rails-vsns.herokuapp.com fwd="112.175.135.112" dyno=web.1 connect=6ms service=18ms status=500 bytes=1266
han@meoooh:~/rails/vsns$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment