Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created April 28, 2011 20:31
Show Gist options
  • Select an option

  • Save meltzerj/947273 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/947273 to your computer and use it in GitHub Desktop.
2011-04-28T20:30:48+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
2011-04-28T20:30:48+00:00 app[web.1]: FROM pg_attribute a LEFT JOIN pg_attrdef d
2011-04-28T20:30:48+00:00 app[web.1]: ON a.attrelid = d.adrelid AND a.attnum = d.adnum
2011-04-28T20:30:48+00:00 app[web.1]: WHERE a.attrelid = '"signed_users"'::regclass
2011-04-28T20:30:48+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped
2011-04-28T20:30:48+00:00 app[web.1]: ORDER BY a.attnum
2011-04-28T20:30:48+00:00 app[web.1]: ):
2011-04-28T20:30:48+00:00 app[web.1]: app/controllers/signed_users_controller.rb:3:in `new'
2011-04-28T20:30:48+00:00 app[web.1]: app/controllers/signed_users_controller.rb:3:in `new'
2011-04-28T20:30:48+00:00 app[web.1]:
2011-04-28T20:30:48+00:00 app[web.1]:
2011-04-28T20:30:48+00:00 heroku[router]: GET glowing-flower-639.heroku.com/ dyno=web.1 queue=0 wait=0ms service=6ms bytes=934
2011-04-28T20:30:48+00:00 heroku[router]: GET glowing-flower-639.heroku.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=1ms bytes=225
2011-04-28T13:30:49-07:00 heroku[nginx]: GET /favicon.ico HTTP/1.1 | 151.205.114.84 | 198 | http | 304
2011-04-28T20:30:49+00:00 app[web.1]:
2011-04-28T20:30:49+00:00 app[web.1]:
2011-04-28T20:30:49+00:00 app[web.1]: Started GET "/" for 151.205.114.84 at Thu Apr 28 13:30:49 -0700 2011
2011-04-28T20:30:49+00:00 app[web.1]: Processing by SignedUsersController#new as HTML
2011-04-28T20:30:49+00:00 app[web.1]: Completed in 2ms
2011-04-28T20:30:49+00:00 app[web.1]:
2011-04-28T20:30:49+00:00 app[web.1]: ActiveRecord::StatementInvalid (PGError: ERROR: relation "signed_users" does not exist
2011-04-28T20:30:49+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
2011-04-28T20:30:49+00:00 app[web.1]: FROM pg_attribute a LEFT JOIN pg_attrdef d
2011-04-28T20:30:49+00:00 app[web.1]: ON a.attrelid = d.adrelid AND a.attnum = d.adnum
2011-04-28T20:30:49+00:00 app[web.1]: WHERE a.attrelid = '"signed_users"'::regclass
2011-04-28T20:30:49+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped
2011-04-28T20:30:49+00:00 app[web.1]: ORDER BY a.attnum
2011-04-28T20:30:49+00:00 app[web.1]: ):
2011-04-28T20:30:49+00:00 app[web.1]: app/controllers/signed_users_controller.rb:3:in `new'
2011-04-28T20:30:49+00:00 app[web.1]: app/controllers/signed_users_controller.rb:3:in `new'
2011-04-28T20:30:49+00:00 app[web.1]:
2011-04-28T20:30:49+00:00 app[web.1]:
2011-04-28T20:30:49+00:00 heroku[router]: GET glowing-flower-639.heroku.com/ dyno=web.1 queue=0 wait=0ms service=9ms bytes=934
2011-04-28T20:30:50+00:00 heroku[router]: GET glowing-flower-639.heroku.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=4ms bytes=225
2011-04-28T13:30:50-07:00 heroku[nginx]: GET / HTTP/1.1 | 151.205.114.84 | 965 | http | 500
2011-04-28T13:30:50-07:00 heroku[nginx]: GET /favicon.ico HTTP/1.1 | 151.205.114.84 | 199 | http | 304
2011-04-28T20:30:51+00:00 app[web.1]:
2011-04-28T20:30:51+00:00 app[web.1]:
2011-04-28T20:30:51+00:00 heroku[router]: GET glowing-flower-639.heroku.com/ dyno=web.1 queue=0 wait=0ms service=10ms bytes=934
2011-04-28T20:30:51+00:00 app[web.1]: Started GET "/" for 151.205.114.84 at Thu Apr 28 13:30:51 -0700 2011
2011-04-28T20:30:51+00:00 app[web.1]: Processing by SignedUsersController#new as HTML
2011-04-28T20:30:51+00:00 app[web.1]: Completed in 2ms
2011-04-28T20:30:51+00:00 app[web.1]:
2011-04-28T20:30:51+00:00 app[web.1]: ActiveRecord::StatementInvalid (PGError: ERROR: relation "signed_users" does not exist
2011-04-28T20:30:51+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
2011-04-28T20:30:51+00:00 app[web.1]: FROM pg_attribute a LEFT JOIN pg_attrdef d
2011-04-28T20:30:51+00:00 app[web.1]: ON a.attrelid = d.adrelid AND a.attnum = d.adnum
2011-04-28T20:30:51+00:00 app[web.1]: WHERE a.attrelid = '"signed_users"'::regclass
2011-04-28T20:30:51+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped
2011-04-28T20:30:51+00:00 app[web.1]: ORDER BY a.attnum
2011-04-28T20:30:51+00:00 app[web.1]: ):
2011-04-28T20:30:51+00:00 app[web.1]: app/controllers/signed_users_controller.rb:3:in `new'
2011-04-28T20:30:51+00:00 app[web.1]: app/controllers/signed_users_controller.rb:3:in `new'
2011-04-28T20:30:51+00:00 app[web.1]:
2011-04-28T20:30:51+00:00 heroku[router]: GET glowing-flower-639.heroku.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=4ms bytes=225
2011-04-28T13:30:51-07:00 heroku[nginx]: GET / HTTP/1.1 | 151.205.114.84 | 964 | http | 500
2011-04-28T13:30:51-07:00 heroku[nginx]: GET /favicon.ico HTTP/1.1 | 151.205.114.84 | 198 | http | 304
2011-04-28T20:30:52+00:00 app[web.1]:
2011-04-28T20:30:52+00:00 app[web.1]:
2011-04-28T20:30:52+00:00 app[web.1]: Started GET "/" for 151.205.114.84 at Thu Apr 28 13:30:52 -0700 2011
2011-04-28T20:30:52+00:00 app[web.1]: Processing by SignedUsersController#new as HTML
2011-04-28T20:30:52+00:00 app[web.1]: Completed in 2ms
2011-04-28T20:30:52+00:00 app[web.1]:
2011-04-28T20:30:52+00:00 app[web.1]: ActiveRecord::StatementInvalid (PGError: ERROR: relation "signed_users" does not exist
2011-04-28T20:30:52+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
2011-04-28T20:30:52+00:00 app[web.1]: FROM pg_attribute a LEFT JOIN pg_attrdef d
2011-04-28T20:30:52+00:00 app[web.1]: ON a.attrelid = d.adrelid AND a.attnum = d.adnum
2011-04-28T20:30:52+00:00 app[web.1]: WHERE a.attrelid = '"signed_users"'::regclass
2011-04-28T20:30:52+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped
2011-04-28T20:30:52+00:00 app[web.1]: ORDER BY a.attnum
2011-04-28T20:30:52+00:00 app[web.1]: ):
2011-04-28T20:30:52+00:00 app[web.1]: app/controllers/signed_users_controller.rb:3:in `new'
2011-04-28T20:30:52+00:00 app[web.1]: app/controllers/signed_users_controller.rb:3:in `new'
2011-04-28T20:30:52+00:00 heroku[router]: GET glowing-flower-639.heroku.com/ dyno=web.1 queue=0 wait=0ms service=10ms bytes=934
2011-04-28T20:30:52+00:00 app[web.1]:
2011-04-28T20:30:52+00:00 app[web.1]:
2011-04-28T20:30:52+00:00 heroku[router]: GET glowing-flower-639.heroku.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=4ms bytes=225
2011-04-28T13:30:52-07:00 heroku[nginx]: GET / HTTP/1.1 | 151.205.114.84 | 964 | http | 500
2011-04-28T13:30:53-07:00 heroku[nginx]: GET /favicon.ico HTTP/1.1 | 151.205.114.84 | 198 | http | 304
2011-04-28T20:30:53+00:00 app[web.1]:
2011-04-28T20:30:53+00:00 app[web.1]:
2011-04-28T20:30:53+00:00 app[web.1]: Started GET "/" for 151.205.114.84 at Thu Apr 28 13:30:53 -0700 2011
2011-04-28T20:30:53+00:00 app[web.1]: Processing by SignedUsersController#new as HTML
2011-04-28T20:30:53+00:00 app[web.1]: Completed in 2ms
2011-04-28T20:30:53+00:00 app[web.1]:
2011-04-28T20:30:53+00:00 app[web.1]: ActiveRecord::StatementInvalid (PGError: ERROR: relation "signed_users" does not exist
2011-04-28T20:30:53+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
2011-04-28T20:30:53+00:00 app[web.1]: FROM pg_attribute a LEFT JOIN pg_attrdef d
2011-04-28T20:30:53+00:00 app[web.1]: ON a.attrelid = d.adrelid AND a.attnum = d.adnum
2011-04-28T20:30:53+00:00 app[web.1]: WHERE a.attrelid = '"signed_users"'::regclass
2011-04-28T20:30:53+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped
2011-04-28T20:30:53+00:00 app[web.1]: ORDER BY a.attnum
2011-04-28T20:30:53+00:00 app[web.1]: ):
2011-04-28T20:30:53+00:00 app[web.1]: app/controllers/signed_users_controller.rb:3:in `new'
2011-04-28T20:30:53+00:00 app[web.1]: app/controllers/signed_users_controller.rb:3:in `new'
2011-04-28T20:30:53+00:00 app[web.1]:
2011-04-28T20:30:53+00:00 app[web.1]:
2011-04-28T20:30:53+00:00 heroku[router]: GET glowing-flower-639.heroku.com/ dyno=web.1 queue=0 wait=0ms service=6ms bytes=934
2011-04-28T20:30:53+00:00 heroku[router]: GET glowing-flower-639.heroku.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=4ms bytes=225
2011-04-28T13:30:53-07:00 heroku[nginx]: GET /favicon.ico HTTP/1.1 | 151.205.114.84 | 198 | http | 304
heroku rake db:migrate
rake aborted!
Multiple migrations have the name FixColumnName
(See full trace by running task with --trace)
(in /app)
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# deleted: db/migrate/20110428060816_fix_column_name.rb
#
# Changed but not updated:
# (use "git add/rm <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: app/models/signed_user.rb
# deleted: app/views/signed_users/signed_user.html.erb
# deleted: db/migrate/20110428062131_fix_column_name2.rb
# deleted: db/migrate/20110428103224_fix_column_name.rb
# modified: db/seeds.rb
#
2011-04-28T20:30:53+00:00 heroku[router]: GET glowing-flower-639.heroku.com/ dyno=web.1 queue=0 wait=0ms service=6ms bytes=934
2011-04-28T20:30:53+00:00 heroku[router]: GET glowing-flower-639.heroku.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=4ms bytes=225
2011-04-28T13:30:53-07:00 heroku[nginx]: GET /favicon.ico HTTP/1.1 | 151.205.114.84 | 198 | http | 304
2011-04-28T13:34:24-07:00 heroku[rake.3]: State changed from created to starting
2011-04-28T13:34:29-07:00 heroku[rake.3]: State changed from starting to complete
2011-04-28T13:44:32-07:00 heroku[slugc]: Slug compilation started
2011-04-28T13:44:37-07:00 heroku[api]: Deploy d85f394 by meltzerj@wharton.upenn.edu
2011-04-28T13:44:37-07:00 heroku[web.1]: State changed from up to bouncing
2011-04-28T13:44:37-07:00 heroku[web.1]: State changed from created to starting
2011-04-28T13:44:38-07:00 heroku[slugc]: Slug compilation finished
2011-04-28T13:44:59-07:00 heroku[nginx]: GET / HTTP/1.1 | 151.205.114.84 | 3276 | http | 503
2011-04-28T13:45:17-07:00 heroku[rake.4]: State changed from created to starting
2011-04-28T20:45:19+00:00 app[web.1]: >> Thin web server (v1.2.6 codename Crazy Delicious)
2011-04-28T20:45:19+00:00 app[web.1]: >> Maximum connections set to 1024
2011-04-28T20:45:19+00:00 app[web.1]: >> Listening on 0.0.0.0:57998, CTRL+C to stop
2011-04-28T13:45:28-07:00 heroku[rake.4]: State changed from starting to complete
2011-04-28T20:45:37+00:00 app[web.1]: >> Stopping ...
2011-04-28T13:45:58-07:00 heroku[nginx]: GET /favicon.ico HTTP/1.1 | 151.205.114.84 | 0 | http | 499
2011-04-28T13:45:58-07:00 heroku[nginx]: GET / HTTP/1.1 | 151.205.114.84 | 0 | http | 499
2011-04-28T20:46:17+00:00 heroku[router]: Error H99 (Platform error) -> GET glowing-flower-639.heroku.com/favicon.ico dyno=none queue=0 wait=0ms service=0ms bytes=0
2011-04-28T20:46:18+00:00 heroku[router]: Error H99 (Platform error) -> GET glowing-flower-639.heroku.com/ dyno=none queue=0 wait=0ms service=0ms bytes=0
2011-04-28T13:46:36-07:00 heroku[nginx]: GET / HTTP/1.1 | 24.20.119.23 | 0 | http | 499
2011-04-28T13:46:40-07:00 heroku[web.1]: State changed from starting to down
2011-04-28T13:46:40-07:00 heroku[web.1]: State changed from down to starting
2011-04-28T20:46:42+00:00 heroku[router]: Error H99 (Platform error) -> GET glowing-flower-639.heroku.com/ dyno=none queue=0 wait=0ms service=0ms bytes=0
2011-04-28T20:47:22+00:00 heroku[router]: Error H99 (Platform error) -> GET glowing-flower-639.heroku.com/ dyno=none queue=0 wait=0ms service=0ms bytes=0
2011-04-28T13:47:22-07:00 heroku[nginx]: GET / HTTP/1.1 | 151.205.114.84 | 796 | http | 503
2011-04-28T13:47:28-07:00 heroku[nginx]: GET /favicon.ico HTTP/1.1 | 151.205.114.84 | 3276 | http | 503
2011-04-28T20:47:59+00:00 heroku[router]: Error H99 (Platform error) -> GET glowing-flower-639.heroku.com/ dyno=none queue=0 wait=0ms service=0ms bytes=0
2011-04-28T13:48:06-07:00 heroku[nginx]: GET /favicon.ico HTTP/1.1 | 24.20.119.23 | 3277 | http | 503
2011-04-28T13:48:30-07:00 heroku[nginx]: GET / HTTP/1.1 | 24.20.119.23 | 3276 | http | 503
2011-04-28T13:48:35-07:00 heroku[nginx]: GET /favicon.ico HTTP/1.1 | 24.20.119.23 | 3276 | http | 503
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment