Skip to content

Instantly share code, notes, and snippets.

@oleander
Created April 29, 2010 22:26
Show Gist options
  • Save oleander/384368 to your computer and use it in GitHub Desktop.
Save oleander/384368 to your computer and use it in GitHub Desktop.
Started GET "/content/?9112" for 10.192.130.112 at 2010-04-29 15:19:25
Processing by ChannelsSongsController#content as */*
Parameters: {"9112"=>nil}
ActiveRecord::StatementInvalid (PGError: ERROR: relation "channels_songs" does not exist
: SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = '"channels_songs"'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
):
app/controllers/channels_songs_controller.rb:14:in `new'
app/controllers/channels_songs_controller.rb:14:in `content'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment