Skip to content

Instantly share code, notes, and snippets.

@muloka
Created April 14, 2017 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muloka/d460f5a4a7d0bd12da1edee5d09e146e to your computer and use it in GitHub Desktop.
Save muloka/d460f5a4a7d0bd12da1edee5d09e146e to your computer and use it in GitHub Desktop.
db_1 | ERROR: relation "users" does not exist at character 563
db_1 | STATEMENT: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
db_1 | pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,
db_1 | (SELECT c.collname FROM pg_collation c, pg_type t
db_1 | WHERE c.oid = a.attcollation AND t.oid = a.atttypid AND a.attcollation <> t.typcollation),
db_1 | col_description(a.attrelid, a.attnum) AS comment
db_1 | FROM pg_attribute a LEFT JOIN pg_attrdef d
db_1 | ON a.attrelid = d.adrelid AND a.attnum = d.adnum
db_1 | WHERE a.attrelid = '"users"'::regclass
db_1 | AND a.attnum > 0 AND NOT a.attisdropped
db_1 | ORDER BY a.attnum
db_1 |
web_1 | [a86d92f1-2789-4264-805e-a0b15bb67a55] method=GET path=/about format=html controller=AboutController action=show status=500 error='ActionView::Template::Error: PG::UndefinedTable: ERROR: relation "users" does not exist
web_1 | LINE 8: WHERE a.attrelid = '"users"'::regclass
web_1 | ^
web_1 | : SELECT a.attname, format_type(a.atttypid, a.atttypmod),
web_1 | pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,
web_1 | (SELECT c.collname FROM pg_collation c, pg_type t
web_1 | WHERE c.oid = a.attcollation AND t.oid = a.atttypid AND a.attcollation <> t.typcollation),
web_1 | col_description(a.attrelid, a.attnum) AS comment
web_1 | FROM pg_attribute a LEFT JOIN pg_attrdef d
web_1 | ON a.attrelid = d.adrelid AND a.attnum = d.adnum
web_1 | WHERE a.attrelid = '"users"'::regclass
web_1 | AND a.attnum > 0 AND NOT a.attisdropped
web_1 | ORDER BY a.attnum
web_1 | ' duration=208.90 view=0.00 db=5.98
web_1 | [a86d92f1-2789-4264-805e-a0b15bb67a55]
web_1 | [a86d92f1-2789-4264-805e-a0b15bb67a55] ActionView::Template::Error (PG::UndefinedTable: ERROR: relation "users" does not exist
web_1 | LINE 8: WHERE a.attrelid = '"users"'::regclass
web_1 | ^
web_1 | : SELECT a.attname, format_type(a.atttypid, a.atttypmod),
web_1 | pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,
web_1 | (SELECT c.collname FROM pg_collation c, pg_type t
web_1 | WHERE c.oid = a.attcollation AND t.oid = a.atttypid AND a.attcollation <> t.typcollation),
web_1 | col_description(a.attrelid, a.attnum) AS comment
web_1 | FROM pg_attribute a LEFT JOIN pg_attrdef d
web_1 | ON a.attrelid = d.adrelid AND a.attnum = d.adnum
web_1 | WHERE a.attrelid = '"users"'::regclass
web_1 | AND a.attnum > 0 AND NOT a.attisdropped
web_1 | ORDER BY a.attnum
web_1 | ):
web_1 | [a86d92f1-2789-4264-805e-a0b15bb67a55] 1: = simple_form_for(new_user, url: user_registration_path) do |f|
web_1 | [a86d92f1-2789-4264-805e-a0b15bb67a55] 2: = f.simple_fields_for :account do |account_fields|
web_1 | [a86d92f1-2789-4264-805e-a0b15bb67a55] 3: = account_fields.input :username,
web_1 | [a86d92f1-2789-4264-805e-a0b15bb67a55] 4: autofocus: true,
web_1 | [a86d92f1-2789-4264-805e-a0b15bb67a55]
web_1 | [a86d92f1-2789-4264-805e-a0b15bb67a55] app/controllers/about_controller.rb:16:in `new_user'
web_1 | [a86d92f1-2789-4264-805e-a0b15bb67a55] app/views/about/_registration.html.haml:1:in `_app_views_about__registration_html_haml___2889773025664601531_47461252529400'
web_1 | [a86d92f1-2789-4264-805e-a0b15bb67a55] app/views/about/show.html.haml:28:in `_app_views_about_show_html_haml___2335972391280224010_47461222605720'
web_1 | [a86d92f1-2789-4264-805e-a0b15bb67a55] app/controllers/concerns/localized.rb:24:in `block in set_locale'
web_1 | [a86d92f1-2789-4264-805e-a0b15bb67a55] app/controllers/concerns/localized.rb:23:in `set_locale'
db_1 | ERROR: relation "users" does not exist at character 563
db_1 | STATEMENT: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
db_1 | pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,
db_1 | (SELECT c.collname FROM pg_collation c, pg_type t
db_1 | WHERE c.oid = a.attcollation AND t.oid = a.atttypid AND a.attcollation <> t.typcollation),
db_1 | col_description(a.attrelid, a.attnum) AS comment
db_1 | FROM pg_attribute a LEFT JOIN pg_attrdef d
db_1 | ON a.attrelid = d.adrelid AND a.attnum = d.adnum
db_1 | WHERE a.attrelid = '"users"'::regclass
db_1 | AND a.attnum > 0 AND NOT a.attisdropped
db_1 | ORDER BY a.attnum
db_1 |
web_1 | [cc798144-1d2f-4769-b42c-ea8f1e020423] method=GET path=/about format=html controller=AboutController action=show status=500 error='ActionView::Template::Error: PG::UndefinedTable: ERROR: relation "users" does not exist
web_1 | LINE 8: WHERE a.attrelid = '"users"'::regclass
web_1 | ^
web_1 | : SELECT a.attname, format_type(a.atttypid, a.atttypmod),
web_1 | pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,
web_1 | (SELECT c.collname FROM pg_collation c, pg_type t
web_1 | WHERE c.oid = a.attcollation AND t.oid = a.atttypid AND a.attcollation <> t.typcollation),
web_1 | col_description(a.attrelid, a.attnum) AS comment
web_1 | FROM pg_attribute a LEFT JOIN pg_attrdef d
web_1 | ON a.attrelid = d.adrelid AND a.attnum = d.adnum
web_1 | WHERE a.attrelid = '"users"'::regclass
web_1 | AND a.attnum > 0 AND NOT a.attisdropped
web_1 | ORDER BY a.attnum
web_1 | ' duration=271.21 view=0.00 db=7.16
web_1 | [cc798144-1d2f-4769-b42c-ea8f1e020423]
web_1 | [cc798144-1d2f-4769-b42c-ea8f1e020423] ActionView::Template::Error (PG::UndefinedTable: ERROR: relation "users" does not exist
web_1 | LINE 8: WHERE a.attrelid = '"users"'::regclass
web_1 | ^
web_1 | : SELECT a.attname, format_type(a.atttypid, a.atttypmod),
web_1 | pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,
web_1 | (SELECT c.collname FROM pg_collation c, pg_type t
web_1 | WHERE c.oid = a.attcollation AND t.oid = a.atttypid AND a.attcollation <> t.typcollation),
web_1 | col_description(a.attrelid, a.attnum) AS comment
web_1 | FROM pg_attribute a LEFT JOIN pg_attrdef d
web_1 | ON a.attrelid = d.adrelid AND a.attnum = d.adnum
web_1 | WHERE a.attrelid = '"users"'::regclass
web_1 | AND a.attnum > 0 AND NOT a.attisdropped
web_1 | ORDER BY a.attnum
web_1 | ):
web_1 | [cc798144-1d2f-4769-b42c-ea8f1e020423] 1: = simple_form_for(new_user, url: user_registration_path) do |f|
web_1 | [cc798144-1d2f-4769-b42c-ea8f1e020423] 2: = f.simple_fields_for :account do |account_fields|
web_1 | [cc798144-1d2f-4769-b42c-ea8f1e020423] 3: = account_fields.input :username,
web_1 | [cc798144-1d2f-4769-b42c-ea8f1e020423] 4: autofocus: true,
web_1 | [cc798144-1d2f-4769-b42c-ea8f1e020423]
web_1 | [cc798144-1d2f-4769-b42c-ea8f1e020423] app/controllers/about_controller.rb:16:in `new_user'
web_1 | [cc798144-1d2f-4769-b42c-ea8f1e020423] app/views/about/_registration.html.haml:1:in `_app_views_about__registration_html_haml___2889773025664601531_47461260093480'
web_1 | [cc798144-1d2f-4769-b42c-ea8f1e020423] app/views/about/show.html.haml:28:in `_app_views_about_show_html_haml___2335972391280224010_47461221154600'
web_1 | [cc798144-1d2f-4769-b42c-ea8f1e020423] app/controllers/concerns/localized.rb:24:in `block in set_locale'
web_1 | [cc798144-1d2f-4769-b42c-ea8f1e020423] app/controllers/concerns/localized.rb:23:in `set_locale'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment