Skip to content

Instantly share code, notes, and snippets.

@manicExpressive
Created December 18, 2011 20:21
Show Gist options
  • Select an option

  • Save manicExpressive/1494347 to your computer and use it in GitHub Desktop.

Select an option

Save manicExpressive/1494347 to your computer and use it in GitHub Desktop.
2011-12-18T20:20:39+00:00 app[web.17]: ActiveRecord::StatementInvalid (PGError: ERROR: relation "posts" does not exist
2011-12-18T20:20:39+00:00 app[web.17]: LINE 4: WHERE a.attrelid = '"posts"'::regclass
2011-12-18T20:20:39+00:00 app[web.17]: ^
2011-12-18T20:20:39+00:00 app[web.17]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
2011-12-18T20:20:39+00:00 app[web.17]: FROM pg_attribute a LEFT JOIN pg_attrdef d
2011-12-18T20:20:39+00:00 app[web.17]: ON a.attrelid = d.adrelid AND a.attnum = d.adnum
2011-12-18T20:20:39+00:00 app[web.17]: WHERE a.attrelid = '"posts"'::regclass
2011-12-18T20:20:39+00:00 heroku[router]: GET americancensorship.org/modal/call-fonts.css dyno=web.17 queue=0 wait=0ms service=14ms status=200 bytes=432
2011-12-18T20:20:39+00:00 app[web.17]: AND a.attnum > 0 AND NOT a.attisdropped
2011-12-18T20:20:39+00:00 app[web.17]: ORDER BY a.attnum
2011-12-18T20:20:39+00:00 app[web.17]: ):
2011-12-18T20:20:39+00:00 app[web.17]: app/controllers/home_controller.rb:4:in `new'
2011-12-18T20:20:39+00:00 app[web.17]: app/controllers/home_controller.rb:4:in `index'
2011-12-18T20:20:39+00:00 app[web.17]:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment