Skip to content

Instantly share code, notes, and snippets.

@simkimsia
Last active December 29, 2015 02:28
Show Gist options
  • Save simkimsia/7600227 to your computer and use it in GitHub Desktop.
Save simkimsia/7600227 to your computer and use it in GitHub Desktop.
heroku logs output
2013-11-22T13:58:22.029004+00:00 app[web.1]: Completed 302 Found in 39ms
2013-11-22T13:58:22.047375+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:22 +0000
2013-11-22T13:58:22.047375+00:00 app[web.1]:
2013-11-22T13:58:22.047375+00:00 app[web.1]:
2013-11-22T13:58:22.048616+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:22.034986+00:00 heroku[router]: at=info method=POST path=/admin/content/destroy/169 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=51ms status=302 bytes=124
2013-11-22T13:58:22.112281+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (36.9ms)
2013-11-22T13:58:22.123474+00:00 app[web.1]: Completed 200 OK in 75ms (Views: 40.9ms | ActiveRecord: 53.6ms)
2013-11-22T13:58:22.123261+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (54.7ms)
2013-11-22T13:58:22.142651+00:00 app[web.1]:
2013-11-22T13:58:22.142651+00:00 app[web.1]:
2013-11-22T13:58:22.142651+00:00 app[web.1]: Started GET "/admin/content/destroy/168" for 50.19.58.83 at 2013-11-22 13:58:22 +0000
2013-11-22T13:58:22.144942+00:00 app[web.1]: Parameters: {"id"=>"168"}
2013-11-22T13:58:22.144942+00:00 app[web.1]: Processing by Admin::ContentController#destroy as
2013-11-22T13:58:22.195049+00:00 app[web.1]: Rendered admin/shared/destroy.html.erb within layouts/administration (9.6ms)
2013-11-22T13:58:22.195368+00:00 app[web.1]: Completed 200 OK in 50ms (Views: 13.5ms | ActiveRecord: 29.3ms)
2013-11-22T13:58:22.209932+00:00 app[web.1]:
2013-11-22T13:58:22.209932+00:00 app[web.1]:
2013-11-22T13:58:22.209932+00:00 app[web.1]: Started POST "/admin/content/destroy/168" for 50.19.58.83 at 2013-11-22 13:58:22 +0000
2013-11-22T13:58:22.211194+00:00 app[web.1]: Processing by Admin::ContentController#destroy as
2013-11-22T13:58:22.211291+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"pvyS9nUEM9kKIAUVm7m4e6tc5HYWZYptv5wOMitVNBA=", "id"=>"168"}
2013-11-22T13:58:22.251136+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin/content
2013-11-22T13:58:22.251453+00:00 app[web.1]: Completed 302 Found in 40ms
2013-11-22T13:58:22.263323+00:00 app[web.1]:
2013-11-22T13:58:22.263323+00:00 app[web.1]:
2013-11-22T13:58:22.263323+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:22 +0000
2013-11-22T13:58:22.264504+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:22.308773+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (18.6ms)
2013-11-22T13:58:22.317373+00:00 app[web.1]: Completed 200 OK in 53ms (Views: 28.7ms | ActiveRecord: 46.1ms)
2013-11-22T13:58:22.317169+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (35.7ms)
2013-11-22T13:58:22.331304+00:00 app[web.1]:
2013-11-22T13:58:22.331304+00:00 app[web.1]: Started GET "/accounts/login" for 50.19.58.83 at 2013-11-22 13:58:22 +0000
2013-11-22T13:58:22.331304+00:00 app[web.1]:
2013-11-22T13:58:22.332288+00:00 app[web.1]: Processing by AccountsController#login as
2013-11-22T13:58:22.344447+00:00 app[web.1]: Completed 200 OK in 12ms (Views: 7.0ms | ActiveRecord: 3.2ms)
2013-11-22T13:58:22.344355+00:00 app[web.1]: Rendered accounts/login.html.erb within layouts/accounts (2.1ms)
2013-11-22T13:58:22.360154+00:00 app[web.1]:
2013-11-22T13:58:22.360154+00:00 app[web.1]:
2013-11-22T13:58:22.360154+00:00 app[web.1]: Started POST "/accounts/login" for 50.19.58.83 at 2013-11-22 13:58:22 +0000
2013-11-22T13:58:22.361365+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Kbcy3OJOsDBYsDrF3dWjh7tKdhlIwfsaraZ22Uj65s=", "user"=>{"login"=>"admin", "password"=>"[FILTERED]"}}
2013-11-22T13:58:22.361365+00:00 app[web.1]: Processing by AccountsController#login as
2013-11-22T13:58:22.381749+00:00 heroku[router]: at=info method=POST path=/accounts/login host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=27ms status=302 bytes=116
2013-11-22T13:58:22.383351+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin
2013-11-22T13:58:22.383524+00:00 app[web.1]: Completed 302 Found in 22ms
2013-11-22T13:58:22.467710+00:00 app[web.1]:
2013-11-22T13:58:22.467710+00:00 app[web.1]:
2013-11-22T13:58:22.468858+00:00 app[web.1]: Processing by Admin::DashboardController#index as
2013-11-22T13:58:22.467710+00:00 app[web.1]: Started GET "/admin" for 50.19.58.83 at 2013-11-22 13:58:22 +0000
2013-11-22T13:58:21.798477+00:00 heroku[router]: at=info method=GET path=/admin/content/edit/169 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=3ms service=128ms status=200 bytes=15307
2013-11-22T13:58:23.568489+00:00 heroku[router]: at=info method=GET path=/admin host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=21ms service=1136ms status=200 bytes=8172
2013-11-22T13:58:23.553384+00:00 app[web.1]: Rendered admin/dashboard/_overview.html.erb (1.3ms)
2013-11-22T13:58:23.554919+00:00 app[web.1]: Rendered admin/dashboard/_welcome.html.erb (1.1ms)
2013-11-22T13:58:23.555452+00:00 app[web.1]: Rendered admin/dashboard/_comments.html.erb (0.1ms)
2013-11-22T13:58:23.556615+00:00 app[web.1]: Rendered admin/dashboard/_inbound.html.erb (0.1ms)
2013-11-22T13:58:23.558561+00:00 app[web.1]: Rendered admin/dashboard/_posts.html.erb (1.6ms)
2013-11-22T13:58:23.559115+00:00 app[web.1]: Rendered admin/dashboard/_typo_dev.html.erb (0.1ms)
2013-11-22T13:58:23.567178+00:00 app[web.1]: Rendered admin/dashboard/index.html.erb within layouts/administration (15.7ms)
2013-11-22T13:58:23.567405+00:00 app[web.1]: Completed 200 OK in 1098ms (Views: 21.0ms | ActiveRecord: 35.4ms)
2013-11-22T13:58:23.555966+00:00 app[web.1]: Rendered admin/dashboard/_popular.html.erb (0.1ms)
2013-11-22T13:58:23.583499+00:00 app[web.1]:
2013-11-22T13:58:23.583499+00:00 app[web.1]: Started GET "/admin/content/new" for 50.19.58.83 at 2013-11-22 13:58:23 +0000
2013-11-22T13:58:23.583499+00:00 app[web.1]:
2013-11-22T13:58:23.584748+00:00 app[web.1]: Parameters: {"id"=>nil}
2013-11-22T13:58:23.584748+00:00 app[web.1]: Processing by Admin::ContentController#new as
2013-11-22T13:58:23.623517+00:00 app[web.1]: Rendered admin/content/_categories.html.erb (2.4ms)
2013-11-22T13:58:23.638082+00:00 app[web.1]: Completed 200 OK in 53ms (Views: 25.4ms | ActiveRecord: 18.8ms)
2013-11-22T13:58:23.628933+00:00 app[web.1]: Rendered admin/content/_attachment.html.erb (1.0ms)
2013-11-22T13:58:23.629161+00:00 app[web.1]: Rendered admin/content/_form.html.erb (18.1ms)
2013-11-22T13:58:23.629531+00:00 app[web.1]: Rendered admin/shared/_edit.html.erb (19.7ms)
2013-11-22T13:58:23.637912+00:00 app[web.1]: Rendered admin/content/new.html.erb within layouts/administration (28.4ms)
2013-11-22T13:58:23.660515+00:00 app[web.1]:
2013-11-22T13:58:23.660515+00:00 app[web.1]:
2013-11-22T13:58:23.639143+00:00 heroku[router]: at=info method=GET path=/admin/content/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=59ms status=200 bytes=14685
2013-11-22T13:58:23.669631+00:00 app[web.1]: Processing by Admin::ContentController#new as
2013-11-22T13:58:23.660515+00:00 app[web.1]: Started POST "/admin/content/new" for 50.19.58.83 at 2013-11-22 13:58:23 +0000
2013-11-22T13:58:23.669631+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Kbcy3OJOsDBYsDrF3dWjh7tKdhlIwfsaraZ22Uj65s=", "current_editor"=>"visual", "user_textfilter"=>"none", "article"=>{"published"=>"1", "allow_pings"=>"0", "allow_comments"=>"1", "published_at"=>"November 22, 2013 01:58 PM GMT+0000 (UTC)", "password"=>"[FILTERED]", "permalink"=>"", "text_filter"=>"markdown smartypants", "post_type"=>"read", "title"=>"[CS169 Autograder] Blag Post A", "body_and_extended"=>"Derp derp derp derp 12344321", "keywords"=>"", "excerpt"=>""}, "id"=>nil}
2013-11-22T13:58:21.657690+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=86ms status=200 bytes=10207
2013-11-22T13:58:23.731216+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin/content
2013-11-22T13:58:23.733639+00:00 app[web.1]: Completed 302 Found in 64ms
2013-11-22T13:58:23.740344+00:00 heroku[router]: at=info method=POST path=/admin/content/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=4ms service=80ms status=302 bytes=124
2013-11-22T13:58:23.803284+00:00 app[web.1]:
2013-11-22T13:58:23.803284+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:23 +0000
2013-11-22T13:58:23.803284+00:00 app[web.1]:
2013-11-22T13:58:23.804892+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:23.867362+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (36.8ms)
2013-11-22T13:58:23.876291+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (53.2ms)
2013-11-22T13:58:23.877209+00:00 app[web.1]: Completed 200 OK in 72ms (Views: 40.2ms | ActiveRecord: 58.8ms)
2013-11-22T13:58:23.919512+00:00 app[web.1]:
2013-11-22T13:58:23.919512+00:00 app[web.1]:
2013-11-22T13:58:23.919512+00:00 app[web.1]: Started GET "/admin/content/new" for 50.19.58.83 at 2013-11-22 13:58:23 +0000
2013-11-22T13:58:23.920818+00:00 app[web.1]: Processing by Admin::ContentController#new as
2013-11-22T13:58:23.920818+00:00 app[web.1]: Parameters: {"id"=>nil}
2013-11-22T13:58:22.197446+00:00 heroku[router]: at=info method=GET path=/admin/content/destroy/168 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=57ms status=200 bytes=6140
2013-11-22T13:58:23.964338+00:00 app[web.1]: Rendered admin/content/_attachment.html.erb (1.0ms)
2013-11-22T13:58:23.964489+00:00 app[web.1]: Rendered admin/content/_form.html.erb (15.5ms)
2013-11-22T13:58:23.959139+00:00 app[web.1]: Rendered admin/content/_categories.html.erb (2.1ms)
2013-11-22T13:58:23.965023+00:00 app[web.1]: Rendered admin/shared/_edit.html.erb (16.9ms)
2013-11-22T13:58:23.973453+00:00 app[web.1]: Completed 200 OK in 53ms (Views: 23.6ms | ActiveRecord: 20.8ms)
2013-11-22T13:58:23.973214+00:00 app[web.1]: Rendered admin/content/new.html.erb within layouts/administration (25.6ms)
2013-11-22T13:58:23.998117+00:00 app[web.1]: Started POST "/admin/content/new" for 50.19.58.83 at 2013-11-22 13:58:23 +0000
2013-11-22T13:58:23.998117+00:00 app[web.1]:
2013-11-22T13:58:23.998117+00:00 app[web.1]:
2013-11-22T13:58:24.007238+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Kbcy3OJOsDBYsDrF3dWjh7tKdhlIwfsaraZ22Uj65s=", "current_editor"=>"visual", "user_textfilter"=>"none", "article"=>{"published"=>"1", "allow_pings"=>"0", "allow_comments"=>"1", "published_at"=>"November 22, 2013 01:58 PM GMT+0000 (UTC)", "password"=>"[FILTERED]", "permalink"=>"", "text_filter"=>"markdown smartypants", "post_type"=>"read", "title"=>"[CS169 Autograder] Blag Post B", "body_and_extended"=>"Lorem ipsum dolor sit amet", "keywords"=>"", "excerpt"=>""}, "id"=>nil}
2013-11-22T13:58:24.007238+00:00 app[web.1]: Processing by Admin::ContentController#new as
2013-11-22T13:58:24.071200+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin/content
2013-11-22T13:58:24.076523+00:00 app[web.1]: Completed 302 Found in 68ms
2013-11-22T13:58:24.099918+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:24 +0000
2013-11-22T13:58:24.099918+00:00 app[web.1]:
2013-11-22T13:58:24.099918+00:00 app[web.1]:
2013-11-22T13:58:24.100950+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:24.184272+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (55.7ms)
2013-11-22T13:58:24.246228+00:00 app[web.1]: Completed 200 OK in 145ms (Views: 105.0ms | ActiveRecord: 70.4ms)
2013-11-22T13:58:24.245595+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (125.7ms)
2013-11-22T13:58:24.269383+00:00 app[web.1]:
2013-11-22T13:58:24.269383+00:00 app[web.1]: Started GET "/comments?article_id=170" for 50.19.58.83 at 2013-11-22 13:58:24 +0000
2013-11-22T13:58:24.269383+00:00 app[web.1]:
2013-11-22T13:58:24.270816+00:00 app[web.1]: Processing by CommentsController#index as
2013-11-22T13:58:24.270816+00:00 app[web.1]: Parameters: {"article_id"=>"170"}
2013-11-22T13:58:24.279286+00:00 app[web.1]: Completed 302 Found in 8ms
2013-11-22T13:58:24.279286+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/2013/11/22/cs169-autograder-blag-post-a#comments
2013-11-22T13:58:24.295747+00:00 app[web.1]: Started GET "/2013/11/22/cs169-autograder-blag-post-a" for 50.19.58.83 at 2013-11-22 13:58:24 +0000
2013-11-22T13:58:24.297106+00:00 app[web.1]: Processing by ArticlesController#redirect as
2013-11-22T13:58:24.295747+00:00 app[web.1]:
2013-11-22T13:58:24.297186+00:00 app[web.1]: Parameters: {"from"=>"2013/11/22/cs169-autograder-blag-post-a"}
2013-11-22T13:58:24.295747+00:00 app[web.1]:
2013-11-22T13:58:24.329103+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/_comment_list.html.erb (0.8ms)
2013-11-22T13:58:24.332446+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/_comment_form.html.erb (2.4ms)
2013-11-22T13:58:24.348595+00:00 app[web.1]: Rendered vendor/plugins/page_sidebar/app/views/page_sidebar/_content.html.erb (4.9ms)
2013-11-22T13:58:24.352818+00:00 app[web.1]: Rendered vendor/plugins/category_sidebar/app/views/category_sidebar/_content.html.erb (2.2ms)
2013-11-22T13:58:24.356823+00:00 app[web.1]: Rendered vendor/plugins/archives_sidebar/app/views/archives_sidebar/_content.html.erb (0.5ms)
2013-11-22T13:58:24.364907+00:00 heroku[router]: at=info method=GET path=/2013/11/22/cs169-autograder-blag-post-a host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=68ms status=200 bytes=6174
2013-11-22T13:58:24.359075+00:00 app[web.1]: Rendered vendor/plugins/static_sidebar/app/views/static_sidebar/_content.html.erb (0.1ms)
2013-11-22T13:58:24.360438+00:00 app[web.1]: Rendered vendor/plugins/meta_sidebar/app/views/meta_sidebar/_content.html.erb (0.4ms)
2013-11-22T13:58:24.360527+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/read.html.erb within layouts/default (44.9ms)
2013-11-22T13:58:24.360961+00:00 app[web.1]: Completed 200 OK in 64ms (Views: 35.6ms | ActiveRecord: 23.0ms)
2013-11-22T13:58:24.375083+00:00 app[web.1]:
2013-11-22T13:58:24.375083+00:00 app[web.1]:
2013-11-22T13:58:24.376711+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Kbcy3OJOsDBYsDrF3dWjh7tKdhlIwfsaraZ22Uj65s=", "comment"=>{"author"=>"Joe Snow", "email"=>"joe@snow.com", "url"=>"", "body"=>"A long time ago in a galaxy far, far away.."}, "article_id"=>"170"}
2013-11-22T13:58:24.375083+00:00 app[web.1]: Started POST "/comments?article_id=170" for 50.19.58.83 at 2013-11-22 13:58:24 +0000
2013-11-22T13:58:24.376669+00:00 app[web.1]: Processing by CommentsController#create as
2013-11-22T13:58:24.406723+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/2013/11/22/cs169-autograder-blag-post-a
2013-11-22T13:58:24.410297+00:00 app[web.1]: Completed 302 Found in 33ms
2013-11-22T13:58:24.427821+00:00 app[web.1]: Parameters: {"from"=>"2013/11/22/cs169-autograder-blag-post-a"}
2013-11-22T13:58:24.426588+00:00 app[web.1]:
2013-11-22T13:58:24.426588+00:00 app[web.1]:
2013-11-22T13:58:24.426588+00:00 app[web.1]: Started GET "/2013/11/22/cs169-autograder-blag-post-a" for 50.19.58.83 at 2013-11-22 13:58:24 +0000
2013-11-22T13:58:24.427821+00:00 app[web.1]: Processing by ArticlesController#redirect as
2013-11-22T13:58:24.470565+00:00 app[web.1]: Rendered themes/bootstrap/views/comments/_comment.html.erb (5.4ms)
2013-11-22T13:58:24.470565+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/_comment_list.html.erb (10.9ms)
2013-11-22T13:58:24.473969+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/_comment_form.html.erb (2.4ms)
2013-11-22T13:58:24.491214+00:00 app[web.1]: Rendered vendor/plugins/page_sidebar/app/views/page_sidebar/_content.html.erb (4.1ms)
2013-11-22T13:58:24.504160+00:00 app[web.1]: Rendered vendor/plugins/static_sidebar/app/views/static_sidebar/_content.html.erb (0.1ms)
2013-11-22T13:58:24.505926+00:00 app[web.1]: Rendered vendor/plugins/meta_sidebar/app/views/meta_sidebar/_content.html.erb (0.5ms)
2013-11-22T13:58:24.498293+00:00 app[web.1]: Rendered vendor/plugins/category_sidebar/app/views/category_sidebar/_content.html.erb (5.2ms)
2013-11-22T13:58:24.502513+00:00 app[web.1]: Rendered vendor/plugins/archives_sidebar/app/views/archives_sidebar/_content.html.erb (0.5ms)
2013-11-22T13:58:24.506074+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/read.html.erb within layouts/default (59.0ms)
2013-11-22T13:58:24.506260+00:00 app[web.1]: Completed 200 OK in 78ms (Views: 41.4ms | ActiveRecord: 42.6ms)
2013-11-22T13:58:24.518179+00:00 app[web.1]:
2013-11-22T13:58:24.519515+00:00 app[web.1]: Parameters: {"article_id"=>"170"}
2013-11-22T13:58:24.518179+00:00 app[web.1]:
2013-11-22T13:58:24.519515+00:00 app[web.1]: Processing by CommentsController#index as
2013-11-22T13:58:24.518179+00:00 app[web.1]: Started GET "/comments?article_id=170" for 50.19.58.83 at 2013-11-22 13:58:24 +0000
2013-11-22T13:58:24.526899+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/2013/11/22/cs169-autograder-blag-post-a#comments
2013-11-22T13:58:24.526992+00:00 app[web.1]: Completed 302 Found in 7ms
2013-11-22T13:58:24.539593+00:00 app[web.1]:
2013-11-22T13:58:24.539593+00:00 app[web.1]:
2013-11-22T13:58:24.539593+00:00 app[web.1]: Started GET "/2013/11/22/cs169-autograder-blag-post-a" for 50.19.58.83 at 2013-11-22 13:58:24 +0000
2013-11-22T13:58:24.540700+00:00 app[web.1]: Processing by ArticlesController#redirect as
2013-11-22T13:58:24.540700+00:00 app[web.1]: Parameters: {"from"=>"2013/11/22/cs169-autograder-blag-post-a"}
2013-11-22T13:58:24.528070+00:00 heroku[router]: at=info method=GET path=/comments?article_id=170 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=13ms status=302 bytes=159
2013-11-22T13:58:24.282058+00:00 heroku[router]: at=info method=GET path=/comments?article_id=170 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=16ms status=302 bytes=159
2013-11-22T13:58:24.581972+00:00 app[web.1]: Rendered themes/bootstrap/views/comments/_comment.html.erb (5.5ms)
2013-11-22T13:58:24.581972+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/_comment_list.html.erb (11.3ms)
2013-11-22T13:58:24.585328+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/_comment_form.html.erb (2.3ms)
2013-11-22T13:58:24.599205+00:00 app[web.1]: Rendered vendor/plugins/page_sidebar/app/views/page_sidebar/_content.html.erb (4.2ms)
2013-11-22T13:58:24.608006+00:00 app[web.1]: Rendered vendor/plugins/archives_sidebar/app/views/archives_sidebar/_content.html.erb (0.5ms)
2013-11-22T13:58:24.604037+00:00 app[web.1]: Rendered vendor/plugins/category_sidebar/app/views/category_sidebar/_content.html.erb (2.4ms)
2013-11-22T13:58:24.609876+00:00 app[web.1]: Rendered vendor/plugins/static_sidebar/app/views/static_sidebar/_content.html.erb (0.1ms)
2013-11-22T13:58:24.612279+00:00 app[web.1]: Completed 200 OK in 71ms (Views: 41.9ms | ActiveRecord: 24.7ms)
2013-11-22T13:58:24.611976+00:00 app[web.1]: Rendered vendor/plugins/meta_sidebar/app/views/meta_sidebar/_content.html.erb (0.4ms)
2013-11-22T13:58:24.612103+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/read.html.erb within layouts/default (53.8ms)
2013-11-22T13:58:24.609942+00:00 heroku[router]: at=info method=GET path=/2013/11/22/cs169-autograder-blag-post-a host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=76ms status=200 bytes=6259
2013-11-22T13:58:24.638141+00:00 app[web.1]:
2013-11-22T13:58:24.638141+00:00 app[web.1]:
2013-11-22T13:58:24.638141+00:00 app[web.1]: Started POST "/comments?article_id=170" for 50.19.58.83 at 2013-11-22 13:58:24 +0000
2013-11-22T13:58:24.640106+00:00 app[web.1]: Processing by CommentsController#create as
2013-11-22T13:58:24.640106+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Kbcy3OJOsDBYsDrF3dWjh7tKdhlIwfsaraZ22Uj65s=", "comment"=>{"author"=>"Joe Snow", "email"=>"joe@snow.com", "url"=>"", "body"=>"imma dinosaur -Barack Obama"}, "article_id"=>"170"}
2013-11-22T13:58:24.674530+00:00 heroku[router]: at=info method=POST path=/comments?article_id=170 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=38ms status=302 bytes=150
2013-11-22T13:58:24.672620+00:00 app[web.1]: Completed 302 Found in 32ms
2013-11-22T13:58:24.672620+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/2013/11/22/cs169-autograder-blag-post-a
2013-11-22T13:58:24.715877+00:00 app[web.1]:
2013-11-22T13:58:24.715877+00:00 app[web.1]:
2013-11-22T13:58:24.715877+00:00 app[web.1]: Started GET "/2013/11/22/cs169-autograder-blag-post-a" for 50.19.58.83 at 2013-11-22 13:58:24 +0000
2013-11-22T13:58:24.717341+00:00 app[web.1]: Parameters: {"from"=>"2013/11/22/cs169-autograder-blag-post-a"}
2013-11-22T13:58:24.717341+00:00 app[web.1]: Processing by ArticlesController#redirect as
2013-11-22T13:58:24.760892+00:00 app[web.1]: Rendered themes/bootstrap/views/comments/_comment.html.erb (7.4ms)
2013-11-22T13:58:24.761041+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/_comment_list.html.erb (13.4ms)
2013-11-22T13:58:24.763979+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/_comment_form.html.erb (1.9ms)
2013-11-22T13:58:24.777683+00:00 app[web.1]: Rendered vendor/plugins/page_sidebar/app/views/page_sidebar/_content.html.erb (3.7ms)
2013-11-22T13:58:24.781874+00:00 app[web.1]: Rendered vendor/plugins/category_sidebar/app/views/category_sidebar/_content.html.erb (2.4ms)
2013-11-22T13:58:24.786220+00:00 app[web.1]: Rendered vendor/plugins/archives_sidebar/app/views/archives_sidebar/_content.html.erb (0.5ms)
2013-11-22T13:58:24.791247+00:00 app[web.1]: Rendered vendor/plugins/static_sidebar/app/views/static_sidebar/_content.html.erb (0.3ms)
2013-11-22T13:58:24.793421+00:00 app[web.1]: Rendered vendor/plugins/meta_sidebar/app/views/meta_sidebar/_content.html.erb (0.5ms)
2013-11-22T13:58:24.793572+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/read.html.erb within layouts/default (57.8ms)
2013-11-22T13:58:24.793817+00:00 app[web.1]: Completed 200 OK in 76ms (Views: 46.9ms | ActiveRecord: 38.5ms)
2013-11-22T13:58:24.855177+00:00 app[web.1]:
2013-11-22T13:58:24.855177+00:00 app[web.1]: Started GET "/comments?article_id=171" for 50.19.58.83 at 2013-11-22 13:58:24 +0000
2013-11-22T13:58:24.855177+00:00 app[web.1]:
2013-11-22T13:58:24.856435+00:00 app[web.1]: Processing by CommentsController#index as
2013-11-22T13:58:24.856435+00:00 app[web.1]: Parameters: {"article_id"=>"171"}
2013-11-22T13:58:24.863761+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/2013/11/22/cs169-autograder-blag-post-b#comments
2013-11-22T13:58:24.863761+00:00 app[web.1]: Completed 302 Found in 7ms
2013-11-22T13:58:24.883156+00:00 app[web.1]: Parameters: {"from"=>"2013/11/22/cs169-autograder-blag-post-b"}
2013-11-22T13:58:24.882048+00:00 app[web.1]:
2013-11-22T13:58:24.882048+00:00 app[web.1]:
2013-11-22T13:58:24.882048+00:00 app[web.1]: Started GET "/2013/11/22/cs169-autograder-blag-post-b" for 50.19.58.83 at 2013-11-22 13:58:24 +0000
2013-11-22T13:58:24.883156+00:00 app[web.1]: Processing by ArticlesController#redirect as
2013-11-22T13:58:24.910362+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/_comment_list.html.erb (0.8ms)
2013-11-22T13:58:24.913093+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/_comment_form.html.erb (1.9ms)
2013-11-22T13:58:24.925339+00:00 app[web.1]: Rendered vendor/plugins/page_sidebar/app/views/page_sidebar/_content.html.erb (3.4ms)
2013-11-22T13:58:24.928842+00:00 app[web.1]: Rendered vendor/plugins/category_sidebar/app/views/category_sidebar/_content.html.erb (2.0ms)
2013-11-22T13:58:24.932689+00:00 app[web.1]: Rendered vendor/plugins/archives_sidebar/app/views/archives_sidebar/_content.html.erb (0.5ms)
2013-11-22T13:58:24.934685+00:00 app[web.1]: Rendered vendor/plugins/static_sidebar/app/views/static_sidebar/_content.html.erb (0.2ms)
2013-11-22T13:58:24.936270+00:00 app[web.1]: Rendered vendor/plugins/meta_sidebar/app/views/meta_sidebar/_content.html.erb (0.4ms)
2013-11-22T13:58:24.936383+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/read.html.erb within layouts/default (36.6ms)
2013-11-22T13:58:24.936578+00:00 app[web.1]: Completed 200 OK in 53ms (Views: 28.4ms | ActiveRecord: 20.7ms)
2013-11-22T13:58:24.951067+00:00 app[web.1]:
2013-11-22T13:58:24.951067+00:00 app[web.1]:
2013-11-22T13:58:24.951067+00:00 app[web.1]: Started POST "/comments?article_id=171" for 50.19.58.83 at 2013-11-22 13:58:24 +0000
2013-11-22T13:58:24.952556+00:00 app[web.1]: Processing by CommentsController#create as
2013-11-22T13:58:24.952660+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Kbcy3OJOsDBYsDrF3dWjh7tKdhlIwfsaraZ22Uj65s=", "comment"=>{"author"=>"Joe Snow", "email"=>"joe@snow.com", "url"=>"", "body"=>"And one more thing.."}, "article_id"=>"171"}
2013-11-22T13:58:24.977074+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/2013/11/22/cs169-autograder-blag-post-b
2013-11-22T13:58:24.977265+00:00 app[web.1]: Completed 302 Found in 24ms
2013-11-22T13:58:24.989494+00:00 app[web.1]: Started GET "/2013/11/22/cs169-autograder-blag-post-b" for 50.19.58.83 at 2013-11-22 13:58:24 +0000
2013-11-22T13:58:24.990877+00:00 app[web.1]: Processing by ArticlesController#redirect as
2013-11-22T13:58:24.989494+00:00 app[web.1]:
2013-11-22T13:58:24.989494+00:00 app[web.1]:
2013-11-22T13:58:24.990877+00:00 app[web.1]: Parameters: {"from"=>"2013/11/22/cs169-autograder-blag-post-b"}
2013-11-22T13:58:25.091309+00:00 app[web.1]: Rendered themes/bootstrap/views/comments/_comment.html.erb (5.0ms)
2013-11-22T13:58:25.091309+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/_comment_list.html.erb (10.4ms)
2013-11-22T13:58:25.094408+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/_comment_form.html.erb (2.2ms)
2013-11-22T13:58:25.111100+00:00 app[web.1]: Rendered vendor/plugins/category_sidebar/app/views/category_sidebar/_content.html.erb (2.1ms)
2013-11-22T13:58:25.107504+00:00 app[web.1]: Rendered vendor/plugins/page_sidebar/app/views/page_sidebar/_content.html.erb (3.7ms)
2013-11-22T13:58:25.115317+00:00 app[web.1]: Rendered vendor/plugins/archives_sidebar/app/views/archives_sidebar/_content.html.erb (0.8ms)
2013-11-22T13:58:25.118733+00:00 app[web.1]: Rendered vendor/plugins/meta_sidebar/app/views/meta_sidebar/_content.html.erb (0.4ms)
2013-11-22T13:58:25.116925+00:00 app[web.1]: Rendered vendor/plugins/static_sidebar/app/views/static_sidebar/_content.html.erb (0.1ms)
2013-11-22T13:58:25.118822+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/read.html.erb within layouts/default (106.1ms)
2013-11-22T13:58:25.119038+00:00 app[web.1]: Completed 200 OK in 128ms (Views: 95.2ms | ActiveRecord: 34.3ms)
2013-11-22T13:58:25.181168+00:00 app[web.1]: Processing by Admin::ContentController#edit as
2013-11-22T13:58:25.179961+00:00 app[web.1]: Started GET "/admin/content/edit/170" for 50.19.58.83 at 2013-11-22 13:58:25 +0000
2013-11-22T13:58:25.179961+00:00 app[web.1]:
2013-11-22T13:58:25.179961+00:00 app[web.1]:
2013-11-22T13:58:25.181168+00:00 app[web.1]: Parameters: {"id"=>"170"}
2013-11-22T13:58:25.222437+00:00 app[web.1]: Rendered admin/content/_categories.html.erb (4.0ms)
2013-11-22T13:58:25.234167+00:00 app[web.1]: Rendered admin/content/_form.html.erb (26.9ms)
2013-11-22T13:58:25.233931+00:00 app[web.1]: Rendered admin/content/_attachment.html.erb (6.4ms)
2013-11-22T13:58:25.234707+00:00 app[web.1]: Rendered admin/shared/_edit.html.erb (28.6ms)
2013-11-22T13:58:25.244404+00:00 app[web.1]: Rendered admin/content/new.html.erb within layouts/administration (38.8ms)
2013-11-22T13:58:25.244677+00:00 app[web.1]: Completed 200 OK in 63ms (Views: 32.6ms | ActiveRecord: 22.0ms)
2013-11-22T13:58:25.287414+00:00 app[web.1]:
2013-11-22T13:58:25.287414+00:00 app[web.1]:
2013-11-22T13:58:25.287414+00:00 app[web.1]: Started POST "/admin/content/new/170" for 50.19.58.83 at 2013-11-22 13:58:25 +0000
2013-11-22T13:58:25.296640+00:00 app[web.1]: Processing by Admin::ContentController#new as
2013-11-22T13:58:25.296737+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Kbcy3OJOsDBYsDrF3dWjh7tKdhlIwfsaraZ22Uj65s=", "current_editor"=>"visual", "user_textfilter"=>"none", "article"=>{"published"=>"1", "allow_pings"=>"0", "allow_comments"=>"1", "published_at"=>"November 22, 2013 01:58 PM GMT+0000 (UTC)", "password"=>"[FILTERED]", "permalink"=>"cs169-autograder-blag-post-a", "text_filter"=>"markdown smartypants", "post_type"=>"read", "title"=>"[CS169 Autograder] Blag Post A", "body_and_extended"=>"Derp derp derp derp 12344321", "keywords"=>"", "excerpt"=>""}, "merge_with"=>"171", "id"=>"170"}
2013-11-22T13:58:25.338018+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin/content
2013-11-22T13:58:25.338182+00:00 app[web.1]: Completed 302 Found in 41ms
2013-11-22T13:58:25.341298+00:00 heroku[router]: at=info method=POST path=/admin/content/new/170 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=3ms service=56ms status=302 bytes=124
2013-11-22T13:58:25.359291+00:00 app[web.1]:
2013-11-22T13:58:25.359291+00:00 app[web.1]:
2013-11-22T13:58:25.359291+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:25 +0000
2013-11-22T13:58:25.360427+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:25.438669+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (54.3ms)
2013-11-22T13:58:25.448355+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (70.5ms)
2013-11-22T13:58:25.448551+00:00 app[web.1]: Completed 200 OK in 88ms (Views: 49.4ms | ActiveRecord: 58.4ms)
2013-11-22T13:58:25.481965+00:00 app[web.1]:
2013-11-22T13:58:25.481965+00:00 app[web.1]:
2013-11-22T13:58:25.481965+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:25 +0000
2013-11-22T13:58:25.483316+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:25.570276+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (68.8ms)
2013-11-22T13:58:25.561151+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (53.1ms)
2013-11-22T13:58:25.570492+00:00 app[web.1]: Completed 200 OK in 87ms (Views: 51.5ms | ActiveRecord: 29.5ms)
2013-11-22T13:58:22.344838+00:00 heroku[router]: at=info method=GET path=/accounts/login host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=17ms status=200 bytes=2130
2013-11-22T13:58:25.603310+00:00 app[web.1]:
2013-11-22T13:58:25.603310+00:00 app[web.1]: Started GET "/comments?article_id=171" for 50.19.58.83 at 2013-11-22 13:58:25 +0000
2013-11-22T13:58:25.603310+00:00 app[web.1]:
2013-11-22T13:58:25.604813+00:00 app[web.1]: Processing by CommentsController#index as
2013-11-22T13:58:25.604934+00:00 app[web.1]: Parameters: {"article_id"=>"171"}
2013-11-22T13:58:25.612991+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/2013/11/22/cs169-autograder-blag-post-b#comments
2013-11-22T13:58:25.613272+00:00 app[web.1]: Completed 302 Found in 8ms
2013-11-22T13:58:22.320002+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=57ms status=200 bytes=8748
2013-11-22T13:58:25.637753+00:00 app[web.1]:
2013-11-22T13:58:25.637753+00:00 app[web.1]:
2013-11-22T13:58:25.637753+00:00 app[web.1]: Started GET "/2013/11/22/cs169-autograder-blag-post-b" for 50.19.58.83 at 2013-11-22 13:58:25 +0000
2013-11-22T13:58:25.639587+00:00 app[web.1]: Processing by ArticlesController#redirect as
2013-11-22T13:58:25.639587+00:00 app[web.1]: Parameters: {"from"=>"2013/11/22/cs169-autograder-blag-post-b"}
2013-11-22T13:58:25.679777+00:00 app[web.1]: Rendered themes/bootstrap/views/comments/_comment.html.erb (5.5ms)
2013-11-22T13:58:25.679777+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/_comment_list.html.erb (11.0ms)
2013-11-22T13:58:25.682982+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/_comment_form.html.erb (2.1ms)
2013-11-22T13:58:25.704559+00:00 app[web.1]: Rendered vendor/plugins/page_sidebar/app/views/page_sidebar/_content.html.erb (8.6ms)
2013-11-22T13:58:25.709689+00:00 app[web.1]: Rendered vendor/plugins/category_sidebar/app/views/category_sidebar/_content.html.erb (2.4ms)
2013-11-22T13:58:25.714666+00:00 app[web.1]: Rendered vendor/plugins/archives_sidebar/app/views/archives_sidebar/_content.html.erb (0.5ms)
2013-11-22T13:58:25.716639+00:00 app[web.1]: Rendered vendor/plugins/static_sidebar/app/views/static_sidebar/_content.html.erb (0.1ms)
2013-11-22T13:58:25.718502+00:00 app[web.1]: Rendered vendor/plugins/meta_sidebar/app/views/meta_sidebar/_content.html.erb (0.5ms)
2013-11-22T13:58:25.718581+00:00 app[web.1]: Rendered themes/bootstrap/views/articles/read.html.erb within layouts/default (61.1ms)
2013-11-22T13:58:25.718851+00:00 app[web.1]: Completed 200 OK in 80ms (Views: 46.2ms | ActiveRecord: 28.9ms)
2013-11-22T13:58:25.762093+00:00 app[web.1]:
2013-11-22T13:58:25.762093+00:00 app[web.1]:
2013-11-22T13:58:25.762093+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:25 +0000
2013-11-22T13:58:25.763285+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:24.083939+00:00 heroku[router]: at=info method=POST path=/admin/content/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=3ms service=88ms status=302 bytes=124
2013-11-22T13:58:25.849202+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (54.6ms)
2013-11-22T13:58:25.913374+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (127.8ms)
2013-11-22T13:58:25.913683+00:00 app[web.1]: Completed 200 OK in 150ms (Views: 107.4ms | ActiveRecord: 36.2ms)
2013-11-22T13:58:25.919257+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=157ms status=200 bytes=10207
2013-11-22T13:58:25.940126+00:00 app[web.1]:
2013-11-22T13:58:25.940126+00:00 app[web.1]:
2013-11-22T13:58:25.941613+00:00 app[web.1]: Parameters: {"id"=>"171"}
2013-11-22T13:58:25.940126+00:00 app[web.1]: Started GET "/admin/content/destroy/171" for 50.19.58.83 at 2013-11-22 13:58:25 +0000
2013-11-22T13:58:25.941613+00:00 app[web.1]: Processing by Admin::ContentController#destroy as
2013-11-22T13:58:25.969714+00:00 app[web.1]: Rendered admin/shared/destroy.html.erb within layouts/administration (9.3ms)
2013-11-22T13:58:25.969867+00:00 app[web.1]: Completed 200 OK in 28ms (Views: 12.6ms | ActiveRecord: 10.1ms)
2013-11-22T13:58:25.982024+00:00 app[web.1]:
2013-11-22T13:58:25.982024+00:00 app[web.1]:
2013-11-22T13:58:25.982024+00:00 app[web.1]: Started POST "/admin/content/destroy/171" for 50.19.58.83 at 2013-11-22 13:58:25 +0000
2013-11-22T13:58:25.983099+00:00 app[web.1]: Processing by Admin::ContentController#destroy as
2013-11-22T13:58:25.983099+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Kbcy3OJOsDBYsDrF3dWjh7tKdhlIwfsaraZ22Uj65s=", "id"=>"171"}
2013-11-22T13:58:26.032222+00:00 app[web.1]: Completed 302 Found in 49ms
2013-11-22T13:58:26.032222+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin/content
2013-11-22T13:58:26.061358+00:00 app[web.1]:
2013-11-22T13:58:26.061358+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:26 +0000
2013-11-22T13:58:26.062766+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:26.061358+00:00 app[web.1]:
2013-11-22T13:58:26.142178+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (54.9ms)
2013-11-22T13:58:26.151846+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (71.1ms)
2013-11-22T13:58:26.152103+00:00 app[web.1]: Completed 200 OK in 89ms (Views: 39.4ms | ActiveRecord: 78.8ms)
2013-11-22T13:58:26.228183+00:00 app[web.1]:
2013-11-22T13:58:26.228183+00:00 app[web.1]:
2013-11-22T13:58:26.228183+00:00 app[web.1]: Started GET "/admin/content/destroy/170" for 50.19.58.83 at 2013-11-22 13:58:26 +0000
2013-11-22T13:58:26.229498+00:00 app[web.1]: Processing by Admin::ContentController#destroy as
2013-11-22T13:58:26.229498+00:00 app[web.1]: Parameters: {"id"=>"170"}
2013-11-22T13:58:26.263926+00:00 app[web.1]: Rendered admin/shared/destroy.html.erb within layouts/administration (10.1ms)
2013-11-22T13:58:26.264138+00:00 app[web.1]: Completed 200 OK in 35ms (Views: 13.8ms | ActiveRecord: 13.1ms)
2013-11-22T13:58:26.293702+00:00 app[web.1]: Processing by Admin::ContentController#destroy as
2013-11-22T13:58:26.293702+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Kbcy3OJOsDBYsDrF3dWjh7tKdhlIwfsaraZ22Uj65s=", "id"=>"170"}
2013-11-22T13:58:26.292511+00:00 app[web.1]:
2013-11-22T13:58:26.292511+00:00 app[web.1]: Started POST "/admin/content/destroy/170" for 50.19.58.83 at 2013-11-22 13:58:26 +0000
2013-11-22T13:58:26.292511+00:00 app[web.1]:
2013-11-22T13:58:26.342140+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin/content
2013-11-22T13:58:26.342281+00:00 app[web.1]: Completed 302 Found in 48ms
2013-11-22T13:58:26.356479+00:00 app[web.1]:
2013-11-22T13:58:26.356479+00:00 app[web.1]:
2013-11-22T13:58:26.356479+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:26 +0000
2013-11-22T13:58:26.357697+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:26.406485+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (20.3ms)
2013-11-22T13:58:26.415201+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (36.5ms)
2013-11-22T13:58:26.415398+00:00 app[web.1]: Completed 200 OK in 58ms (Views: 28.2ms | ActiveRecord: 57.4ms)
2013-11-22T13:58:26.447544+00:00 app[web.1]:
2013-11-22T13:58:26.447544+00:00 app[web.1]:
2013-11-22T13:58:26.447544+00:00 app[web.1]: Started GET "/accounts/login" for 50.19.58.83 at 2013-11-22 13:58:26 +0000
2013-11-22T13:58:26.448777+00:00 app[web.1]: Processing by AccountsController#login as
2013-11-22T13:58:26.462263+00:00 app[web.1]: Rendered accounts/login.html.erb within layouts/accounts (2.1ms)
2013-11-22T13:58:26.464428+00:00 heroku[router]: at=info method=GET path=/accounts/login host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=7ms service=22ms status=200 bytes=2130
2013-11-22T13:58:26.462379+00:00 app[web.1]: Completed 200 OK in 14ms (Views: 7.7ms | ActiveRecord: 3.5ms)
2013-11-22T13:58:25.251967+00:00 heroku[router]: at=info method=GET path=/admin/content/edit/170 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=74ms status=200 bytes=15309
2013-11-22T13:58:26.758996+00:00 app[web.1]:
2013-11-22T13:58:26.758996+00:00 app[web.1]:
2013-11-22T13:58:26.758996+00:00 app[web.1]: Started POST "/accounts/login" for 50.19.58.83 at 2013-11-22 13:58:26 +0000
2013-11-22T13:58:26.760223+00:00 app[web.1]: Processing by AccountsController#login as
2013-11-22T13:58:26.760223+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"8NAeSa0JYDVzOIMoitsbL5QKNGuTMVZSy5ylJkv3sqM=", "user"=>{"login"=>"admin", "password"=>"[FILTERED]"}}
2013-11-22T13:58:26.781906+00:00 app[web.1]: Completed 302 Found in 21ms
2013-11-22T13:58:26.781614+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin
2013-11-22T13:58:25.577118+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=3ms service=102ms status=200 bytes=10207
2013-11-22T13:58:25.720866+00:00 heroku[router]: at=info method=GET path=/2013/11/22/cs169-autograder-blag-post-b host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=85ms status=200 bytes=6232
2013-11-22T13:58:26.939354+00:00 app[web.1]:
2013-11-22T13:58:26.939354+00:00 app[web.1]:
2013-11-22T13:58:26.939354+00:00 app[web.1]: Started GET "/admin" for 50.19.58.83 at 2013-11-22 13:58:26 +0000
2013-11-22T13:58:26.940609+00:00 app[web.1]: Processing by Admin::DashboardController#index as
2013-11-22T13:58:26.272270+00:00 heroku[router]: at=info method=GET path=/admin/content/destroy/170 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=10ms service=46ms status=200 bytes=6140
2013-11-22T13:58:23.976583+00:00 heroku[router]: at=info method=GET path=/admin/content/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=58ms status=200 bytes=14685
2013-11-22T13:58:28.190856+00:00 app[web.1]: Rendered admin/dashboard/_overview.html.erb (1.4ms)
2013-11-22T13:58:28.192963+00:00 app[web.1]: Rendered admin/dashboard/_comments.html.erb (0.1ms)
2013-11-22T13:58:28.196610+00:00 app[web.1]: Rendered admin/dashboard/_typo_dev.html.erb (0.1ms)
2013-11-22T13:58:28.194066+00:00 app[web.1]: Rendered admin/dashboard/_inbound.html.erb (0.1ms)
2013-11-22T13:58:28.196033+00:00 app[web.1]: Rendered admin/dashboard/_posts.html.erb (1.5ms)
2013-11-22T13:58:28.193493+00:00 app[web.1]: Rendered admin/dashboard/_popular.html.erb (0.1ms)
2013-11-22T13:58:28.192406+00:00 app[web.1]: Rendered admin/dashboard/_welcome.html.erb (1.1ms)
2013-11-22T13:58:28.204846+00:00 app[web.1]: Rendered admin/dashboard/index.html.erb within layouts/administration (15.9ms)
2013-11-22T13:58:28.205051+00:00 app[web.1]: Completed 200 OK in 1264ms (Views: 21.2ms | ActiveRecord: 38.0ms)
2013-11-22T13:58:28.259351+00:00 app[web.1]:
2013-11-22T13:58:28.259351+00:00 app[web.1]:
2013-11-22T13:58:28.260743+00:00 app[web.1]: Processing by Admin::UsersController#new as
2013-11-22T13:58:28.259351+00:00 app[web.1]: Started GET "/admin/users/new" for 50.19.58.83 at 2013-11-22 13:58:28 +0000
2013-11-22T13:58:28.260743+00:00 app[web.1]: Parameters: {"id"=>nil}
2013-11-22T13:58:28.297232+00:00 app[web.1]: Completed 200 OK in 36ms (Views: 19.1ms | ActiveRecord: 11.7ms)
2013-11-22T13:58:28.297025+00:00 app[web.1]: Rendered admin/users/new.html.erb within layouts/administration (14.5ms)
2013-11-22T13:58:28.288260+00:00 app[web.1]: Rendered admin/users/_form.html.erb (4.9ms)
2013-11-22T13:58:28.338831+00:00 app[web.1]:
2013-11-22T13:58:28.338831+00:00 app[web.1]: Started POST "/admin/users/new" for 50.19.58.83 at 2013-11-22 13:58:28 +0000
2013-11-22T13:58:28.340483+00:00 app[web.1]: Processing by Admin::UsersController#new as
2013-11-22T13:58:28.340483+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"8NAeSa0JYDVzOIMoitsbL5QKNGuTMVZSy5ylJkv3sqM=", "user"=>{"login"=>"cs169_ag_publisher", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "email"=>"joe2@snow2.com", "profile_id"=>"2", "state"=>"active", "firstname"=>"", "lastname"=>"", "nickname"=>"", "editor"=>"visual", "text_filter_id"=>"4", "notify_via_email"=>"0", "notify_on_new_articles"=>"0", "notify_on_comments"=>"0"}, "id"=>nil}
2013-11-22T13:58:28.338831+00:00 app[web.1]:
2013-11-22T13:58:28.462430+00:00 heroku[router]: at=info method=POST path=/admin/users/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=134ms status=302 bytes=122
2013-11-22T13:58:28.377180+00:00 app[web.1]: Rendered notification_mailer/notif_user.html.erb (0.5ms)
2013-11-22T13:58:28.460793+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin/users
2013-11-22T13:58:28.460947+00:00 app[web.1]: Completed 302 Found in 120ms
2013-11-22T13:58:28.377180+00:00 app[web.1]: Rendered notification_mailer/_mail_header.html.erb (0.0ms)
2013-11-22T13:58:28.447163+00:00 app[web.1]: sh: /usr/sbin/sendmail: not found
2013-11-22T13:58:28.450235+00:00 app[web.1]: Sent mail to joe2@snow2.com (64ms)
2013-11-22T13:58:28.450235+00:00 app[web.1]: Unable to send notification of create user email: #<Errno::EPIPE: Broken pipe>
2013-11-22T13:58:28.528376+00:00 app[web.1]: Rendered admin/users/index.html.erb within layouts/administration (26.0ms)
2013-11-22T13:58:28.528622+00:00 app[web.1]: Completed 200 OK in 48ms (Views: 24.3ms | ActiveRecord: 42.8ms)
2013-11-22T13:58:28.535813+00:00 heroku[router]: at=info method=GET path=/admin/users host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=60ms status=200 bytes=6770
2013-11-22T13:58:28.450235+00:00 app[web.1]:
2013-11-22T13:58:28.478635+00:00 app[web.1]: Started GET "/admin/users" for 50.19.58.83 at 2013-11-22 13:58:28 +0000
2013-11-22T13:58:28.478635+00:00 app[web.1]:
2013-11-22T13:58:28.612318+00:00 heroku[router]: at=info method=GET path=/accounts/login host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=9ms service=27ms status=200 bytes=2130
2013-11-22T13:58:28.593317+00:00 app[web.1]: Started GET "/accounts/login" for 50.19.58.83 at 2013-11-22 13:58:28 +0000
2013-11-22T13:58:28.594414+00:00 app[web.1]: Processing by AccountsController#login as
2013-11-22T13:58:28.480602+00:00 app[web.1]: Processing by Admin::UsersController#index as
2013-11-22T13:58:28.478635+00:00 app[web.1]:
2013-11-22T13:58:28.593317+00:00 app[web.1]:
2013-11-22T13:58:28.593317+00:00 app[web.1]:
2013-11-22T13:58:28.609244+00:00 app[web.1]: Rendered accounts/login.html.erb within layouts/accounts (2.7ms)
2013-11-22T13:58:28.609402+00:00 app[web.1]: Completed 200 OK in 15ms (Views: 8.1ms | ActiveRecord: 3.6ms)
2013-11-22T13:58:28.642621+00:00 app[web.1]:
2013-11-22T13:58:28.642621+00:00 app[web.1]:
2013-11-22T13:58:28.642621+00:00 app[web.1]: Started POST "/accounts/login" for 50.19.58.83 at 2013-11-22 13:58:28 +0000
2013-11-22T13:58:28.643951+00:00 app[web.1]: Processing by AccountsController#login as
2013-11-22T13:58:28.643951+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"VdokxQanFIoK+COaRn+AxxQTMOTp2zrzYPhhHGCefoI=", "user"=>{"login"=>"cs169_ag_publisher", "password"=>"[FILTERED]"}}
2013-11-22T13:58:28.668132+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin
2013-11-22T13:58:28.668132+00:00 app[web.1]: Completed 302 Found in 24ms
2013-11-22T13:58:28.678648+00:00 heroku[router]: at=info method=POST path=/accounts/login host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=10ms service=39ms status=302 bytes=116
2013-11-22T13:58:28.700334+00:00 app[web.1]:
2013-11-22T13:58:28.700334+00:00 app[web.1]: Started GET "/admin" for 50.19.58.83 at 2013-11-22 13:58:28 +0000
2013-11-22T13:58:28.701589+00:00 app[web.1]: Processing by Admin::DashboardController#index as
2013-11-22T13:58:28.700334+00:00 app[web.1]:
2013-11-22T13:58:24.980464+00:00 heroku[router]: at=info method=POST path=/comments?article_id=171 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=30ms status=302 bytes=150
2013-11-22T13:58:29.873907+00:00 app[web.1]: Rendered admin/dashboard/_overview.html.erb (1.5ms)
2013-11-22T13:58:29.875625+00:00 app[web.1]: Rendered admin/dashboard/_welcome.html.erb (1.2ms)
2013-11-22T13:58:29.876213+00:00 app[web.1]: Rendered admin/dashboard/_comments.html.erb (0.1ms)
2013-11-22T13:58:29.876736+00:00 app[web.1]: Rendered admin/dashboard/_popular.html.erb (0.1ms)
2013-11-22T13:58:29.885872+00:00 app[web.1]: Completed 200 OK in 1184ms (Views: 19.7ms | ActiveRecord: 35.7ms)
2013-11-22T13:58:29.885688+00:00 app[web.1]: Rendered admin/dashboard/index.html.erb within layouts/administration (13.9ms)
2013-11-22T13:58:29.877283+00:00 app[web.1]: Rendered admin/dashboard/_inbound.html.erb (0.1ms)
2013-11-22T13:58:29.879485+00:00 app[web.1]: Rendered admin/dashboard/_posts.html.erb (1.6ms)
2013-11-22T13:58:29.880050+00:00 app[web.1]: Rendered admin/dashboard/_typo_dev.html.erb (0.1ms)
2013-11-22T13:58:29.889722+00:00 heroku[router]: at=info method=GET path=/admin host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=3ms service=1195ms status=200 bytes=7339
2013-11-22T13:58:29.924458+00:00 app[web.1]:
2013-11-22T13:58:29.926217+00:00 app[web.1]: Processing by Admin::ContentController#new as
2013-11-22T13:58:29.926217+00:00 app[web.1]: Parameters: {"id"=>nil}
2013-11-22T13:58:29.924458+00:00 app[web.1]:
2013-11-22T13:58:29.924458+00:00 app[web.1]: Started GET "/admin/content/new" for 50.19.58.83 at 2013-11-22 13:58:29 +0000
2013-11-22T13:58:29.980139+00:00 heroku[router]: at=info method=GET path=/admin/content/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=4ms service=67ms status=200 bytes=13853
2013-11-22T13:58:29.960683+00:00 app[web.1]: Rendered admin/content/_categories.html.erb (2.2ms)
2013-11-22T13:58:29.966506+00:00 app[web.1]: Rendered admin/content/_attachment.html.erb (1.3ms)
2013-11-22T13:58:29.966506+00:00 app[web.1]: Rendered admin/content/_form.html.erb (16.4ms)
2013-11-22T13:58:29.967179+00:00 app[web.1]: Rendered admin/shared/_edit.html.erb (17.8ms)
2013-11-22T13:58:29.972871+00:00 app[web.1]: Rendered admin/content/new.html.erb within layouts/administration (23.9ms)
2013-11-22T13:58:29.973067+00:00 app[web.1]: Completed 200 OK in 47ms (Views: 22.6ms | ActiveRecord: 15.3ms)
2013-11-22T13:58:29.998620+00:00 app[web.1]:
2013-11-22T13:58:30.008375+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"VdokxQanFIoK+COaRn+AxxQTMOTp2zrzYPhhHGCefoI=", "current_editor"=>"visual", "user_textfilter"=>"markdown smartypants", "article"=>{"published"=>"1", "allow_pings"=>"0", "allow_comments"=>"1", "published_at"=>"November 22, 2013 01:58 PM GMT+0000 (UTC)", "password"=>"[FILTERED]", "permalink"=>"", "text_filter"=>"markdown smartypants", "post_type"=>"read", "title"=>"[CS169 Autograder] Pub Blag", "body_and_extended"=>"derp derp derp", "keywords"=>"", "excerpt"=>""}, "id"=>nil}
2013-11-22T13:58:29.998620+00:00 app[web.1]:
2013-11-22T13:58:30.008310+00:00 app[web.1]: Processing by Admin::ContentController#new as
2013-11-22T13:58:29.998620+00:00 app[web.1]: Started POST "/admin/content/new" for 50.19.58.83 at 2013-11-22 13:58:29 +0000
2013-11-22T13:58:30.087471+00:00 heroku[router]: at=info method=POST path=/admin/content/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=89ms status=302 bytes=124
2013-11-22T13:58:30.080456+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin/content
2013-11-22T13:58:30.082518+00:00 app[web.1]: Completed 302 Found in 74ms
2013-11-22T13:58:30.155620+00:00 app[web.1]:
2013-11-22T13:58:30.155620+00:00 app[web.1]:
2013-11-22T13:58:30.155620+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:30 +0000
2013-11-22T13:58:30.157377+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:30.226315+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (40.4ms)
2013-11-22T13:58:30.233647+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (54.7ms)
2013-11-22T13:58:30.233821+
00:00 app[web.1]: Completed 200 OK in 76ms (Views: 39.6ms | ActiveRecord: 70.5ms)
2013-11-22T13:58:30.367031+00:00 app[web.1]: Processing by Admin::ContentController#edit as
2013-11-22T13:58:30.367031+00:00 app[web.1]: Parameters: {"id"=>"172"}
2013-11-22T13:58:30.365603+00:00 app[web.1]:
2013-11-22T13:58:30.365603+00:00 app[web.1]:
2013-11-22T13:58:30.365603+00:00 app[web.1]: Started GET "/admin/content/edit/172" for 50.19.58.83 at 2013-11-22 13:58:30 +0000
2013-11-22T13:58:30.425357+00:00 app[web.1]: Rendered admin/content/_categories.html.erb (4.4ms)
2013-11-22T13:58:30.452200+00:00 heroku[router]: at=info method=GET path=/admin/content/edit/172 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=18ms service=88ms status=200 bytes=14242
2013-11-22T13:58:30.438345+00:00 app[web.1]: Rendered admin/content/_attachment.html.erb (7.9ms)
2013-11-22T13:58:30.438459+00:00 app[web.1]: Rendered admin/content/_form.html.erb (30.0ms)
2013-11-22T13:58:30.438903+00:00 app[web.1]: Rendered admin/shared/_edit.html.erb (31.3ms)
2013-11-22T13:58:30.444881+00:00 app[web.1]: Rendered admin/content/new.html.erb within layouts/administration (37.7ms)
2013-11-22T13:58:30.445147+00:00 app[web.1]: Completed 200 OK in 78ms (Views: 26.1ms | ActiveRecord: 43.2ms)
2013-11-22T13:58:30.581358+00:00 app[web.1]:
2013-11-22T13:58:05.922645+00:00 heroku[router]: at=info method=POST path=/accounts/login host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=29ms status=302 bytes=116
2013-11-22T13:58:30.581358+00:00 app[web.1]:
2013-11-22T13:58:30.581358+00:00 app[web.1]: Started GET "/admin/content/edit/172" for 50.19.58.83 at 2013-11-22 13:58:30 +0000
2013-11-22T13:58:30.582971+00:00 app[web.1]: Processing by Admin::ContentController#edit as
2013-11-22T13:58:30.582971+00:00 app[web.1]: Parameters: {"id"=>"172"}
2013-11-22T13:58:30.643075+00:00 heroku[router]: at=info method=GET path=/admin/content/edit/172 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=64ms status=200 bytes=15289
2013-11-22T13:58:30.629626+00:00 app[web.1]: Rendered admin/shared/_edit.html.erb (24.6ms)
2013-11-22T13:58:30.629021+00:00 app[web.1]: Rendered admin/content/_attachment.html.erb (5.5ms)
2013-11-22T13:58:30.629021+00:00 app[web.1]: Rendered admin/content/_form.html.erb (23.2ms)
2013-11-22T13:58:30.619288+00:00 app[web.1]: Rendered admin/content/_categories.html.erb (3.8ms)
2013-11-22T13:58:30.637864+00:00 app[web.1]: Completed 200 OK in 55ms (Views: 26.6ms | ActiveRecord: 21.3ms)
2013-11-22T13:58:30.637685+00:00 app[web.1]: Rendered admin/content/new.html.erb within layouts/administration (33.1ms)
2013-11-22T13:58:30.684482+00:00 app[web.1]:
2013-11-22T13:58:30.684482+00:00 app[web.1]:
2013-11-22T13:58:30.684482+00:00 app[web.1]: Started GET "/admin/users" for 50.19.58.83 at 2013-11-22 13:58:30 +0000
2013-11-22T13:58:30.685664+00:00 app[web.1]: Processing by Admin::UsersController#index as
2013-11-22T13:58:30.733339+00:00 heroku[router]: at=info method=GET path=/admin/users host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=3ms service=54ms status=200 bytes=6639
2013-11-22T13:58:30.731899+00:00 app[web.1]: Rendered admin/users/index.html.erb within layouts/administration (23.7ms)
2013-11-22T13:58:30.732179+00:00 app[web.1]: Completed 200 OK in 46ms (Views: 20.5ms | ActiveRecord: 20.5ms)
2013-11-22T13:58:30.746725+00:00 app[web.1]:
2013-11-22T13:58:30.746725+00:00 app[web.1]: Started GET "/admin/users/destroy/45" for 50.19.58.83 at 2013-11-22 13:58:30 +0000
2013-11-22T13:58:30.747991+00:00 app[web.1]: Processing by Admin::UsersController#destroy as
2013-11-22T13:58:30.747991+00:00 app[web.1]: Parameters: {"id"=>"45"}
2013-11-22T13:58:30.746725+00:00 app[web.1]:
2013-11-22T13:58:30.777759+00:00 app[web.1]: Rendered admin/shared/destroy.html.erb within layouts/administration (8.6ms)
2013-11-22T13:58:30.777907+00:00 app[web.1]: Completed 200 OK in 30ms (Views: 14.3ms | ActiveRecord: 9.6ms)
2013-11-22T13:58:30.792204+00:00 app[web.1]:
2013-11-22T13:58:30.792204+00:00 app[web.1]:
2013-11-22T13:58:30.792204+00:00 app[web.1]: Started POST "/admin/users/destroy/45" for 50.19.58.83 at 2013-11-22 13:58:30 +0000
2013-11-22T13:58:30.793251+00:00 app[web.1]: Processing by Admin::UsersController#destroy as
2013-11-22T13:58:30.793251+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"8NAeSa0JYDVzOIMoitsbL5QKNGuTMVZSy5ylJkv3sqM=", "id"=>"45"}
2013-11-22T13:58:30.815334+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin/users
2013-11-22T13:58:30.815334+00:00 app[web.1]: Completed 302 Found in 22ms
2013-11-22T13:58:30.834020+00:00 app[web.1]: Started GET "/admin/users" for 50.19.58.83 at 2013-11-22 13:58:30 +0000
2013-11-22T13:58:30.835359+00:00 app[web.1]: Processing by Admin::UsersController#index as
2013-11-22T13:58:30.834020+00:00 app[web.1]:
2013-11-22T13:58:30.834020+00:00 app[web.1]:
2013-11-22T13:58:30.876729+00:00 app[web.1]: Rendered admin/users/index.html.erb within layouts/administration (20.1ms)
2013-11-22T13:58:30.876934+00:00 app[web.1]: Completed 200 OK in 41ms (Views: 21.4ms | ActiveRecord: 31.4ms)
2013-11-22T13:58:30.889215+00:00 app[web.1]:
2013-11-22T13:58:30.889215+00:00 app[web.1]:
2013-11-22T13:58:30.889215+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:30 +0000
2013-11-22T13:58:30.890353+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:26.039342+00:00 heroku[router]: at=info method=POST path=/admin/content/destroy/171 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=59ms status=302 bytes=124
2013-11-22T13:58:30.949870+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (35.5ms)
2013-11-22T13:58:30.959791+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (52.1ms)
2013-11-22T13:58:30.960071+00:00 app[web.1]: Completed 200 OK in 70ms (Views: 38.2ms | ActiveRecord: 25.6ms)
2013-11-22T13:58:30.972242+00:00 app[web.1]:
2013-11-22T13:58:30.972242+00:00 app[web.1]:
2013-11-22T13:58:30.972242+00:00 app[web.1]: Started GET "/admin/content/destroy/172" for 50.19.58.83 at 2013-11-22 13:58:30 +0000
2013-11-22T13:58:30.973474+00:00 app[web.1]: Processing by Admin::ContentController#destroy as
2013-11-22T13:58:30.973474+00:00 app[web.1]: Parameters: {"id"=>"172"}
2013-11-22T13:58:31.061202+00:00 app[web.1]: Rendered admin/shared/destroy.html.erb within layouts/administration (69.4ms)
2013-11-22T13:58:31.061409+00:00 app[web.1]: Completed 200 OK in 88ms (Views: 72.7ms | ActiveRecord: 9.8ms)
2013-11-22T13:58:31.075791+00:00 app[web.1]:
2013-11-22T13:58:31.075791+00:00 app[web.1]:
2013-11-22T13:58:31.075791+00:00 app[web.1]: Started POST "/admin/content/destroy/172" for 50.19.58.83 at 2013-11-22 13:58:31 +0000
2013-11-22T13:58:31.077427+00:00 app[web.1]: Processing by Admin::ContentController#destroy as
2013-11-22T13:58:31.077514+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"8NAeSa0JYDVzOIMoitsbL5QKNGuTMVZSy5ylJkv3sqM=", "id"=>"172"}
2013-11-22T13:58:31.063218+00:00 heroku[router]: at=info method=GET path=/admin/content/destroy/172 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=93ms status=200 bytes=6140
2013-11-22T13:58:31.113818+00:00 heroku[router]: at=info method=POST path=/admin/content/destroy/172 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=43ms status=302 bytes=124
2013-11-22T13:58:31.115606+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin/content
2013-11-22T13:58:31.115606+00:00 app[web.1]: Completed 302 Found in 38ms
2013-11-22T13:58:31.132965+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:31.131589+00:00 app[web.1]:
2013-11-22T13:58:31.131589+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:31 +0000
2013-11-22T13:58:31.131589+00:00 app[web.1]:
2013-11-22T13:58:31.176808+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (19.5ms)
2013-11-22T13:58:31.185939+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (35.3ms)
2013-11-22T13:58:31.186279+00:00 app[web.1]: Completed 200 OK in 53ms (Views: 27.9ms | ActiveRecord: 43.3ms)
2013-11-22T13:58:31.186738+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=60ms status=200 bytes=8748
2013-11-22T13:58:31.205618+00:00 app[web.1]:
2013-11-22T13:58:31.205618+00:00 app[web.1]:
2013-11-22T13:58:31.205618+00:00 app[web.1]: Started GET "/accounts/login" for 50.19.58.83 at 2013-11-22 13:58:31 +0000
2013-11-22T13:58:31.206715+00:00 app[web.1]: Processing by AccountsController#login as
2013-11-22T13:58:31.220240+00:00 app[web.1]: Completed 200 OK in 13ms (Views: 7.5ms | ActiveRecord: 3.7ms)
2013-11-22T13:58:31.220125+00:00 app[web.1]: Rendered accounts/login.html.erb within layouts/accounts (2.2ms)
2013-11-22T13:58:31.260418+00:00 app[web.1]: Started POST "/accounts/login" for 50.19.58.83 at 2013-11-22 13:58:31 +0000
2013-11-22T13:58:31.260418+00:00 app[web.1]:
2013-11-22T13:58:31.261671+00:00 app[web.1]: Processing by AccountsController#login as
2013-11-22T13:58:31.261671+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"cUdPm31ttvleMt1VM4EWtIwOE5euCD1O/fA+3hdC8yk=", "user"=>{"login"=>"admin", "password"=>"[FILTERED]"}}
2013-11-22T13:58:31.260418+00:00 app[web.1]:
2013-11-22T13:58:31.283793+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin
2013-11-22T13:58:31.283793+00:00 app[web.1]: Completed 302 Found in 22ms
2013-11-22T13:58:31.297491+00:00 app[web.1]:
2013-11-22T13:58:31.297491+00:00 app[web.1]:
2013-11-22T13:58:31.297491+00:00 app[web.1]: Started GET "/admin" for 50.19.58.83 at 2013-11-22 13:58:31 +0000
2013-11-22T13:58:31.287040+00:00 heroku[router]: at=info method=POST path=/accounts/login host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=5ms service=29ms status=302 bytes=116
2013-11-22T13:58:31.298661+00:00 app[web.1]: Processing by Admin::DashboardController#index as
2013-11-22T13:58:32.420401+00:00 app[web.1]: Rendered admin/dashboard/_comments.html.erb (0.1ms)
2013-11-22T13:58:32.418266+00:00 app[web.1]: Rendered admin/dashboard/_overview.html.erb (1.5ms)
2013-11-22T13:58:32.419893+00:00 app[web.1]: Rendered admin/dashboard/_welcome.html.erb (1.2ms)
2013-11-22T13:58:32.420926+00:00 app[web.1]: Rendered admin/dashboard/_popular.html.erb (0.1ms)
2013-11-22T13:58:32.423960+00:00 app[web.1]: Rendered admin/dashboard/_typo_dev.html.erb (0.1ms)
2013-11-22T13:58:32.421441+00:00 app[web.1]: Rendered admin/dashboard/_inbound.html.erb (0.1ms)
2013-11-22T13:58:32.423422+00:00 app[web.1]: Rendered admin/dashboard/_posts.html.erb (1.5ms)
2013-11-22T13:58:32.481598+00:00 app[web.1]: Rendered admin/dashboard/index.html.erb within layouts/administration (65.4ms)
2013-11-22T13:58:32.481816+00:00 app[web.1]: Completed 200 OK in 1183ms (Views: 71.2ms | ActiveRecord: 38.4ms)
2013-11-22T13:58:32.494553+00:00 app[web.1]: Started GET "/admin/users/new" for 50.19.58.83 at 2013-11-22 13:58:32 +0000
2013-11-22T13:58:32.494553+00:00 app[web.1]:
2013-11-22T13:58:32.494553+00:00 app[web.1]:
2013-11-22T13:58:32.495993+00:00 app[web.1]: Processing by Admin::UsersController#new as
2013-11-22T13:58:32.495993+00:00 app[web.1]: Parameters: {"id"=>nil}
2013-11-22T13:58:32.523346+00:00 app[web.1]: Rendered admin/users/_form.html.erb (4.7ms)
2013-11-22T13:58:32.532062+00:00 app[web.1]: Rendered admin/users/new.html.erb within layouts/administration (14.5ms)
2013-11-22T13:58:32.532278+00:00 app[web.1]: Completed 200 OK in 36ms (Views: 18.5ms | ActiveRecord: 11.7ms)
2013-11-22T13:58:32.601936+00:00 app[web.1]:
2013-11-22T13:58:32.601936+00:00 app[web.1]:
2013-11-22T13:58:32.603498+00:00 app[web.1]: Processing by Admin::UsersController#new as
2013-11-22T13:58:32.601936+00:00 app[web.1]: Started POST "/admin/users/new" for 50.19.58.83 at 2013-11-22 13:58:32 +0000
2013-11-22T13:58:32.603549+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"cUdPm31ttvleMt1VM4EWtIwOE5euCD1O/fA+3hdC8yk=", "user"=>{"login"=>"cs169_ag_publisher", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "email"=>"joe2@snow2.com", "profile_id"=>"2", "state"=>"active", "firstname"=>"", "lastname"=>"", "nickname"=>"", "editor"=>"visual", "text_filter_id"=>"4", "notify_via_email"=>"0", "notify_on_new_articles"=>"0", "notify_on_comments"=>"0"}, "id"=>nil}
2013-11-22T13:58:32.630598+00:00 app[web.1]: Rendered notification_mailer/_mail_header.html.erb (0.0ms)
2013-11-22T13:58:32.630879+00:00 app[web.1]: Rendered notification_mailer/notif_user.html.erb (0.5ms)
2013-11-22T13:58:32.695807+00:00 app[web.1]: sh: /usr/sbin/sendmail: not found
2013-11-22T13:58:32.708488+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin/users
2013-11-22T13:58:32.708665+00:00 app[web.1]: Completed 302 Found in 105ms
2013-11-22T13:58:32.698737+00:00 app[web.1]: Sent mail to joe2@snow2.com (59ms)
2013-11-22T13:58:32.698737+00:00 app[web.1]:
2013-11-22T13:58:32.698816+00:00 app[web.1]: Unable to send notification of create user email: #<Errno::EPIPE: Broken pipe>
2013-11-22T13:58:32.732098+00:00 app[web.1]: Processing by Admin::UsersController#index as
2013-11-22T13:58:32.730244+00:00 app[web.1]: Started GET "/admin/users" for 50.19.58.83 at 2013-11-22 13:58:32 +0000
2013-11-22T13:58:32.730244+00:00 app[web.1]:
2013-11-22T13:58:32.730244+00:00 app[web.1]:
2013-11-22T13:58:32.819055+00:00 app[web.1]: Rendered admin/users/index.html.erb within layouts/administration (44.9ms)
2013-11-22T13:58:32.819275+00:00 app[web.1]: Completed 200 OK in 87ms (Views: 29.3ms | ActiveRecord: 65.4ms)
2013-11-22T13:58:32.830731+00:00 heroku[router]: at=info method=GET path=/admin/users host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=4ms service=101ms status=200 bytes=6770
2013-11-22T13:58:32.849055+00:00 app[web.1]: Processing by AccountsController#login as
2013-11-22T13:58:32.846900+00:00 app[web.1]:
2013-11-22T13:58:32.846900+00:00 app[web.1]: Started GET "/accounts/login" for 50.19.58.83 at 2013-11-22 13:58:32 +0000
2013-11-22T13:58:32.846900+00:00 app[web.1]:
2013-11-22T13:58:32.866490+00:00 app[web.1]: Completed 200 OK in 17ms (Views: 10.5ms | ActiveRecord: 4.0ms)
2013-11-22T13:58:32.866256+00:00 app[web.1]: Rendered accounts/login.html.erb within layouts/accounts (2.8ms)
2013-11-22T13:58:32.866623+00:00 heroku[router]: at=info method=GET path=/accounts/login host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=27ms status=200 bytes=2130
2013-11-22T13:58:32.891384+00:00 app[web.1]:
2013-11-22T13:58:32.891384+00:00 app[web.1]:
2013-11-22T13:58:32.891384+00:00 app[web.1]: Started POST "/accounts/login" for 50.19.58.83 at 2013-11-22 13:58:32 +0000
2013-11-22T13:58:32.893762+00:00 app[web.1]: Processing by AccountsController#login as
2013-11-22T13:58:32.893945+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEWEtP77QtgRe3eYet91ng3/if+8fhPH9alQcZ4tjA=", "user"=>{"login"=>"cs169_ag_publisher", "password"=>"[FILTERED]"}}
2013-11-22T13:58:32.924961+00:00 app[web.1]: Completed 302 Found in 31ms
2013-11-22T13:58:32.924546+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin
2013-11-22T13:58:32.930128+00:00 heroku[router]: at=info method=POST path=/accounts/login host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=41ms status=302 bytes=116
2013-11-22T13:58:32.946523+00:00 app[web.1]:
2013-11-22T13:58:32.946523+00:00 app[web.1]: Started GET "/admin" for 50.19.58.83 at 2013-11-22 13:58:32 +0000
2013-11-22T13:58:32.946523+00:00 app[web.1]:
2013-11-22T13:58:32.947956+00:00 app[web.1]: Processing by Admin::DashboardController#index as
2013-11-22T13:58:31.237339+00:00 heroku[router]: at=info method=GET path=/accounts/login host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 conne
ct=2ms service=35ms status=200 bytes=2130
2013-11-22T13:58:34.096205+00:00 app[web.1]: Rendered admin/dashboard/_overview.html.erb (1.6ms)
2013-11-22T13:58:34.098627+00:00 app[web.1]: Rendered admin/dashboard/_comments.html.erb (0.1ms)
2013-11-22T13:58:34.102687+00:00 app[web.1]: Rendered admin/dashboard/_typo_dev.html.erb (0.1ms)
2013-11-22T13:58:34.098058+00:00 app[web.1]: Rendered admin/dashboard/_welcome.html.erb (1.4ms)
2013-11-22T13:58:34.099213+00:00 app[web.1]: Rendered admin/dashboard/_popular.html.erb (0.1ms)
2013-11-22T13:58:34.099915+00:00 app[web.1]: Rendered admin/dashboard/_inbound.html.erb (0.1ms)
2013-11-22T13:58:34.102103+00:00 app[web.1]: Rendered admin/dashboard/_posts.html.erb (1.7ms)
2013-11-22T13:58:34.109735+00:00 app[web.1]: Rendered admin/dashboard/index.html.erb within layouts/administration (15.8ms)
2013-11-22T13:58:34.109967+00:00 app[web.1]: Completed 200 OK in 1162ms (Views: 21.6ms | ActiveRecord: 49.7ms)
2013-11-22T13:58:34.110569+00:00 heroku[router]: at=info method=GET path=/admin host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=1168ms status=200 bytes=7339
2013-11-22T13:58:34.124009+00:00 app[web.1]: Started GET "/admin/content/new" for 50.19.58.83 at 2013-11-22 13:58:34 +0000
2013-11-22T13:58:34.125439+00:00 app[web.1]: Parameters: {"id"=>nil}
2013-11-22T13:58:34.124009+00:00 app[web.1]:
2013-11-22T13:58:34.124009+00:00 app[web.1]:
2013-11-22T13:58:34.125439+00:00 app[web.1]: Processing by Admin::ContentController#new as
2013-11-22T13:58:34.161094+00:00 app[web.1]: Rendered admin/content/_categories.html.erb (2.4ms)
2013-11-22T13:58:34.167031+00:00 app[web.1]: Rendered admin/content/_attachment.html.erb (1.1ms)
2013-11-22T13:58:34.167342+00:00 app[web.1]: Rendered admin/content/_form.html.erb (17.2ms)
2013-11-22T13:58:34.167801+00:00 app[web.1]: Rendered admin/shared/_edit.html.erb (18.6ms)
2013-11-22T13:58:34.174350+00:00 app[web.1]: Rendered admin/content/new.html.erb within layouts/administration (25.5ms)
2013-11-22T13:58:34.174779+00:00 app[web.1]: Completed 200 OK in 49ms (Views: 24.1ms | ActiveRecord: 15.9ms)
2013-11-22T13:58:34.228507+00:00 app[web.1]:
2013-11-22T13:58:34.228507+00:00 app[web.1]: Started POST "/admin/content/new" for 50.19.58.83 at 2013-11-22 13:58:34 +0000
2013-11-22T13:58:34.228507+00:00 app[web.1]:
2013-11-22T13:58:34.237301+00:00 app[web.1]: Processing by Admin::ContentController#new as
2013-11-22T13:58:34.237301+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEWEtP77QtgRe3eYet91ng3/if+8fhPH9alQcZ4tjA=", "current_editor"=>"visual", "user_textfilter"=>"markdown smartypants", "article"=>{"published"=>"1", "allow_pings"=>"0", "allow_comments"=>"1", "published_at"=>"November 22, 2013 01:58 PM GMT+0000 (UTC)", "password"=>"[FILTERED]", "permalink"=>"", "text_filter"=>"markdown smartypants", "post_type"=>"read", "title"=>"[CS169 Autograder] Blag Post A", "body_and_extended"=>"Derp derp derp derp 12344321", "keywords"=>"", "excerpt"=>""}, "id"=>nil}
2013-11-22T13:58:34.306855+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin/content
2013-11-22T13:58:34.309328+00:00 app[web.1]: Completed 302 Found in 72ms
2013-11-22T13:58:34.337230+00:00 app[web.1]:
2013-11-22T13:58:34.338970+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:34.337230+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:34 +0000
2013-11-22T13:58:34.337230+00:00 app[web.1]:
2013-11-22T13:58:34.408212+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (40.2ms)
2013-11-22T13:58:34.415619+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (56.1ms)
2013-11-22T13:58:34.416143+00:00 app[web.1]: Completed 200 OK in 77ms (Views: 43.3ms | ActiveRecord: 60.3ms)
2013-11-22T13:58:34.455399+00:00 app[web.1]:
2013-11-22T13:58:34.455399+00:00 app[web.1]:
2013-11-22T13:58:34.457119+00:00 app[web.1]: Parameters: {"id"=>nil}
2013-11-22T13:58:34.455399+00:00 app[web.1]: Started GET "/admin/content/new" for 50.19.58.83 at 2013-11-22 13:58:34 +0000
2013-11-22T13:58:34.457119+00:00 app[web.1]: Processing by Admin::ContentController#new as
2013-11-22T13:58:34.491809+00:00 app[web.1]: Rendered admin/content/_categories.html.erb (2.1ms)
2013-11-22T13:58:34.497548+00:00 app[web.1]: Rendered admin/content/_attachment.html.erb (1.3ms)
2013-11-22T13:58:34.497700+00:00 app[web.1]: Rendered admin/content/_form.html.erb (15.8ms)
2013-11-22T13:58:34.498044+00:00 app[web.1]: Rendered admin/shared/_edit.html.erb (17.0ms)
2013-11-22T13:58:34.503697+00:00 app[web.1]: Rendered admin/content/new.html.erb within layouts/administration (23.1ms)
2013-11-22T13:58:34.503897+00:00 app[web.1]: Completed 200 OK in 47ms (Views: 21.8ms | ActiveRecord: 16.0ms)
2013-11-22T13:58:34.527975+00:00 app[web.1]:
2013-11-22T13:58:34.527975+00:00 app[web.1]: Started POST "/admin/content/new" for 50.19.58.83 at 2013-11-22 13:58:34 +0000
2013-11-22T13:58:34.527975+00:00 app[web.1]:
2013-11-22T13:58:34.537254+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEWEtP77QtgRe3eYet91ng3/if+8fhPH9alQcZ4tjA=", "current_editor"=>"visual", "user_textfilter"=>"markdown smartypants", "article"=>{"published"=>"1", "allow_pings"=>"0", "allow_comments"=>"1", "published_at"=>"November 22, 2013 01:58 PM GMT+0000 (UTC)", "password"=>"[FILTERED]", "permalink"=>"", "text_filter"=>"markdown smartypants", "post_type"=>"read", "title"=>"[CS169 Autograder] Blag Post B", "body_and_extended"=>"Lorem ipsum dolor sit amet", "keywords"=>"", "excerpt"=>""}, "id"=>nil}
2013-11-22T13:58:34.537119+00:00 app[web.1]: Processing by Admin::ContentController#new as
2013-11-22T13:58:34.505688+00:00 heroku[router]: at=info method=GET path=/admin/content/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=52ms status=200 bytes=13853
2013-11-22T13:58:34.672958+00:00 app[web.1]: Completed 302 Found in 136ms
2013-11-22T13:58:34.670962+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin/content
2013-11-22T13:58:34.676546+00:00 heroku[router]: at=info method=POST path=/admin/content/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=152ms status=302 bytes=124
2013-11-22T13:58:34.693077+00:00 app[web.1]:
2013-11-22T13:58:34.693077+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:34 +0000
2013-11-22T13:58:34.695156+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:34.693077+00:00 app[web.1]:
2013-11-22T13:58:34.782150+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=97ms status=200 bytes=9565
2013-11-22T13:58:34.782562+00:00 app[web.1]: Completed 200 OK in 87ms (Views: 50.3ms | ActiveRecord: 63.7ms)
2013-11-22T13:58:34.770695+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (51.9ms)
2013-11-22T13:58:34.777797+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (65.4ms)
2013-11-22T13:58:34.799402+00:00 app[web.1]:
2013-11-22T13:58:34.799402+00:00 app[web.1]:
2013-11-22T13:58:34.800735+00:00 app[web.1]: Parameters: {"id"=>"173"}
2013-11-22T13:58:34.799402+00:00 app[web.1]: Started GET "/admin/content/edit/173" for 50.19.58.83 at 2013-11-22 13:58:34 +0000
2013-11-22T13:58:34.800735+00:00 app[web.1]: Processing by Admin::ContentController#edit as
2013-11-22T13:58:34.843470+00:00 app[web.1]: Rendered admin/content/_categories.html.erb (4.0ms)
2013-11-22T13:58:34.856141+00:00 app[web.1]: Rendered admin/shared/_edit.html.erb (27.2ms)
2013-11-22T13:58:34.855413+00:00 app[web.1]: Rendered admin/content/_form.html.erb (25.3ms)
2013-11-22T13:58:34.854952+00:00 app[web.1]: Rendered admin/content/_attachment.html.erb (6.6ms)
2013-11-22T13:58:34.866370+00:00 app[web.1]: Rendered admin/content/new.html.erb within layouts/administration (37.8ms)
2013-11-22T13:58:34.866754+00:00 app[web.1]: Completed 200 OK in 66ms (Views: 32.5ms | ActiveRecord: 25.7ms)
2013-11-22T13:58:34.886644+00:00 app[web.1]:
2013-11-22T13:58:34.886644+00:00 app[web.1]: Started POST "/admin/content/new/173" for 50.19.58.83 at 2013-11-22 13:58:34 +0000
2013-11-22T13:58:34.886644+00:00 app[web.1]:
2013-11-22T13:58:34.896544+00:00 app[web.1]: Processing by Admin::ContentController#new as
2013-11-22T13:58:34.896544+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"iQEWEtP77QtgRe3eYet91ng3/if+8fhPH9alQcZ4tjA=", "current_editor"=>"visual", "user_textfilter"=>"markdown smartypants", "article"=>{"published"=>"1", "allow_pings"=>"0", "allow_comments"=>"1", "published_at"=>"November 22, 2013 01:58 PM GMT+0000 (UTC)", "password"=>"[FILTERED]", "permalink"=>"cs169-autograder-blag-post-a", "text_filter"=>"markdown smartypants", "post_type"=>"read", "title"=>"[CS169 Autograder] Blag Post A", "body_and_extended"=>"Derp derp derp derp 12344321", "keywords"=>"", "excerpt"=>""}, "merge_with"=>"174", "id"=>"173"}
2013-11-22T13:58:34.937641+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin/content
2013-11-22T13:58:34.991882+00:00 app[web.1]: Completed 302 Found in 95ms
2013-11-22T13:58:34.989855+00:00 heroku[router]: at=info method=POST path=/admin/content/new/173 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=110ms status=302 bytes=124
2013-11-22T13:58:35.007641+00:00 app[web.1]:
2013-11-22T13:58:35.007641+00:00 app[web.1]:
2013-11-22T13:58:35.007641+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:35 +0000
2013-11-22T13:58:35.009076+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:35.090171+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (52.7ms)
2013-11-22T13:58:35.097146+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (68.3ms)
2013-11-22T13:58:35.097447+00:00 app[web.1]: Completed 200 OK in 88ms (Views: 46.3ms | ActiveRecord: 60.8ms)
2013-11-22T13:58:35.101146+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=4ms service=94ms status=200 bytes=9565
2013-11-22T13:58:35.117147+00:00 app[web.1]:
2013-11-22T13:58:35.117147+00:00 app[web.1]:
2013-11-22T13:58:35.117147+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:35 +0000
2013-11-22T13:58:35.118478+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:35.194012+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (51.7ms)
2013-11-22T13:58:35.206190+00:00 app[web.1]: Completed 200 OK in 88ms (Views: 50.8ms | ActiveRecord: 30.9ms)
2013-11-22T13:58:35.205840+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (69.7ms)
2013-11-22T13:58:35.210190+00:00 app[web.1]: #<Timeout::Error: execution expired>
2013-11-22T13:58:35.256924+00:00 app[web.1]:
2013-11-22T13:58:35.256924+00:00 app[web.1]:
2013-11-22T13:58:35.256924+00:00 app[web.1]: Started GET "/admin/users" for 50.19.58.83 at 2013-11-22 13:58:35 +0000
2013-11-22T13:58:35.258183+00:00 app[web.1]: Processing by Admin::UsersController#index as
2013-11-22T13:58:35.300747+00:00 app[web.1]: Rendered admin/users/index.html.erb within layouts/administration (23.7ms)
2013-11-22T13:58:35.300960+00:00 app[web.1]: Completed 200 OK in 43ms (Views: 21.5ms | ActiveRecord: 16.2ms)
2013-11-22T13:58:35.303421+00:00 heroku[router]: at=info method=GET path=/admin/users host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=49ms status=200 bytes=6639
2013-11-22T13:58:35.318497+00:00 app[web.1]:
2013-11-22T13:58:35.318497+00:00 app[web.1]: Started GET "/admin/users/destroy/46" for 50.19.58.83 at 2013-11-22 13:58:35 +0000
2013-11-22T13:58:35.319854+00:00 app[web.1]: Processing by Admin::UsersController#destroy as
2013-11-22T13:58:35.318497+00:00 app[web.1]:
2013-11-22T13:58:35.319854+00:00 app[web.1]: Parameters: {"id"=>"46"}
2013-11-22T13:58:35.350847+00:00 heroku[router]: at=info method=GET path=/admin/users/destroy/46 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=33ms status=200 bytes=6127
2013-11-22T13:58:35.347791+00:00 app[web.1]: Rendered admin/shared/destroy.html.erb within layouts/administration (8.5ms)
2013-11-22T13:58:35.347987+00:00 app[web.1]: Completed 200 OK in 28ms (Views: 13.7ms | ActiveRecord: 9.4ms)
2013-11-22T13:58:35.361291+00:00 app[web.1]:
2013-11-22T13:58:35.361291+00:00 app[web.1]: Started POST "/admin/users/destroy/46" for 50.19.58.83 at 2013-11-22 13:58:35 +0000
2013-11-22T13:58:35.362362+00:00 app[web.1]: Processing by Admin::UsersController#destroy as
2013-11-22T13:58:35.362362+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"cUdPm31ttvleMt1VM4EWtIwOE5euCD1O/fA+3hdC8yk=", "id"=>"46"}
2013-11-22T13:58:35.361291+00:00 app[web.1]:
2013-11-22T13:58:35.384586+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin/users
2013-11-22T13:58:35.384586+00:00 app[web.1]: Completed 302 Found in 22ms
2013-11-22T13:58:35.399030+00:00 app[web.1]:
2013-11-22T13:58:35.399030+00:00 app[web.1]: Started GET "/admin/users" for 50.19.58.83 at 2013-11-22 13:58:35 +0000
2013-11-22T13:58:35.399030+00:00 app[web.1]:
2013-11-22T13:58:35.399897+00:00 app[web.1]: Processing by Admin::UsersController#index as
2013-11-22T13:58:35.437792+00:00 app[web.1]: Completed 200 OK in 38ms (Views: 18.4ms | ActiveRecord: 31.0ms)
2013-11-22T13:58:35.437597+00:00 app[web.1]: Rendered admin/users/index.html.erb within layouts/administration (19.5ms)
2013-11-22T13:58:35.453235+00:00 app[web.1]:
2013-11-22T13:58:35.454307+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:35.453235+00:00 app[web.1]:
2013-11-22T13:58:35.453235+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:35 +0000
2013-11-22T13:58:35.526314+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (47.1ms)
2013-11-22T13:58:35.535228+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (62.5ms)
2013-11-22T13:58:35.535405+00:00 app[web.1]: Completed 200 OK in 81ms (Views: 44.6ms | ActiveRecord: 31.1ms)
2013-11-22T13:58:35.597195+00:00 app[web.1]:
2013-11-22T13:58:35.598520+00:00 app[web.1]: Processing by Admin::ContentController#destroy as
2013-11-22T13:58:35.598520+00:00 app[web.1]: Parameters: {"id"=>"174"}
2013-11-22T13:58:35.597195+00:00 app[web.1]: Started GET "/admin/content/destroy/174" for 50.19.58.83 at 2013-11-22 13:58:35 +0000
2013-11-22T13:58:35.597195+00:00 app[web.1]:
2013-11-22T13:58:35.631342+00:00 heroku[router]: at=info method=GET path=/admin/content/destroy/174 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=7ms service=36ms status=200 bytes=6140
2013-11-22T13:58:35.628064+00:00 app[web.1]: Rendered admin/shared/destroy.html.erb within layouts/administration (9.6ms)
2013-11-22T13:58:35.628301+00:00 app[web.1]: Completed 200 OK in 30ms (Views: 13.0ms | ActiveRecord: 10.6ms)
2013-11-22T13:58:35.672530+00:00 app[web.1]:
2013-11-22T13:58:35.672530+00:00 app[web.1]: Started POST "/admin/content/destroy/174" for 50.19.58.83 at 2013-11-22 13:58:35 +0000
2013-11-22T13:58:35.672530+00:00 app[web.1]:
2013-11-22T13:58:35.673725+00:00 app[web.1]: Processing by Admin::ContentController#destroy as
2013-11-22T13:58:35.673725+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"cUdPm31ttvleMt1VM4EWtIwOE5euCD1O/fA+3hdC8yk=", "id"=>"174"}
2013-11-22T13:58:35.711635+00:00 app[web.1]: Completed 302 Found in 38ms
2013-11-22T13:58:35.711635+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin/content
2013-11-22T13:58:35.716796+00:00 heroku[router]: at=info method=POST path=/admin/content/destroy/174 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=4ms service=52ms status=302 bytes=124
2013-11-22T13:58:35.741979+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:35 +0000
2013-11-22T13:58:35.741979+00:00 app[web.1]:
2013-11-22T13:58:35.741979+00:00 app[web.1]:
2013-11-22T13:58:35.743296+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:35.866009+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (96.3ms)
2013-11-22T13:58:35.876546+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (115.0ms)
2013-11-22T13:58:35.876767+00:00 app[web.1]: Completed 200 OK in 133ms (Views: 98.9ms | ActiveRecord: 53.3ms)
2013-11-22T13:58:35.895194+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=4ms service=155ms status=200 bytes=9566
2013-11-22T13:58:35.913969+00:00 app[web.1]: Parameters: {"id"=>"173"}
2013-11-22T13:58:35.912661+00:00 app[web.1]:
2013-11-22T13:58:35.912661+00:00 app[web.1]: Started GET "/admin/content/destroy/173" for 50.19.58.83 at 2013-11-22 13:58:35 +0000
2013-11-22T13:58:35.912661+00:00 app[web.1]:
2013-11-22T13:58:35.913969+00:00 app[web.1]: Processing by Admin::ContentController#destroy as
2013-11-22T13:58:35.942212+00:00 app[web.1]: Rendered admin/shared/destroy.html.erb within layouts/administration (8.9ms)
2013-11-22T13:58:35.942342+00:00 app[web.1]: Completed 200 OK in 28ms (Views: 12.1ms | ActiveRecord: 10.5ms)
2013-11-22T13:58:35.956737+00:00 app[web.1]:
2013-11-22T13:58:35.957774+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"cUdPm31ttvleMt1VM4EWtIwOE5euCD1O/fA+3hdC8yk=", "id"=>"173"}
2013-11-22T13:58:35.957774+00:00 app[web.1]: Processing by Admin::ContentController#destroy as
2013-11-22T13:58:35.956737+00:00 app[web.1]:
2013-11-22T13:58:35.956737+00:00 app[web.1]: Started POST "/admin/content/destroy/173" for 50.19.58.83 at 2013-11-22 13:58:35 +0000
2013-11-22T13:58:35.997081+00:00 heroku[router]: at=info method=POST path=/admin/content/destroy/173 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=42ms status=302 bytes=124
2013-11-22T13:58:36.011471+00:00 app[web.1]:
2013-11-22T13:58:35.994554+00:00 app[web.1]: Redirected to http://mysterious-plateau-7362.herokuapp.com/admin/content
2013-11-22T13:58:35.994685+00:00 app[web.1]: Completed 302 Found in 37ms
2013-11-22T13:58:36.011471+00:00 app[web.1]:
2013-11-22T13:58:36.011471+00:00 app[web.1]: Started GET "/admin/content" for 50.19.58.83 at 2013-11-22 13:58:36 +0000
2013-11-22T13:58:36.012707+00:00 app[web.1]: Processing by Admin::ContentController#index as
2013-11-22T13:58:36.055386+00:00 app[web.1]: Rendered admin/content/_article_list.html.erb (19.0ms)
2013-11-22T13:58:36.064268+00:00 app[web.1]: Rendered admin/content/index.html.erb within layouts/administration (34.4ms)
2013-11-22T13:58:36.064482+00:00 app[web.1]: Completed 200 OK in 52ms (Views: 26.6ms | ActiveRecord: 45.4ms)
2013-11-22T13:58:36.063429+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=59ms status=200 bytes=8748
2013-11-22T13:58:37.645417+00:00 app[web.1]: #<Timeout::Error: execution expired>
2013-11-22T13:58:12.313909+00:00 heroku[router]: at=info method=GET path=/admin host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=56ms service=1460ms status=200 bytes=9249
2013-11-22T13:58:15.323669+00:00 heroku[router]: at=info method=POST path=/admin/content/destroy/165 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=8ms service=129ms status=302 bytes=124
2013-11-22T13:58:44.487628+00:00 app[web.1]: #<Timeout::Error: execution expired>
2013-11-22T13:58:47.181413+00:00 app[web.1]: #<Timeout::Error: execution expired>
2013-11-22T13:58:47.625675+00:00 app[web.1]: #<Timeout::Error: execution expired>
2013-11-22T13:58:50.799548+00:00 app[web.1]: #<Timeout::Error: execution expired>
2013-11-22T13:58:51.101365+00:00 app[web.1]: #<Timeout::Error: execution expired>
2013-11-22T13:58:26.833188+00:00 heroku[router]: at=info method=POST path=/accounts/login host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=8ms service=77ms status=302 bytes=116
2013-11-22T13:58:28.307411+00:00 heroku[router]: at=info method=GET path=/admin/users/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=7ms service=51ms status=200 bytes=10360
2013-11-22T13:58:53.733790+00:00 app[web.1]: #<Timeout::Error: execution expired>
2013-11-22T13:58:54.080145+00:00 app[web.1]: #<Timeout::Error: execution expired>
2013-11-22T13:58:32.533358+00:00 heroku[router]: at=info method=GET path=/admin/users/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=41ms status=200 bytes=10360
2013-11-22T13:59:00.084237+00:00 app[web.1]: #<Timeout::Error: execution expired>
2013-11-22T13:58:35.385499+00:00 heroku[router]: at=info method=POST path=/admin/users/destroy/46 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=26ms status=302 bytes=122
2013-11-22T13:58:35.943245+00:00 heroku[router]: at=info method=GET path=/admin/content/destroy/173 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=33ms status=200 bytes=6140
2013-11-22T13:59:04.313370+00:00 app[web.1]: #<Timeout::Error: execution expired>
2013-11-22T13:59:04.672711+00:00 app[web.1]: #<Timeout::Error: execution expired>
2013-11-22T13:58:07.197939+00:00 heroku[router]: at=info method=GET path=/admin host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=1264ms status=200 bytes=8172
2013-11-22T13:58:07.786382+00:00 heroku[router]: at=info method=GET path=/comments?article_id=164 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=4ms service=16ms status=302 bytes=162
2013-11-22T13:58:10.452458+00:00 heroku[router]: at=info method=GET path=/admin/users/destroy/44 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=68ms status=200 bytes=6127
2013-11-22T13:58:07.499620+00:00 heroku[router]: at=info method=GET path=/admin/content/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=3ms service=121ms status=200 bytes=14685
2013-11-22T13:58:08.434414+00:00 heroku[router]: at=info method=POST path=/accounts/login host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=28ms status=302 bytes=116
2013-11-22T13:58:18.799853+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=71ms status=200 bytes=9553
2013-11-22T13:58:14.955052+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=5ms service=158ms status=200 bytes=9421
2013-11-22T13:58:20.799477+00:00 heroku[router]: at=info method=POST path=/admin/content/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=78ms status=302 bytes=124
2013-11-22T13:58:22.252635+00:00 heroku[router]: at=info method=POST path=/admin/content/destroy/168 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=45ms status=302 bytes=124
2013-11-22T13:58:24.864497+00:00 heroku[router]: at=info method=GET path=/comments?article_id=171 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=12ms status=302 bytes=159
2013-11-22T13:58:24.937963+00:00 heroku[router]: at=info method=GET path=/2013/11/22/cs169-autograder-blag-post-b host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=4ms service=62ms status=200 bytes=6170
2013-11-22T13:58:03.424381+00:00 heroku[router]: at=info method=GET path=/accounts/login host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=60ms service=33ms status=200 bytes=2130
2013-11-22T13:58:05.444036+00:00 heroku[router]: at=info method=GET path=/admin/content/destroy/163 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=6ms service=87ms status=200 bytes=6140
2013-11-22T13:58:24.410232+00:00 heroku[router]: at=info method=POST path=/comments?article_id=170 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=39ms status=302 bytes=150
2013-11-22T13:58:28.204824+00:00 heroku[router]: at=info method=GET path=/admin host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=86ms service=1269ms status=200 bytes=8172
2013-11-22T13:58:02.087714+00:00 heroku[router]: at=info method=POST path=/accounts/login host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=33ms status=302 bytes=116
2013-11-22T13:58:05.685978+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=97ms status=200 bytes=8748
2013-11-22T13:58:35.536282+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=89ms status=200 bytes=10233
2013-11-22T13:58:15.629730+00:00 heroku[router]: at=info method=GET path=/accounts/login host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=5ms service=25ms status=200 bytes=2130
2013-11-22T13:58:14.486521+00:00 heroku[router]: at=info method=POST path=/admin/content/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=85ms status=302 bytes=124
2013-11-22T13:58:18.413108+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=4ms service=158ms status=200 bytes=10207
2013-11-22T13:58:17.636162+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=151ms status=200 bytes=10340
2013-11-22T13:58:19.136306+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=4ms service=59ms status=200 bytes=8748
2013-11-22T13:58:23.880990+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=129ms status=200 bytes=9548
2013-11-22T13:58:24.247887+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=150ms status=200 bytes=10340
2013-11-22T13:58:25.120152+00:00 heroku[router]: at=info method=GET path=/2013/11/22/cs169-autograder-blag-post-b host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=133ms status=200 bytes=6232
2013-11-22T13:58:25.972201+00:00 heroku[router]: at=info method=GET path=/admin/content/destroy/171 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=33ms status=200 bytes=6140
2013-11-22T13:58:32.483760+00:00 heroku[router]: at=info method=GET path=/admin host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=1188ms status=200 bytes=8172
2013-11-22T13:58:34.176702+00:00 heroku[router]: at=info method=GET path=/admin/content/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=54ms status=200 bytes=13853
2013-11-22T13:58:32.713232+00:00 heroku[router]: at=info method=POST path=/admin/users/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=111ms status=302 bytes=122
2013-11-22T13:58:35.234516+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=118ms status=200 bytes=10280
2013-11-22T13:58:30.877498+00:00 heroku[router]: at=info method=GET path=/admin/users host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=46ms status=200 bytes=6335
2013-11-22T13:58:30.960343+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=1ms service=74ms status=200 bytes=9422
2013-11-22T13:58:17.298999+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=5ms service=82ms status=200 bytes=9548
2013-11-22T13:58:07.973087+00:00 heroku[router]: at=info method=POST path=/comments?article_id=164 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=57ms status=302 bytes=153
2013-11-22T13:58:17.478416+00:00 heroku[router]: at=info method=POST path=/admin/content/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=82ms status=302 bytes=124
2013-11-22T13:58:34.314729+00:00 heroku[router]: at=info method=POST path=/admin/content/new host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=26ms service=88ms status=302 bytes=124
2013-11-22T13:58:24.508578+00:00 heroku[router]: at=info method=GET path=/2013/11/22/cs169-autograder-blag-post-a host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=5ms service=83ms status=200 bytes=6259
2013-11-22T13:58:25.453633+00:00 heroku[router]: at=info method=GET path=/admin/content host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=5ms service=97ms status=200 bytes=10340
@Alafazam
Copy link

What error does Line 6: shows..?

2013-11-22T13:58:22.034986+00:00 heroku[router]: at=info method=POST path=/admin/content/destroy/169 host=mysterious-plateau-7362.herokuapp.com fwd="50.19.58.83" dyno=web.1 connect=2ms service=51ms status=302 bytes=124

??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment