coalescing_panda 3.1.6 → 3.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -62413,3 +62413,2945 @@ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_users.c
62413
62413
  CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '16' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
62414
62414
  CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '9' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
62415
62415
   (0.9ms) rollback transaction
62416
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
62417
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
62418
+  (0.1ms) begin transaction
62419
+  (0.1ms) rollback transaction
62420
+  (0.0ms) begin transaction
62421
+ Processing by CoalescingPanda::LtiController#lti_config as HTML
62422
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
62423
+  (0.1ms) rollback transaction
62424
+  (0.0ms) begin transaction
62425
+ Processing by CoalescingPanda::LtiController#lti_config as HTML
62426
+ Completed 500 Internal Server Error in 1ms
62427
+  (0.1ms) rollback transaction
62428
+  (0.0ms) begin transaction
62429
+ Processing by CoalescingPanda::Oauth2Controller#redirect as HTML
62430
+ Parameters: {"user_id"=>"1", "api_domain"=>"foo.com", "code"=>"bar"}
62431
+ Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
62432
+ CoalescingPanda::CanvasApiAuth Load (0.1ms) SELECT "coalescing_panda_canvas_api_auths".* FROM "coalescing_panda_canvas_api_auths" WHERE "coalescing_panda_canvas_api_auths"."user_id" = 1 AND "coalescing_panda_canvas_api_auths"."api_domain" = 'foo.com' LIMIT 1
62433
+  (0.1ms) rollback transaction
62434
+  (0.0ms) begin transaction
62435
+ Processing by CoalescingPanda::Oauth2Controller#redirect as HTML
62436
+ Parameters: {"error"=>"your face"}
62437
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
62438
+  (0.1ms) SELECT COUNT(*) FROM "coalescing_panda_canvas_api_auths"
62439
+  (0.0ms) rollback transaction
62440
+  (0.1ms) begin transaction
62441
+  (0.1ms) rollback transaction
62442
+  (0.1ms) begin transaction
62443
+  (0.0ms) rollback transaction
62444
+  (0.0ms) begin transaction
62445
+  (0.0ms) SAVEPOINT active_record_1
62446
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 1' LIMIT 1
62447
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 1' LIMIT 1
62448
+ SQL (2.7ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "1"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 1"], ["name", "Account 1"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 1"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62449
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62450
+  (0.0ms) SAVEPOINT active_record_1
62451
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 2' LIMIT 1
62452
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 2' LIMIT 1
62453
+ SQL (1.0ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "2"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 2"], ["name", "Account 2"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 2"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62454
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62455
+  (0.0ms) SAVEPOINT active_record_1
62456
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 1], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62457
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62458
+  (0.1ms) SAVEPOINT active_record_1
62459
+ SQL (0.4ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 1], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62460
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62461
+  (6.7ms) rollback transaction
62462
+  (0.1ms) begin transaction
62463
+  (0.0ms) SAVEPOINT active_record_1
62464
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 3' LIMIT 1
62465
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 3' LIMIT 1
62466
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "3"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 3"], ["name", "Account 3"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 3"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62467
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62468
+  (0.0ms) SAVEPOINT active_record_1
62469
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 4' LIMIT 1
62470
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 4' LIMIT 1
62471
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "4"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 4"], ["name", "Account 4"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 4"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62472
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62473
+  (0.0ms) SAVEPOINT active_record_1
62474
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 2], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62475
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62476
+  (0.0ms) SAVEPOINT active_record_1
62477
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 2], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62478
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62479
+  (0.9ms) rollback transaction
62480
+  (0.0ms) begin transaction
62481
+  (0.0ms) SAVEPOINT active_record_1
62482
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 5' LIMIT 1
62483
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 5' LIMIT 1
62484
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "5"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 5"], ["name", "Account 5"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 5"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62485
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62486
+  (0.0ms) SAVEPOINT active_record_1
62487
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 6' LIMIT 1
62488
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 6' LIMIT 1
62489
+ SQL (0.5ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "6"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 6"], ["name", "Account 6"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 6"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62490
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62491
+  (0.0ms) SAVEPOINT active_record_1
62492
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 3], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62493
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62494
+  (0.0ms) SAVEPOINT active_record_1
62495
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 3], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62496
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62497
+  (0.0ms) SAVEPOINT active_record_1
62498
+ SQL (0.2ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "1"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62499
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62500
+  (0.1ms) SAVEPOINT active_record_1
62501
+ SQL (0.3ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "1"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62502
+ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_assignments.coalescing_panda_course_id, coalescing_panda_assignments.canvas_assignment_id: INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)
62503
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
62504
+  (0.8ms) rollback transaction
62505
+  (0.0ms) begin transaction
62506
+  (0.0ms) SAVEPOINT active_record_1
62507
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 7' LIMIT 1
62508
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 7' LIMIT 1
62509
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "7"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 7"], ["name", "Account 7"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 7"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62510
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62511
+  (0.0ms) SAVEPOINT active_record_1
62512
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 8' LIMIT 1
62513
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 8' LIMIT 1
62514
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "8"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 8"], ["name", "Account 8"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 8"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62515
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62516
+  (0.0ms) SAVEPOINT active_record_1
62517
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 4], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62518
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62519
+  (0.0ms) SAVEPOINT active_record_1
62520
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 4], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62521
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62522
+  (0.7ms) rollback transaction
62523
+  (0.0ms) begin transaction
62524
+ CoalescingPanda::CanvasApiAuth Load (0.1ms) SELECT "coalescing_panda_canvas_api_auths".* FROM "coalescing_panda_canvas_api_auths" ORDER BY "coalescing_panda_canvas_api_auths"."id" ASC LIMIT 1
62525
+  (0.0ms) SAVEPOINT active_record_1
62526
+ SQL (0.3ms) INSERT INTO "coalescing_panda_canvas_api_auths" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["user_id", "a"]]
62527
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62528
+ CoalescingPanda::CanvasApiAuth Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" = 'a' AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
62529
+ CoalescingPanda::CanvasApiAuth Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" = 'a' AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
62530
+ CoalescingPanda::CanvasApiAuth Load (0.1ms) SELECT "coalescing_panda_canvas_api_auths".* FROM "coalescing_panda_canvas_api_auths"
62531
+ CoalescingPanda::CanvasApiAuth Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" = 'a' AND "coalescing_panda_canvas_api_auths"."api_domain" = '1') LIMIT 1
62532
+ CoalescingPanda::CanvasApiAuth Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" = 'a' AND "coalescing_panda_canvas_api_auths"."api_domain" = '1') LIMIT 1
62533
+  (0.5ms) rollback transaction
62534
+  (0.0ms) begin transaction
62535
+ CoalescingPanda::CanvasApiAuth Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" IS NULL AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
62536
+ CoalescingPanda::CanvasApiAuth Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" IS NULL AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
62537
+  (0.0ms) rollback transaction
62538
+  (0.0ms) begin transaction
62539
+ CoalescingPanda::CanvasApiAuth Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" IS NULL AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
62540
+ CoalescingPanda::CanvasApiAuth Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" IS NULL AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
62541
+  (0.1ms) rollback transaction
62542
+  (0.0ms) begin transaction
62543
+  (0.0ms) SAVEPOINT active_record_1
62544
+ SQL (0.3ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["status", "Pending"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62545
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62546
+  (0.0ms) SAVEPOINT active_record_1
62547
+ SQL (0.3ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["status", "Pending"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62548
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62549
+  (0.0ms) SAVEPOINT active_record_1
62550
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["status", "Pending"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62551
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62552
+ CoalescingPanda::CanvasBatch Load (0.1ms) SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" ORDER BY created_at DESC
62553
+  (0.7ms) rollback transaction
62554
+  (0.0ms) begin transaction
62555
+  (0.0ms) rollback transaction
62556
+  (0.0ms) begin transaction
62557
+  (0.0ms) rollback transaction
62558
+  (0.0ms) begin transaction
62559
+  (0.0ms) rollback transaction
62560
+  (0.0ms) begin transaction
62561
+  (0.0ms) rollback transaction
62562
+  (0.0ms) begin transaction
62563
+  (0.1ms) rollback transaction
62564
+  (0.0ms) begin transaction
62565
+  (0.0ms) rollback transaction
62566
+  (0.0ms) begin transaction
62567
+  (0.0ms) SAVEPOINT active_record_1
62568
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 9' LIMIT 1
62569
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 9' LIMIT 1
62570
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "9"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 9"], ["name", "Account 9"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 9"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62571
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62572
+  (0.0ms) SAVEPOINT active_record_1
62573
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 10' LIMIT 1
62574
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 10' LIMIT 1
62575
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "10"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 10"], ["name", "Account 10"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 10"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62576
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62577
+  (0.0ms) SAVEPOINT active_record_1
62578
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 5], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62579
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62580
+  (0.5ms) rollback transaction
62581
+  (0.0ms) begin transaction
62582
+  (0.0ms) SAVEPOINT active_record_1
62583
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 11' LIMIT 1
62584
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 11' LIMIT 1
62585
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "11"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 11"], ["name", "Account 11"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 11"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62586
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62587
+  (0.1ms) SAVEPOINT active_record_1
62588
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 12' LIMIT 1
62589
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 12' LIMIT 1
62590
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "12"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 12"], ["name", "Account 12"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 12"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62591
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62592
+  (0.0ms) SAVEPOINT active_record_1
62593
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 6], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62594
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62595
+  (0.7ms) rollback transaction
62596
+  (0.1ms) begin transaction
62597
+  (0.0ms) SAVEPOINT active_record_1
62598
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 13' LIMIT 1
62599
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 13' LIMIT 1
62600
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "13"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 13"], ["name", "Account 13"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 13"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62601
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62602
+  (0.0ms) SAVEPOINT active_record_1
62603
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 14' LIMIT 1
62604
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 14' LIMIT 1
62605
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "14"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 14"], ["name", "Account 14"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 14"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62606
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62607
+  (0.0ms) SAVEPOINT active_record_1
62608
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 7], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62609
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62610
+  (0.0ms) SAVEPOINT active_record_1
62611
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", "1"], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62612
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62613
+  (0.1ms) SAVEPOINT active_record_1
62614
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 15' LIMIT 1
62615
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 15' LIMIT 1
62616
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "15"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 15"], ["name", "Account 15"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 15"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62617
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62618
+  (0.0ms) SAVEPOINT active_record_1
62619
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 8], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62620
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62621
+  (0.0ms) SAVEPOINT active_record_1
62622
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", "1"], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62623
+ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_courses.coalescing_panda_lti_account_id, coalescing_panda_courses.canvas_course_id: INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)
62624
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
62625
+  (0.7ms) rollback transaction
62626
+  (0.0ms) begin transaction
62627
+  (0.0ms) SAVEPOINT active_record_1
62628
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 16' LIMIT 1
62629
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 16' LIMIT 1
62630
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "16"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 16"], ["name", "Account 16"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 16"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62631
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62632
+  (0.0ms) SAVEPOINT active_record_1
62633
+ SQL (0.3ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 9], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62634
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62635
+  (0.0ms) SAVEPOINT active_record_1
62636
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 17' LIMIT 1
62637
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 17' LIMIT 1
62638
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "17"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 17"], ["name", "Account 17"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 17"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62639
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62640
+  (0.0ms) SAVEPOINT active_record_1
62641
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", "1"], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62642
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62643
+  (0.0ms) SAVEPOINT active_record_1
62644
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 18' LIMIT 1
62645
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 18' LIMIT 1
62646
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "18"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 18"], ["name", "Account 18"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 18"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62647
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62648
+  (0.0ms) SAVEPOINT active_record_1
62649
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", "1"], ["coalescing_panda_lti_account_id", 3], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62650
+ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_courses.coalescing_panda_term_id, coalescing_panda_courses.canvas_course_id: INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)
62651
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
62652
+  (0.6ms) rollback transaction
62653
+  (0.0ms) begin transaction
62654
+  (0.0ms) SAVEPOINT active_record_1
62655
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 19' LIMIT 1
62656
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 19' LIMIT 1
62657
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "19"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 19"], ["name", "Account 19"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 19"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62658
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62659
+  (0.0ms) SAVEPOINT active_record_1
62660
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 20' LIMIT 1
62661
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 20' LIMIT 1
62662
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "20"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 20"], ["name", "Account 20"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 20"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62663
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62664
+  (0.0ms) SAVEPOINT active_record_1
62665
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 10], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62666
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62667
+  (0.5ms) rollback transaction
62668
+  (0.0ms) begin transaction
62669
+  (0.0ms) rollback transaction
62670
+  (0.0ms) begin transaction
62671
+  (0.0ms) rollback transaction
62672
+  (0.0ms) begin transaction
62673
+  (0.1ms) SAVEPOINT active_record_1
62674
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 21' LIMIT 1
62675
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 21' LIMIT 1
62676
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "21"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 21"], ["name", "Account 21"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 21"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62677
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62678
+  (0.1ms) SAVEPOINT active_record_1
62679
+ SQL (0.6ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["email", "test1@test.com"], ["name", "Factory User 1"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62680
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62681
+  (0.0ms) SAVEPOINT active_record_1
62682
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 22' LIMIT 1
62683
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 22' LIMIT 1
62684
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "22"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 22"], ["name", "Account 22"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 22"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62685
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62686
+  (0.0ms) SAVEPOINT active_record_1
62687
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 23' LIMIT 1
62688
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 23' LIMIT 1
62689
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "23"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 23"], ["name", "Account 23"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 23"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62690
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62691
+  (0.0ms) SAVEPOINT active_record_1
62692
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 11], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62693
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62694
+  (0.0ms) SAVEPOINT active_record_1
62695
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 7], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62696
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62697
+  (0.0ms) SAVEPOINT active_record_1
62698
+ SQL (0.3ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62699
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62700
+  (0.7ms) rollback transaction
62701
+  (0.0ms) begin transaction
62702
+  (0.0ms) SAVEPOINT active_record_1
62703
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 24' LIMIT 1
62704
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 24' LIMIT 1
62705
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "24"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 24"], ["name", "Account 24"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 24"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62706
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62707
+  (0.0ms) SAVEPOINT active_record_1
62708
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["email", "test2@test.com"], ["name", "Factory User 2"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62709
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62710
+  (0.0ms) SAVEPOINT active_record_1
62711
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 25' LIMIT 1
62712
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 25' LIMIT 1
62713
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "25"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 25"], ["name", "Account 25"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 25"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62714
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62715
+  (0.0ms) SAVEPOINT active_record_1
62716
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 26' LIMIT 1
62717
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 26' LIMIT 1
62718
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "26"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 26"], ["name", "Account 26"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 26"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62719
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62720
+  (0.0ms) SAVEPOINT active_record_1
62721
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 12], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62722
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62723
+  (0.0ms) SAVEPOINT active_record_1
62724
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 8], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62725
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62726
+  (0.0ms) SAVEPOINT active_record_1
62727
+ SQL (0.1ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 2], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62728
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62729
+  (1.0ms) rollback transaction
62730
+  (0.0ms) begin transaction
62731
+  (0.1ms) SAVEPOINT active_record_1
62732
+ CoalescingPanda::LtiAccount Exists (0.2ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 27' LIMIT 1
62733
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 27' LIMIT 1
62734
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "27"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 27"], ["name", "Account 27"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 27"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62735
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62736
+  (0.0ms) SAVEPOINT active_record_1
62737
+ SQL (0.4ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["email", "test3@test.com"], ["name", "Factory User 3"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62738
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62739
+  (0.1ms) SAVEPOINT active_record_1
62740
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 28' LIMIT 1
62741
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 28' LIMIT 1
62742
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "28"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 28"], ["name", "Account 28"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 28"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62743
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62744
+  (0.0ms) SAVEPOINT active_record_1
62745
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 29' LIMIT 1
62746
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 29' LIMIT 1
62747
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "29"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 29"], ["name", "Account 29"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 29"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62748
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62749
+  (0.0ms) SAVEPOINT active_record_1
62750
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 13], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62751
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62752
+  (0.0ms) SAVEPOINT active_record_1
62753
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 9], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62754
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62755
+  (0.0ms) SAVEPOINT active_record_1
62756
+ SQL (0.1ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 3], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62757
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62758
+  (0.8ms) rollback transaction
62759
+  (0.1ms) begin transaction
62760
+  (0.0ms) SAVEPOINT active_record_1
62761
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 30' LIMIT 1
62762
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 30' LIMIT 1
62763
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "30"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 30"], ["name", "Account 30"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 30"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62764
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62765
+  (0.0ms) SAVEPOINT active_record_1
62766
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 4], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["email", "test4@test.com"], ["name", "Factory User 4"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62767
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62768
+  (0.0ms) SAVEPOINT active_record_1
62769
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 31' LIMIT 1
62770
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 31' LIMIT 1
62771
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "31"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 31"], ["name", "Account 31"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 31"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62772
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62773
+  (0.0ms) SAVEPOINT active_record_1
62774
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 32' LIMIT 1
62775
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 32' LIMIT 1
62776
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "32"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 32"], ["name", "Account 32"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 32"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62777
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62778
+  (0.0ms) SAVEPOINT active_record_1
62779
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 14], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62780
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62781
+  (0.0ms) SAVEPOINT active_record_1
62782
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 10], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62783
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62784
+  (0.0ms) SAVEPOINT active_record_1
62785
+ SQL (0.1ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 4], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62786
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62787
+  (0.0ms) SAVEPOINT active_record_1
62788
+ SQL (0.2ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 3], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62789
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62790
+  (0.0ms) SAVEPOINT active_record_1
62791
+ SQL (0.2ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 4], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62792
+ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_enrollments.coalescing_panda_user_id, coalescing_panda_enrollments.coalescing_panda_section_id, coalescing_panda_enrollments.enrollment_type: INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)
62793
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
62794
+  (0.8ms) rollback transaction
62795
+  (0.1ms) begin transaction
62796
+  (0.0ms) SAVEPOINT active_record_1
62797
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 33' LIMIT 1
62798
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 33' LIMIT 1
62799
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "33"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 33"], ["name", "Account 33"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 33"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62800
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62801
+  (0.0ms) SAVEPOINT active_record_1
62802
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 5], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["email", "test5@test.com"], ["name", "Factory User 5"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62803
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62804
+  (0.0ms) SAVEPOINT active_record_1
62805
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 34' LIMIT 1
62806
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 34' LIMIT 1
62807
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "34"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 34"], ["name", "Account 34"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 34"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62808
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62809
+  (0.0ms) SAVEPOINT active_record_1
62810
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 35' LIMIT 1
62811
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 35' LIMIT 1
62812
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "35"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 35"], ["name", "Account 35"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 35"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62813
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62814
+  (0.1ms) SAVEPOINT active_record_1
62815
+ SQL (0.3ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 15], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62816
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62817
+  (0.0ms) SAVEPOINT active_record_1
62818
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 11], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62819
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62820
+  (0.0ms) SAVEPOINT active_record_1
62821
+ SQL (0.2ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 5], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62822
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62823
+  (0.0ms) SAVEPOINT active_record_1
62824
+ SQL (0.2ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 5], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62825
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62826
+  (0.0ms) SAVEPOINT active_record_1
62827
+ SQL (0.2ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 6], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["enrollment_type", "TeacherEnrollment"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62828
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62829
+  (1.1ms) rollback transaction
62830
+  (0.1ms) begin transaction
62831
+  (0.0ms) SAVEPOINT active_record_1
62832
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 36' LIMIT 1
62833
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 36' LIMIT 1
62834
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "36"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 36"], ["name", "Account 36"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 36"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62835
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62836
+  (0.0ms) SAVEPOINT active_record_1
62837
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 6], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["email", "test6@test.com"], ["name", "Factory User 6"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62838
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62839
+  (0.0ms) SAVEPOINT active_record_1
62840
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 37' LIMIT 1
62841
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 37' LIMIT 1
62842
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "37"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 37"], ["name", "Account 37"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 37"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62843
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62844
+  (0.0ms) SAVEPOINT active_record_1
62845
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 38' LIMIT 1
62846
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 38' LIMIT 1
62847
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "38"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 38"], ["name", "Account 38"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 38"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62848
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62849
+  (0.0ms) SAVEPOINT active_record_1
62850
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 16], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62851
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62852
+  (0.0ms) SAVEPOINT active_record_1
62853
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 12], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62854
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62855
+  (0.0ms) SAVEPOINT active_record_1
62856
+ SQL (0.2ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 6], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62857
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62858
+  (0.9ms) rollback transaction
62859
+  (0.1ms) begin transaction
62860
+  (0.0ms) rollback transaction
62861
+  (0.0ms) begin transaction
62862
+  (0.0ms) rollback transaction
62863
+  (0.0ms) begin transaction
62864
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 39' LIMIT 1
62865
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 39' LIMIT 1
62866
+  (0.0ms) rollback transaction
62867
+  (0.0ms) begin transaction
62868
+  (0.0ms) rollback transaction
62869
+  (0.0ms) begin transaction
62870
+  (0.0ms) rollback transaction
62871
+  (0.0ms) begin transaction
62872
+  (0.0ms) rollback transaction
62873
+  (0.0ms) begin transaction
62874
+  (0.0ms) SAVEPOINT active_record_1
62875
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 40' LIMIT 1
62876
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 40' LIMIT 1
62877
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "39"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 40"], ["name", "Account 40"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 40"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62878
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62879
+  (0.0ms) SAVEPOINT active_record_1
62880
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 41' LIMIT 1
62881
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 41' LIMIT 1
62882
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "40"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 41"], ["name", "Account 41"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 41"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62883
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62884
+  (0.0ms) SAVEPOINT active_record_1
62885
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 17], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62886
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62887
+  (0.0ms) SAVEPOINT active_record_1
62888
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 13], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62889
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62890
+  (0.8ms) rollback transaction
62891
+  (0.0ms) begin transaction
62892
+  (0.0ms) SAVEPOINT active_record_1
62893
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 42' LIMIT 1
62894
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 42' LIMIT 1
62895
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "41"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 42"], ["name", "Account 42"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 42"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62896
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62897
+  (0.0ms) SAVEPOINT active_record_1
62898
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 43' LIMIT 1
62899
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 43' LIMIT 1
62900
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "42"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 43"], ["name", "Account 43"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 43"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62901
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62902
+  (0.0ms) SAVEPOINT active_record_1
62903
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 18], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62904
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62905
+  (0.0ms) SAVEPOINT active_record_1
62906
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 14], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62907
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62908
+  (0.8ms) rollback transaction
62909
+  (0.0ms) begin transaction
62910
+  (0.0ms) SAVEPOINT active_record_1
62911
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 44' LIMIT 1
62912
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 44' LIMIT 1
62913
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "43"], ["created_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00], ["key", "Key 44"], ["name", "Account 44"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 44"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:06 UTC +00:00]]
62914
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62915
+  (0.0ms) SAVEPOINT active_record_1
62916
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 45' LIMIT 1
62917
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 45' LIMIT 1
62918
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "44"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 45"], ["name", "Account 45"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 45"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62919
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62920
+  (0.0ms) SAVEPOINT active_record_1
62921
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 19], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62922
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62923
+  (0.0ms) SAVEPOINT active_record_1
62924
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 15], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62925
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62926
+  (0.0ms) SAVEPOINT active_record_1
62927
+ SQL (0.2ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", "1"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62928
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62929
+  (0.0ms) SAVEPOINT active_record_1
62930
+ SQL (0.3ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", "1"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62931
+ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_sections.coalescing_panda_course_id, coalescing_panda_sections.canvas_section_id: INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)
62932
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
62933
+  (1.0ms) rollback transaction
62934
+  (0.0ms) begin transaction
62935
+  (0.0ms) SAVEPOINT active_record_1
62936
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 46' LIMIT 1
62937
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 46' LIMIT 1
62938
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "45"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 46"], ["name", "Account 46"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 46"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62939
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62940
+  (0.0ms) SAVEPOINT active_record_1
62941
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 47' LIMIT 1
62942
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 47' LIMIT 1
62943
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "46"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 47"], ["name", "Account 47"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 47"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62944
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62945
+  (0.0ms) SAVEPOINT active_record_1
62946
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 20], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62947
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62948
+  (0.0ms) SAVEPOINT active_record_1
62949
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 16], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62950
+  (0.1ms) RELEASE SAVEPOINT active_record_1
62951
+  (0.7ms) rollback transaction
62952
+  (0.0ms) begin transaction
62953
+  (0.0ms) rollback transaction
62954
+  (0.0ms) begin transaction
62955
+  (0.0ms) rollback transaction
62956
+  (0.0ms) begin transaction
62957
+  (0.1ms) SAVEPOINT active_record_1
62958
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 48' LIMIT 1
62959
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 48' LIMIT 1
62960
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "47"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 48"], ["name", "Account 48"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 48"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62961
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62962
+  (0.0ms) SAVEPOINT active_record_1
62963
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 7], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test7@test.com"], ["name", "Factory User 7"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62964
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62965
+  (0.1ms) SAVEPOINT active_record_1
62966
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 49' LIMIT 1
62967
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 49' LIMIT 1
62968
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "48"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 49"], ["name", "Account 49"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 49"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62969
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62970
+  (0.0ms) SAVEPOINT active_record_1
62971
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 50' LIMIT 1
62972
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 50' LIMIT 1
62973
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "49"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 50"], ["name", "Account 50"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 50"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62974
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62975
+  (0.0ms) SAVEPOINT active_record_1
62976
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 21], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62977
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62978
+  (0.0ms) SAVEPOINT active_record_1
62979
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 17], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62980
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62981
+  (0.0ms) SAVEPOINT active_record_1
62982
+ SQL (0.1ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "3"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62983
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62984
+  (0.8ms) rollback transaction
62985
+  (0.0ms) begin transaction
62986
+  (0.1ms) SAVEPOINT active_record_1
62987
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 51' LIMIT 1
62988
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 51' LIMIT 1
62989
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "50"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 51"], ["name", "Account 51"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 51"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62990
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62991
+  (0.0ms) SAVEPOINT active_record_1
62992
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 8], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test8@test.com"], ["name", "Factory User 8"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62993
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62994
+  (0.0ms) SAVEPOINT active_record_1
62995
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 52' LIMIT 1
62996
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 52' LIMIT 1
62997
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "51"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 52"], ["name", "Account 52"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 52"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
62998
+  (0.0ms) RELEASE SAVEPOINT active_record_1
62999
+  (0.0ms) SAVEPOINT active_record_1
63000
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 53' LIMIT 1
63001
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 53' LIMIT 1
63002
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "52"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 53"], ["name", "Account 53"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 53"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63003
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63004
+  (0.1ms) SAVEPOINT active_record_1
63005
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 22], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63006
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63007
+  (0.0ms) SAVEPOINT active_record_1
63008
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 18], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63009
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63010
+  (0.0ms) SAVEPOINT active_record_1
63011
+ SQL (0.2ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "4"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63012
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63013
+  (1.1ms) rollback transaction
63014
+  (0.1ms) begin transaction
63015
+  (0.0ms) SAVEPOINT active_record_1
63016
+ CoalescingPanda::LtiAccount Exists (0.2ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 54' LIMIT 1
63017
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 54' LIMIT 1
63018
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "53"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 54"], ["name", "Account 54"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 54"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63019
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63020
+  (0.0ms) SAVEPOINT active_record_1
63021
+ SQL (0.4ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 9], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test9@test.com"], ["name", "Factory User 9"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63022
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63023
+  (0.0ms) SAVEPOINT active_record_1
63024
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 55' LIMIT 1
63025
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 55' LIMIT 1
63026
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "54"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 55"], ["name", "Account 55"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 55"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63027
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63028
+  (0.0ms) SAVEPOINT active_record_1
63029
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 56' LIMIT 1
63030
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 56' LIMIT 1
63031
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "55"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 56"], ["name", "Account 56"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 56"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63032
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63033
+  (0.0ms) SAVEPOINT active_record_1
63034
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 23], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63035
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63036
+  (0.0ms) SAVEPOINT active_record_1
63037
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 19], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63038
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63039
+  (0.0ms) SAVEPOINT active_record_1
63040
+ SQL (0.2ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "5"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63041
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63042
+  (0.8ms) rollback transaction
63043
+  (0.0ms) begin transaction
63044
+  (0.0ms) SAVEPOINT active_record_1
63045
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 57' LIMIT 1
63046
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 57' LIMIT 1
63047
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "56"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 57"], ["name", "Account 57"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 57"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63048
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63049
+  (0.0ms) SAVEPOINT active_record_1
63050
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 10], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test10@test.com"], ["name", "Factory User 10"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63051
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63052
+  (0.0ms) SAVEPOINT active_record_1
63053
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 58' LIMIT 1
63054
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 58' LIMIT 1
63055
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "57"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 58"], ["name", "Account 58"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 58"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63056
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63057
+  (0.0ms) SAVEPOINT active_record_1
63058
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 59' LIMIT 1
63059
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 59' LIMIT 1
63060
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "58"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 59"], ["name", "Account 59"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 59"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63061
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63062
+  (0.0ms) SAVEPOINT active_record_1
63063
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 24], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63064
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63065
+  (0.1ms) SAVEPOINT active_record_1
63066
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 20], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63067
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63068
+  (0.1ms) SAVEPOINT active_record_1
63069
+ SQL (0.2ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "6"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63070
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63071
+  (0.0ms) SAVEPOINT active_record_1
63072
+ SQL (0.3ms) INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_submission_id", "1"], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63073
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63074
+  (0.0ms) SAVEPOINT active_record_1
63075
+ SQL (0.2ms) INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_submission_id", "1"], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63076
+ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_submissions.coalescing_panda_user_id, coalescing_panda_submissions.coalescing_panda_assignment_id, coalescing_panda_submissions.canvas_submission_id: INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)
63077
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
63078
+  (1.0ms) rollback transaction
63079
+  (0.0ms) begin transaction
63080
+  (0.0ms) SAVEPOINT active_record_1
63081
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 60' LIMIT 1
63082
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 60' LIMIT 1
63083
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "59"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 60"], ["name", "Account 60"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 60"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63084
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63085
+  (0.0ms) SAVEPOINT active_record_1
63086
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 11], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test11@test.com"], ["name", "Factory User 11"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63087
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63088
+  (0.0ms) SAVEPOINT active_record_1
63089
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 61' LIMIT 1
63090
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 61' LIMIT 1
63091
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "60"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 61"], ["name", "Account 61"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 61"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63092
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63093
+  (0.0ms) SAVEPOINT active_record_1
63094
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 62' LIMIT 1
63095
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 62' LIMIT 1
63096
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "61"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 62"], ["name", "Account 62"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 62"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63097
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63098
+  (0.0ms) SAVEPOINT active_record_1
63099
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 25], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63100
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63101
+  (0.0ms) SAVEPOINT active_record_1
63102
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 21], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63103
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63104
+  (0.0ms) SAVEPOINT active_record_1
63105
+ SQL (0.1ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "7"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63107
+  (0.0ms) SAVEPOINT active_record_1
63108
+ SQL (0.1ms) INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_submission_id", "1"], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63109
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63110
+  (0.0ms) SAVEPOINT active_record_1
63111
+ SQL (0.1ms) INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_submission_id", "2"], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63112
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63113
+  (0.7ms) rollback transaction
63114
+  (0.0ms) begin transaction
63115
+  (0.0ms) SAVEPOINT active_record_1
63116
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 63' LIMIT 1
63117
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 63' LIMIT 1
63118
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "62"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 63"], ["name", "Account 63"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 63"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63119
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63120
+  (0.0ms) SAVEPOINT active_record_1
63121
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 12], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test12@test.com"], ["name", "Factory User 12"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63122
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63123
+  (0.0ms) SAVEPOINT active_record_1
63124
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 64' LIMIT 1
63125
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 64' LIMIT 1
63126
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "63"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 64"], ["name", "Account 64"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 64"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63127
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63128
+  (0.0ms) SAVEPOINT active_record_1
63129
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 65' LIMIT 1
63130
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 65' LIMIT 1
63131
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "64"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 65"], ["name", "Account 65"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 65"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63132
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63133
+  (0.0ms) SAVEPOINT active_record_1
63134
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 26], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63135
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63136
+  (0.0ms) SAVEPOINT active_record_1
63137
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 22], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63138
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63139
+  (0.0ms) SAVEPOINT active_record_1
63140
+ SQL (0.1ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "8"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63141
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63142
+  (0.9ms) rollback transaction
63143
+  (0.0ms) begin transaction
63144
+  (0.0ms) rollback transaction
63145
+  (0.0ms) begin transaction
63146
+  (0.0ms) rollback transaction
63147
+  (0.0ms) begin transaction
63148
+  (0.0ms) SAVEPOINT active_record_1
63149
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 66' LIMIT 1
63150
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 66' LIMIT 1
63151
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "65"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 66"], ["name", "Account 66"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 66"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63152
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63153
+  (0.4ms) rollback transaction
63154
+  (0.1ms) begin transaction
63155
+  (0.0ms) SAVEPOINT active_record_1
63156
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 67' LIMIT 1
63157
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 67' LIMIT 1
63158
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "66"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 67"], ["name", "Account 67"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 67"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63159
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63160
+  (0.0ms) SAVEPOINT active_record_1
63161
+ SQL (0.3ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", "1"], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63162
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63163
+  (0.0ms) SAVEPOINT active_record_1
63164
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", "1"], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63165
+ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_terms.canvas_term_id, coalescing_panda_terms.coalescing_panda_lti_account_id: INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)
63166
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
63167
+  (0.6ms) rollback transaction
63168
+  (0.0ms) begin transaction
63169
+  (0.0ms) rollback transaction
63170
+  (0.0ms) begin transaction
63171
+  (0.0ms) rollback transaction
63172
+  (0.0ms) begin transaction
63173
+  (0.0ms) rollback transaction
63174
+  (0.0ms) begin transaction
63175
+  (0.0ms) rollback transaction
63176
+  (0.0ms) begin transaction
63177
+  (0.0ms) SAVEPOINT active_record_1
63178
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 68' LIMIT 1
63179
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 68' LIMIT 1
63180
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "67"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 68"], ["name", "Account 68"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 68"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63181
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63182
+  (0.4ms) rollback transaction
63183
+  (0.1ms) begin transaction
63184
+  (0.0ms) SAVEPOINT active_record_1
63185
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 69' LIMIT 1
63186
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 69' LIMIT 1
63187
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "68"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 69"], ["name", "Account 69"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 69"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63188
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63189
+  (0.4ms) rollback transaction
63190
+  (0.1ms) begin transaction
63191
+  (0.0ms) SAVEPOINT active_record_1
63192
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 70' LIMIT 1
63193
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 70' LIMIT 1
63194
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "69"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 70"], ["name", "Account 70"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 70"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63195
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63196
+  (0.0ms) SAVEPOINT active_record_1
63197
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", "1"], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test15@test.com"], ["name", "Factory User 15"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63198
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63199
+  (0.0ms) SAVEPOINT active_record_1
63200
+ SQL (0.2ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", "1"], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test16@test.com"], ["name", "Factory User 16"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63201
+ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_users.coalescing_panda_lti_account_id, coalescing_panda_users.canvas_user_id: INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)
63202
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
63203
+  (0.7ms) rollback transaction
63204
+  (0.1ms) begin transaction
63205
+  (0.0ms) SAVEPOINT active_record_1
63206
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 71' LIMIT 1
63207
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 71' LIMIT 1
63208
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "70"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 71"], ["name", "Account 71"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 71"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63209
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63210
+  (0.4ms) rollback transaction
63211
+  (0.0ms) begin transaction
63212
+  (0.0ms) SAVEPOINT active_record_1
63213
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 72' LIMIT 1
63214
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 72' LIMIT 1
63215
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "71"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 72"], ["name", "Account 72"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 72"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63216
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63217
+  (0.0ms) SAVEPOINT active_record_1
63218
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 73' LIMIT 1
63219
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 73' LIMIT 1
63220
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "72"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 73"], ["name", "Account 73"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 73"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63221
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63222
+  (0.0ms) SAVEPOINT active_record_1
63223
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 28], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63224
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63225
+  (0.0ms) SAVEPOINT active_record_1
63226
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 23], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63227
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63228
+  (0.0ms) SAVEPOINT active_record_1
63229
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63230
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63231
+ CoalescingPanda::CanvasBatch Load (0.1ms) SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" ORDER BY created_at ASC LIMIT 1
63232
+  (0.8ms) rollback transaction
63233
+  (0.0ms) begin transaction
63234
+  (0.0ms) SAVEPOINT active_record_1
63235
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 74' LIMIT 1
63236
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 74' LIMIT 1
63237
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "73"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 74"], ["name", "Account 74"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 74"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63238
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63239
+  (0.0ms) SAVEPOINT active_record_1
63240
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 75' LIMIT 1
63241
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 75' LIMIT 1
63242
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "74"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 75"], ["name", "Account 75"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 75"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63243
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63244
+  (0.0ms) SAVEPOINT active_record_1
63245
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 29], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63246
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63247
+  (0.0ms) SAVEPOINT active_record_1
63248
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 24], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63249
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63250
+  (0.0ms) SAVEPOINT active_record_1
63251
+ SQL (0.2ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63252
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63253
+  (0.9ms) rollback transaction
63254
+  (0.1ms) begin transaction
63255
+  (0.1ms) SAVEPOINT active_record_1
63256
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 76' LIMIT 1
63257
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 76' LIMIT 1
63258
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "75"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 76"], ["name", "Account 76"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 76"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63259
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63260
+  (0.0ms) SAVEPOINT active_record_1
63261
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 77' LIMIT 1
63262
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 77' LIMIT 1
63263
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "76"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 77"], ["name", "Account 77"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 77"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63264
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63265
+  (0.0ms) SAVEPOINT active_record_1
63266
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 30], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63267
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63268
+  (0.0ms) SAVEPOINT active_record_1
63269
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 25], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63270
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63271
+  (0.0ms) SAVEPOINT active_record_1
63272
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63273
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63274
+  (0.1ms) SAVEPOINT active_record_1
63275
+ SQL (0.2ms) UPDATE "coalescing_panda_canvas_batches" SET "status" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["status", "Started"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63276
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63277
+ CoalescingPanda::Section Load (0.1ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_section_id = '1') ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63278
+  (0.0ms) SAVEPOINT active_record_1
63279
+ SQL (0.2ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_section_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Course1"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63280
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63281
+  (0.0ms) SAVEPOINT active_record_1
63282
+ SQL (0.1ms) UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["percent_complete", 20.0], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63283
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63284
+ CoalescingPanda::User Load (0.2ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '1') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63285
+  (0.1ms) SAVEPOINT active_record_1
63286
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "teacher@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63287
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63288
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '2') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63289
+  (0.0ms) SAVEPOINT active_record_1
63290
+ SQL (0.2ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "student1@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63291
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63292
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '3') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63293
+  (0.0ms) SAVEPOINT active_record_1
63294
+ SQL (0.1ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "student2@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63295
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63296
+  (0.0ms) SAVEPOINT active_record_1
63297
+ SQL (0.1ms) UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["percent_complete", 40.0], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63298
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63299
+ CoalescingPanda::Enrollment Load (0.2ms) SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '1') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63300
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '1' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63301
+ CoalescingPanda::Section Load (0.1ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63302
+  (0.0ms) SAVEPOINT active_record_1
63303
+ SQL (0.2ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 1], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Fri, 07 Nov 2014 21:17:54 UTC +00:00], ["enrollment_type", "TeacherEnrollment"], ["updated_at", Tue, 11 Nov 2014 22:11:19 UTC +00:00], ["workflow_state", "active"]]
63304
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63305
+ CoalescingPanda::Enrollment Load (0.1ms) SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '2') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63306
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '2' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63307
+ CoalescingPanda::Section Load (0.0ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63308
+  (0.0ms) SAVEPOINT active_record_1
63309
+ SQL (0.1ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 2], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 2], ["created_at", Fri, 07 Nov 2014 21:18:16 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Thu, 20 Nov 2014 23:18:17 UTC +00:00], ["workflow_state", "active"]]
63310
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63311
+ CoalescingPanda::Enrollment Load (0.1ms) SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '3') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63312
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '3' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63313
+ CoalescingPanda::Section Load (0.0ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63314
+  (0.6ms) SAVEPOINT active_record_1
63315
+ SQL (0.1ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 3], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 3], ["created_at", Fri, 07 Nov 2014 21:18:17 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Thu, 20 Nov 2014 23:18:21 UTC +00:00], ["workflow_state", "active"]]
63316
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63317
+  (0.0ms) SAVEPOINT active_record_1
63318
+ SQL (0.1ms) UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["percent_complete", 60.0], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63319
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63320
+ CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '1') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63321
+  (0.0ms) SAVEPOINT active_record_1
63322
+ SQL (0.2ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_assignment_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 18:04:38 UTC +00:00], ["description", "<p>What is your name?</p>"], ["name", "Gimme your name"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 18:04:42 UTC +00:00]]
63323
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63324
+ CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '2') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63325
+  (0.0ms) SAVEPOINT active_record_1
63326
+ SQL (0.1ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_assignment_id", 2], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 19:10:28 UTC +00:00], ["description", "<p>What is your Favorite Color?</p>"], ["name", "Favorite Color"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 19:10:30 UTC +00:00]]
63327
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63328
+  (0.0ms) SAVEPOINT active_record_1
63329
+ SQL (0.1ms) UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["percent_complete", 80.0], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63330
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63331
+ CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? [["coalescing_panda_course_id", 1]]
63332
+  (0.0ms) SAVEPOINT active_record_1
63333
+ SQL (0.1ms) UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["percent_complete", 100.0], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63334
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63335
+  (0.2ms) SAVEPOINT active_record_1
63336
+ SQL (0.1ms) UPDATE "coalescing_panda_canvas_batches" SET "status" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["status", "Completed"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63337
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63338
+  (0.9ms) rollback transaction
63339
+  (0.0ms) begin transaction
63340
+  (0.0ms) SAVEPOINT active_record_1
63341
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 78' LIMIT 1
63342
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 78' LIMIT 1
63343
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "77"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 78"], ["name", "Account 78"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 78"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63344
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63345
+  (0.0ms) SAVEPOINT active_record_1
63346
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 79' LIMIT 1
63347
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 79' LIMIT 1
63348
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "78"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 79"], ["name", "Account 79"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 79"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63349
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63350
+  (0.0ms) SAVEPOINT active_record_1
63351
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 31], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63352
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63353
+  (0.0ms) SAVEPOINT active_record_1
63354
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 26], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63355
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63356
+  (0.0ms) SAVEPOINT active_record_1
63357
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63358
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63359
+  (1.0ms) rollback transaction
63360
+  (0.0ms) begin transaction
63361
+  (0.0ms) SAVEPOINT active_record_1
63362
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 80' LIMIT 1
63363
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 80' LIMIT 1
63364
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "79"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 80"], ["name", "Account 80"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 80"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63365
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63366
+  (0.0ms) SAVEPOINT active_record_1
63367
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 81' LIMIT 1
63368
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 81' LIMIT 1
63369
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "80"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 81"], ["name", "Account 81"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 81"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63370
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63371
+  (0.0ms) SAVEPOINT active_record_1
63372
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 32], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63373
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63374
+  (0.0ms) SAVEPOINT active_record_1
63375
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 27], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63376
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63377
+  (0.0ms) SAVEPOINT active_record_1
63378
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63379
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63380
+  (0.8ms) rollback transaction
63381
+  (0.0ms) begin transaction
63382
+ CoalescingPanda::Section Load (0.1ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections"
63383
+  (0.0ms) SAVEPOINT active_record_1
63384
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 82' LIMIT 1
63385
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 82' LIMIT 1
63386
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "81"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 82"], ["name", "Account 82"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 82"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63387
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63388
+  (0.0ms) SAVEPOINT active_record_1
63389
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 83' LIMIT 1
63390
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 83' LIMIT 1
63391
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "82"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 83"], ["name", "Account 83"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 83"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63392
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63393
+  (0.7ms) SAVEPOINT active_record_1
63394
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 33], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63395
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63396
+  (0.0ms) SAVEPOINT active_record_1
63397
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 28], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63398
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63399
+  (0.0ms) SAVEPOINT active_record_1
63400
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63401
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63402
+ CoalescingPanda::Section Load (0.0ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_section_id = '1') ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63403
+  (0.0ms) SAVEPOINT active_record_1
63404
+ SQL (0.1ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_section_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Course1"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63405
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63406
+  (0.1ms) SELECT COUNT(*) FROM "coalescing_panda_sections"
63407
+  (1.0ms) rollback transaction
63408
+  (0.0ms) begin transaction
63409
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users"
63410
+  (0.1ms) SAVEPOINT active_record_1
63411
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 84' LIMIT 1
63412
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 84' LIMIT 1
63413
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "83"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 84"], ["name", "Account 84"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 84"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63414
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63415
+  (0.0ms) SAVEPOINT active_record_1
63416
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 85' LIMIT 1
63417
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 85' LIMIT 1
63418
+ SQL (0.5ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "84"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 85"], ["name", "Account 85"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 85"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63419
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63420
+  (0.0ms) SAVEPOINT active_record_1
63421
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 34], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63422
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63423
+  (0.0ms) SAVEPOINT active_record_1
63424
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 29], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63425
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63426
+  (0.0ms) SAVEPOINT active_record_1
63427
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63428
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63429
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '1') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63430
+  (0.0ms) SAVEPOINT active_record_1
63431
+ SQL (0.2ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "teacher@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63432
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63433
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '2') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63434
+  (0.0ms) SAVEPOINT active_record_1
63435
+ SQL (0.1ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "student1@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63436
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63437
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '3') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63438
+  (0.0ms) SAVEPOINT active_record_1
63439
+ SQL (0.1ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "student2@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63440
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63441
+  (0.7ms) SELECT COUNT(*) FROM "coalescing_panda_users"
63442
+  (0.8ms) rollback transaction
63443
+  (0.0ms) begin transaction
63444
+ CoalescingPanda::Enrollment Load (0.2ms) SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments"
63445
+  (0.0ms) SAVEPOINT active_record_1
63446
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 86' LIMIT 1
63447
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 86' LIMIT 1
63448
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "85"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 86"], ["name", "Account 86"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 86"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63449
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63450
+  (0.0ms) SAVEPOINT active_record_1
63451
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 87' LIMIT 1
63452
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 87' LIMIT 1
63453
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "86"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 87"], ["name", "Account 87"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 87"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63454
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63455
+  (0.0ms) SAVEPOINT active_record_1
63456
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 35], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63457
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63458
+  (0.0ms) SAVEPOINT active_record_1
63459
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 30], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63460
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63461
+  (0.0ms) SAVEPOINT active_record_1
63462
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63463
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63464
+ CoalescingPanda::Section Load (0.0ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_section_id = '1') ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63465
+  (0.0ms) SAVEPOINT active_record_1
63466
+ SQL (0.6ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_section_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Course1"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63467
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63468
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '1') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63469
+  (0.0ms) SAVEPOINT active_record_1
63470
+ SQL (0.2ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "teacher@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63471
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63472
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '2') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63473
+  (0.0ms) SAVEPOINT active_record_1
63474
+ SQL (0.1ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "student1@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63475
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63476
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '3') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63477
+  (0.0ms) SAVEPOINT active_record_1
63478
+ SQL (0.1ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "student2@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63479
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63480
+ CoalescingPanda::Enrollment Load (0.1ms) SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '1') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63481
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '1' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63482
+ CoalescingPanda::Section Load (0.0ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63483
+  (0.0ms) SAVEPOINT active_record_1
63484
+ SQL (0.1ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 1], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Fri, 07 Nov 2014 21:17:54 UTC +00:00], ["enrollment_type", "TeacherEnrollment"], ["updated_at", Tue, 11 Nov 2014 22:11:19 UTC +00:00], ["workflow_state", "active"]]
63485
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63486
+ CoalescingPanda::Enrollment Load (0.0ms) SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '2') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63487
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '2' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63488
+ CoalescingPanda::Section Load (0.0ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63489
+  (0.0ms) SAVEPOINT active_record_1
63490
+ SQL (0.1ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 2], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 2], ["created_at", Fri, 07 Nov 2014 21:18:16 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Thu, 20 Nov 2014 23:18:17 UTC +00:00], ["workflow_state", "active"]]
63491
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63492
+ CoalescingPanda::Enrollment Load (0.0ms) SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '3') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63493
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '3' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63494
+ CoalescingPanda::Section Load (0.0ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63495
+  (0.1ms) SAVEPOINT active_record_1
63496
+ SQL (0.1ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 3], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 3], ["created_at", Fri, 07 Nov 2014 21:18:17 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Thu, 20 Nov 2014 23:18:21 UTC +00:00], ["workflow_state", "active"]]
63497
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63498
+  (0.1ms) SELECT COUNT(*) FROM "coalescing_panda_enrollments"
63499
+ CoalescingPanda::Enrollment Load (0.1ms) SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" ORDER BY "coalescing_panda_enrollments"."id" DESC LIMIT 1
63500
+  (1.1ms) rollback transaction
63501
+  (0.0ms) begin transaction
63502
+ CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments"
63503
+  (0.0ms) SAVEPOINT active_record_1
63504
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 88' LIMIT 1
63505
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 88' LIMIT 1
63506
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "87"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 88"], ["name", "Account 88"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 88"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63507
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63508
+  (0.0ms) SAVEPOINT active_record_1
63509
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 89' LIMIT 1
63510
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 89' LIMIT 1
63511
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "88"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 89"], ["name", "Account 89"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 89"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63512
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63513
+  (0.1ms) SAVEPOINT active_record_1
63514
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 36], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63515
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63516
+  (0.0ms) SAVEPOINT active_record_1
63517
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 31], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63518
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63519
+  (0.1ms) SAVEPOINT active_record_1
63520
+ SQL (0.2ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63521
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63522
+ CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '1') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63523
+  (0.0ms) SAVEPOINT active_record_1
63524
+ SQL (0.2ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_assignment_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 18:04:38 UTC +00:00], ["description", "<p>What is your name?</p>"], ["name", "Gimme your name"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 18:04:42 UTC +00:00]]
63525
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63526
+ CoalescingPanda::Assignment Load (0.0ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '2') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63527
+  (0.0ms) SAVEPOINT active_record_1
63528
+ SQL (0.2ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_assignment_id", 2], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 19:10:28 UTC +00:00], ["description", "<p>What is your Favorite Color?</p>"], ["name", "Favorite Color"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 19:10:30 UTC +00:00]]
63529
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63530
+  (0.1ms) SELECT COUNT(*) FROM "coalescing_panda_assignments"
63531
+  (0.8ms) rollback transaction
63532
+  (0.1ms) begin transaction
63533
+ CoalescingPanda::Submission Load (0.1ms) SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions"
63534
+  (0.1ms) SAVEPOINT active_record_1
63535
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 90' LIMIT 1
63536
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 90' LIMIT 1
63537
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "89"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 90"], ["name", "Account 90"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 90"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63538
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63539
+  (0.0ms) SAVEPOINT active_record_1
63540
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 91' LIMIT 1
63541
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 91' LIMIT 1
63542
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "90"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 91"], ["name", "Account 91"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 91"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63543
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63544
+  (0.0ms) SAVEPOINT active_record_1
63545
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 37], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63546
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63547
+  (0.0ms) SAVEPOINT active_record_1
63548
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 32], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63549
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63550
+  (0.0ms) SAVEPOINT active_record_1
63551
+ SQL (0.2ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63552
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63553
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '1') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63554
+  (0.0ms) SAVEPOINT active_record_1
63555
+ SQL (0.2ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "teacher@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63556
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63557
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '2') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63558
+  (0.0ms) SAVEPOINT active_record_1
63559
+ SQL (0.2ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "student1@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63560
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63561
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '3') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63562
+  (0.1ms) SAVEPOINT active_record_1
63563
+ SQL (0.1ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "student2@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63564
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63565
+ CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '1') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63566
+  (0.1ms) SAVEPOINT active_record_1
63567
+ SQL (0.2ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_assignment_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 18:04:38 UTC +00:00], ["description", "<p>What is your name?</p>"], ["name", "Gimme your name"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 18:04:42 UTC +00:00]]
63568
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63569
+ CoalescingPanda::Assignment Load (0.0ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '2') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63570
+  (0.0ms) SAVEPOINT active_record_1
63571
+ SQL (0.1ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_assignment_id", 2], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 19:10:28 UTC +00:00], ["description", "<p>What is your Favorite Color?</p>"], ["name", "Favorite Color"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 19:10:30 UTC +00:00]]
63572
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63573
+ CoalescingPanda::Submission Load (0.1ms) SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions" INNER JOIN "coalescing_panda_assignments" ON "coalescing_panda_submissions"."coalescing_panda_assignment_id" = "coalescing_panda_assignments"."id" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_submission_id = '3') ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63574
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '3' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63575
+ CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '1' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63576
+  (0.1ms) SAVEPOINT active_record_1
63577
+ SQL (0.2ms) INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "grade", "score", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", 3], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["grade", "70"], ["score", 70], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["workflow_state", "graded"]]
63578
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63579
+ CoalescingPanda::Submission Load (0.1ms) SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions" INNER JOIN "coalescing_panda_assignments" ON "coalescing_panda_submissions"."coalescing_panda_assignment_id" = "coalescing_panda_assignments"."id" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_submission_id = '1') ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63580
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '2' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63581
+ CoalescingPanda::Assignment Load (0.0ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '1' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63582
+  (0.0ms) SAVEPOINT active_record_1
63583
+ SQL (0.1ms) INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "grade", "score", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", 1], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["grade", "100"], ["score", 100], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["workflow_state", "graded"]]
63584
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63585
+ CoalescingPanda::Submission Load (0.1ms) SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions" INNER JOIN "coalescing_panda_assignments" ON "coalescing_panda_submissions"."coalescing_panda_assignment_id" = "coalescing_panda_assignments"."id" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_submission_id = '4') ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63586
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '3' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63587
+ CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '2' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63588
+  (0.0ms) SAVEPOINT active_record_1
63589
+ SQL (0.1ms) INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "grade", "score", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", 4], ["coalescing_panda_assignment_id", 2], ["coalescing_panda_user_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["grade", "90"], ["score", 90], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["workflow_state", "graded"]]
63590
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63591
+ CoalescingPanda::Submission Load (0.1ms) SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions" INNER JOIN "coalescing_panda_assignments" ON "coalescing_panda_submissions"."coalescing_panda_assignment_id" = "coalescing_panda_assignments"."id" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_submission_id = '2') ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63592
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '2' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63593
+ CoalescingPanda::Assignment Load (0.0ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '2' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63594
+  (0.0ms) SAVEPOINT active_record_1
63595
+ SQL (0.1ms) INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "grade", "score", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", 2], ["coalescing_panda_assignment_id", 2], ["coalescing_panda_user_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["grade", "80"], ["score", 80], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["workflow_state", "graded"]]
63596
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63597
+  (0.0ms) SELECT COUNT(*) FROM "coalescing_panda_submissions"
63598
+  (0.9ms) rollback transaction
63599
+  (0.0ms) begin transaction
63600
+  (0.0ms) SAVEPOINT active_record_1
63601
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 92' LIMIT 1
63602
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 92' LIMIT 1
63603
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "91"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 92"], ["name", "Account 92"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 92"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63604
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63605
+  (0.0ms) SAVEPOINT active_record_1
63606
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 93' LIMIT 1
63607
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 93' LIMIT 1
63608
+ SQL (0.4ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "92"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 93"], ["name", "Account 93"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 93"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63609
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63610
+  (0.0ms) SAVEPOINT active_record_1
63611
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 38], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63612
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63613
+  (0.0ms) SAVEPOINT active_record_1
63614
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 33], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63615
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63616
+  (0.0ms) SAVEPOINT active_record_1
63617
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63618
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63619
+  (0.7ms) rollback transaction
63620
+  (0.0ms) begin transaction
63621
+  (0.0ms) SAVEPOINT active_record_1
63622
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 94' LIMIT 1
63623
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 94' LIMIT 1
63624
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "93"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 94"], ["name", "Account 94"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 94"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63625
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63626
+  (0.0ms) SAVEPOINT active_record_1
63627
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 95' LIMIT 1
63628
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 95' LIMIT 1
63629
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "94"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 95"], ["name", "Account 95"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 95"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63630
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63631
+  (0.0ms) SAVEPOINT active_record_1
63632
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 39], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63633
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63634
+  (0.0ms) SAVEPOINT active_record_1
63635
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 34], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63636
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63637
+  (0.1ms) SAVEPOINT active_record_1
63638
+ SQL (0.2ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63639
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63640
+  (0.9ms) rollback transaction
63641
+  (0.1ms) begin transaction
63642
+  (0.1ms) SAVEPOINT active_record_1
63643
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 96' LIMIT 1
63644
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 96' LIMIT 1
63645
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "95"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 96"], ["name", "Account 96"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 96"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63646
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63647
+  (0.0ms) SAVEPOINT active_record_1
63648
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 97' LIMIT 1
63649
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 97' LIMIT 1
63650
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "96"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 97"], ["name", "Account 97"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 97"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63651
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63652
+  (0.0ms) SAVEPOINT active_record_1
63653
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 40], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63654
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63655
+  (0.0ms) SAVEPOINT active_record_1
63656
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 35], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63657
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63658
+  (0.0ms) SAVEPOINT active_record_1
63659
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63660
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63661
+  (0.8ms) rollback transaction
63662
+  (0.0ms) begin transaction
63663
+  (0.0ms) SAVEPOINT active_record_1
63664
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 98' LIMIT 1
63665
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 98' LIMIT 1
63666
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "97"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 98"], ["name", "Account 98"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 98"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63667
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63668
+  (0.0ms) SAVEPOINT active_record_1
63669
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 99' LIMIT 1
63670
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 99' LIMIT 1
63671
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "98"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 99"], ["name", "Account 99"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 99"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63672
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63673
+  (0.0ms) SAVEPOINT active_record_1
63674
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 41], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63675
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63676
+  (0.0ms) SAVEPOINT active_record_1
63677
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 36], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63678
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63679
+  (0.1ms) SAVEPOINT active_record_1
63680
+ SQL (0.2ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63681
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63682
+  (0.9ms) rollback transaction
63683
+  (0.1ms) begin transaction
63684
+  (0.0ms) SAVEPOINT active_record_1
63685
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 100' LIMIT 1
63686
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 100' LIMIT 1
63687
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "99"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 100"], ["name", "Account 100"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 100"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63688
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63689
+  (0.0ms) SAVEPOINT active_record_1
63690
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 101' LIMIT 1
63691
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 101' LIMIT 1
63692
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "100"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 101"], ["name", "Account 101"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 101"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63693
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63694
+  (0.0ms) SAVEPOINT active_record_1
63695
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 42], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63696
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63697
+  (0.0ms) SAVEPOINT active_record_1
63698
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 37], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63699
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63700
+  (0.0ms) SAVEPOINT active_record_1
63701
+ SQL (0.2ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63702
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63703
+  (1.0ms) rollback transaction
63704
+  (0.1ms) begin transaction
63705
+  (0.0ms) SAVEPOINT active_record_1
63706
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 102' LIMIT 1
63707
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 102' LIMIT 1
63708
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "101"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 102"], ["name", "Account 102"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 102"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63709
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63710
+  (0.0ms) SAVEPOINT active_record_1
63711
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 103' LIMIT 1
63712
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 103' LIMIT 1
63713
+ SQL (0.4ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "102"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 103"], ["name", "Account 103"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 103"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63714
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63715
+  (0.0ms) SAVEPOINT active_record_1
63716
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 43], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63717
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63718
+  (0.0ms) SAVEPOINT active_record_1
63719
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 38], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63720
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63721
+  (0.0ms) SAVEPOINT active_record_1
63722
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63723
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63724
+  (0.8ms) rollback transaction
63725
+  (0.0ms) begin transaction
63726
+  (0.0ms) SAVEPOINT active_record_1
63727
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 104' LIMIT 1
63728
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 104' LIMIT 1
63729
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "103"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 104"], ["name", "Account 104"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 104"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63730
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63731
+  (0.0ms) SAVEPOINT active_record_1
63732
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 105' LIMIT 1
63733
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 105' LIMIT 1
63734
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "104"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 105"], ["name", "Account 105"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 105"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63735
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63736
+  (0.0ms) SAVEPOINT active_record_1
63737
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 44], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63738
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63739
+  (0.0ms) SAVEPOINT active_record_1
63740
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 39], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63741
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63742
+  (0.0ms) SAVEPOINT active_record_1
63743
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63744
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63745
+  (0.6ms) rollback transaction
63746
+  (0.0ms) begin transaction
63747
+  (0.0ms) SAVEPOINT active_record_1
63748
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 106' LIMIT 1
63749
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 106' LIMIT 1
63750
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "105"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 106"], ["name", "Account 106"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 106"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63751
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63752
+  (0.0ms) SAVEPOINT active_record_1
63753
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 107' LIMIT 1
63754
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 107' LIMIT 1
63755
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "106"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 107"], ["name", "Account 107"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 107"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63756
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63757
+  (0.0ms) SAVEPOINT active_record_1
63758
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 45], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63759
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63760
+  (0.0ms) SAVEPOINT active_record_1
63761
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 40], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63762
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63763
+  (0.0ms) SAVEPOINT active_record_1
63764
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63765
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63766
+  (0.6ms) rollback transaction
63767
+  (0.0ms) begin transaction
63768
+  (0.0ms) SAVEPOINT active_record_1
63769
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 108' LIMIT 1
63770
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 108' LIMIT 1
63771
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "107"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 108"], ["name", "Account 108"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 108"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63772
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63773
+  (0.0ms) SAVEPOINT active_record_1
63774
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 109' LIMIT 1
63775
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 109' LIMIT 1
63776
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "108"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 109"], ["name", "Account 109"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 109"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63777
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63778
+  (0.0ms) SAVEPOINT active_record_1
63779
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 46], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63780
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63781
+  (0.0ms) SAVEPOINT active_record_1
63782
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 41], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63783
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63784
+  (0.0ms) SAVEPOINT active_record_1
63785
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63786
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63787
+  (0.7ms) rollback transaction
63788
+  (0.0ms) begin transaction
63789
+  (0.0ms) SAVEPOINT active_record_1
63790
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 110' LIMIT 1
63791
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 110' LIMIT 1
63792
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "109"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 110"], ["name", "Account 110"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 110"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63793
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63794
+  (0.0ms) SAVEPOINT active_record_1
63795
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 111' LIMIT 1
63796
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 111' LIMIT 1
63797
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "110"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 111"], ["name", "Account 111"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 111"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63798
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63799
+  (0.0ms) SAVEPOINT active_record_1
63800
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 47], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63801
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63802
+  (0.0ms) SAVEPOINT active_record_1
63803
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 42], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63804
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63805
+  (0.0ms) SAVEPOINT active_record_1
63806
+ SQL (0.1ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 9], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63807
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63808
+  (0.0ms) SAVEPOINT active_record_1
63809
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 112' LIMIT 1
63810
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 112' LIMIT 1
63811
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "111"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 112"], ["name", "Account 112"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 112"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63812
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63813
+  (0.0ms) SAVEPOINT active_record_1
63814
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 113' LIMIT 1
63815
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 113' LIMIT 1
63816
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "112"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 113"], ["name", "Account 113"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 113"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63817
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63818
+  (0.0ms) SAVEPOINT active_record_1
63819
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 48], ["coalescing_panda_lti_account_id", 4], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63820
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63821
+  (0.0ms) SAVEPOINT active_record_1
63822
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 43], ["coalescing_panda_lti_account_id", 3], ["coalescing_panda_term_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63823
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63824
+  (0.0ms) SAVEPOINT active_record_1
63825
+ CoalescingPanda::Course Load (0.2ms) SELECT "coalescing_panda_courses".* FROM "coalescing_panda_courses" WHERE "coalescing_panda_courses"."id" = ? LIMIT 1 [["id", 2]]
63826
+ SQL (0.2ms) UPDATE "coalescing_panda_sections" SET "coalescing_panda_course_id" = ?, "updated_at" = ? WHERE "coalescing_panda_sections"."id" = 1 [["coalescing_panda_course_id", 2], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63827
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63828
+  (0.0ms) SAVEPOINT active_record_1
63829
+ SQL (0.2ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63830
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63831
+  (0.0ms) SAVEPOINT active_record_1
63832
+ SQL (0.2ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 15], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test18@test.com"], ["name", "Factory User 18"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63833
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63834
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '15' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 3]]
63835
+ CoalescingPanda::Section Load (0.1ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '9' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 2]]
63836
+  (0.8ms) rollback transaction
63837
+  (0.0ms) begin transaction
63838
+  (0.0ms) SAVEPOINT active_record_1
63839
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 114' LIMIT 1
63840
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 114' LIMIT 1
63841
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "113"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 114"], ["name", "Account 114"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 114"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63842
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63843
+  (0.0ms) SAVEPOINT active_record_1
63844
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 115' LIMIT 1
63845
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 115' LIMIT 1
63846
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "114"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 115"], ["name", "Account 115"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 115"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63847
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63848
+  (0.0ms) SAVEPOINT active_record_1
63849
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 49], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63850
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63851
+  (0.0ms) SAVEPOINT active_record_1
63852
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 44], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63853
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63854
+  (0.0ms) SAVEPOINT active_record_1
63855
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63856
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63857
+  (0.8ms) rollback transaction
63858
+  (0.0ms) begin transaction
63859
+  (0.0ms) SAVEPOINT active_record_1
63860
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 116' LIMIT 1
63861
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 116' LIMIT 1
63862
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "115"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 116"], ["name", "Account 116"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 116"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63863
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63864
+  (0.0ms) SAVEPOINT active_record_1
63865
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 117' LIMIT 1
63866
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 117' LIMIT 1
63867
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "116"], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["key", "Key 117"], ["name", "Account 117"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 117"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63868
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63869
+  (0.0ms) SAVEPOINT active_record_1
63870
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 50], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63871
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63872
+  (0.0ms) SAVEPOINT active_record_1
63873
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 45], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63874
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63875
+  (0.0ms) SAVEPOINT active_record_1
63876
+ SQL (0.1ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "9"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63877
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63878
+  (0.0ms) SAVEPOINT active_record_1
63879
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63880
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63881
+  (0.0ms) SAVEPOINT active_record_1
63882
+ SQL (0.2ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 16], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00], ["email", "test19@test.com"], ["name", "Factory User 19"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:44:07 UTC +00:00]]
63883
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63884
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '16' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
63885
+ CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '9' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
63886
+  (1.2ms) rollback transaction
63887
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
63888
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
63889
+  (0.1ms) begin transaction
63890
+  (0.0ms) rollback transaction
63891
+  (0.0ms) begin transaction
63892
+ Processing by CoalescingPanda::LtiController#lti_config as HTML
63893
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
63894
+  (0.0ms) rollback transaction
63895
+  (0.1ms) begin transaction
63896
+ Processing by CoalescingPanda::LtiController#lti_config as HTML
63897
+ Completed 500 Internal Server Error in 1ms
63898
+  (0.0ms) rollback transaction
63899
+  (0.0ms) begin transaction
63900
+ Processing by CoalescingPanda::Oauth2Controller#redirect as HTML
63901
+ Parameters: {"user_id"=>"1", "api_domain"=>"foo.com", "code"=>"bar"}
63902
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
63903
+ CoalescingPanda::CanvasApiAuth Load (0.1ms) SELECT "coalescing_panda_canvas_api_auths".* FROM "coalescing_panda_canvas_api_auths" WHERE "coalescing_panda_canvas_api_auths"."user_id" = 1 AND "coalescing_panda_canvas_api_auths"."api_domain" = 'foo.com' LIMIT 1
63904
+  (0.0ms) rollback transaction
63905
+  (0.1ms) begin transaction
63906
+ Processing by CoalescingPanda::Oauth2Controller#redirect as HTML
63907
+ Parameters: {"error"=>"your face"}
63908
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
63909
+  (0.1ms) SELECT COUNT(*) FROM "coalescing_panda_canvas_api_auths"
63910
+  (0.1ms) rollback transaction
63911
+  (0.0ms) begin transaction
63912
+  (0.0ms) rollback transaction
63913
+  (0.0ms) begin transaction
63914
+  (0.0ms) rollback transaction
63915
+  (0.0ms) begin transaction
63916
+  (0.0ms) SAVEPOINT active_record_1
63917
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 1' LIMIT 1
63918
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 1' LIMIT 1
63919
+ SQL (2.5ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "1"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 1"], ["name", "Account 1"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 1"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63920
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63921
+  (0.0ms) SAVEPOINT active_record_1
63922
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 2' LIMIT 1
63923
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 2' LIMIT 1
63924
+ SQL (1.0ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "2"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 2"], ["name", "Account 2"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 2"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63925
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63926
+  (0.1ms) SAVEPOINT active_record_1
63927
+ SQL (0.3ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 1], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63928
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63929
+  (0.0ms) SAVEPOINT active_record_1
63930
+ SQL (0.3ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 1], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63931
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63932
+  (6.9ms) rollback transaction
63933
+  (0.1ms) begin transaction
63934
+  (0.0ms) SAVEPOINT active_record_1
63935
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 3' LIMIT 1
63936
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 3' LIMIT 1
63937
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "3"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 3"], ["name", "Account 3"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 3"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63938
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63939
+  (0.0ms) SAVEPOINT active_record_1
63940
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 4' LIMIT 1
63941
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 4' LIMIT 1
63942
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "4"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 4"], ["name", "Account 4"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 4"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63943
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63944
+  (0.0ms) SAVEPOINT active_record_1
63945
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 2], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63946
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63947
+  (0.0ms) SAVEPOINT active_record_1
63948
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 2], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63949
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63950
+  (0.7ms) rollback transaction
63951
+  (0.0ms) begin transaction
63952
+  (0.0ms) SAVEPOINT active_record_1
63953
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 5' LIMIT 1
63954
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 5' LIMIT 1
63955
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "5"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 5"], ["name", "Account 5"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 5"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63956
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63957
+  (0.0ms) SAVEPOINT active_record_1
63958
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 6' LIMIT 1
63959
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 6' LIMIT 1
63960
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "6"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 6"], ["name", "Account 6"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 6"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63961
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63962
+  (0.0ms) SAVEPOINT active_record_1
63963
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 3], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63964
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63965
+  (0.0ms) SAVEPOINT active_record_1
63966
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 3], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63967
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63968
+  (0.0ms) SAVEPOINT active_record_1
63969
+ SQL (0.2ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "1"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63970
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63971
+  (0.0ms) SAVEPOINT active_record_1
63972
+ SQL (0.2ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "1"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63973
+ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_assignments.coalescing_panda_course_id, coalescing_panda_assignments.canvas_assignment_id: INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)
63974
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
63975
+  (0.7ms) rollback transaction
63976
+  (0.0ms) begin transaction
63977
+  (0.0ms) SAVEPOINT active_record_1
63978
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 7' LIMIT 1
63979
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 7' LIMIT 1
63980
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "7"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 7"], ["name", "Account 7"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 7"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63981
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63982
+  (0.0ms) SAVEPOINT active_record_1
63983
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 8' LIMIT 1
63984
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 8' LIMIT 1
63985
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "8"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 8"], ["name", "Account 8"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 8"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63986
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63987
+  (0.0ms) SAVEPOINT active_record_1
63988
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 4], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63989
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63990
+  (0.0ms) SAVEPOINT active_record_1
63991
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 4], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
63992
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63993
+  (0.6ms) rollback transaction
63994
+  (0.0ms) begin transaction
63995
+ CoalescingPanda::CanvasApiAuth Load (0.1ms) SELECT "coalescing_panda_canvas_api_auths".* FROM "coalescing_panda_canvas_api_auths" ORDER BY "coalescing_panda_canvas_api_auths"."id" ASC LIMIT 1
63996
+  (0.0ms) SAVEPOINT active_record_1
63997
+ SQL (0.3ms) INSERT INTO "coalescing_panda_canvas_api_auths" ("created_at", "updated_at", "user_id") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["user_id", "a"]]
63998
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63999
+ CoalescingPanda::CanvasApiAuth Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" = 'a' AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
64000
+ CoalescingPanda::CanvasApiAuth Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" = 'a' AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
64001
+ CoalescingPanda::CanvasApiAuth Load (0.1ms) SELECT "coalescing_panda_canvas_api_auths".* FROM "coalescing_panda_canvas_api_auths"
64002
+ CoalescingPanda::CanvasApiAuth Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" = 'a' AND "coalescing_panda_canvas_api_auths"."api_domain" = '1') LIMIT 1
64003
+ CoalescingPanda::CanvasApiAuth Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" = 'a' AND "coalescing_panda_canvas_api_auths"."api_domain" = '1') LIMIT 1
64004
+  (0.5ms) rollback transaction
64005
+  (0.0ms) begin transaction
64006
+ CoalescingPanda::CanvasApiAuth Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" IS NULL AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
64007
+ CoalescingPanda::CanvasApiAuth Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" IS NULL AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
64008
+  (0.0ms) rollback transaction
64009
+  (0.0ms) begin transaction
64010
+ CoalescingPanda::CanvasApiAuth Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" IS NULL AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
64011
+ CoalescingPanda::CanvasApiAuth Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_canvas_api_auths" WHERE ("coalescing_panda_canvas_api_auths"."user_id" IS NULL AND "coalescing_panda_canvas_api_auths"."api_domain" IS NULL) LIMIT 1
64012
+  (0.0ms) rollback transaction
64013
+  (0.0ms) begin transaction
64014
+  (0.0ms) SAVEPOINT active_record_1
64015
+ SQL (0.3ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["status", "Pending"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64016
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64017
+  (0.0ms) SAVEPOINT active_record_1
64018
+ SQL (0.3ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["status", "Pending"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64019
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64020
+  (0.0ms) SAVEPOINT active_record_1
64021
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["status", "Pending"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64022
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64023
+ CoalescingPanda::CanvasBatch Load (0.1ms) SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" ORDER BY created_at DESC
64024
+  (0.7ms) rollback transaction
64025
+  (0.0ms) begin transaction
64026
+  (0.0ms) rollback transaction
64027
+  (0.0ms) begin transaction
64028
+  (0.0ms) rollback transaction
64029
+  (0.0ms) begin transaction
64030
+  (0.0ms) rollback transaction
64031
+  (0.0ms) begin transaction
64032
+  (0.0ms) rollback transaction
64033
+  (0.0ms) begin transaction
64034
+  (0.0ms) rollback transaction
64035
+  (0.0ms) begin transaction
64036
+  (0.0ms) rollback transaction
64037
+  (0.0ms) begin transaction
64038
+  (0.0ms) SAVEPOINT active_record_1
64039
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 9' LIMIT 1
64040
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 9' LIMIT 1
64041
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "9"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 9"], ["name", "Account 9"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 9"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64042
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64043
+  (0.0ms) SAVEPOINT active_record_1
64044
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 10' LIMIT 1
64045
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 10' LIMIT 1
64046
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "10"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 10"], ["name", "Account 10"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 10"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64047
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64048
+  (0.0ms) SAVEPOINT active_record_1
64049
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 5], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64050
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64051
+  (0.7ms) rollback transaction
64052
+  (0.0ms) begin transaction
64053
+  (0.0ms) SAVEPOINT active_record_1
64054
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 11' LIMIT 1
64055
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 11' LIMIT 1
64056
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "11"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 11"], ["name", "Account 11"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 11"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64057
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64058
+  (0.0ms) SAVEPOINT active_record_1
64059
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 12' LIMIT 1
64060
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 12' LIMIT 1
64061
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "12"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 12"], ["name", "Account 12"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 12"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64062
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64063
+  (0.0ms) SAVEPOINT active_record_1
64064
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 6], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64065
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64066
+  (0.6ms) rollback transaction
64067
+  (0.0ms) begin transaction
64068
+  (0.0ms) SAVEPOINT active_record_1
64069
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 13' LIMIT 1
64070
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 13' LIMIT 1
64071
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "13"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 13"], ["name", "Account 13"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 13"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64072
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64073
+  (0.0ms) SAVEPOINT active_record_1
64074
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 14' LIMIT 1
64075
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 14' LIMIT 1
64076
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "14"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 14"], ["name", "Account 14"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 14"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64077
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64078
+  (0.0ms) SAVEPOINT active_record_1
64079
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 7], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64080
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64081
+  (0.0ms) SAVEPOINT active_record_1
64082
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", "1"], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64083
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64084
+  (0.0ms) SAVEPOINT active_record_1
64085
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 15' LIMIT 1
64086
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 15' LIMIT 1
64087
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "15"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 15"], ["name", "Account 15"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 15"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64088
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64089
+  (0.0ms) SAVEPOINT active_record_1
64090
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 8], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64091
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64092
+  (0.0ms) SAVEPOINT active_record_1
64093
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", "1"], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64094
+ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_courses.coalescing_panda_lti_account_id, coalescing_panda_courses.canvas_course_id: INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)
64095
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
64096
+  (0.7ms) rollback transaction
64097
+  (0.0ms) begin transaction
64098
+  (0.0ms) SAVEPOINT active_record_1
64099
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 16' LIMIT 1
64100
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 16' LIMIT 1
64101
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "16"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 16"], ["name", "Account 16"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 16"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64102
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64103
+  (0.0ms) SAVEPOINT active_record_1
64104
+ SQL (0.3ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 9], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64105
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64106
+  (0.0ms) SAVEPOINT active_record_1
64107
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 17' LIMIT 1
64108
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 17' LIMIT 1
64109
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "17"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 17"], ["name", "Account 17"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 17"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64110
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64111
+  (0.0ms) SAVEPOINT active_record_1
64112
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", "1"], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64113
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64114
+  (0.0ms) SAVEPOINT active_record_1
64115
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 18' LIMIT 1
64116
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 18' LIMIT 1
64117
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "18"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 18"], ["name", "Account 18"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 18"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64118
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64119
+  (0.1ms) SAVEPOINT active_record_1
64120
+ SQL (0.3ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", "1"], ["coalescing_panda_lti_account_id", 3], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64121
+ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_courses.coalescing_panda_term_id, coalescing_panda_courses.canvas_course_id: INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)
64122
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
64123
+  (0.9ms) rollback transaction
64124
+  (0.1ms) begin transaction
64125
+  (0.0ms) SAVEPOINT active_record_1
64126
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 19' LIMIT 1
64127
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 19' LIMIT 1
64128
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "19"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 19"], ["name", "Account 19"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 19"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64129
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64130
+  (0.0ms) SAVEPOINT active_record_1
64131
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 20' LIMIT 1
64132
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 20' LIMIT 1
64133
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "20"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 20"], ["name", "Account 20"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 20"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64134
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64135
+  (0.0ms) SAVEPOINT active_record_1
64136
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 10], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64137
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64138
+  (0.8ms) rollback transaction
64139
+  (0.0ms) begin transaction
64140
+  (0.0ms) rollback transaction
64141
+  (0.0ms) begin transaction
64142
+  (0.0ms) rollback transaction
64143
+  (0.0ms) begin transaction
64144
+  (0.0ms) SAVEPOINT active_record_1
64145
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 21' LIMIT 1
64146
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 21' LIMIT 1
64147
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "21"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 21"], ["name", "Account 21"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 21"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64148
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64149
+  (0.1ms) SAVEPOINT active_record_1
64150
+ SQL (0.5ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["email", "test1@test.com"], ["name", "Factory User 1"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64151
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64152
+  (0.0ms) SAVEPOINT active_record_1
64153
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 22' LIMIT 1
64154
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 22' LIMIT 1
64155
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "22"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 22"], ["name", "Account 22"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 22"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64156
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64157
+  (0.0ms) SAVEPOINT active_record_1
64158
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 23' LIMIT 1
64159
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 23' LIMIT 1
64160
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "23"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 23"], ["name", "Account 23"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 23"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64161
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64162
+  (0.0ms) SAVEPOINT active_record_1
64163
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 11], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64164
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64165
+  (0.0ms) SAVEPOINT active_record_1
64166
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 7], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64167
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64168
+  (0.1ms) SAVEPOINT active_record_1
64169
+ SQL (0.3ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64170
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64171
+  (0.9ms) rollback transaction
64172
+  (0.1ms) begin transaction
64173
+  (0.0ms) SAVEPOINT active_record_1
64174
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 24' LIMIT 1
64175
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 24' LIMIT 1
64176
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "24"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 24"], ["name", "Account 24"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 24"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64177
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64178
+  (0.0ms) SAVEPOINT active_record_1
64179
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["email", "test2@test.com"], ["name", "Factory User 2"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64180
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64181
+  (0.0ms) SAVEPOINT active_record_1
64182
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 25' LIMIT 1
64183
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 25' LIMIT 1
64184
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "25"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 25"], ["name", "Account 25"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 25"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64185
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64186
+  (0.0ms) SAVEPOINT active_record_1
64187
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 26' LIMIT 1
64188
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 26' LIMIT 1
64189
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "26"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 26"], ["name", "Account 26"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 26"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64190
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64191
+  (0.1ms) SAVEPOINT active_record_1
64192
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 12], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64193
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64194
+  (0.0ms) SAVEPOINT active_record_1
64195
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 8], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64196
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64197
+  (0.0ms) SAVEPOINT active_record_1
64198
+ SQL (0.2ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 2], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64199
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64200
+  (0.9ms) rollback transaction
64201
+  (0.0ms) begin transaction
64202
+  (0.0ms) SAVEPOINT active_record_1
64203
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 27' LIMIT 1
64204
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 27' LIMIT 1
64205
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "27"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 27"], ["name", "Account 27"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 27"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64206
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64207
+  (0.0ms) SAVEPOINT active_record_1
64208
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["email", "test3@test.com"], ["name", "Factory User 3"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64209
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64210
+  (0.0ms) SAVEPOINT active_record_1
64211
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 28' LIMIT 1
64212
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 28' LIMIT 1
64213
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "28"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 28"], ["name", "Account 28"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 28"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64214
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64215
+  (0.0ms) SAVEPOINT active_record_1
64216
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 29' LIMIT 1
64217
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 29' LIMIT 1
64218
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "29"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 29"], ["name", "Account 29"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 29"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64219
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64220
+  (0.0ms) SAVEPOINT active_record_1
64221
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 13], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64222
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64223
+  (0.0ms) SAVEPOINT active_record_1
64224
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 9], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64225
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64226
+  (0.1ms) SAVEPOINT active_record_1
64227
+ SQL (0.2ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 3], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64228
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64229
+  (1.0ms) rollback transaction
64230
+  (0.1ms) begin transaction
64231
+  (0.0ms) SAVEPOINT active_record_1
64232
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 30' LIMIT 1
64233
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 30' LIMIT 1
64234
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "30"], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["key", "Key 30"], ["name", "Account 30"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 30"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64235
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64236
+  (0.0ms) SAVEPOINT active_record_1
64237
+ SQL (0.4ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 4], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00], ["email", "test4@test.com"], ["name", "Factory User 4"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:00 UTC +00:00]]
64238
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64239
+  (0.0ms) SAVEPOINT active_record_1
64240
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 31' LIMIT 1
64241
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 31' LIMIT 1
64242
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "31"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 31"], ["name", "Account 31"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 31"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64243
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64244
+  (0.0ms) SAVEPOINT active_record_1
64245
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 32' LIMIT 1
64246
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 32' LIMIT 1
64247
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "32"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 32"], ["name", "Account 32"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 32"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64248
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64249
+  (0.0ms) SAVEPOINT active_record_1
64250
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 14], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64251
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64252
+  (0.0ms) SAVEPOINT active_record_1
64253
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 10], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64254
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64255
+  (0.0ms) SAVEPOINT active_record_1
64256
+ SQL (0.2ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 4], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64257
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64258
+  (0.1ms) SAVEPOINT active_record_1
64259
+ SQL (0.3ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 3], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64260
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64261
+  (0.0ms) SAVEPOINT active_record_1
64262
+ SQL (0.3ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 4], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64263
+ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_enrollments.coalescing_panda_user_id, coalescing_panda_enrollments.coalescing_panda_section_id, coalescing_panda_enrollments.enrollment_type: INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)
64264
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
64265
+  (0.9ms) rollback transaction
64266
+  (0.1ms) begin transaction
64267
+  (0.0ms) SAVEPOINT active_record_1
64268
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 33' LIMIT 1
64269
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 33' LIMIT 1
64270
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "33"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 33"], ["name", "Account 33"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 33"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64271
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64272
+  (0.0ms) SAVEPOINT active_record_1
64273
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 5], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test5@test.com"], ["name", "Factory User 5"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64274
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64275
+  (0.1ms) SAVEPOINT active_record_1
64276
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 34' LIMIT 1
64277
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 34' LIMIT 1
64278
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "34"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 34"], ["name", "Account 34"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 34"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64279
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64280
+  (0.0ms) SAVEPOINT active_record_1
64281
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 35' LIMIT 1
64282
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 35' LIMIT 1
64283
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "35"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 35"], ["name", "Account 35"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 35"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64284
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64285
+  (0.0ms) SAVEPOINT active_record_1
64286
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 15], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64287
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64288
+  (0.0ms) SAVEPOINT active_record_1
64289
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 11], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64290
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64291
+  (0.0ms) SAVEPOINT active_record_1
64292
+ SQL (0.1ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 5], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64293
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64294
+  (0.0ms) SAVEPOINT active_record_1
64295
+ SQL (0.2ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 5], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64296
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64297
+  (0.0ms) SAVEPOINT active_record_1
64298
+ SQL (0.1ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 6], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["enrollment_type", "TeacherEnrollment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64299
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64300
+  (0.8ms) rollback transaction
64301
+  (0.0ms) begin transaction
64302
+  (0.0ms) SAVEPOINT active_record_1
64303
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 36' LIMIT 1
64304
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 36' LIMIT 1
64305
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "36"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 36"], ["name", "Account 36"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 36"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64306
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64307
+  (0.0ms) SAVEPOINT active_record_1
64308
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 6], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test6@test.com"], ["name", "Factory User 6"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64309
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64310
+  (0.0ms) SAVEPOINT active_record_1
64311
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 37' LIMIT 1
64312
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 37' LIMIT 1
64313
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "37"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 37"], ["name", "Account 37"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 37"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64314
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64315
+  (0.0ms) SAVEPOINT active_record_1
64316
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 38' LIMIT 1
64317
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 38' LIMIT 1
64318
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "38"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 38"], ["name", "Account 38"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 38"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64319
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64320
+  (0.0ms) SAVEPOINT active_record_1
64321
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 16], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64322
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64323
+  (0.0ms) SAVEPOINT active_record_1
64324
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 12], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64325
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64326
+  (0.0ms) SAVEPOINT active_record_1
64327
+ SQL (0.1ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 6], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64328
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64329
+  (0.8ms) rollback transaction
64330
+  (0.1ms) begin transaction
64331
+  (0.0ms) rollback transaction
64332
+  (0.0ms) begin transaction
64333
+  (0.0ms) rollback transaction
64334
+  (0.0ms) begin transaction
64335
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 39' LIMIT 1
64336
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 39' LIMIT 1
64337
+  (0.0ms) rollback transaction
64338
+  (0.0ms) begin transaction
64339
+  (0.0ms) rollback transaction
64340
+  (0.0ms) begin transaction
64341
+  (0.0ms) rollback transaction
64342
+  (0.0ms) begin transaction
64343
+  (0.0ms) rollback transaction
64344
+  (0.0ms) begin transaction
64345
+  (0.0ms) SAVEPOINT active_record_1
64346
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 40' LIMIT 1
64347
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 40' LIMIT 1
64348
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "39"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 40"], ["name", "Account 40"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 40"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64349
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64350
+  (0.0ms) SAVEPOINT active_record_1
64351
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 41' LIMIT 1
64352
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 41' LIMIT 1
64353
+ SQL (0.4ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "40"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 41"], ["name", "Account 41"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 41"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64354
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64355
+  (0.1ms) SAVEPOINT active_record_1
64356
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 17], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64357
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64358
+  (0.1ms) SAVEPOINT active_record_1
64359
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 13], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64360
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64361
+  (0.8ms) rollback transaction
64362
+  (0.0ms) begin transaction
64363
+  (0.0ms) SAVEPOINT active_record_1
64364
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 42' LIMIT 1
64365
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 42' LIMIT 1
64366
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "41"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 42"], ["name", "Account 42"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 42"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64367
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64368
+  (0.0ms) SAVEPOINT active_record_1
64369
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 43' LIMIT 1
64370
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 43' LIMIT 1
64371
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "42"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 43"], ["name", "Account 43"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 43"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64372
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64373
+  (0.0ms) SAVEPOINT active_record_1
64374
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 18], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64375
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64376
+  (0.0ms) SAVEPOINT active_record_1
64377
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 14], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64378
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64379
+  (0.7ms) rollback transaction
64380
+  (0.0ms) begin transaction
64381
+  (0.0ms) SAVEPOINT active_record_1
64382
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 44' LIMIT 1
64383
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 44' LIMIT 1
64384
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "43"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 44"], ["name", "Account 44"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 44"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64385
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64386
+  (0.0ms) SAVEPOINT active_record_1
64387
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 45' LIMIT 1
64388
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 45' LIMIT 1
64389
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "44"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 45"], ["name", "Account 45"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 45"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64390
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64391
+  (0.0ms) SAVEPOINT active_record_1
64392
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 19], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64393
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64394
+  (0.1ms) SAVEPOINT active_record_1
64395
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 15], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64396
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64397
+  (0.0ms) SAVEPOINT active_record_1
64398
+ SQL (0.2ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", "1"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64399
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64400
+  (0.0ms) SAVEPOINT active_record_1
64401
+ SQL (0.2ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", "1"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64402
+ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_sections.coalescing_panda_course_id, coalescing_panda_sections.canvas_section_id: INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)
64403
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
64404
+  (0.9ms) rollback transaction
64405
+  (0.1ms) begin transaction
64406
+  (0.0ms) SAVEPOINT active_record_1
64407
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 46' LIMIT 1
64408
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 46' LIMIT 1
64409
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "45"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 46"], ["name", "Account 46"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 46"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64410
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64411
+  (0.0ms) SAVEPOINT active_record_1
64412
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 47' LIMIT 1
64413
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 47' LIMIT 1
64414
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "46"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 47"], ["name", "Account 47"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 47"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64415
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64416
+  (0.0ms) SAVEPOINT active_record_1
64417
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 20], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64418
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64419
+  (0.0ms) SAVEPOINT active_record_1
64420
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 16], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64421
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64422
+  (0.6ms) rollback transaction
64423
+  (0.0ms) begin transaction
64424
+  (0.0ms) rollback transaction
64425
+  (0.0ms) begin transaction
64426
+  (0.0ms) rollback transaction
64427
+  (0.0ms) begin transaction
64428
+  (0.0ms) SAVEPOINT active_record_1
64429
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 48' LIMIT 1
64430
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 48' LIMIT 1
64431
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "47"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 48"], ["name", "Account 48"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 48"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64432
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64433
+  (0.0ms) SAVEPOINT active_record_1
64434
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 7], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test7@test.com"], ["name", "Factory User 7"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64435
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64436
+  (0.0ms) SAVEPOINT active_record_1
64437
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 49' LIMIT 1
64438
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 49' LIMIT 1
64439
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "48"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 49"], ["name", "Account 49"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 49"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64440
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64441
+  (0.0ms) SAVEPOINT active_record_1
64442
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 50' LIMIT 1
64443
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 50' LIMIT 1
64444
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "49"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 50"], ["name", "Account 50"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 50"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64445
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64446
+  (0.0ms) SAVEPOINT active_record_1
64447
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 21], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64448
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64449
+  (0.0ms) SAVEPOINT active_record_1
64450
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 17], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64451
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64452
+  (0.0ms) SAVEPOINT active_record_1
64453
+ SQL (0.1ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "3"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64454
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64455
+  (0.8ms) rollback transaction
64456
+  (0.1ms) begin transaction
64457
+  (0.0ms) SAVEPOINT active_record_1
64458
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 51' LIMIT 1
64459
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 51' LIMIT 1
64460
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "50"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 51"], ["name", "Account 51"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 51"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64461
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64462
+  (0.0ms) SAVEPOINT active_record_1
64463
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 8], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test8@test.com"], ["name", "Factory User 8"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64464
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64465
+  (0.0ms) SAVEPOINT active_record_1
64466
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 52' LIMIT 1
64467
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 52' LIMIT 1
64468
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "51"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 52"], ["name", "Account 52"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 52"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64469
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64470
+  (0.0ms) SAVEPOINT active_record_1
64471
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 53' LIMIT 1
64472
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 53' LIMIT 1
64473
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "52"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 53"], ["name", "Account 53"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 53"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64474
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64475
+  (0.0ms) SAVEPOINT active_record_1
64476
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 22], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64477
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64478
+  (0.0ms) SAVEPOINT active_record_1
64479
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 18], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64480
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64481
+  (0.0ms) SAVEPOINT active_record_1
64482
+ SQL (0.2ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "4"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64483
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64484
+  (0.9ms) rollback transaction
64485
+  (0.0ms) begin transaction
64486
+  (0.0ms) SAVEPOINT active_record_1
64487
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 54' LIMIT 1
64488
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 54' LIMIT 1
64489
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "53"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 54"], ["name", "Account 54"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 54"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64490
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64491
+  (0.0ms) SAVEPOINT active_record_1
64492
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 9], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test9@test.com"], ["name", "Factory User 9"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64493
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64494
+  (0.0ms) SAVEPOINT active_record_1
64495
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 55' LIMIT 1
64496
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 55' LIMIT 1
64497
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "54"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 55"], ["name", "Account 55"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 55"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64498
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64499
+  (0.0ms) SAVEPOINT active_record_1
64500
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 56' LIMIT 1
64501
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 56' LIMIT 1
64502
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "55"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 56"], ["name", "Account 56"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 56"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64503
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64504
+  (0.0ms) SAVEPOINT active_record_1
64505
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 23], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64506
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64507
+  (0.0ms) SAVEPOINT active_record_1
64508
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 19], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64509
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64510
+  (0.0ms) SAVEPOINT active_record_1
64511
+ SQL (0.1ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "5"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64512
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64513
+  (0.9ms) rollback transaction
64514
+  (0.1ms) begin transaction
64515
+  (0.0ms) SAVEPOINT active_record_1
64516
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 57' LIMIT 1
64517
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 57' LIMIT 1
64518
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "56"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 57"], ["name", "Account 57"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 57"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64519
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64520
+  (0.0ms) SAVEPOINT active_record_1
64521
+ SQL (0.4ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 10], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test10@test.com"], ["name", "Factory User 10"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64522
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64523
+  (0.0ms) SAVEPOINT active_record_1
64524
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 58' LIMIT 1
64525
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 58' LIMIT 1
64526
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "57"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 58"], ["name", "Account 58"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 58"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64527
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64528
+  (0.1ms) SAVEPOINT active_record_1
64529
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 59' LIMIT 1
64530
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 59' LIMIT 1
64531
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "58"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 59"], ["name", "Account 59"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 59"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64532
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64533
+  (0.1ms) SAVEPOINT active_record_1
64534
+ SQL (0.3ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 24], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64535
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64536
+  (0.0ms) SAVEPOINT active_record_1
64537
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 20], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64538
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64539
+  (0.0ms) SAVEPOINT active_record_1
64540
+ SQL (0.2ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "6"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64541
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64542
+  (0.0ms) SAVEPOINT active_record_1
64543
+ SQL (0.3ms) INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_submission_id", "1"], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64544
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64545
+  (0.0ms) SAVEPOINT active_record_1
64546
+ SQL (0.2ms) INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_submission_id", "1"], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64547
+ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_submissions.coalescing_panda_user_id, coalescing_panda_submissions.coalescing_panda_assignment_id, coalescing_panda_submissions.canvas_submission_id: INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)
64548
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
64549
+  (0.8ms) rollback transaction
64550
+  (0.0ms) begin transaction
64551
+  (0.0ms) SAVEPOINT active_record_1
64552
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 60' LIMIT 1
64553
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 60' LIMIT 1
64554
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "59"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 60"], ["name", "Account 60"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 60"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64555
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64556
+  (0.0ms) SAVEPOINT active_record_1
64557
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 11], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test11@test.com"], ["name", "Factory User 11"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64558
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64559
+  (0.0ms) SAVEPOINT active_record_1
64560
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 61' LIMIT 1
64561
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 61' LIMIT 1
64562
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "60"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 61"], ["name", "Account 61"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 61"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64563
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64564
+  (0.0ms) SAVEPOINT active_record_1
64565
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 62' LIMIT 1
64566
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 62' LIMIT 1
64567
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "61"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 62"], ["name", "Account 62"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 62"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64568
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64569
+  (0.0ms) SAVEPOINT active_record_1
64570
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 25], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64571
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64572
+  (0.0ms) SAVEPOINT active_record_1
64573
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 21], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64574
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64575
+  (0.0ms) SAVEPOINT active_record_1
64576
+ SQL (0.1ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "7"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64577
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64578
+  (0.0ms) SAVEPOINT active_record_1
64579
+ SQL (0.1ms) INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_submission_id", "1"], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64580
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64581
+  (0.0ms) SAVEPOINT active_record_1
64582
+ SQL (0.1ms) INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_submission_id", "2"], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64583
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64584
+  (0.8ms) rollback transaction
64585
+  (0.1ms) begin transaction
64586
+  (0.0ms) SAVEPOINT active_record_1
64587
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 63' LIMIT 1
64588
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 63' LIMIT 1
64589
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "62"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 63"], ["name", "Account 63"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 63"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64590
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64591
+  (0.0ms) SAVEPOINT active_record_1
64592
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 12], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test12@test.com"], ["name", "Factory User 12"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64593
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64594
+  (0.0ms) SAVEPOINT active_record_1
64595
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 64' LIMIT 1
64596
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 64' LIMIT 1
64597
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "63"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 64"], ["name", "Account 64"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 64"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64598
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64599
+  (0.0ms) SAVEPOINT active_record_1
64600
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 65' LIMIT 1
64601
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 65' LIMIT 1
64602
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "64"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 65"], ["name", "Account 65"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 65"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64603
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64604
+  (0.1ms) SAVEPOINT active_record_1
64605
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 26], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64606
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64607
+  (0.1ms) SAVEPOINT active_record_1
64608
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 22], ["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64609
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64610
+  (0.1ms) SAVEPOINT active_record_1
64611
+ SQL (0.1ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "8"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64612
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64613
+  (0.8ms) rollback transaction
64614
+  (0.0ms) begin transaction
64615
+  (0.0ms) rollback transaction
64616
+  (0.0ms) begin transaction
64617
+  (0.0ms) rollback transaction
64618
+  (0.0ms) begin transaction
64619
+  (0.0ms) SAVEPOINT active_record_1
64620
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 66' LIMIT 1
64621
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 66' LIMIT 1
64622
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "65"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 66"], ["name", "Account 66"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 66"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64623
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64624
+  (0.4ms) rollback transaction
64625
+  (0.0ms) begin transaction
64626
+  (0.0ms) SAVEPOINT active_record_1
64627
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 67' LIMIT 1
64628
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 67' LIMIT 1
64629
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "66"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 67"], ["name", "Account 67"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 67"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64630
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64631
+  (0.0ms) SAVEPOINT active_record_1
64632
+ SQL (0.3ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", "1"], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64633
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64634
+  (0.0ms) SAVEPOINT active_record_1
64635
+ SQL (0.3ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", "1"], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64636
+ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_terms.canvas_term_id, coalescing_panda_terms.coalescing_panda_lti_account_id: INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)
64637
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
64638
+  (0.7ms) rollback transaction
64639
+  (0.0ms) begin transaction
64640
+  (0.0ms) rollback transaction
64641
+  (0.0ms) begin transaction
64642
+  (0.0ms) rollback transaction
64643
+  (0.0ms) begin transaction
64644
+  (0.0ms) rollback transaction
64645
+  (0.0ms) begin transaction
64646
+  (0.0ms) rollback transaction
64647
+  (0.0ms) begin transaction
64648
+  (0.0ms) SAVEPOINT active_record_1
64649
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 68' LIMIT 1
64650
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 68' LIMIT 1
64651
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "67"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 68"], ["name", "Account 68"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 68"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64652
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64653
+  (0.3ms) rollback transaction
64654
+  (0.0ms) begin transaction
64655
+  (0.0ms) SAVEPOINT active_record_1
64656
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 69' LIMIT 1
64657
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 69' LIMIT 1
64658
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "68"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 69"], ["name", "Account 69"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 69"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64659
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64660
+  (0.3ms) rollback transaction
64661
+  (0.0ms) begin transaction
64662
+  (0.0ms) SAVEPOINT active_record_1
64663
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 70' LIMIT 1
64664
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 70' LIMIT 1
64665
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "69"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 70"], ["name", "Account 70"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 70"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64666
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64667
+  (0.0ms) SAVEPOINT active_record_1
64668
+ SQL (0.3ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", "1"], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test15@test.com"], ["name", "Factory User 15"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64669
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64670
+  (0.0ms) SAVEPOINT active_record_1
64671
+ SQL (0.2ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", "1"], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test16@test.com"], ["name", "Factory User 16"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64672
+ SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_users.coalescing_panda_lti_account_id, coalescing_panda_users.canvas_user_id: INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)
64673
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
64674
+  (0.5ms) rollback transaction
64675
+  (0.0ms) begin transaction
64676
+  (0.0ms) SAVEPOINT active_record_1
64677
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 71' LIMIT 1
64678
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 71' LIMIT 1
64679
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "70"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 71"], ["name", "Account 71"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 71"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64680
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64681
+  (0.4ms) rollback transaction
64682
+  (0.0ms) begin transaction
64683
+  (0.0ms) SAVEPOINT active_record_1
64684
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 72' LIMIT 1
64685
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 72' LIMIT 1
64686
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "71"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 72"], ["name", "Account 72"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 72"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64687
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64688
+  (0.0ms) SAVEPOINT active_record_1
64689
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 73' LIMIT 1
64690
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 73' LIMIT 1
64691
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "72"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 73"], ["name", "Account 73"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 73"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64692
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64693
+  (0.0ms) SAVEPOINT active_record_1
64694
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 28], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64695
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64696
+  (0.0ms) SAVEPOINT active_record_1
64697
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 23], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64698
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64699
+  (0.0ms) SAVEPOINT active_record_1
64700
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64701
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64702
+ CoalescingPanda::CanvasBatch Load (0.1ms) SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" ORDER BY created_at ASC LIMIT 1
64703
+  (0.7ms) rollback transaction
64704
+  (0.0ms) begin transaction
64705
+  (0.0ms) SAVEPOINT active_record_1
64706
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 74' LIMIT 1
64707
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 74' LIMIT 1
64708
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "73"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 74"], ["name", "Account 74"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 74"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64709
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64710
+  (0.0ms) SAVEPOINT active_record_1
64711
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 75' LIMIT 1
64712
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 75' LIMIT 1
64713
+ SQL (0.4ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "74"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 75"], ["name", "Account 75"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 75"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64714
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64715
+  (0.0ms) SAVEPOINT active_record_1
64716
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 29], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64717
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64718
+  (0.1ms) SAVEPOINT active_record_1
64719
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 24], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64720
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64721
+  (0.0ms) SAVEPOINT active_record_1
64722
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64723
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64724
+  (0.7ms) rollback transaction
64725
+  (0.1ms) begin transaction
64726
+  (0.1ms) SAVEPOINT active_record_1
64727
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 76' LIMIT 1
64728
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 76' LIMIT 1
64729
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "75"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 76"], ["name", "Account 76"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 76"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64730
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64731
+  (0.0ms) SAVEPOINT active_record_1
64732
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 77' LIMIT 1
64733
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 77' LIMIT 1
64734
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "76"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 77"], ["name", "Account 77"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 77"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64735
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64736
+  (0.0ms) SAVEPOINT active_record_1
64737
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 30], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64738
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64739
+  (0.0ms) SAVEPOINT active_record_1
64740
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 25], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64741
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64742
+  (0.0ms) SAVEPOINT active_record_1
64743
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64744
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64745
+  (0.1ms) SAVEPOINT active_record_1
64746
+ SQL (0.2ms) UPDATE "coalescing_panda_canvas_batches" SET "status" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["status", "Started"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64747
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64748
+ CoalescingPanda::Section Load (0.2ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_section_id = '1') ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64749
+  (0.0ms) SAVEPOINT active_record_1
64750
+ SQL (0.3ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_section_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Course1"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64751
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64752
+  (0.0ms) SAVEPOINT active_record_1
64753
+ SQL (0.1ms) UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["percent_complete", 20.0], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64754
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64755
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '1') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
64756
+  (0.0ms) SAVEPOINT active_record_1
64757
+ SQL (0.2ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "teacher@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64758
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64759
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '2') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
64760
+  (0.0ms) SAVEPOINT active_record_1
64761
+ SQL (0.1ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "student1@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64762
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64763
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '3') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
64764
+  (0.0ms) SAVEPOINT active_record_1
64765
+ SQL (0.1ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "student2@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64766
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64767
+  (0.0ms) SAVEPOINT active_record_1
64768
+ SQL (0.1ms) UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["percent_complete", 40.0], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64769
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64770
+ CoalescingPanda::Enrollment Load (0.2ms) SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '1') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64771
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '1' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
64772
+ CoalescingPanda::Section Load (0.1ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64773
+  (0.0ms) SAVEPOINT active_record_1
64774
+ SQL (0.2ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 1], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Fri, 07 Nov 2014 21:17:54 UTC +00:00], ["enrollment_type", "TeacherEnrollment"], ["updated_at", Tue, 11 Nov 2014 22:11:19 UTC +00:00], ["workflow_state", "active"]]
64775
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64776
+ CoalescingPanda::Enrollment Load (0.1ms) SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '2') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64777
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '2' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
64778
+ CoalescingPanda::Section Load (0.1ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64779
+  (0.1ms) SAVEPOINT active_record_1
64780
+ SQL (0.2ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 2], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 2], ["created_at", Fri, 07 Nov 2014 21:18:16 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Thu, 20 Nov 2014 23:18:17 UTC +00:00], ["workflow_state", "active"]]
64781
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64782
+ CoalescingPanda::Enrollment Load (0.1ms) SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '3') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64783
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '3' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
64784
+ CoalescingPanda::Section Load (0.1ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64785
+  (0.8ms) SAVEPOINT active_record_1
64786
+ SQL (0.2ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 3], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 3], ["created_at", Fri, 07 Nov 2014 21:18:17 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Thu, 20 Nov 2014 23:18:21 UTC +00:00], ["workflow_state", "active"]]
64787
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64788
+  (0.0ms) SAVEPOINT active_record_1
64789
+ SQL (0.1ms) UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["percent_complete", 60.0], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64790
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64791
+ CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '1') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64792
+  (0.2ms) SAVEPOINT active_record_1
64793
+ SQL (0.2ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_assignment_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 18:04:38 UTC +00:00], ["description", "<p>What is your name?</p>"], ["name", "Gimme your name"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 18:04:42 UTC +00:00]]
64794
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64795
+ CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '2') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64796
+  (0.0ms) SAVEPOINT active_record_1
64797
+ SQL (0.1ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_assignment_id", 2], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 19:10:28 UTC +00:00], ["description", "<p>What is your Favorite Color?</p>"], ["name", "Favorite Color"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 19:10:30 UTC +00:00]]
64798
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64799
+  (0.0ms) SAVEPOINT active_record_1
64800
+ SQL (0.1ms) UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["percent_complete", 80.0], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64801
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64802
+ CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? [["coalescing_panda_course_id", 1]]
64803
+  (0.0ms) SAVEPOINT active_record_1
64804
+ SQL (0.1ms) UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["percent_complete", 100.0], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64805
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64806
+  (0.2ms) SAVEPOINT active_record_1
64807
+ SQL (0.1ms) UPDATE "coalescing_panda_canvas_batches" SET "status" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = 1 [["status", "Completed"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64808
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64809
+  (1.0ms) rollback transaction
64810
+  (0.0ms) begin transaction
64811
+  (0.0ms) SAVEPOINT active_record_1
64812
+ CoalescingPanda::LtiAccount Exists (0.2ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 78' LIMIT 1
64813
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 78' LIMIT 1
64814
+ SQL (0.4ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "77"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 78"], ["name", "Account 78"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 78"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64815
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64816
+  (0.1ms) SAVEPOINT active_record_1
64817
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 79' LIMIT 1
64818
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 79' LIMIT 1
64819
+ SQL (0.4ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "78"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 79"], ["name", "Account 79"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 79"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64820
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64821
+  (0.1ms) SAVEPOINT active_record_1
64822
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 31], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64823
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64824
+  (0.0ms) SAVEPOINT active_record_1
64825
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 26], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64826
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64827
+  (0.0ms) SAVEPOINT active_record_1
64828
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64829
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64830
+  (0.6ms) rollback transaction
64831
+  (0.0ms) begin transaction
64832
+  (0.0ms) SAVEPOINT active_record_1
64833
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 80' LIMIT 1
64834
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 80' LIMIT 1
64835
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "79"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 80"], ["name", "Account 80"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 80"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64836
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64837
+  (0.0ms) SAVEPOINT active_record_1
64838
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 81' LIMIT 1
64839
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 81' LIMIT 1
64840
+ SQL (0.7ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "80"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 81"], ["name", "Account 81"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 81"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64841
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64842
+  (0.0ms) SAVEPOINT active_record_1
64843
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 32], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64844
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64845
+  (0.0ms) SAVEPOINT active_record_1
64846
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 27], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64847
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64848
+  (0.0ms) SAVEPOINT active_record_1
64849
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64850
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64851
+  (1.0ms) rollback transaction
64852
+  (0.1ms) begin transaction
64853
+ CoalescingPanda::Section Load (0.1ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections"
64854
+  (0.0ms) SAVEPOINT active_record_1
64855
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 82' LIMIT 1
64856
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 82' LIMIT 1
64857
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "81"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 82"], ["name", "Account 82"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 82"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64858
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64859
+  (0.0ms) SAVEPOINT active_record_1
64860
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 83' LIMIT 1
64861
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 83' LIMIT 1
64862
+ SQL (1.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "82"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 83"], ["name", "Account 83"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 83"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64863
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64864
+  (0.2ms) SAVEPOINT active_record_1
64865
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 33], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64866
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64867
+  (0.0ms) SAVEPOINT active_record_1
64868
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 28], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64869
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64870
+  (0.0ms) SAVEPOINT active_record_1
64871
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64872
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64873
+ CoalescingPanda::Section Load (0.0ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_section_id = '1') ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64874
+  (0.0ms) SAVEPOINT active_record_1
64875
+ SQL (0.2ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_section_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Course1"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64876
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64877
+  (0.1ms) SELECT COUNT(*) FROM "coalescing_panda_sections"
64878
+  (0.8ms) rollback transaction
64879
+  (0.0ms) begin transaction
64880
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users"
64881
+  (0.0ms) SAVEPOINT active_record_1
64882
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 84' LIMIT 1
64883
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 84' LIMIT 1
64884
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "83"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 84"], ["name", "Account 84"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 84"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64885
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64886
+  (0.0ms) SAVEPOINT active_record_1
64887
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 85' LIMIT 1
64888
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 85' LIMIT 1
64889
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "84"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 85"], ["name", "Account 85"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 85"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64890
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64891
+  (0.0ms) SAVEPOINT active_record_1
64892
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 34], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64893
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64894
+  (0.0ms) SAVEPOINT active_record_1
64895
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 29], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64896
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64897
+  (0.0ms) SAVEPOINT active_record_1
64898
+ SQL (0.2ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64899
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64900
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '1') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
64901
+  (0.0ms) SAVEPOINT active_record_1
64902
+ SQL (0.2ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "teacher@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64903
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64904
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '2') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
64905
+  (0.0ms) SAVEPOINT active_record_1
64906
+ SQL (0.2ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "student1@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64907
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64908
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '3') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
64909
+  (0.0ms) SAVEPOINT active_record_1
64910
+ SQL (0.1ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "student2@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64911
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64912
+  (0.1ms) SELECT COUNT(*) FROM "coalescing_panda_users"
64913
+  (0.8ms) rollback transaction
64914
+  (0.0ms) begin transaction
64915
+ CoalescingPanda::Enrollment Load (0.1ms) SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments"
64916
+  (0.0ms) SAVEPOINT active_record_1
64917
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 86' LIMIT 1
64918
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 86' LIMIT 1
64919
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "85"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 86"], ["name", "Account 86"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 86"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64920
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64921
+  (0.0ms) SAVEPOINT active_record_1
64922
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 87' LIMIT 1
64923
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 87' LIMIT 1
64924
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "86"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 87"], ["name", "Account 87"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 87"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64925
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64926
+  (0.0ms) SAVEPOINT active_record_1
64927
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 35], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64928
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64929
+  (0.1ms) SAVEPOINT active_record_1
64930
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 30], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64931
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64932
+  (0.0ms) SAVEPOINT active_record_1
64933
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64934
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64935
+ CoalescingPanda::Section Load (0.0ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_section_id = '1') ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64936
+  (0.0ms) SAVEPOINT active_record_1
64937
+ SQL (0.7ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_section_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Course1"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64938
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64939
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '1') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
64940
+  (0.0ms) SAVEPOINT active_record_1
64941
+ SQL (0.2ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "teacher@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64942
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64943
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '2') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
64944
+  (0.1ms) SAVEPOINT active_record_1
64945
+ SQL (0.1ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "student1@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64946
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64947
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '3') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
64948
+  (0.0ms) SAVEPOINT active_record_1
64949
+ SQL (0.1ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "student2@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64950
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64951
+ CoalescingPanda::Enrollment Load (0.0ms) SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '1') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64952
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '1' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
64953
+ CoalescingPanda::Section Load (0.0ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64954
+  (0.0ms) SAVEPOINT active_record_1
64955
+ SQL (0.1ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 1], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 1], ["created_at", Fri, 07 Nov 2014 21:17:54 UTC +00:00], ["enrollment_type", "TeacherEnrollment"], ["updated_at", Tue, 11 Nov 2014 22:11:19 UTC +00:00], ["workflow_state", "active"]]
64956
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64957
+ CoalescingPanda::Enrollment Load (0.0ms) SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '2') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64958
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '2' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
64959
+ CoalescingPanda::Section Load (0.1ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64960
+  (0.0ms) SAVEPOINT active_record_1
64961
+ SQL (0.1ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 2], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 2], ["created_at", Fri, 07 Nov 2014 21:18:16 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Thu, 20 Nov 2014 23:18:17 UTC +00:00], ["workflow_state", "active"]]
64962
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64963
+ CoalescingPanda::Enrollment Load (0.0ms) SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" INNER JOIN "coalescing_panda_sections" ON "coalescing_panda_enrollments"."coalescing_panda_section_id" = "coalescing_panda_sections"."id" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND (canvas_enrollment_id = '3') ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64964
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '3' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
64965
+ CoalescingPanda::Section Load (0.0ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '1' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64966
+  (0.0ms) SAVEPOINT active_record_1
64967
+ SQL (0.1ms) INSERT INTO "coalescing_panda_enrollments" ("canvas_enrollment_id", "coalescing_panda_section_id", "coalescing_panda_user_id", "created_at", "enrollment_type", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_enrollment_id", 3], ["coalescing_panda_section_id", 1], ["coalescing_panda_user_id", 3], ["created_at", Fri, 07 Nov 2014 21:18:17 UTC +00:00], ["enrollment_type", "StudentEnrollment"], ["updated_at", Thu, 20 Nov 2014 23:18:21 UTC +00:00], ["workflow_state", "active"]]
64968
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64969
+  (0.1ms) SELECT COUNT(*) FROM "coalescing_panda_enrollments"
64970
+ CoalescingPanda::Enrollment Load (0.1ms) SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" ORDER BY "coalescing_panda_enrollments"."id" DESC LIMIT 1
64971
+  (1.0ms) rollback transaction
64972
+  (0.0ms) begin transaction
64973
+ CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments"
64974
+  (0.0ms) SAVEPOINT active_record_1
64975
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 88' LIMIT 1
64976
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 88' LIMIT 1
64977
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "87"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 88"], ["name", "Account 88"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 88"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64978
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64979
+  (0.0ms) SAVEPOINT active_record_1
64980
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 89' LIMIT 1
64981
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 89' LIMIT 1
64982
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "88"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 89"], ["name", "Account 89"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 89"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64983
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64984
+  (0.0ms) SAVEPOINT active_record_1
64985
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 36], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64986
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64987
+  (0.0ms) SAVEPOINT active_record_1
64988
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 31], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64989
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64990
+  (0.1ms) SAVEPOINT active_record_1
64991
+ SQL (0.2ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
64992
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64993
+ CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '1') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64994
+  (0.0ms) SAVEPOINT active_record_1
64995
+ SQL (0.2ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_assignment_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 18:04:38 UTC +00:00], ["description", "<p>What is your name?</p>"], ["name", "Gimme your name"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 18:04:42 UTC +00:00]]
64996
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64997
+ CoalescingPanda::Assignment Load (0.0ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '2') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
64998
+  (0.0ms) SAVEPOINT active_record_1
64999
+ SQL (0.2ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_assignment_id", 2], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 19:10:28 UTC +00:00], ["description", "<p>What is your Favorite Color?</p>"], ["name", "Favorite Color"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 19:10:30 UTC +00:00]]
65000
+  (0.1ms) RELEASE SAVEPOINT active_record_1
65001
+  (0.1ms) SELECT COUNT(*) FROM "coalescing_panda_assignments"
65002
+  (1.0ms) rollback transaction
65003
+  (0.1ms) begin transaction
65004
+ CoalescingPanda::Submission Load (0.1ms) SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions"
65005
+  (0.0ms) SAVEPOINT active_record_1
65006
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 90' LIMIT 1
65007
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 90' LIMIT 1
65008
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "89"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 90"], ["name", "Account 90"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 90"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65009
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65010
+  (0.0ms) SAVEPOINT active_record_1
65011
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 91' LIMIT 1
65012
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 91' LIMIT 1
65013
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "90"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 91"], ["name", "Account 91"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 91"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65014
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65015
+  (0.0ms) SAVEPOINT active_record_1
65016
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 37], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65017
+  (0.1ms) RELEASE SAVEPOINT active_record_1
65018
+  (0.0ms) SAVEPOINT active_record_1
65019
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 32], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65020
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65021
+  (0.0ms) SAVEPOINT active_record_1
65022
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65023
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65024
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '1') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
65025
+  (0.0ms) SAVEPOINT active_record_1
65026
+ SQL (0.1ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 1], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "teacher@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65027
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65028
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '2') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
65029
+  (0.0ms) SAVEPOINT active_record_1
65030
+ SQL (0.1ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 2], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "student1@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65031
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65032
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND (canvas_user_id = '3') ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
65033
+  (0.0ms) SAVEPOINT active_record_1
65034
+ SQL (0.1ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_user_id", 3], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "student2@test.com"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65035
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65036
+ CoalescingPanda::Assignment Load (0.0ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '1') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
65037
+  (0.0ms) SAVEPOINT active_record_1
65038
+ SQL (0.1ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_assignment_id", 1], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 18:04:38 UTC +00:00], ["description", "<p>What is your name?</p>"], ["name", "Gimme your name"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 18:04:42 UTC +00:00]]
65039
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65040
+ CoalescingPanda::Assignment Load (0.0ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_assignment_id = '2') ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
65041
+  (0.0ms) SAVEPOINT active_record_1
65042
+ SQL (0.1ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "description", "name", "points_possible", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_assignment_id", 2], ["coalescing_panda_course_id", 1], ["created_at", Tue, 18 Nov 2014 19:10:28 UTC +00:00], ["description", "<p>What is your Favorite Color?</p>"], ["name", "Favorite Color"], ["points_possible", 100.0], ["updated_at", Tue, 18 Nov 2014 19:10:30 UTC +00:00]]
65043
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65044
+ CoalescingPanda::Submission Load (0.1ms) SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions" INNER JOIN "coalescing_panda_assignments" ON "coalescing_panda_submissions"."coalescing_panda_assignment_id" = "coalescing_panda_assignments"."id" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_submission_id = '3') ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
65045
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '3' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
65046
+ CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '1' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
65047
+  (0.0ms) SAVEPOINT active_record_1
65048
+ SQL (0.2ms) INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "grade", "score", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", 3], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["grade", "70"], ["score", 70], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["workflow_state", "graded"]]
65049
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65050
+ CoalescingPanda::Submission Load (0.1ms) SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions" INNER JOIN "coalescing_panda_assignments" ON "coalescing_panda_submissions"."coalescing_panda_assignment_id" = "coalescing_panda_assignments"."id" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_submission_id = '1') ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
65051
+ CoalescingPanda::User Load (0.0ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '2' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
65052
+ CoalescingPanda::Assignment Load (0.0ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '1' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
65053
+  (0.0ms) SAVEPOINT active_record_1
65054
+ SQL (0.1ms) INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "grade", "score", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", 1], ["coalescing_panda_assignment_id", 1], ["coalescing_panda_user_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["grade", "100"], ["score", 100], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["workflow_state", "graded"]]
65055
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65056
+ CoalescingPanda::Submission Load (0.1ms) SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions" INNER JOIN "coalescing_panda_assignments" ON "coalescing_panda_submissions"."coalescing_panda_assignment_id" = "coalescing_panda_assignments"."id" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_submission_id = '4') ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
65057
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '3' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
65058
+ CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '2' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
65059
+  (0.0ms) SAVEPOINT active_record_1
65060
+ SQL (0.1ms) INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "grade", "score", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", 4], ["coalescing_panda_assignment_id", 2], ["coalescing_panda_user_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["grade", "90"], ["score", 90], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["workflow_state", "graded"]]
65061
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65062
+ CoalescingPanda::Submission Load (0.2ms) SELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions" INNER JOIN "coalescing_panda_assignments" ON "coalescing_panda_submissions"."coalescing_panda_assignment_id" = "coalescing_panda_assignments"."id" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND (canvas_submission_id = '2') ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
65063
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '2' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
65064
+ CoalescingPanda::Assignment Load (0.0ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '2' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
65065
+  (0.0ms) SAVEPOINT active_record_1
65066
+ SQL (0.2ms) INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_assignment_id", "coalescing_panda_user_id", "created_at", "grade", "score", "updated_at", "workflow_state") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", 2], ["coalescing_panda_assignment_id", 2], ["coalescing_panda_user_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["grade", "80"], ["score", 80], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["workflow_state", "graded"]]
65067
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65068
+  (0.1ms) SELECT COUNT(*) FROM "coalescing_panda_submissions"
65069
+  (0.9ms) rollback transaction
65070
+  (0.1ms) begin transaction
65071
+  (0.1ms) SAVEPOINT active_record_1
65072
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 92' LIMIT 1
65073
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 92' LIMIT 1
65074
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "91"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 92"], ["name", "Account 92"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 92"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65075
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65076
+  (0.0ms) SAVEPOINT active_record_1
65077
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 93' LIMIT 1
65078
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 93' LIMIT 1
65079
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "92"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 93"], ["name", "Account 93"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 93"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65080
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65081
+  (0.1ms) SAVEPOINT active_record_1
65082
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 38], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65083
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65084
+  (0.1ms) SAVEPOINT active_record_1
65085
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 33], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65086
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65087
+  (0.0ms) SAVEPOINT active_record_1
65088
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65089
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65090
+  (0.7ms) rollback transaction
65091
+  (0.0ms) begin transaction
65092
+  (0.0ms) SAVEPOINT active_record_1
65093
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 94' LIMIT 1
65094
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 94' LIMIT 1
65095
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "93"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 94"], ["name", "Account 94"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 94"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65096
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65097
+  (0.0ms) SAVEPOINT active_record_1
65098
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 95' LIMIT 1
65099
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 95' LIMIT 1
65100
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "94"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 95"], ["name", "Account 95"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 95"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65101
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65102
+  (0.0ms) SAVEPOINT active_record_1
65103
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 39], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65104
+  (0.1ms) RELEASE SAVEPOINT active_record_1
65105
+  (0.1ms) SAVEPOINT active_record_1
65106
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 34], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65107
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65108
+  (0.0ms) SAVEPOINT active_record_1
65109
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65110
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65111
+  (0.9ms) rollback transaction
65112
+  (0.0ms) begin transaction
65113
+  (0.1ms) SAVEPOINT active_record_1
65114
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 96' LIMIT 1
65115
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 96' LIMIT 1
65116
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "95"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 96"], ["name", "Account 96"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 96"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65117
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65118
+  (0.0ms) SAVEPOINT active_record_1
65119
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 97' LIMIT 1
65120
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 97' LIMIT 1
65121
+ SQL (0.5ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "96"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 97"], ["name", "Account 97"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 97"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65122
+  (0.1ms) RELEASE SAVEPOINT active_record_1
65123
+  (0.0ms) SAVEPOINT active_record_1
65124
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 40], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65125
+  (0.1ms) RELEASE SAVEPOINT active_record_1
65126
+  (0.0ms) SAVEPOINT active_record_1
65127
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 35], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65128
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65129
+  (0.0ms) SAVEPOINT active_record_1
65130
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65131
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65132
+  (0.7ms) rollback transaction
65133
+  (0.1ms) begin transaction
65134
+  (0.1ms) SAVEPOINT active_record_1
65135
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 98' LIMIT 1
65136
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 98' LIMIT 1
65137
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "97"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 98"], ["name", "Account 98"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 98"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65138
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65139
+  (0.0ms) SAVEPOINT active_record_1
65140
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 99' LIMIT 1
65141
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 99' LIMIT 1
65142
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "98"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 99"], ["name", "Account 99"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 99"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65143
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65144
+  (0.0ms) SAVEPOINT active_record_1
65145
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 41], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65146
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65147
+  (0.0ms) SAVEPOINT active_record_1
65148
+ SQL (0.3ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 36], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65149
+  (0.1ms) RELEASE SAVEPOINT active_record_1
65150
+  (0.0ms) SAVEPOINT active_record_1
65151
+ SQL (0.2ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65152
+  (0.1ms) RELEASE SAVEPOINT active_record_1
65153
+  (0.9ms) rollback transaction
65154
+  (0.1ms) begin transaction
65155
+  (0.0ms) SAVEPOINT active_record_1
65156
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 100' LIMIT 1
65157
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 100' LIMIT 1
65158
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "99"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 100"], ["name", "Account 100"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 100"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65159
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65160
+  (0.0ms) SAVEPOINT active_record_1
65161
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 101' LIMIT 1
65162
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 101' LIMIT 1
65163
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "100"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 101"], ["name", "Account 101"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 101"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65164
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65165
+  (0.0ms) SAVEPOINT active_record_1
65166
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 42], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65167
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65168
+  (0.0ms) SAVEPOINT active_record_1
65169
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 37], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65170
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65171
+  (0.0ms) SAVEPOINT active_record_1
65172
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65173
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65174
+  (0.7ms) rollback transaction
65175
+  (0.1ms) begin transaction
65176
+  (0.1ms) SAVEPOINT active_record_1
65177
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 102' LIMIT 1
65178
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 102' LIMIT 1
65179
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "101"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 102"], ["name", "Account 102"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 102"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65180
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65181
+  (0.0ms) SAVEPOINT active_record_1
65182
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 103' LIMIT 1
65183
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 103' LIMIT 1
65184
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "102"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 103"], ["name", "Account 103"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 103"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65185
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65186
+  (0.0ms) SAVEPOINT active_record_1
65187
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 43], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65188
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65189
+  (0.0ms) SAVEPOINT active_record_1
65190
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 38], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65191
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65192
+  (0.0ms) SAVEPOINT active_record_1
65193
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65194
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65195
+  (0.6ms) rollback transaction
65196
+  (0.0ms) begin transaction
65197
+  (0.0ms) SAVEPOINT active_record_1
65198
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 104' LIMIT 1
65199
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 104' LIMIT 1
65200
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "103"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 104"], ["name", "Account 104"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 104"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65201
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65202
+  (0.0ms) SAVEPOINT active_record_1
65203
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 105' LIMIT 1
65204
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 105' LIMIT 1
65205
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "104"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 105"], ["name", "Account 105"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 105"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65206
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65207
+  (0.0ms) SAVEPOINT active_record_1
65208
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 44], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65209
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65210
+  (0.0ms) SAVEPOINT active_record_1
65211
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 39], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65212
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65213
+  (0.0ms) SAVEPOINT active_record_1
65214
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65215
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65216
+  (0.6ms) rollback transaction
65217
+  (0.0ms) begin transaction
65218
+  (0.0ms) SAVEPOINT active_record_1
65219
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 106' LIMIT 1
65220
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 106' LIMIT 1
65221
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "105"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 106"], ["name", "Account 106"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 106"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65222
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65223
+  (0.0ms) SAVEPOINT active_record_1
65224
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 107' LIMIT 1
65225
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 107' LIMIT 1
65226
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "106"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 107"], ["name", "Account 107"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 107"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65227
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65228
+  (0.0ms) SAVEPOINT active_record_1
65229
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 45], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65230
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65231
+  (0.0ms) SAVEPOINT active_record_1
65232
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 40], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65233
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65234
+  (0.0ms) SAVEPOINT active_record_1
65235
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65236
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65237
+  (0.7ms) rollback transaction
65238
+  (0.1ms) begin transaction
65239
+  (0.0ms) SAVEPOINT active_record_1
65240
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 108' LIMIT 1
65241
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 108' LIMIT 1
65242
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "107"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 108"], ["name", "Account 108"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 108"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65243
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65244
+  (0.0ms) SAVEPOINT active_record_1
65245
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 109' LIMIT 1
65246
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 109' LIMIT 1
65247
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "108"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 109"], ["name", "Account 109"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 109"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65248
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65249
+  (0.1ms) SAVEPOINT active_record_1
65250
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 46], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65251
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65252
+  (0.1ms) SAVEPOINT active_record_1
65253
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 41], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65254
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65255
+  (0.0ms) SAVEPOINT active_record_1
65256
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65257
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65258
+  (0.7ms) rollback transaction
65259
+  (0.0ms) begin transaction
65260
+  (0.0ms) SAVEPOINT active_record_1
65261
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 110' LIMIT 1
65262
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 110' LIMIT 1
65263
+ SQL (0.2ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "109"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 110"], ["name", "Account 110"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 110"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65264
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65265
+  (0.0ms) SAVEPOINT active_record_1
65266
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 111' LIMIT 1
65267
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 111' LIMIT 1
65268
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "110"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 111"], ["name", "Account 111"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 111"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65269
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65270
+  (0.0ms) SAVEPOINT active_record_1
65271
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 47], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65272
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65273
+  (0.0ms) SAVEPOINT active_record_1
65274
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 42], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65275
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65276
+  (0.1ms) SAVEPOINT active_record_1
65277
+ SQL (0.1ms) INSERT INTO "coalescing_panda_sections" ("canvas_section_id", "coalescing_panda_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_section_id", 9], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65278
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65279
+  (0.0ms) SAVEPOINT active_record_1
65280
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 112' LIMIT 1
65281
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 112' LIMIT 1
65282
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "111"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 112"], ["name", "Account 112"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 112"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65283
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65284
+  (0.0ms) SAVEPOINT active_record_1
65285
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 113' LIMIT 1
65286
+ CoalescingPanda::LtiAccount Exists (0.0ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 113' LIMIT 1
65287
+ SQL (0.1ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "112"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 113"], ["name", "Account 113"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 113"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65288
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65289
+  (0.0ms) SAVEPOINT active_record_1
65290
+ SQL (0.1ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 48], ["coalescing_panda_lti_account_id", 4], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65291
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65292
+  (0.0ms) SAVEPOINT active_record_1
65293
+ SQL (0.1ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 43], ["coalescing_panda_lti_account_id", 3], ["coalescing_panda_term_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65294
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65295
+  (0.0ms) SAVEPOINT active_record_1
65296
+ CoalescingPanda::Course Load (0.1ms) SELECT "coalescing_panda_courses".* FROM "coalescing_panda_courses" WHERE "coalescing_panda_courses"."id" = ? LIMIT 1 [["id", 2]]
65297
+ SQL (0.1ms) UPDATE "coalescing_panda_sections" SET "coalescing_panda_course_id" = ?, "updated_at" = ? WHERE "coalescing_panda_sections"."id" = 1 [["coalescing_panda_course_id", 2], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65298
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65299
+  (0.0ms) SAVEPOINT active_record_1
65300
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65301
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65302
+  (0.0ms) SAVEPOINT active_record_1
65303
+ SQL (0.1ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 15], ["coalescing_panda_lti_account_id", 3], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test18@test.com"], ["name", "Factory User 18"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65304
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65305
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '15' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 3]]
65306
+ CoalescingPanda::Section Load (0.1ms) SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = '9' ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 2]]
65307
+  (1.0ms) rollback transaction
65308
+  (0.0ms) begin transaction
65309
+  (0.0ms) SAVEPOINT active_record_1
65310
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 114' LIMIT 1
65311
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 114' LIMIT 1
65312
+ SQL (0.3ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "113"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 114"], ["name", "Account 114"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 114"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65313
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65314
+  (0.0ms) SAVEPOINT active_record_1
65315
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 115' LIMIT 1
65316
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 115' LIMIT 1
65317
+ SQL (0.4ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "114"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 115"], ["name", "Account 115"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 115"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65318
+  (0.1ms) RELEASE SAVEPOINT active_record_1
65319
+  (0.0ms) SAVEPOINT active_record_1
65320
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 49], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65321
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65322
+  (0.0ms) SAVEPOINT active_record_1
65323
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 44], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65324
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65325
+  (0.0ms) SAVEPOINT active_record_1
65326
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65327
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65328
+  (0.8ms) rollback transaction
65329
+  (0.0ms) begin transaction
65330
+  (0.0ms) SAVEPOINT active_record_1
65331
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 116' LIMIT 1
65332
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 116' LIMIT 1
65333
+ SQL (0.4ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "115"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 116"], ["name", "Account 116"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 116"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65334
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65335
+  (0.0ms) SAVEPOINT active_record_1
65336
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 117' LIMIT 1
65337
+ CoalescingPanda::LtiAccount Exists (0.1ms) SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 117' LIMIT 1
65338
+ SQL (0.4ms) INSERT INTO "coalescing_panda_lti_accounts" ("canvas_account_id", "created_at", "key", "name", "oauth2_client_id", "oauth2_client_key", "secret", "settings", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["canvas_account_id", "116"], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["key", "Key 117"], ["name", "Account 117"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["secret", "Account 117"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65339
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65340
+  (0.0ms) SAVEPOINT active_record_1
65341
+ SQL (0.2ms) INSERT INTO "coalescing_panda_terms" ("canvas_term_id", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["canvas_term_id", 50], ["coalescing_panda_lti_account_id", 2], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65342
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65343
+  (0.0ms) SAVEPOINT active_record_1
65344
+ SQL (0.2ms) INSERT INTO "coalescing_panda_courses" ("canvas_course_id", "coalescing_panda_lti_account_id", "coalescing_panda_term_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["canvas_course_id", 45], ["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "Test Course"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65345
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65346
+  (0.0ms) SAVEPOINT active_record_1
65347
+ SQL (0.2ms) INSERT INTO "coalescing_panda_assignments" ("canvas_assignment_id", "coalescing_panda_course_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_assignment_id", "9"], ["coalescing_panda_course_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["name", "test assignment"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65348
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65349
+  (0.0ms) SAVEPOINT active_record_1
65350
+ SQL (0.1ms) INSERT INTO "coalescing_panda_canvas_batches" ("created_at", "status", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["status", "Queued"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65351
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65352
+  (0.0ms) SAVEPOINT active_record_1
65353
+ SQL (0.1ms) INSERT INTO "coalescing_panda_users" ("canvas_user_id", "coalescing_panda_lti_account_id", "created_at", "email", "name", "roles", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["canvas_user_id", 16], ["coalescing_panda_lti_account_id", 1], ["created_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00], ["email", "test19@test.com"], ["name", "Factory User 19"], ["roles", "--- !ruby/hash:ActiveSupport::HashWithIndifferentAccess {}\n"], ["updated_at", Mon, 01 Dec 2014 19:46:01 UTC +00:00]]
65354
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65355
+ CoalescingPanda::User Load (0.1ms) SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = '16' ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
65356
+ CoalescingPanda::Assignment Load (0.1ms) SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = '9' ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1]]
65357
+  (0.8ms) rollback transaction