coalescing_panda 1.2.2 → 1.3.0
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.
- checksums.yaml +4 -4
- data/app/controllers/coalescing_panda/lti_controller.rb +10 -1
- data/lib/coalescing_panda/controller_helpers.rb +1 -1
- data/lib/coalescing_panda/version.rb +1 -1
- data/lib/coalescing_panda.rb +9 -0
- data/spec/controllers/coalescing_panda/lti_controller_spec.rb +11 -2
- data/spec/dummy/log/test.log +0 -1834
- metadata +2 -2
data/spec/dummy/log/test.log
CHANGED
@@ -51376,1837 +51376,3 @@ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
51376
51376
|
Processing by CoalescingPanda::LtiController#lti_config as HTML
|
51377
51377
|
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
51378
51378
|
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
51379
|
-
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
51380
|
-
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
51381
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51382
|
-
Processing by CoalescingPanda::LtiController#lti_config as HTML
|
51383
|
-
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
51384
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
51385
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51386
|
-
Processing by CoalescingPanda::LtiController#lti_config as HTML
|
51387
|
-
Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
|
51388
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
51389
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51390
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51391
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 1' LIMIT 1[0m
|
51392
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 1' LIMIT 1
|
51393
|
-
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 1"], ["key", "Key 1"], ["secret", "Account 1"], ["canvas_account_id", "1"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: foo.com\n"], ["created_at", "2016-05-13 16:13:29.667088"], ["updated_at", "2016-05-13 16:13:29.667088"]]
|
51394
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51395
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51396
|
-
[1m[35mSQL (1.8ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "email", "name", "canvas_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["email", "test1@test.com"], ["name", "Factory User 1"], ["canvas_user_id", "1"], ["created_at", "2016-05-13 16:13:29.701320"], ["updated_at", "2016-05-13 16:13:29.701320"]]
|
51397
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51398
|
-
Processing by CoalescingPanda::Oauth2Controller#redirect as HTML
|
51399
|
-
Parameters: {"user_id"=>"1", "api_domain"=>"foo.com", "code"=>"bar", "key"=>"Key 1", "state"=>"test"}
|
51400
|
-
[1m[35mCoalescingPanda::LtiAccount Load (0.2ms)[0m SELECT "coalescing_panda_lti_accounts".* FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = ? LIMIT 1 [["key", "Key 1"]]
|
51401
|
-
Creating Bearcat client for auth token retrieval pointed to: http://foo.com
|
51402
|
-
[1m[36mCoalescingPanda::CanvasApiAuth Load (0.4ms)[0m [1mSELECT "coalescing_panda_canvas_api_auths".* FROM "coalescing_panda_canvas_api_auths" WHERE (user_id = '1' and api_domain = 'foo.com') ORDER BY "coalescing_panda_canvas_api_auths"."id" ASC LIMIT 1[0m
|
51403
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51404
|
-
[1m[36mCoalescingPanda::CanvasApiAuth Exists (0.1ms)[0m [1mSELECT 1 AS one 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[0m
|
51405
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_api_auths" ("api_token", "user_id", "api_domain", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["api_token", "foobar"], ["user_id", "1"], ["api_domain", "foo.com"], ["created_at", "2016-05-13 16:13:29.754742"], ["updated_at", "2016-05-13 16:13:29.754742"]]
|
51406
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51407
|
-
Rendered /Users/byoung/rails/coalescing_panda/app/views/coalescing_panda/oauth2/redirect.html.haml within layouts/coalescing_panda/application (0.3ms)
|
51408
|
-
Completed 200 OK in 75ms (Views: 25.5ms | ActiveRecord: 1.0ms)
|
51409
|
-
[1m[35mCoalescingPanda::CanvasApiAuth Load (0.2ms)[0m SELECT "coalescing_panda_canvas_api_auths".* FROM "coalescing_panda_canvas_api_auths" WHERE "coalescing_panda_canvas_api_auths"."user_id" = ? AND "coalescing_panda_canvas_api_auths"."api_domain" = ? LIMIT 1 [["user_id", "1"], ["api_domain", "foo.com"]]
|
51410
|
-
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
51411
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51412
|
-
Processing by CoalescingPanda::Oauth2Controller#redirect as HTML
|
51413
|
-
Parameters: {"error"=>"your face"}
|
51414
|
-
Rendered /Users/byoung/rails/coalescing_panda/app/views/coalescing_panda/oauth2/redirect.html.haml within layouts/coalescing_panda/application (0.2ms)
|
51415
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
51416
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "coalescing_panda_canvas_api_auths"[0m
|
51417
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
51418
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51419
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
51420
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51421
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
51422
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51423
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51424
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 2' LIMIT 1[0m
|
51425
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 2' LIMIT 1
|
51426
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 2"], ["key", "Key 2"], ["secret", "Account 2"], ["canvas_account_id", "2"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:29.863134"], ["updated_at", "2016-05-13 16:13:29.863134"]]
|
51427
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51428
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51429
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 3' LIMIT 1
|
51430
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 3' LIMIT 1[0m
|
51431
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 3"], ["key", "Key 3"], ["secret", "Account 3"], ["canvas_account_id", "3"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:29.875337"], ["updated_at", "2016-05-13 16:13:29.875337"]]
|
51432
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51433
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51434
|
-
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "1"], ["created_at", "2016-05-13 16:13:29.878498"], ["updated_at", "2016-05-13 16:13:29.878498"]]
|
51435
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51436
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51437
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "1"], ["created_at", "2016-05-13 16:13:29.881908"], ["updated_at", "2016-05-13 16:13:29.881908"]]
|
51438
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51439
|
-
[1m[35m (0.7ms)[0m rollback transaction
|
51440
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51441
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51442
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 4' LIMIT 1[0m
|
51443
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 4' LIMIT 1
|
51444
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 4"], ["key", "Key 4"], ["secret", "Account 4"], ["canvas_account_id", "4"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:29.912064"], ["updated_at", "2016-05-13 16:13:29.912064"]]
|
51445
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51446
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51447
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 5' LIMIT 1
|
51448
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 5' LIMIT 1[0m
|
51449
|
-
[1m[35mSQL (0.9ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 5"], ["key", "Key 5"], ["secret", "Account 5"], ["canvas_account_id", "5"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:29.917051"], ["updated_at", "2016-05-13 16:13:29.917051"]]
|
51450
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51451
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51452
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "2"], ["created_at", "2016-05-13 16:13:29.920623"], ["updated_at", "2016-05-13 16:13:29.920623"]]
|
51453
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51454
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51455
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "2"], ["created_at", "2016-05-13 16:13:29.922773"], ["updated_at", "2016-05-13 16:13:29.922773"]]
|
51456
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51457
|
-
[1m[35m (0.8ms)[0m rollback transaction
|
51458
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51459
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51460
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 6' LIMIT 1[0m
|
51461
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 6' LIMIT 1
|
51462
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 6"], ["key", "Key 6"], ["secret", "Account 6"], ["canvas_account_id", "6"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:29.930201"], ["updated_at", "2016-05-13 16:13:29.930201"]]
|
51463
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51464
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51465
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 7' LIMIT 1
|
51466
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 7' LIMIT 1[0m
|
51467
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 7"], ["key", "Key 7"], ["secret", "Account 7"], ["canvas_account_id", "7"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:29.934716"], ["updated_at", "2016-05-13 16:13:29.934716"]]
|
51468
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51469
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51470
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "3"], ["created_at", "2016-05-13 16:13:29.936955"], ["updated_at", "2016-05-13 16:13:29.936955"]]
|
51471
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51472
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51473
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "3"], ["created_at", "2016-05-13 16:13:29.938379"], ["updated_at", "2016-05-13 16:13:29.938379"]]
|
51474
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51475
|
-
[1m[35m (0.7ms)[0m rollback transaction
|
51476
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51477
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
51478
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51479
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
51480
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51481
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51482
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 8' LIMIT 1[0m
|
51483
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 8' LIMIT 1
|
51484
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 8"], ["key", "Key 8"], ["secret", "Account 8"], ["canvas_account_id", "8"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:29.958288"], ["updated_at", "2016-05-13 16:13:29.958288"]]
|
51485
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51486
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51487
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 9' LIMIT 1
|
51488
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 9' LIMIT 1[0m
|
51489
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 9"], ["key", "Key 9"], ["secret", "Account 9"], ["canvas_account_id", "9"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:29.962914"], ["updated_at", "2016-05-13 16:13:29.962914"]]
|
51490
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51491
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51492
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "4"], ["created_at", "2016-05-13 16:13:29.965058"], ["updated_at", "2016-05-13 16:13:29.965058"]]
|
51493
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51494
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51495
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "4"], ["created_at", "2016-05-13 16:13:29.966362"], ["updated_at", "2016-05-13 16:13:29.966362"]]
|
51496
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51497
|
-
[1m[35m (0.8ms)[0m rollback transaction
|
51498
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51499
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51500
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 10' LIMIT 1[0m
|
51501
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 10' LIMIT 1
|
51502
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 10"], ["key", "Key 10"], ["secret", "Account 10"], ["canvas_account_id", "10"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:29.974187"], ["updated_at", "2016-05-13 16:13:29.974187"]]
|
51503
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51504
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51505
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 11' LIMIT 1
|
51506
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 11' LIMIT 1[0m
|
51507
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 11"], ["key", "Key 11"], ["secret", "Account 11"], ["canvas_account_id", "11"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:29.978342"], ["updated_at", "2016-05-13 16:13:29.978342"]]
|
51508
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51509
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51510
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "5"], ["created_at", "2016-05-13 16:13:29.980524"], ["updated_at", "2016-05-13 16:13:29.980524"]]
|
51511
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51512
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51513
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "5"], ["created_at", "2016-05-13 16:13:29.981836"], ["updated_at", "2016-05-13 16:13:29.981836"]]
|
51514
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51515
|
-
[1m[35m (0.7ms)[0m rollback transaction
|
51516
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51517
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51518
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 12' LIMIT 1[0m
|
51519
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 12' LIMIT 1
|
51520
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 12"], ["key", "Key 12"], ["secret", "Account 12"], ["canvas_account_id", "12"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:29.987616"], ["updated_at", "2016-05-13 16:13:29.987616"]]
|
51521
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51522
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51523
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 13' LIMIT 1
|
51524
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 13' LIMIT 1[0m
|
51525
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 13"], ["key", "Key 13"], ["secret", "Account 13"], ["canvas_account_id", "13"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:29.991077"], ["updated_at", "2016-05-13 16:13:29.991077"]]
|
51526
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51527
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51528
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "6"], ["created_at", "2016-05-13 16:13:29.993256"], ["updated_at", "2016-05-13 16:13:29.993256"]]
|
51529
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51530
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51531
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "6"], ["created_at", "2016-05-13 16:13:29.994608"], ["updated_at", "2016-05-13 16:13:29.994608"]]
|
51532
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51533
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51534
|
-
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("name", "coalescing_panda_course_id", "canvas_assignment_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "test assignment"], ["coalescing_panda_course_id", 1], ["canvas_assignment_id", "1"], ["created_at", "2016-05-13 16:13:29.996381"], ["updated_at", "2016-05-13 16:13:29.996381"]]
|
51535
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51536
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51537
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_assignments" ("name", "coalescing_panda_course_id", "canvas_assignment_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "test assignment"], ["coalescing_panda_course_id", 1], ["canvas_assignment_id", "1"], ["created_at", "2016-05-13 16:13:30.003670"], ["updated_at", "2016-05-13 16:13:30.003670"]]
|
51538
|
-
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_assignments.coalescing_panda_course_id, coalescing_panda_assignments.canvas_assignment_id: INSERT INTO "coalescing_panda_assignments" ("name", "coalescing_panda_course_id", "canvas_assignment_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)
|
51539
|
-
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
51540
|
-
[1m[35m (0.8ms)[0m rollback transaction
|
51541
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51542
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51543
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 14' LIMIT 1[0m
|
51544
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 14' LIMIT 1
|
51545
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 14"], ["key", "Key 14"], ["secret", "Account 14"], ["canvas_account_id", "14"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.009932"], ["updated_at", "2016-05-13 16:13:30.009932"]]
|
51546
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51547
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51548
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 15' LIMIT 1
|
51549
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 15' LIMIT 1[0m
|
51550
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 15"], ["key", "Key 15"], ["secret", "Account 15"], ["canvas_account_id", "15"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.013905"], ["updated_at", "2016-05-13 16:13:30.013905"]]
|
51551
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51552
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51553
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "7"], ["created_at", "2016-05-13 16:13:30.016134"], ["updated_at", "2016-05-13 16:13:30.016134"]]
|
51554
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51555
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51556
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "7"], ["created_at", "2016-05-13 16:13:30.017655"], ["updated_at", "2016-05-13 16:13:30.017655"]]
|
51557
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51558
|
-
[1m[35m (0.7ms)[0m rollback transaction
|
51559
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51560
|
-
[1m[35mCoalescingPanda::CanvasApiAuth Load (0.1ms)[0m SELECT "coalescing_panda_canvas_api_auths".* FROM "coalescing_panda_canvas_api_auths" ORDER BY "coalescing_panda_canvas_api_auths"."id" ASC LIMIT 1
|
51561
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51562
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_canvas_api_auths" ("user_id", "created_at", "updated_at") VALUES (?, ?, ?) [["user_id", "a"], ["created_at", "2016-05-13 16:13:30.023705"], ["updated_at", "2016-05-13 16:13:30.023705"]]
|
51563
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51564
|
-
[1m[35mCoalescingPanda::CanvasApiAuth Exists (0.1ms)[0m 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
|
51565
|
-
[1m[36mCoalescingPanda::CanvasApiAuth Load (0.1ms)[0m [1mSELECT "coalescing_panda_canvas_api_auths".* FROM "coalescing_panda_canvas_api_auths"[0m
|
51566
|
-
[1m[35mCoalescingPanda::CanvasApiAuth Exists (0.0ms)[0m 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
|
51567
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
51568
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51569
|
-
[1m[36mCoalescingPanda::CanvasApiAuth Exists (0.1ms)[0m [1mSELECT 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[0m
|
51570
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
51571
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51572
|
-
[1m[35mCoalescingPanda::CanvasApiAuth Exists (0.1ms)[0m 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
|
51573
|
-
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
51574
|
-
[1m[35m (0.1ms)[0m begin transaction
|
51575
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51576
|
-
[1m[35mSQL (0.6ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("status", "created_at", "updated_at") VALUES (?, ?, ?) [["status", "Pending"], ["created_at", "2016-05-13 16:13:30.096959"], ["updated_at", "2016-05-13 16:13:30.096959"]]
|
51577
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51578
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51579
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("status", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["status", "Pending"], ["created_at", "2016-05-13 16:13:30.099311"], ["updated_at", "2016-05-13 16:13:30.099311"]]
|
51580
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51581
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51582
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("status", "created_at", "updated_at") VALUES (?, ?, ?) [["status", "Pending"], ["created_at", "2016-05-13 16:13:30.100973"], ["updated_at", "2016-05-13 16:13:30.100973"]]
|
51583
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51584
|
-
[1m[35mCoalescingPanda::CanvasBatch Load (0.2ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" ORDER BY created_at DESC
|
51585
|
-
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
51586
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51587
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51588
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51589
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51590
|
-
[1m[35m (0.1ms)[0m begin transaction
|
51591
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51592
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51593
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51594
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51595
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51596
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51597
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51598
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51599
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51600
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51601
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51602
|
-
[1m[35m (0.1ms)[0m begin transaction
|
51603
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51604
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51605
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51606
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 16' LIMIT 1
|
51607
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 16' LIMIT 1[0m
|
51608
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 16"], ["key", "Key 16"], ["secret", "Account 16"], ["canvas_account_id", "16"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.115204"], ["updated_at", "2016-05-13 16:13:30.115204"]]
|
51609
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51610
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51611
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 17' LIMIT 1[0m
|
51612
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 17' LIMIT 1
|
51613
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 17"], ["key", "Key 17"], ["secret", "Account 17"], ["canvas_account_id", "17"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.118555"], ["updated_at", "2016-05-13 16:13:30.118555"]]
|
51614
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51615
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51616
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "8"], ["created_at", "2016-05-13 16:13:30.120354"], ["updated_at", "2016-05-13 16:13:30.120354"]]
|
51617
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51618
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
51619
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51620
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51621
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 18' LIMIT 1[0m
|
51622
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 18' LIMIT 1
|
51623
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 18"], ["key", "Key 18"], ["secret", "Account 18"], ["canvas_account_id", "18"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.126130"], ["updated_at", "2016-05-13 16:13:30.126130"]]
|
51624
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51625
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51626
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 19' LIMIT 1
|
51627
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 19' LIMIT 1[0m
|
51628
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 19"], ["key", "Key 19"], ["secret", "Account 19"], ["canvas_account_id", "19"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.129849"], ["updated_at", "2016-05-13 16:13:30.129849"]]
|
51629
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51630
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51631
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "9"], ["created_at", "2016-05-13 16:13:30.131713"], ["updated_at", "2016-05-13 16:13:30.131713"]]
|
51632
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51633
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
51634
|
-
[1m[35m (0.1ms)[0m begin transaction
|
51635
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51636
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 20' LIMIT 1
|
51637
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 20' LIMIT 1[0m
|
51638
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 20"], ["key", "Key 20"], ["secret", "Account 20"], ["canvas_account_id", "20"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.136186"], ["updated_at", "2016-05-13 16:13:30.136186"]]
|
51639
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51640
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51641
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 21' LIMIT 1[0m
|
51642
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 21' LIMIT 1
|
51643
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 21"], ["key", "Key 21"], ["secret", "Account 21"], ["canvas_account_id", "21"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.140573"], ["updated_at", "2016-05-13 16:13:30.140573"]]
|
51644
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51645
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51646
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "10"], ["created_at", "2016-05-13 16:13:30.143057"], ["updated_at", "2016-05-13 16:13:30.143057"]]
|
51647
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51648
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51649
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "1"], ["created_at", "2016-05-13 16:13:30.144327"], ["updated_at", "2016-05-13 16:13:30.144327"]]
|
51650
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51651
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51652
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 22' LIMIT 1
|
51653
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 22' LIMIT 1[0m
|
51654
|
-
[1m[35mSQL (0.0ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 22"], ["key", "Key 22"], ["secret", "Account 22"], ["canvas_account_id", "22"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.147534"], ["updated_at", "2016-05-13 16:13:30.147534"]]
|
51655
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51656
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51657
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 3], ["canvas_term_id", "11"], ["created_at", "2016-05-13 16:13:30.149142"], ["updated_at", "2016-05-13 16:13:30.149142"]]
|
51658
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51659
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51660
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 2], ["name", "Test Course"], ["canvas_course_id", "1"], ["created_at", "2016-05-13 16:13:30.150259"], ["updated_at", "2016-05-13 16:13:30.150259"]]
|
51661
|
-
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_courses.coalescing_panda_lti_account_id, coalescing_panda_courses.canvas_course_id: INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)
|
51662
|
-
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
51663
|
-
[1m[35m (0.7ms)[0m rollback transaction
|
51664
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51665
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51666
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 23' LIMIT 1[0m
|
51667
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 23' LIMIT 1
|
51668
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 23"], ["key", "Key 23"], ["secret", "Account 23"], ["canvas_account_id", "23"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.154434"], ["updated_at", "2016-05-13 16:13:30.154434"]]
|
51669
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51670
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51671
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["canvas_term_id", "12"], ["created_at", "2016-05-13 16:13:30.156110"], ["updated_at", "2016-05-13 16:13:30.156110"]]
|
51672
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51673
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51674
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 24' LIMIT 1[0m
|
51675
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 24' LIMIT 1
|
51676
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 24"], ["key", "Key 24"], ["secret", "Account 24"], ["canvas_account_id", "24"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.159078"], ["updated_at", "2016-05-13 16:13:30.159078"]]
|
51677
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51678
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51679
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "1"], ["created_at", "2016-05-13 16:13:30.160989"], ["updated_at", "2016-05-13 16:13:30.160989"]]
|
51680
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51681
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51682
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 25' LIMIT 1[0m
|
51683
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 25' LIMIT 1
|
51684
|
-
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 25"], ["key", "Key 25"], ["secret", "Account 25"], ["canvas_account_id", "25"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.163880"], ["updated_at", "2016-05-13 16:13:30.163880"]]
|
51685
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51686
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51687
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 3], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "1"], ["created_at", "2016-05-13 16:13:30.165731"], ["updated_at", "2016-05-13 16:13:30.165731"]]
|
51688
|
-
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_courses.coalescing_panda_term_id, coalescing_panda_courses.canvas_course_id: INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)
|
51689
|
-
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
51690
|
-
[1m[35m (0.7ms)[0m rollback transaction
|
51691
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51692
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51693
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 26' LIMIT 1[0m
|
51694
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 26' LIMIT 1
|
51695
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 26"], ["key", "Key 26"], ["secret", "Account 26"], ["canvas_account_id", "26"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.170641"], ["updated_at", "2016-05-13 16:13:30.170641"]]
|
51696
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51697
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51698
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 27' LIMIT 1
|
51699
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 27' LIMIT 1[0m
|
51700
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 27"], ["key", "Key 27"], ["secret", "Account 27"], ["canvas_account_id", "27"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.173804"], ["updated_at", "2016-05-13 16:13:30.173804"]]
|
51701
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51702
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51703
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "13"], ["created_at", "2016-05-13 16:13:30.175905"], ["updated_at", "2016-05-13 16:13:30.175905"]]
|
51704
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51705
|
-
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
51706
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51707
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51708
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51709
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51710
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51711
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51712
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 28' LIMIT 1
|
51713
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 28' LIMIT 1[0m
|
51714
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 28"], ["key", "Key 28"], ["secret", "Account 28"], ["canvas_account_id", "28"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.188666"], ["updated_at", "2016-05-13 16:13:30.188666"]]
|
51715
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51716
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51717
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "email", "name", "canvas_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["email", "test2@test.com"], ["name", "Factory User 2"], ["canvas_user_id", "2"], ["created_at", "2016-05-13 16:13:30.191742"], ["updated_at", "2016-05-13 16:13:30.191742"]]
|
51718
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51719
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51720
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 29' LIMIT 1
|
51721
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 29' LIMIT 1[0m
|
51722
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 29"], ["key", "Key 29"], ["secret", "Account 29"], ["canvas_account_id", "29"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.201304"], ["updated_at", "2016-05-13 16:13:30.201304"]]
|
51723
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51724
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51725
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 30' LIMIT 1[0m
|
51726
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 30' LIMIT 1
|
51727
|
-
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 30"], ["key", "Key 30"], ["secret", "Account 30"], ["canvas_account_id", "30"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.204455"], ["updated_at", "2016-05-13 16:13:30.204455"]]
|
51728
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51729
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51730
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 3], ["canvas_term_id", "14"], ["created_at", "2016-05-13 16:13:30.206117"], ["updated_at", "2016-05-13 16:13:30.206117"]]
|
51731
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51732
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51733
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "10"], ["created_at", "2016-05-13 16:13:30.207820"], ["updated_at", "2016-05-13 16:13:30.207820"]]
|
51734
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51735
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51736
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_sections" ("coalescing_panda_course_id", "canvas_section_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"], ["created_at", "2016-05-13 16:13:30.209922"], ["updated_at", "2016-05-13 16:13:30.209922"]]
|
51737
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51738
|
-
[1m[35m (0.9ms)[0m rollback transaction
|
51739
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51740
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51741
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 31' LIMIT 1[0m
|
51742
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 31' LIMIT 1
|
51743
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 31"], ["key", "Key 31"], ["secret", "Account 31"], ["canvas_account_id", "31"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.218013"], ["updated_at", "2016-05-13 16:13:30.218013"]]
|
51744
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51745
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51746
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "email", "name", "canvas_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["email", "test3@test.com"], ["name", "Factory User 3"], ["canvas_user_id", "3"], ["created_at", "2016-05-13 16:13:30.220405"], ["updated_at", "2016-05-13 16:13:30.220405"]]
|
51747
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51748
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51749
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 32' LIMIT 1[0m
|
51750
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 32' LIMIT 1
|
51751
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 32"], ["key", "Key 32"], ["secret", "Account 32"], ["canvas_account_id", "32"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.223465"], ["updated_at", "2016-05-13 16:13:30.223465"]]
|
51752
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51753
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51754
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 33' LIMIT 1
|
51755
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 33' LIMIT 1[0m
|
51756
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 33"], ["key", "Key 33"], ["secret", "Account 33"], ["canvas_account_id", "33"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.226884"], ["updated_at", "2016-05-13 16:13:30.226884"]]
|
51757
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51758
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51759
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 3], ["canvas_term_id", "15"], ["created_at", "2016-05-13 16:13:30.228600"], ["updated_at", "2016-05-13 16:13:30.228600"]]
|
51760
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51761
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51762
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "11"], ["created_at", "2016-05-13 16:13:30.229893"], ["updated_at", "2016-05-13 16:13:30.229893"]]
|
51763
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51764
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51765
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("coalescing_panda_course_id", "canvas_section_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "2"], ["created_at", "2016-05-13 16:13:30.231193"], ["updated_at", "2016-05-13 16:13:30.231193"]]
|
51766
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51767
|
-
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
51768
|
-
[1m[35m (0.1ms)[0m begin transaction
|
51769
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51770
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 34' LIMIT 1
|
51771
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 34' LIMIT 1[0m
|
51772
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 34"], ["key", "Key 34"], ["secret", "Account 34"], ["canvas_account_id", "34"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.238558"], ["updated_at", "2016-05-13 16:13:30.238558"]]
|
51773
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51774
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51775
|
-
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "email", "name", "canvas_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["email", "test4@test.com"], ["name", "Factory User 4"], ["canvas_user_id", "4"], ["created_at", "2016-05-13 16:13:30.242242"], ["updated_at", "2016-05-13 16:13:30.242242"]]
|
51776
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51777
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51778
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 35' LIMIT 1
|
51779
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 35' LIMIT 1[0m
|
51780
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 35"], ["key", "Key 35"], ["secret", "Account 35"], ["canvas_account_id", "35"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.246713"], ["updated_at", "2016-05-13 16:13:30.246713"]]
|
51781
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51782
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51783
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 36' LIMIT 1[0m
|
51784
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 36' LIMIT 1
|
51785
|
-
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 36"], ["key", "Key 36"], ["secret", "Account 36"], ["canvas_account_id", "36"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.250389"], ["updated_at", "2016-05-13 16:13:30.250389"]]
|
51786
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51787
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51788
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 3], ["canvas_term_id", "16"], ["created_at", "2016-05-13 16:13:30.252339"], ["updated_at", "2016-05-13 16:13:30.252339"]]
|
51789
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51790
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51791
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "12"], ["created_at", "2016-05-13 16:13:30.253607"], ["updated_at", "2016-05-13 16:13:30.253607"]]
|
51792
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51793
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51794
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_sections" ("coalescing_panda_course_id", "canvas_section_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_course_id", 1], ["canvas_section_id", "3"], ["created_at", "2016-05-13 16:13:30.254823"], ["updated_at", "2016-05-13 16:13:30.254823"]]
|
51795
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51796
|
-
[1m[35m (0.7ms)[0m rollback transaction
|
51797
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
51798
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51799
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 37' LIMIT 1[0m
|
51800
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 37' LIMIT 1
|
51801
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 37"], ["key", "Key 37"], ["secret", "Account 37"], ["canvas_account_id", "37"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.259974"], ["updated_at", "2016-05-13 16:13:30.259974"]]
|
51802
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
51803
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51804
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "email", "name", "canvas_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["email", "test5@test.com"], ["name", "Factory User 5"], ["canvas_user_id", "5"], ["created_at", "2016-05-13 16:13:30.262588"], ["updated_at", "2016-05-13 16:13:30.262588"]]
|
51805
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51806
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51807
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 38' LIMIT 1[0m
|
51808
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 38' LIMIT 1
|
51809
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 38"], ["key", "Key 38"], ["secret", "Account 38"], ["canvas_account_id", "38"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.266207"], ["updated_at", "2016-05-13 16:13:30.266207"]]
|
51810
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51811
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51812
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 39' LIMIT 1
|
51813
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 39' LIMIT 1[0m
|
51814
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 39"], ["key", "Key 39"], ["secret", "Account 39"], ["canvas_account_id", "39"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.269673"], ["updated_at", "2016-05-13 16:13:30.269673"]]
|
51815
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51816
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51817
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 3], ["canvas_term_id", "17"], ["created_at", "2016-05-13 16:13:30.271534"], ["updated_at", "2016-05-13 16:13:30.271534"]]
|
51818
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51819
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51820
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "13"], ["created_at", "2016-05-13 16:13:30.272809"], ["updated_at", "2016-05-13 16:13:30.272809"]]
|
51821
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51822
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51823
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("coalescing_panda_course_id", "canvas_section_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "4"], ["created_at", "2016-05-13 16:13:30.274040"], ["updated_at", "2016-05-13 16:13:30.274040"]]
|
51824
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51825
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51826
|
-
[1m[35mSQL (0.6ms)[0m INSERT INTO "coalescing_panda_enrollments" ("coalescing_panda_user_id", "coalescing_panda_section_id", "canvas_enrollment_id", "enrollment_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_user_id", 1], ["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "3"], ["enrollment_type", "StudentEnrollment"], ["created_at", "2016-05-13 16:13:30.275800"], ["updated_at", "2016-05-13 16:13:30.275800"]]
|
51827
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51828
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51829
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("coalescing_panda_user_id", "coalescing_panda_section_id", "canvas_enrollment_id", "enrollment_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_user_id", 1], ["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "4"], ["enrollment_type", "StudentEnrollment"], ["created_at", "2016-05-13 16:13:30.278554"], ["updated_at", "2016-05-13 16:13:30.278554"]]
|
51830
|
-
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" ("coalescing_panda_user_id", "coalescing_panda_section_id", "canvas_enrollment_id", "enrollment_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)
|
51831
|
-
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
51832
|
-
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
51833
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51834
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51835
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 40' LIMIT 1
|
51836
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 40' LIMIT 1[0m
|
51837
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 40"], ["key", "Key 40"], ["secret", "Account 40"], ["canvas_account_id", "40"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.284093"], ["updated_at", "2016-05-13 16:13:30.284093"]]
|
51838
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51839
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51840
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "email", "name", "canvas_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["email", "test6@test.com"], ["name", "Factory User 6"], ["canvas_user_id", "6"], ["created_at", "2016-05-13 16:13:30.286319"], ["updated_at", "2016-05-13 16:13:30.286319"]]
|
51841
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51842
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51843
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 41' LIMIT 1
|
51844
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 41' LIMIT 1[0m
|
51845
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 41"], ["key", "Key 41"], ["secret", "Account 41"], ["canvas_account_id", "41"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.289321"], ["updated_at", "2016-05-13 16:13:30.289321"]]
|
51846
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51847
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51848
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 42' LIMIT 1[0m
|
51849
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 42' LIMIT 1
|
51850
|
-
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 42"], ["key", "Key 42"], ["secret", "Account 42"], ["canvas_account_id", "42"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.293270"], ["updated_at", "2016-05-13 16:13:30.293270"]]
|
51851
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51852
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51853
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 3], ["canvas_term_id", "18"], ["created_at", "2016-05-13 16:13:30.294883"], ["updated_at", "2016-05-13 16:13:30.294883"]]
|
51854
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51855
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51856
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "14"], ["created_at", "2016-05-13 16:13:30.296089"], ["updated_at", "2016-05-13 16:13:30.296089"]]
|
51857
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51858
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51859
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_sections" ("coalescing_panda_course_id", "canvas_section_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_course_id", 1], ["canvas_section_id", "5"], ["created_at", "2016-05-13 16:13:30.297270"], ["updated_at", "2016-05-13 16:13:30.297270"]]
|
51860
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51861
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51862
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("coalescing_panda_user_id", "coalescing_panda_section_id", "canvas_enrollment_id", "enrollment_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_user_id", 1], ["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "5"], ["enrollment_type", "StudentEnrollment"], ["created_at", "2016-05-13 16:13:30.298901"], ["updated_at", "2016-05-13 16:13:30.298901"]]
|
51863
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51864
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51865
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_enrollments" ("coalescing_panda_user_id", "coalescing_panda_section_id", "canvas_enrollment_id", "enrollment_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_user_id", 1], ["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "6"], ["enrollment_type", "TeacherEnrollment"], ["created_at", "2016-05-13 16:13:30.300615"], ["updated_at", "2016-05-13 16:13:30.300615"]]
|
51866
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51867
|
-
[1m[35m (0.9ms)[0m rollback transaction
|
51868
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
51869
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51870
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 43' LIMIT 1[0m
|
51871
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 43' LIMIT 1
|
51872
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 43"], ["key", "Key 43"], ["secret", "Account 43"], ["canvas_account_id", "43"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.305446"], ["updated_at", "2016-05-13 16:13:30.305446"]]
|
51873
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51874
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51875
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "email", "name", "canvas_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["email", "test7@test.com"], ["name", "Factory User 7"], ["canvas_user_id", "7"], ["created_at", "2016-05-13 16:13:30.307677"], ["updated_at", "2016-05-13 16:13:30.307677"]]
|
51876
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51877
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51878
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 44' LIMIT 1[0m
|
51879
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 44' LIMIT 1
|
51880
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 44"], ["key", "Key 44"], ["secret", "Account 44"], ["canvas_account_id", "44"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.310924"], ["updated_at", "2016-05-13 16:13:30.310924"]]
|
51881
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51882
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51883
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 45' LIMIT 1
|
51884
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 45' LIMIT 1[0m
|
51885
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 45"], ["key", "Key 45"], ["secret", "Account 45"], ["canvas_account_id", "45"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.366311"], ["updated_at", "2016-05-13 16:13:30.366311"]]
|
51886
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51887
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51888
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 3], ["canvas_term_id", "19"], ["created_at", "2016-05-13 16:13:30.368233"], ["updated_at", "2016-05-13 16:13:30.368233"]]
|
51889
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51890
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51891
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "15"], ["created_at", "2016-05-13 16:13:30.369472"], ["updated_at", "2016-05-13 16:13:30.369472"]]
|
51892
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51893
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51894
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("coalescing_panda_course_id", "canvas_section_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "6"], ["created_at", "2016-05-13 16:13:30.370661"], ["updated_at", "2016-05-13 16:13:30.370661"]]
|
51895
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51896
|
-
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
51897
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51898
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51899
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51900
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51901
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51902
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51903
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51904
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51905
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51906
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51907
|
-
[1m[35m (0.1ms)[0m begin transaction
|
51908
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51909
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51910
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 46' LIMIT 1[0m
|
51911
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 46' LIMIT 1
|
51912
|
-
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
51913
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51914
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51915
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51916
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51917
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51918
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
51919
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51920
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51921
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.2ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 47' LIMIT 1
|
51922
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 47' LIMIT 1[0m
|
51923
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 47"], ["key", "Key 47"], ["secret", "Account 47"], ["canvas_account_id", "46"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.384601"], ["updated_at", "2016-05-13 16:13:30.384601"]]
|
51924
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51925
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51926
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 48' LIMIT 1[0m
|
51927
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 48' LIMIT 1
|
51928
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 48"], ["key", "Key 48"], ["secret", "Account 48"], ["canvas_account_id", "47"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.388190"], ["updated_at", "2016-05-13 16:13:30.388190"]]
|
51929
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51930
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51931
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "20"], ["created_at", "2016-05-13 16:13:30.390292"], ["updated_at", "2016-05-13 16:13:30.390292"]]
|
51932
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51933
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51934
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "16"], ["created_at", "2016-05-13 16:13:30.391673"], ["updated_at", "2016-05-13 16:13:30.391673"]]
|
51935
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51936
|
-
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
51937
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51938
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
51939
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 49' LIMIT 1
|
51940
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 49' LIMIT 1[0m
|
51941
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 49"], ["key", "Key 49"], ["secret", "Account 49"], ["canvas_account_id", "48"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.398114"], ["updated_at", "2016-05-13 16:13:30.398114"]]
|
51942
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51943
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51944
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 50' LIMIT 1[0m
|
51945
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 50' LIMIT 1
|
51946
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 50"], ["key", "Key 50"], ["secret", "Account 50"], ["canvas_account_id", "49"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.401546"], ["updated_at", "2016-05-13 16:13:30.401546"]]
|
51947
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51948
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51949
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "21"], ["created_at", "2016-05-13 16:13:30.403880"], ["updated_at", "2016-05-13 16:13:30.403880"]]
|
51950
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51951
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51952
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "17"], ["created_at", "2016-05-13 16:13:30.405446"], ["updated_at", "2016-05-13 16:13:30.405446"]]
|
51953
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51954
|
-
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
51955
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51956
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51957
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 51' LIMIT 1
|
51958
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 51' LIMIT 1[0m
|
51959
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 51"], ["key", "Key 51"], ["secret", "Account 51"], ["canvas_account_id", "50"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.411171"], ["updated_at", "2016-05-13 16:13:30.411171"]]
|
51960
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51961
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51962
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 52' LIMIT 1[0m
|
51963
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 52' LIMIT 1
|
51964
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 52"], ["key", "Key 52"], ["secret", "Account 52"], ["canvas_account_id", "51"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.414856"], ["updated_at", "2016-05-13 16:13:30.414856"]]
|
51965
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51966
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51967
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "22"], ["created_at", "2016-05-13 16:13:30.416909"], ["updated_at", "2016-05-13 16:13:30.416909"]]
|
51968
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51969
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51970
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "18"], ["created_at", "2016-05-13 16:13:30.418117"], ["updated_at", "2016-05-13 16:13:30.418117"]]
|
51971
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51972
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51973
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_sections" ("coalescing_panda_course_id", "canvas_section_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"], ["created_at", "2016-05-13 16:13:30.419718"], ["updated_at", "2016-05-13 16:13:30.419718"]]
|
51974
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51975
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51976
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("coalescing_panda_course_id", "canvas_section_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"], ["created_at", "2016-05-13 16:13:30.421368"], ["updated_at", "2016-05-13 16:13:30.421368"]]
|
51977
|
-
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_sections.coalescing_panda_course_id, coalescing_panda_sections.canvas_section_id: INSERT INTO "coalescing_panda_sections" ("coalescing_panda_course_id", "canvas_section_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)
|
51978
|
-
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
51979
|
-
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
51980
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51981
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51982
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 53' LIMIT 1
|
51983
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 53' LIMIT 1[0m
|
51984
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 53"], ["key", "Key 53"], ["secret", "Account 53"], ["canvas_account_id", "52"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.427648"], ["updated_at", "2016-05-13 16:13:30.427648"]]
|
51985
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51986
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
51987
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 54' LIMIT 1[0m
|
51988
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 54' LIMIT 1
|
51989
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 54"], ["key", "Key 54"], ["secret", "Account 54"], ["canvas_account_id", "53"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.430971"], ["updated_at", "2016-05-13 16:13:30.430971"]]
|
51990
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51991
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
51992
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "23"], ["created_at", "2016-05-13 16:13:30.432892"], ["updated_at", "2016-05-13 16:13:30.432892"]]
|
51993
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
51994
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
51995
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "19"], ["created_at", "2016-05-13 16:13:30.434390"], ["updated_at", "2016-05-13 16:13:30.434390"]]
|
51996
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51997
|
-
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
51998
|
-
[1m[35m (0.0ms)[0m begin transaction
|
51999
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52000
|
-
[1m[35m (0.0ms)[0m begin transaction
|
52001
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52002
|
-
[1m[35m (0.0ms)[0m begin transaction
|
52003
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52004
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 55' LIMIT 1
|
52005
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 55' LIMIT 1[0m
|
52006
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 55"], ["key", "Key 55"], ["secret", "Account 55"], ["canvas_account_id", "54"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.447209"], ["updated_at", "2016-05-13 16:13:30.447209"]]
|
52007
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52008
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52009
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "email", "name", "canvas_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["email", "test8@test.com"], ["name", "Factory User 8"], ["canvas_user_id", "8"], ["created_at", "2016-05-13 16:13:30.449514"], ["updated_at", "2016-05-13 16:13:30.449514"]]
|
52010
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52011
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52012
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 56' LIMIT 1
|
52013
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 56' LIMIT 1[0m
|
52014
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 56"], ["key", "Key 56"], ["secret", "Account 56"], ["canvas_account_id", "55"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.453046"], ["updated_at", "2016-05-13 16:13:30.453046"]]
|
52015
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52016
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52017
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 57' LIMIT 1[0m
|
52018
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 57' LIMIT 1
|
52019
|
-
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 57"], ["key", "Key 57"], ["secret", "Account 57"], ["canvas_account_id", "56"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.455844"], ["updated_at", "2016-05-13 16:13:30.455844"]]
|
52020
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52021
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52022
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 3], ["canvas_term_id", "24"], ["created_at", "2016-05-13 16:13:30.457387"], ["updated_at", "2016-05-13 16:13:30.457387"]]
|
52023
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52024
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52025
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "20"], ["created_at", "2016-05-13 16:13:30.458693"], ["updated_at", "2016-05-13 16:13:30.458693"]]
|
52026
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52027
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52028
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_assignments" ("name", "coalescing_panda_course_id", "canvas_assignment_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "test assignment"], ["coalescing_panda_course_id", 1], ["canvas_assignment_id", "3"], ["created_at", "2016-05-13 16:13:30.460115"], ["updated_at", "2016-05-13 16:13:30.460115"]]
|
52029
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52030
|
-
[1m[35m (0.8ms)[0m rollback transaction
|
52031
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52032
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52033
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 58' LIMIT 1[0m
|
52034
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 58' LIMIT 1
|
52035
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 58"], ["key", "Key 58"], ["secret", "Account 58"], ["canvas_account_id", "57"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.468370"], ["updated_at", "2016-05-13 16:13:30.468370"]]
|
52036
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52037
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52038
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "email", "name", "canvas_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["email", "test9@test.com"], ["name", "Factory User 9"], ["canvas_user_id", "9"], ["created_at", "2016-05-13 16:13:30.470952"], ["updated_at", "2016-05-13 16:13:30.470952"]]
|
52039
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52040
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52041
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 59' LIMIT 1[0m
|
52042
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 59' LIMIT 1
|
52043
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 59"], ["key", "Key 59"], ["secret", "Account 59"], ["canvas_account_id", "58"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.474712"], ["updated_at", "2016-05-13 16:13:30.474712"]]
|
52044
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52045
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52046
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 60' LIMIT 1
|
52047
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 60' LIMIT 1[0m
|
52048
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 60"], ["key", "Key 60"], ["secret", "Account 60"], ["canvas_account_id", "59"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.478935"], ["updated_at", "2016-05-13 16:13:30.478935"]]
|
52049
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52050
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52051
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 3], ["canvas_term_id", "25"], ["created_at", "2016-05-13 16:13:30.481216"], ["updated_at", "2016-05-13 16:13:30.481216"]]
|
52052
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52053
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52054
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "21"], ["created_at", "2016-05-13 16:13:30.482813"], ["updated_at", "2016-05-13 16:13:30.482813"]]
|
52055
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52056
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52057
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("name", "coalescing_panda_course_id", "canvas_assignment_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "test assignment"], ["coalescing_panda_course_id", 1], ["canvas_assignment_id", "4"], ["created_at", "2016-05-13 16:13:30.484341"], ["updated_at", "2016-05-13 16:13:30.484341"]]
|
52058
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52059
|
-
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
52060
|
-
[1m[35m (0.0ms)[0m begin transaction
|
52061
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52062
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 61' LIMIT 1
|
52063
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 61' LIMIT 1[0m
|
52064
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 61"], ["key", "Key 61"], ["secret", "Account 61"], ["canvas_account_id", "60"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.490821"], ["updated_at", "2016-05-13 16:13:30.490821"]]
|
52065
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52066
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52067
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "email", "name", "canvas_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["email", "test10@test.com"], ["name", "Factory User 10"], ["canvas_user_id", "10"], ["created_at", "2016-05-13 16:13:30.493155"], ["updated_at", "2016-05-13 16:13:30.493155"]]
|
52068
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52069
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52070
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 62' LIMIT 1
|
52071
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 62' LIMIT 1[0m
|
52072
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 62"], ["key", "Key 62"], ["secret", "Account 62"], ["canvas_account_id", "61"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.496173"], ["updated_at", "2016-05-13 16:13:30.496173"]]
|
52073
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52074
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52075
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 63' LIMIT 1[0m
|
52076
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 63' LIMIT 1
|
52077
|
-
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 63"], ["key", "Key 63"], ["secret", "Account 63"], ["canvas_account_id", "62"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.499090"], ["updated_at", "2016-05-13 16:13:30.499090"]]
|
52078
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52079
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52080
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 3], ["canvas_term_id", "26"], ["created_at", "2016-05-13 16:13:30.500699"], ["updated_at", "2016-05-13 16:13:30.500699"]]
|
52081
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52082
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52083
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "22"], ["created_at", "2016-05-13 16:13:30.502018"], ["updated_at", "2016-05-13 16:13:30.502018"]]
|
52084
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52085
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52086
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_assignments" ("name", "coalescing_panda_course_id", "canvas_assignment_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "test assignment"], ["coalescing_panda_course_id", 1], ["canvas_assignment_id", "5"], ["created_at", "2016-05-13 16:13:30.503623"], ["updated_at", "2016-05-13 16:13:30.503623"]]
|
52087
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52088
|
-
[1m[35m (0.9ms)[0m rollback transaction
|
52089
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52090
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52091
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 64' LIMIT 1[0m
|
52092
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 64' LIMIT 1
|
52093
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 64"], ["key", "Key 64"], ["secret", "Account 64"], ["canvas_account_id", "63"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.509889"], ["updated_at", "2016-05-13 16:13:30.509889"]]
|
52094
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52095
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52096
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "email", "name", "canvas_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["email", "test11@test.com"], ["name", "Factory User 11"], ["canvas_user_id", "11"], ["created_at", "2016-05-13 16:13:30.512297"], ["updated_at", "2016-05-13 16:13:30.512297"]]
|
52097
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52098
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52099
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 65' LIMIT 1[0m
|
52100
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 65' LIMIT 1
|
52101
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 65"], ["key", "Key 65"], ["secret", "Account 65"], ["canvas_account_id", "64"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.515339"], ["updated_at", "2016-05-13 16:13:30.515339"]]
|
52102
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52103
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52104
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 66' LIMIT 1
|
52105
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 66' LIMIT 1[0m
|
52106
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 66"], ["key", "Key 66"], ["secret", "Account 66"], ["canvas_account_id", "65"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.518580"], ["updated_at", "2016-05-13 16:13:30.518580"]]
|
52107
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52108
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52109
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 3], ["canvas_term_id", "27"], ["created_at", "2016-05-13 16:13:30.520677"], ["updated_at", "2016-05-13 16:13:30.520677"]]
|
52110
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52111
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52112
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "23"], ["created_at", "2016-05-13 16:13:30.522176"], ["updated_at", "2016-05-13 16:13:30.522176"]]
|
52113
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52114
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52115
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("name", "coalescing_panda_course_id", "canvas_assignment_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "test assignment"], ["coalescing_panda_course_id", 1], ["canvas_assignment_id", "6"], ["created_at", "2016-05-13 16:13:30.523648"], ["updated_at", "2016-05-13 16:13:30.523648"]]
|
52116
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52117
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52118
|
-
[1m[35mSQL (0.5ms)[0m INSERT INTO "coalescing_panda_submissions" ("coalescing_panda_user_id", "coalescing_panda_assignment_id", "canvas_submission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["coalescing_panda_user_id", 1], ["coalescing_panda_assignment_id", 1], ["canvas_submission_id", "1"], ["created_at", "2016-05-13 16:13:30.525802"], ["updated_at", "2016-05-13 16:13:30.525802"]]
|
52119
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52120
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52121
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_submissions" ("coalescing_panda_user_id", "coalescing_panda_assignment_id", "canvas_submission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["coalescing_panda_user_id", 1], ["coalescing_panda_assignment_id", 1], ["canvas_submission_id", "1"], ["created_at", "2016-05-13 16:13:30.528244"], ["updated_at", "2016-05-13 16:13:30.528244"]]
|
52122
|
-
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" ("coalescing_panda_user_id", "coalescing_panda_assignment_id", "canvas_submission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)
|
52123
|
-
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
52124
|
-
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
52125
|
-
[1m[35m (0.0ms)[0m begin transaction
|
52126
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52127
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 67' LIMIT 1
|
52128
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 67' LIMIT 1[0m
|
52129
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 67"], ["key", "Key 67"], ["secret", "Account 67"], ["canvas_account_id", "66"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.534664"], ["updated_at", "2016-05-13 16:13:30.534664"]]
|
52130
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52131
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52132
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "email", "name", "canvas_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["email", "test12@test.com"], ["name", "Factory User 12"], ["canvas_user_id", "12"], ["created_at", "2016-05-13 16:13:30.537122"], ["updated_at", "2016-05-13 16:13:30.537122"]]
|
52133
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52134
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52135
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 68' LIMIT 1
|
52136
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 68' LIMIT 1[0m
|
52137
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 68"], ["key", "Key 68"], ["secret", "Account 68"], ["canvas_account_id", "67"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.540238"], ["updated_at", "2016-05-13 16:13:30.540238"]]
|
52138
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52139
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52140
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 69' LIMIT 1[0m
|
52141
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 69' LIMIT 1
|
52142
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 69"], ["key", "Key 69"], ["secret", "Account 69"], ["canvas_account_id", "68"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.543620"], ["updated_at", "2016-05-13 16:13:30.543620"]]
|
52143
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52144
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52145
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 3], ["canvas_term_id", "28"], ["created_at", "2016-05-13 16:13:30.545524"], ["updated_at", "2016-05-13 16:13:30.545524"]]
|
52146
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52147
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52148
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "24"], ["created_at", "2016-05-13 16:13:30.547028"], ["updated_at", "2016-05-13 16:13:30.547028"]]
|
52149
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52150
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52151
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_assignments" ("name", "coalescing_panda_course_id", "canvas_assignment_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "test assignment"], ["coalescing_panda_course_id", 1], ["canvas_assignment_id", "7"], ["created_at", "2016-05-13 16:13:30.548487"], ["updated_at", "2016-05-13 16:13:30.548487"]]
|
52152
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52153
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52154
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_submissions" ("coalescing_panda_user_id", "coalescing_panda_assignment_id", "canvas_submission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["coalescing_panda_user_id", 1], ["coalescing_panda_assignment_id", 1], ["canvas_submission_id", "1"], ["created_at", "2016-05-13 16:13:30.550327"], ["updated_at", "2016-05-13 16:13:30.550327"]]
|
52155
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52156
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52157
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_submissions" ("coalescing_panda_user_id", "coalescing_panda_assignment_id", "canvas_submission_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["coalescing_panda_user_id", 1], ["coalescing_panda_assignment_id", 1], ["canvas_submission_id", "2"], ["created_at", "2016-05-13 16:13:30.552131"], ["updated_at", "2016-05-13 16:13:30.552131"]]
|
52158
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52159
|
-
[1m[35m (0.9ms)[0m rollback transaction
|
52160
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52161
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52162
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 70' LIMIT 1[0m
|
52163
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 70' LIMIT 1
|
52164
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 70"], ["key", "Key 70"], ["secret", "Account 70"], ["canvas_account_id", "69"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.558262"], ["updated_at", "2016-05-13 16:13:30.558262"]]
|
52165
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52166
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52167
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "email", "name", "canvas_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["email", "test13@test.com"], ["name", "Factory User 13"], ["canvas_user_id", "13"], ["created_at", "2016-05-13 16:13:30.560791"], ["updated_at", "2016-05-13 16:13:30.560791"]]
|
52168
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52169
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52170
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 71' LIMIT 1[0m
|
52171
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 71' LIMIT 1
|
52172
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 71"], ["key", "Key 71"], ["secret", "Account 71"], ["canvas_account_id", "70"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.565346"], ["updated_at", "2016-05-13 16:13:30.565346"]]
|
52173
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52174
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52175
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 72' LIMIT 1
|
52176
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 72' LIMIT 1[0m
|
52177
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 72"], ["key", "Key 72"], ["secret", "Account 72"], ["canvas_account_id", "71"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.569356"], ["updated_at", "2016-05-13 16:13:30.569356"]]
|
52178
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52179
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52180
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 3], ["canvas_term_id", "29"], ["created_at", "2016-05-13 16:13:30.571593"], ["updated_at", "2016-05-13 16:13:30.571593"]]
|
52181
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52182
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52183
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "25"], ["created_at", "2016-05-13 16:13:30.573145"], ["updated_at", "2016-05-13 16:13:30.573145"]]
|
52184
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52185
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52186
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("name", "coalescing_panda_course_id", "canvas_assignment_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "test assignment"], ["coalescing_panda_course_id", 1], ["canvas_assignment_id", "8"], ["created_at", "2016-05-13 16:13:30.574722"], ["updated_at", "2016-05-13 16:13:30.574722"]]
|
52187
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52188
|
-
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
52189
|
-
[1m[35m (0.0ms)[0m begin transaction
|
52190
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52191
|
-
[1m[35m (0.0ms)[0m begin transaction
|
52192
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52193
|
-
[1m[35m (0.0ms)[0m begin transaction
|
52194
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52195
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 73' LIMIT 1
|
52196
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 73' LIMIT 1[0m
|
52197
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 73"], ["key", "Key 73"], ["secret", "Account 73"], ["canvas_account_id", "72"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.580973"], ["updated_at", "2016-05-13 16:13:30.580973"]]
|
52198
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52199
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
52200
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52201
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52202
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 74' LIMIT 1[0m
|
52203
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 74' LIMIT 1
|
52204
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 74"], ["key", "Key 74"], ["secret", "Account 74"], ["canvas_account_id", "73"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.586172"], ["updated_at", "2016-05-13 16:13:30.586172"]]
|
52205
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52206
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52207
|
-
[1m[35mSQL (0.5ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["canvas_term_id", "1"], ["created_at", "2016-05-13 16:13:30.588421"], ["updated_at", "2016-05-13 16:13:30.588421"]]
|
52208
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52209
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52210
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["canvas_term_id", "1"], ["created_at", "2016-05-13 16:13:30.590884"], ["updated_at", "2016-05-13 16:13:30.590884"]]
|
52211
|
-
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_terms.canvas_term_id, coalescing_panda_terms.coalescing_panda_lti_account_id: INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)
|
52212
|
-
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
52213
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
52214
|
-
[1m[35m (0.1ms)[0m begin transaction
|
52215
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52216
|
-
[1m[35m (0.0ms)[0m begin transaction
|
52217
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52218
|
-
[1m[35m (0.0ms)[0m begin transaction
|
52219
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52220
|
-
[1m[35m (0.0ms)[0m begin transaction
|
52221
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
52222
|
-
[1m[35m (0.0ms)[0m begin transaction
|
52223
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52224
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 75' LIMIT 1
|
52225
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 75' LIMIT 1[0m
|
52226
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 75"], ["key", "Key 75"], ["secret", "Account 75"], ["canvas_account_id", "74"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.598962"], ["updated_at", "2016-05-13 16:13:30.598962"]]
|
52227
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52228
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
52229
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52230
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52231
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 76' LIMIT 1[0m
|
52232
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 76' LIMIT 1
|
52233
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 76"], ["key", "Key 76"], ["secret", "Account 76"], ["canvas_account_id", "75"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.605669"], ["updated_at", "2016-05-13 16:13:30.605669"]]
|
52234
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52235
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
52236
|
-
[1m[35m (0.0ms)[0m begin transaction
|
52237
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52238
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.2ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 77' LIMIT 1
|
52239
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 77' LIMIT 1[0m
|
52240
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 77"], ["key", "Key 77"], ["secret", "Account 77"], ["canvas_account_id", "76"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.613271"], ["updated_at", "2016-05-13 16:13:30.613271"]]
|
52241
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52242
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52243
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "email", "name", "canvas_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["email", "test16@test.com"], ["name", "Factory User 16"], ["canvas_user_id", "1"], ["created_at", "2016-05-13 16:13:30.616637"], ["updated_at", "2016-05-13 16:13:30.616637"]]
|
52244
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52245
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52246
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "email", "name", "canvas_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["email", "test17@test.com"], ["name", "Factory User 17"], ["canvas_user_id", "1"], ["created_at", "2016-05-13 16:13:30.619610"], ["updated_at", "2016-05-13 16:13:30.619610"]]
|
52247
|
-
SQLite3::ConstraintException: UNIQUE constraint failed: coalescing_panda_users.coalescing_panda_lti_account_id, coalescing_panda_users.canvas_user_id: INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "email", "name", "canvas_user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)
|
52248
|
-
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
52249
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
52250
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52251
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52252
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 78' LIMIT 1[0m
|
52253
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 78' LIMIT 1
|
52254
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 78"], ["key", "Key 78"], ["secret", "Account 78"], ["canvas_account_id", "77"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.625919"], ["updated_at", "2016-05-13 16:13:30.625919"]]
|
52255
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52256
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
52257
|
-
[1m[35m (0.1ms)[0m begin transaction
|
52258
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52259
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 79' LIMIT 1
|
52260
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 79' LIMIT 1[0m
|
52261
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 79"], ["key", "Key 79"], ["secret", "Account 79"], ["canvas_account_id", "78"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.635474"], ["updated_at", "2016-05-13 16:13:30.635474"]]
|
52262
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52263
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52264
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 80' LIMIT 1[0m
|
52265
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 80' LIMIT 1
|
52266
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 80"], ["key", "Key 80"], ["secret", "Account 80"], ["canvas_account_id", "79"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.639109"], ["updated_at", "2016-05-13 16:13:30.639109"]]
|
52267
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52268
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52269
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "31"], ["created_at", "2016-05-13 16:13:30.641189"], ["updated_at", "2016-05-13 16:13:30.641189"]]
|
52270
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52271
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52272
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "26"], ["created_at", "2016-05-13 16:13:30.642686"], ["updated_at", "2016-05-13 16:13:30.642686"]]
|
52273
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52274
|
-
[1m[36mCoalescingPanda::CanvasBatch Load (0.2ms)[0m [1mSELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
52275
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52276
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:30.717629"], ["updated_at", "2016-05-13 16:13:30.717629"]]
|
52277
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52278
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52279
|
-
[1m[35mSQL (0.1ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:30.719679"], ["id", 1]]
|
52280
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52281
|
-
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" ORDER BY created_at ASC LIMIT 1
|
52282
|
-
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
52283
|
-
[1m[35m (0.0ms)[0m begin transaction
|
52284
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52285
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 81' LIMIT 1
|
52286
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 81' LIMIT 1[0m
|
52287
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 81"], ["key", "Key 81"], ["secret", "Account 81"], ["canvas_account_id", "80"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.729154"], ["updated_at", "2016-05-13 16:13:30.729154"]]
|
52288
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52289
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52290
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 82' LIMIT 1[0m
|
52291
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 82' LIMIT 1
|
52292
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 82"], ["key", "Key 82"], ["secret", "Account 82"], ["canvas_account_id", "81"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.733407"], ["updated_at", "2016-05-13 16:13:30.733407"]]
|
52293
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52294
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52295
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "32"], ["created_at", "2016-05-13 16:13:30.735787"], ["updated_at", "2016-05-13 16:13:30.735787"]]
|
52296
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52297
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52298
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "27"], ["created_at", "2016-05-13 16:13:30.737389"], ["updated_at", "2016-05-13 16:13:30.737389"]]
|
52299
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52300
|
-
[1m[36mCoalescingPanda::CanvasBatch Load (0.1ms)[0m [1mSELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
52301
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52302
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:30.740431"], ["updated_at", "2016-05-13 16:13:30.740431"]]
|
52303
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52304
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52305
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:30.742005"], ["id", 1]]
|
52306
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52307
|
-
[1m[35m (0.7ms)[0m rollback transaction
|
52308
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52309
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52310
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 83' LIMIT 1[0m
|
52311
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 83' LIMIT 1
|
52312
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 83"], ["key", "Key 83"], ["secret", "Account 83"], ["canvas_account_id", "82"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.750061"], ["updated_at", "2016-05-13 16:13:30.750061"]]
|
52313
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52314
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52315
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 84' LIMIT 1
|
52316
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 84' LIMIT 1[0m
|
52317
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 84"], ["key", "Key 84"], ["secret", "Account 84"], ["canvas_account_id", "83"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.753761"], ["updated_at", "2016-05-13 16:13:30.753761"]]
|
52318
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52319
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52320
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "33"], ["created_at", "2016-05-13 16:13:30.755781"], ["updated_at", "2016-05-13 16:13:30.755781"]]
|
52321
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52322
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52323
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "28"], ["created_at", "2016-05-13 16:13:30.756978"], ["updated_at", "2016-05-13 16:13:30.756978"]]
|
52324
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52325
|
-
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
52326
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52327
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:30.760131"], ["updated_at", "2016-05-13 16:13:30.760131"]]
|
52328
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52329
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52330
|
-
[1m[36mSQL (0.0ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ?[0m [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:30.762337"], ["id", 1]]
|
52331
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52332
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52333
|
-
[1m[35mSQL (0.1ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "status" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["status", "Started"], ["updated_at", "2016-05-13 16:13:30.779414"], ["id", 1]]
|
52334
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52335
|
-
[1m[35mCoalescingPanda::Section Load (0.1ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52336
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52337
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_sections" ("coalescing_panda_course_id", "canvas_section_id", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"], ["name", "Course1"], ["created_at", "2016-05-13 16:13:30.784377"], ["updated_at", "2016-05-13 16:13:30.784377"]]
|
52338
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52339
|
-
[1m[35mCoalescingPanda::Section Load (0.1ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND ("coalescing_panda_sections"."id" != 1) [["coalescing_panda_course_id", 1]]
|
52340
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52341
|
-
[1m[35mSQL (0.1ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["percent_complete", 12.5], ["updated_at", "2016-05-13 16:13:30.786862"], ["id", 1]]
|
52342
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52343
|
-
[1m[35mCoalescingPanda::User Load (0.1ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "1"]]
|
52344
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52345
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "canvas_user_id", "name", "login_id", "sis_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "1"], ["name", "teacher@test.com"], ["login_id", "teacher@test.com"], ["sis_id", ""], ["created_at", "2016-05-13 16:13:30.790741"], ["updated_at", "2016-05-13 16:13:30.790741"]]
|
52346
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52347
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "2"]]
|
52348
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52349
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "canvas_user_id", "name", "login_id", "sis_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "2"], ["name", "student1@test.com"], ["login_id", "student1@test.com"], ["sis_id", ""], ["created_at", "2016-05-13 16:13:30.792790"], ["updated_at", "2016-05-13 16:13:30.792790"]]
|
52350
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52351
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "3"]]
|
52352
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52353
|
-
[1m[35mSQL (0.0ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "canvas_user_id", "name", "login_id", "sis_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "3"], ["name", "student2@test.com"], ["login_id", "student2@test.com"], ["sis_id", ""], ["created_at", "2016-05-13 16:13:30.794491"], ["updated_at", "2016-05-13 16:13:30.794491"]]
|
52354
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52355
|
-
[1m[35mCoalescingPanda::User Load (0.1ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 ("coalescing_panda_users"."id" IS NOT NULL) [["coalescing_panda_course_id", 1]]
|
52356
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52357
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["percent_complete", 25.0], ["updated_at", "2016-05-13 16:13:30.807924"], ["id", 1]]
|
52358
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52359
|
-
[1m[35mCoalescingPanda::Section Load (0.1ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52360
|
-
[1m[36mCoalescingPanda::Enrollment Load (0.1ms)[0m [1mSELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" WHERE "coalescing_panda_enrollments"."coalescing_panda_section_id" = ? AND "coalescing_panda_enrollments"."canvas_enrollment_id" = ? ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1[0m [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "1"]]
|
52361
|
-
[1m[35mCoalescingPanda::Section Load (0.0ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52362
|
-
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1[0m [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "1"]]
|
52363
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52364
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("coalescing_panda_section_id", "canvas_enrollment_id", "coalescing_panda_user_id", "created_at", "updated_at", "workflow_state", "enrollment_type") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "1"], ["coalescing_panda_user_id", 1], ["created_at", "2014-11-07 21:17:54.000000"], ["updated_at", "2014-11-11 22:11:19.000000"], ["workflow_state", "active"], ["enrollment_type", "TeacherEnrollment"]]
|
52365
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52366
|
-
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52367
|
-
[1m[35mCoalescingPanda::Enrollment Load (0.0ms)[0m SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" WHERE "coalescing_panda_enrollments"."coalescing_panda_section_id" = ? AND "coalescing_panda_enrollments"."canvas_enrollment_id" = ? ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "2"]]
|
52368
|
-
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52369
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "2"]]
|
52370
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52371
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_enrollments" ("coalescing_panda_section_id", "canvas_enrollment_id", "coalescing_panda_user_id", "created_at", "updated_at", "workflow_state", "enrollment_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "2"], ["coalescing_panda_user_id", 2], ["created_at", "2014-11-07 21:18:16.000000"], ["updated_at", "2014-11-20 23:18:17.000000"], ["workflow_state", "active"], ["enrollment_type", "StudentEnrollment"]]
|
52372
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52373
|
-
[1m[35mCoalescingPanda::Section Load (0.0ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52374
|
-
[1m[36mCoalescingPanda::Enrollment Load (0.0ms)[0m [1mSELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" WHERE "coalescing_panda_enrollments"."coalescing_panda_section_id" = ? AND "coalescing_panda_enrollments"."canvas_enrollment_id" = ? ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1[0m [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "3"]]
|
52375
|
-
[1m[35mCoalescingPanda::Section Load (0.0ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52376
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1[0m [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "3"]]
|
52377
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52378
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("coalescing_panda_section_id", "canvas_enrollment_id", "coalescing_panda_user_id", "created_at", "updated_at", "workflow_state", "enrollment_type") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "3"], ["coalescing_panda_user_id", 3], ["created_at", "2014-11-07 21:18:17.000000"], ["updated_at", "2014-11-20 23:18:21.000000"], ["workflow_state", "active"], ["enrollment_type", "StudentEnrollment"]]
|
52379
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52380
|
-
[1m[36mCoalescingPanda::Enrollment Load (0.2ms)[0m [1mSELECT "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 ("coalescing_panda_enrollments"."id" NOT IN (1, 2, 3))[0m [["coalescing_panda_course_id", 1]]
|
52381
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52382
|
-
[1m[36mSQL (0.0ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ?[0m [["percent_complete", 37.5], ["updated_at", "2016-05-13 16:13:30.826678"], ["id", 1]]
|
52383
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52384
|
-
[1m[36mCoalescingPanda::AssignmentGroup Load (0.5ms)[0m [1mSELECT "coalescing_panda_assignment_groups".* FROM "coalescing_panda_assignment_groups" WHERE "coalescing_panda_assignment_groups"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignment_groups"."canvas_assignment_group_id" = ? ORDER BY "coalescing_panda_assignment_groups"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_assignment_group_id", "3"]]
|
52385
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52386
|
-
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "coalescing_panda_assignment_groups" ("coalescing_panda_course_id", "canvas_assignment_group_id", "group_weight", "name", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_course_id", 1], ["canvas_assignment_group_id", "3"], ["group_weight", 500.0], ["name", "Assignments"], ["position", 3], ["created_at", "2016-05-13 16:13:30.831382"], ["updated_at", "2016-05-13 16:13:30.831382"]]
|
52387
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52388
|
-
[1m[36mCoalescingPanda::AssignmentGroup Load (0.1ms)[0m [1mSELECT "coalescing_panda_assignment_groups".* FROM "coalescing_panda_assignment_groups" WHERE "coalescing_panda_assignment_groups"."coalescing_panda_course_id" = ? AND ("coalescing_panda_assignment_groups"."id" != 1)[0m [["coalescing_panda_course_id", 1]]
|
52389
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52390
|
-
[1m[36mSQL (0.1ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ?[0m [["percent_complete", 50.0], ["updated_at", "2016-05-13 16:13:30.835212"], ["id", 1]]
|
52391
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52392
|
-
[1m[36mCoalescingPanda::Assignment Load (0.1ms)[0m [1mSELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = ? ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_assignment_id", "1"]]
|
52393
|
-
[1m[35mCoalescingPanda::AssignmentGroup Load (0.1ms)[0m SELECT "coalescing_panda_assignment_groups".* FROM "coalescing_panda_assignment_groups" WHERE "coalescing_panda_assignment_groups"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignment_groups"."canvas_assignment_group_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_assignment_group_id", "1"]]
|
52394
|
-
[1m[36mCoalescingPanda::GroupCategory Load (0.5ms)[0m [1mSELECT "coalescing_panda_group_categories".* FROM "coalescing_panda_group_categories" WHERE "coalescing_panda_group_categories"."context_id" = ? AND "coalescing_panda_group_categories"."context_type" = ? AND "coalescing_panda_group_categories"."canvas_group_category_id" = ? LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_category_id", 1]]
|
52395
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52396
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("coalescing_panda_course_id", "canvas_assignment_id", "created_at", "description", "grade_group_students_individually", "group_category_id", "points_possible", "updated_at", "name", "submission_types", "published") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_course_id", 1], ["canvas_assignment_id", "1"], ["created_at", "2014-11-18 18:04:38.000000"], ["description", "<p>What is your name?</p>"], ["grade_group_students_individually", "f"], ["group_category_id", 1], ["points_possible", 100.0], ["updated_at", "2014-11-18 18:04:42.000000"], ["name", "Gimme your name"], ["submission_types", "---\n- online_text_entry\n"], ["published", "t"]]
|
52397
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52398
|
-
[1m[36mCoalescingPanda::Assignment Load (0.0ms)[0m [1mSELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = ? ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_assignment_id", "2"]]
|
52399
|
-
[1m[35mCoalescingPanda::AssignmentGroup Load (0.0ms)[0m SELECT "coalescing_panda_assignment_groups".* FROM "coalescing_panda_assignment_groups" WHERE "coalescing_panda_assignment_groups"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignment_groups"."canvas_assignment_group_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_assignment_group_id", "1"]]
|
52400
|
-
[1m[36mCoalescingPanda::GroupCategory Load (0.1ms)[0m [1mSELECT "coalescing_panda_group_categories".* FROM "coalescing_panda_group_categories" WHERE "coalescing_panda_group_categories"."context_id" = ? AND "coalescing_panda_group_categories"."context_type" = ? AND "coalescing_panda_group_categories"."canvas_group_category_id" IS NULL LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"]]
|
52401
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52402
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("coalescing_panda_course_id", "canvas_assignment_id", "created_at", "description", "grade_group_students_individually", "points_possible", "updated_at", "name", "submission_types", "published") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_course_id", 1], ["canvas_assignment_id", "2"], ["created_at", "2014-11-18 19:10:28.000000"], ["description", "<p>What is your Favorite Color?</p>"], ["grade_group_students_individually", "f"], ["points_possible", 100.0], ["updated_at", "2014-11-18 19:10:30.000000"], ["name", "Favorite Color"], ["submission_types", "---\n- online_text_entry\n"], ["published", "t"]]
|
52403
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52404
|
-
[1m[36mCoalescingPanda::Assignment Load (0.2ms)[0m [1mSELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND ("coalescing_panda_assignments"."id" NOT IN (1, 2))[0m [["coalescing_panda_course_id", 1]]
|
52405
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52406
|
-
[1m[36mSQL (0.2ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ?[0m [["percent_complete", 62.5], ["updated_at", "2016-05-13 16:13:30.856432"], ["id", 1]]
|
52407
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52408
|
-
[1m[36mCoalescingPanda::Assignment Load (0.1ms)[0m [1mSELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ?[0m [["coalescing_panda_course_id", 1]]
|
52409
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52410
|
-
[1m[36mSQL (0.1ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ?[0m [["percent_complete", 75.0], ["updated_at", "2016-05-13 16:13:30.860268"], ["id", 1]]
|
52411
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52412
|
-
[1m[36mCoalescingPanda::Group Load (0.5ms)[0m [1mSELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_groups"."canvas_group_id" = ? ORDER BY "coalescing_panda_groups"."id" ASC LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "4"]]
|
52413
|
-
[1m[35mCoalescingPanda::GroupCategory Load (0.1ms)[0m SELECT "coalescing_panda_group_categories".* FROM "coalescing_panda_group_categories" WHERE "coalescing_panda_group_categories"."context_id" = ? AND "coalescing_panda_group_categories"."context_type" = ? AND "coalescing_panda_group_categories"."canvas_group_category_id" = ? LIMIT 1 [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_category_id", 1]]
|
52414
|
-
[1m[36mCoalescingPanda::User Load (0.2ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_user_id", "2"]]
|
52415
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52416
|
-
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "coalescing_panda_groups" ("context_id", "context_type", "canvas_group_id", "leader_id", "group_category_id", "name", "members_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "4"], ["leader_id", 2], ["group_category_id", "1"], ["name", "Student Group 1"], ["members_count", 2], ["created_at", "2016-05-13 16:13:30.929460"], ["updated_at", "2016-05-13 16:13:30.929460"]]
|
52417
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52418
|
-
[1m[36mCoalescingPanda::Group Load (0.0ms)[0m [1mSELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_groups"."canvas_group_id" = ? ORDER BY "coalescing_panda_groups"."id" ASC LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "5"]]
|
52419
|
-
[1m[35mCoalescingPanda::GroupCategory Load (0.0ms)[0m SELECT "coalescing_panda_group_categories".* FROM "coalescing_panda_group_categories" WHERE "coalescing_panda_group_categories"."context_id" = ? AND "coalescing_panda_group_categories"."context_type" = ? AND "coalescing_panda_group_categories"."canvas_group_category_id" IS NULL LIMIT 1 [["context_id", 1], ["context_type", "CoalescingPanda::Course"]]
|
52420
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52421
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_groups" ("context_id", "context_type", "canvas_group_id", "name", "members_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "5"], ["name", "Student Group 2"], ["members_count", 2], ["created_at", "2016-05-13 16:13:30.933103"], ["updated_at", "2016-05-13 16:13:30.933103"]]
|
52422
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52423
|
-
[1m[35mCoalescingPanda::Group Load (0.1ms)[0m SELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND ("coalescing_panda_groups"."id" NOT IN (1, 2)) [["context_id", 1], ["context_type", "CoalescingPanda::Course"]]
|
52424
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52425
|
-
[1m[35mSQL (0.1ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["percent_complete", 87.5], ["updated_at", "2016-05-13 16:13:30.935001"], ["id", 1]]
|
52426
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52427
|
-
[1m[35mCoalescingPanda::Group Load (0.1ms)[0m SELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? [["context_id", 1], ["context_type", "CoalescingPanda::Course"]]
|
52428
|
-
[1m[36mCoalescingPanda::GroupMembership Load (0.6ms)[0m [1mSELECT "coalescing_panda_group_memberships".* FROM "coalescing_panda_group_memberships" INNER JOIN "coalescing_panda_groups" ON "coalescing_panda_group_memberships"."coalescing_panda_group_id" = "coalescing_panda_groups"."id" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_group_memberships"."canvas_group_membership_id" = ? ORDER BY "coalescing_panda_group_memberships"."id" ASC LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_membership_id", "13"]]
|
52429
|
-
[1m[35mCoalescingPanda::Group Load (0.2ms)[0m SELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_groups"."canvas_group_id" = ? LIMIT 1 [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "4"]]
|
52430
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_user_id", "2"]]
|
52431
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52432
|
-
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "coalescing_panda_group_memberships" ("canvas_group_membership_id", "coalescing_panda_group_id", "coalescing_panda_user_id", "moderator", "workflow_state", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_group_membership_id", "13"], ["coalescing_panda_group_id", 1], ["coalescing_panda_user_id", 2], ["moderator", "t"], ["workflow_state", "accepted"], ["created_at", "2016-05-13 16:13:30.949482"], ["updated_at", "2016-05-13 16:13:30.949482"]]
|
52433
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52434
|
-
[1m[36mCoalescingPanda::GroupMembership Load (0.1ms)[0m [1mSELECT "coalescing_panda_group_memberships".* FROM "coalescing_panda_group_memberships" INNER JOIN "coalescing_panda_groups" ON "coalescing_panda_group_memberships"."coalescing_panda_group_id" = "coalescing_panda_groups"."id" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_group_memberships"."canvas_group_membership_id" = ? ORDER BY "coalescing_panda_group_memberships"."id" ASC LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_membership_id", "14"]]
|
52435
|
-
[1m[35mCoalescingPanda::Group Load (0.0ms)[0m SELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_groups"."canvas_group_id" = ? LIMIT 1 [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "4"]]
|
52436
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_user_id", "3"]]
|
52437
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52438
|
-
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "coalescing_panda_group_memberships" ("canvas_group_membership_id", "coalescing_panda_group_id", "coalescing_panda_user_id", "moderator", "workflow_state", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["canvas_group_membership_id", "14"], ["coalescing_panda_group_id", 1], ["coalescing_panda_user_id", 3], ["moderator", "f"], ["workflow_state", "accepted"], ["created_at", "2016-05-13 16:13:30.953205"], ["updated_at", "2016-05-13 16:13:30.953205"]]
|
52439
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52440
|
-
[1m[36mCoalescingPanda::GroupMembership Load (0.1ms)[0m [1mSELECT "coalescing_panda_group_memberships".* FROM "coalescing_panda_group_memberships" INNER JOIN "coalescing_panda_groups" ON "coalescing_panda_group_memberships"."coalescing_panda_group_id" = "coalescing_panda_groups"."id" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_group_memberships"."canvas_group_membership_id" = ? ORDER BY "coalescing_panda_group_memberships"."id" ASC LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_membership_id", "13"]]
|
52441
|
-
[1m[35mCoalescingPanda::Group Load (0.0ms)[0m SELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_groups"."canvas_group_id" = ? LIMIT 1 [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "4"]]
|
52442
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_user_id", "2"]]
|
52443
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52444
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52445
|
-
[1m[35mCoalescingPanda::GroupMembership Load (0.1ms)[0m SELECT "coalescing_panda_group_memberships".* FROM "coalescing_panda_group_memberships" INNER JOIN "coalescing_panda_groups" ON "coalescing_panda_group_memberships"."coalescing_panda_group_id" = "coalescing_panda_groups"."id" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_group_memberships"."canvas_group_membership_id" = ? ORDER BY "coalescing_panda_group_memberships"."id" ASC LIMIT 1 [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_membership_id", "14"]]
|
52446
|
-
[1m[36mCoalescingPanda::Group Load (0.0ms)[0m [1mSELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_groups"."canvas_group_id" = ? LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "4"]]
|
52447
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_user_id", "3"]]
|
52448
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52449
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52450
|
-
[1m[36mCoalescingPanda::GroupMembership Load (0.1ms)[0m [1mSELECT "coalescing_panda_group_memberships".* FROM "coalescing_panda_group_memberships" INNER JOIN "coalescing_panda_groups" ON "coalescing_panda_group_memberships"."coalescing_panda_group_id" = "coalescing_panda_groups"."id" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND ("coalescing_panda_group_memberships"."id" NOT IN (1, 2, 1, 2))[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"]]
|
52451
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52452
|
-
[1m[36mSQL (0.0ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "percent_complete" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ?[0m [["percent_complete", 100.0], ["updated_at", "2016-05-13 16:13:30.959541"], ["id", 1]]
|
52453
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52454
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52455
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "status" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["status", "Completed"], ["updated_at", "2016-05-13 16:13:30.960816"], ["id", 1]]
|
52456
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52457
|
-
[1m[35m (1.3ms)[0m rollback transaction
|
52458
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52459
|
-
[1m[35mCoalescingPanda::Section Load (0.1ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections"
|
52460
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52461
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 85' LIMIT 1
|
52462
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 85' LIMIT 1[0m
|
52463
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 85"], ["key", "Key 85"], ["secret", "Account 85"], ["canvas_account_id", "84"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.969318"], ["updated_at", "2016-05-13 16:13:30.969318"]]
|
52464
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52465
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52466
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 86' LIMIT 1[0m
|
52467
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 86' LIMIT 1
|
52468
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 86"], ["key", "Key 86"], ["secret", "Account 86"], ["canvas_account_id", "85"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.972446"], ["updated_at", "2016-05-13 16:13:30.972446"]]
|
52469
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52470
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52471
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "34"], ["created_at", "2016-05-13 16:13:30.974398"], ["updated_at", "2016-05-13 16:13:30.974398"]]
|
52472
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52473
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52474
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "29"], ["created_at", "2016-05-13 16:13:30.975604"], ["updated_at", "2016-05-13 16:13:30.975604"]]
|
52475
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52476
|
-
[1m[36mCoalescingPanda::CanvasBatch Load (0.1ms)[0m [1mSELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
52477
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52478
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:30.978415"], ["updated_at", "2016-05-13 16:13:30.978415"]]
|
52479
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52480
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52481
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:30.980192"], ["id", 1]]
|
52482
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52483
|
-
[1m[35mCoalescingPanda::Section Load (0.0ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52484
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52485
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_sections" ("coalescing_panda_course_id", "canvas_section_id", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"], ["name", "Course1"], ["created_at", "2016-05-13 16:13:30.983122"], ["updated_at", "2016-05-13 16:13:30.983122"]]
|
52486
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52487
|
-
[1m[35mCoalescingPanda::Section Load (0.0ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND ("coalescing_panda_sections"."id" != 1) [["coalescing_panda_course_id", 1]]
|
52488
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "coalescing_panda_sections"[0m
|
52489
|
-
[1m[35m (0.9ms)[0m rollback transaction
|
52490
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52491
|
-
[1m[35mCoalescingPanda::User Load (0.1ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users"
|
52492
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52493
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 87' LIMIT 1
|
52494
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 87' LIMIT 1[0m
|
52495
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 87"], ["key", "Key 87"], ["secret", "Account 87"], ["canvas_account_id", "86"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.992605"], ["updated_at", "2016-05-13 16:13:30.992605"]]
|
52496
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52497
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52498
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 88' LIMIT 1[0m
|
52499
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 88' LIMIT 1
|
52500
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 88"], ["key", "Key 88"], ["secret", "Account 88"], ["canvas_account_id", "87"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:30.997770"], ["updated_at", "2016-05-13 16:13:30.997770"]]
|
52501
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52502
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52503
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "35"], ["created_at", "2016-05-13 16:13:31.000220"], ["updated_at", "2016-05-13 16:13:31.000220"]]
|
52504
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52505
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52506
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "30"], ["created_at", "2016-05-13 16:13:31.001572"], ["updated_at", "2016-05-13 16:13:31.001572"]]
|
52507
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52508
|
-
[1m[36mCoalescingPanda::CanvasBatch Load (0.1ms)[0m [1mSELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
52509
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52510
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.004729"], ["updated_at", "2016-05-13 16:13:31.004729"]]
|
52511
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52512
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52513
|
-
[1m[35mSQL (0.1ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.006364"], ["id", 1]]
|
52514
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52515
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "1"]]
|
52516
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52517
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "canvas_user_id", "name", "login_id", "sis_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "1"], ["name", "teacher@test.com"], ["login_id", "teacher@test.com"], ["sis_id", ""], ["created_at", "2016-05-13 16:13:31.009441"], ["updated_at", "2016-05-13 16:13:31.009441"]]
|
52518
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52519
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "2"]]
|
52520
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52521
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "canvas_user_id", "name", "login_id", "sis_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "2"], ["name", "student1@test.com"], ["login_id", "student1@test.com"], ["sis_id", ""], ["created_at", "2016-05-13 16:13:31.011650"], ["updated_at", "2016-05-13 16:13:31.011650"]]
|
52522
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52523
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "3"]]
|
52524
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52525
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "canvas_user_id", "name", "login_id", "sis_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "3"], ["name", "student2@test.com"], ["login_id", "student2@test.com"], ["sis_id", ""], ["created_at", "2016-05-13 16:13:31.013526"], ["updated_at", "2016-05-13 16:13:31.013526"]]
|
52526
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52527
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 ("coalescing_panda_users"."id" IS NOT NULL) [["coalescing_panda_course_id", 1]]
|
52528
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "coalescing_panda_users"[0m
|
52529
|
-
[1m[35m (0.7ms)[0m rollback transaction
|
52530
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52531
|
-
[1m[35mCoalescingPanda::Enrollment Load (0.2ms)[0m SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments"
|
52532
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52533
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 89' LIMIT 1
|
52534
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 89' LIMIT 1[0m
|
52535
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 89"], ["key", "Key 89"], ["secret", "Account 89"], ["canvas_account_id", "88"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.022863"], ["updated_at", "2016-05-13 16:13:31.022863"]]
|
52536
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52537
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52538
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 90' LIMIT 1[0m
|
52539
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 90' LIMIT 1
|
52540
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 90"], ["key", "Key 90"], ["secret", "Account 90"], ["canvas_account_id", "89"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.026217"], ["updated_at", "2016-05-13 16:13:31.026217"]]
|
52541
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52542
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52543
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "36"], ["created_at", "2016-05-13 16:13:31.028252"], ["updated_at", "2016-05-13 16:13:31.028252"]]
|
52544
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52545
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52546
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "31"], ["created_at", "2016-05-13 16:13:31.029574"], ["updated_at", "2016-05-13 16:13:31.029574"]]
|
52547
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52548
|
-
[1m[36mCoalescingPanda::CanvasBatch Load (0.1ms)[0m [1mSELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
52549
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52550
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.032098"], ["updated_at", "2016-05-13 16:13:31.032098"]]
|
52551
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52552
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52553
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.033593"], ["id", 1]]
|
52554
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52555
|
-
[1m[35mCoalescingPanda::Section Load (0.0ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52556
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52557
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_sections" ("coalescing_panda_course_id", "canvas_section_id", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"], ["name", "Course1"], ["created_at", "2016-05-13 16:13:31.035883"], ["updated_at", "2016-05-13 16:13:31.035883"]]
|
52558
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52559
|
-
[1m[35mCoalescingPanda::Section Load (0.0ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND ("coalescing_panda_sections"."id" != 1) [["coalescing_panda_course_id", 1]]
|
52560
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "1"]]
|
52561
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52562
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "canvas_user_id", "name", "login_id", "sis_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "1"], ["name", "teacher@test.com"], ["login_id", "teacher@test.com"], ["sis_id", ""], ["created_at", "2016-05-13 16:13:31.038150"], ["updated_at", "2016-05-13 16:13:31.038150"]]
|
52563
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52564
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "2"]]
|
52565
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52566
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "canvas_user_id", "name", "login_id", "sis_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "2"], ["name", "student1@test.com"], ["login_id", "student1@test.com"], ["sis_id", ""], ["created_at", "2016-05-13 16:13:31.039783"], ["updated_at", "2016-05-13 16:13:31.039783"]]
|
52567
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52568
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "3"]]
|
52569
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52570
|
-
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "canvas_user_id", "name", "login_id", "sis_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "3"], ["name", "student2@test.com"], ["login_id", "student2@test.com"], ["sis_id", ""], ["created_at", "2016-05-13 16:13:31.041364"], ["updated_at", "2016-05-13 16:13:31.041364"]]
|
52571
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52572
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 ("coalescing_panda_users"."id" IS NOT NULL)[0m [["coalescing_panda_course_id", 1]]
|
52573
|
-
[1m[35mCoalescingPanda::Section Load (0.0ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52574
|
-
[1m[36mCoalescingPanda::Enrollment Load (0.0ms)[0m [1mSELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" WHERE "coalescing_panda_enrollments"."coalescing_panda_section_id" = ? AND "coalescing_panda_enrollments"."canvas_enrollment_id" = ? ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1[0m [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "1"]]
|
52575
|
-
[1m[35mCoalescingPanda::Section Load (0.0ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52576
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1[0m [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "1"]]
|
52577
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52578
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("coalescing_panda_section_id", "canvas_enrollment_id", "coalescing_panda_user_id", "created_at", "updated_at", "workflow_state", "enrollment_type") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "1"], ["coalescing_panda_user_id", 1], ["created_at", "2014-11-07 21:17:54.000000"], ["updated_at", "2014-11-11 22:11:19.000000"], ["workflow_state", "active"], ["enrollment_type", "TeacherEnrollment"]]
|
52579
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52580
|
-
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52581
|
-
[1m[35mCoalescingPanda::Enrollment Load (0.0ms)[0m SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" WHERE "coalescing_panda_enrollments"."coalescing_panda_section_id" = ? AND "coalescing_panda_enrollments"."canvas_enrollment_id" = ? ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "2"]]
|
52582
|
-
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52583
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "2"]]
|
52584
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52585
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_enrollments" ("coalescing_panda_section_id", "canvas_enrollment_id", "coalescing_panda_user_id", "created_at", "updated_at", "workflow_state", "enrollment_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "2"], ["coalescing_panda_user_id", 2], ["created_at", "2014-11-07 21:18:16.000000"], ["updated_at", "2014-11-20 23:18:17.000000"], ["workflow_state", "active"], ["enrollment_type", "StudentEnrollment"]]
|
52586
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52587
|
-
[1m[35mCoalescingPanda::Section Load (0.0ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52588
|
-
[1m[36mCoalescingPanda::Enrollment Load (0.0ms)[0m [1mSELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" WHERE "coalescing_panda_enrollments"."coalescing_panda_section_id" = ? AND "coalescing_panda_enrollments"."canvas_enrollment_id" = ? ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1[0m [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "3"]]
|
52589
|
-
[1m[35mCoalescingPanda::Section Load (0.0ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52590
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1[0m [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "3"]]
|
52591
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52592
|
-
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("coalescing_panda_section_id", "canvas_enrollment_id", "coalescing_panda_user_id", "created_at", "updated_at", "workflow_state", "enrollment_type") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "3"], ["coalescing_panda_user_id", 3], ["created_at", "2014-11-07 21:18:17.000000"], ["updated_at", "2014-11-20 23:18:21.000000"], ["workflow_state", "active"], ["enrollment_type", "StudentEnrollment"]]
|
52593
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52594
|
-
[1m[36mCoalescingPanda::Enrollment Load (0.1ms)[0m [1mSELECT "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 ("coalescing_panda_enrollments"."id" NOT IN (1, 2, 3))[0m [["coalescing_panda_course_id", 1]]
|
52595
|
-
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "coalescing_panda_enrollments"
|
52596
|
-
[1m[36mCoalescingPanda::Enrollment Load (0.1ms)[0m [1mSELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" ORDER BY "coalescing_panda_enrollments"."id" DESC LIMIT 1[0m
|
52597
|
-
[1m[35m (0.9ms)[0m rollback transaction
|
52598
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52599
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52600
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 91' LIMIT 1[0m
|
52601
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 91' LIMIT 1
|
52602
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 91"], ["key", "Key 91"], ["secret", "Account 91"], ["canvas_account_id", "90"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.062379"], ["updated_at", "2016-05-13 16:13:31.062379"]]
|
52603
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52604
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52605
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 92' LIMIT 1
|
52606
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 92' LIMIT 1[0m
|
52607
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 92"], ["key", "Key 92"], ["secret", "Account 92"], ["canvas_account_id", "91"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.066170"], ["updated_at", "2016-05-13 16:13:31.066170"]]
|
52608
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52609
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52610
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "37"], ["created_at", "2016-05-13 16:13:31.068969"], ["updated_at", "2016-05-13 16:13:31.068969"]]
|
52611
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52612
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52613
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "32"], ["created_at", "2016-05-13 16:13:31.070552"], ["updated_at", "2016-05-13 16:13:31.070552"]]
|
52614
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52615
|
-
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
52616
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52617
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.073971"], ["updated_at", "2016-05-13 16:13:31.073971"]]
|
52618
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52619
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52620
|
-
[1m[36mSQL (0.1ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ?[0m [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.076235"], ["id", 1]]
|
52621
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52622
|
-
[1m[36mCoalescingPanda::GroupCategory Load (0.2ms)[0m [1mSELECT "coalescing_panda_group_categories".* FROM "coalescing_panda_group_categories" WHERE "coalescing_panda_group_categories"."context_id" = ? AND "coalescing_panda_group_categories"."context_type" = ? AND "coalescing_panda_group_categories"."canvas_group_category_id" = ? ORDER BY "coalescing_panda_group_categories"."id" ASC LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_category_id", 1]]
|
52623
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52624
|
-
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "coalescing_panda_group_categories" ("context_id", "context_type", "canvas_group_category_id", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_category_id", 1], ["name", "mark red"], ["created_at", "2016-05-13 16:13:31.084359"], ["updated_at", "2016-05-13 16:13:31.084359"]]
|
52625
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52626
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "coalescing_panda_group_categories"[0m
|
52627
|
-
[1m[35m (0.8ms)[0m rollback transaction
|
52628
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52629
|
-
[1m[35mCoalescingPanda::Assignment Load (0.2ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments"
|
52630
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52631
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 93' LIMIT 1
|
52632
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 93' LIMIT 1[0m
|
52633
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 93"], ["key", "Key 93"], ["secret", "Account 93"], ["canvas_account_id", "92"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.096615"], ["updated_at", "2016-05-13 16:13:31.096615"]]
|
52634
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52635
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52636
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 94' LIMIT 1[0m
|
52637
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 94' LIMIT 1
|
52638
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 94"], ["key", "Key 94"], ["secret", "Account 94"], ["canvas_account_id", "93"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.100808"], ["updated_at", "2016-05-13 16:13:31.100808"]]
|
52639
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52640
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52641
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "38"], ["created_at", "2016-05-13 16:13:31.102685"], ["updated_at", "2016-05-13 16:13:31.102685"]]
|
52642
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52643
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52644
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "33"], ["created_at", "2016-05-13 16:13:31.103867"], ["updated_at", "2016-05-13 16:13:31.103867"]]
|
52645
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52646
|
-
[1m[36mCoalescingPanda::CanvasBatch Load (0.1ms)[0m [1mSELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
52647
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52648
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.106402"], ["updated_at", "2016-05-13 16:13:31.106402"]]
|
52649
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52650
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52651
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.107768"], ["id", 1]]
|
52652
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52653
|
-
[1m[35mCoalescingPanda::GroupCategory Load (0.0ms)[0m SELECT "coalescing_panda_group_categories".* FROM "coalescing_panda_group_categories" WHERE "coalescing_panda_group_categories"."context_id" = ? AND "coalescing_panda_group_categories"."context_type" = ? AND "coalescing_panda_group_categories"."canvas_group_category_id" = ? ORDER BY "coalescing_panda_group_categories"."id" ASC LIMIT 1 [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_category_id", 1]]
|
52654
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52655
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_group_categories" ("context_id", "context_type", "canvas_group_category_id", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_category_id", 1], ["name", "mark red"], ["created_at", "2016-05-13 16:13:31.110034"], ["updated_at", "2016-05-13 16:13:31.110034"]]
|
52656
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52657
|
-
[1m[35mCoalescingPanda::Assignment Load (0.0ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = ? ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_assignment_id", "1"]]
|
52658
|
-
[1m[36mCoalescingPanda::AssignmentGroup Load (0.0ms)[0m [1mSELECT "coalescing_panda_assignment_groups".* FROM "coalescing_panda_assignment_groups" WHERE "coalescing_panda_assignment_groups"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignment_groups"."canvas_assignment_group_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_assignment_group_id", "1"]]
|
52659
|
-
[1m[35mCoalescingPanda::GroupCategory Load (0.0ms)[0m SELECT "coalescing_panda_group_categories".* FROM "coalescing_panda_group_categories" WHERE "coalescing_panda_group_categories"."context_id" = ? AND "coalescing_panda_group_categories"."context_type" = ? AND "coalescing_panda_group_categories"."canvas_group_category_id" = ? LIMIT 1 [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_category_id", 1]]
|
52660
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52661
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_assignments" ("coalescing_panda_course_id", "canvas_assignment_id", "coalescing_panda_group_category_id", "created_at", "description", "grade_group_students_individually", "group_category_id", "points_possible", "updated_at", "name", "submission_types", "published") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_course_id", 1], ["canvas_assignment_id", "1"], ["coalescing_panda_group_category_id", 1], ["created_at", "2014-11-18 18:04:38.000000"], ["description", "<p>What is your name?</p>"], ["grade_group_students_individually", "f"], ["group_category_id", 1], ["points_possible", 100.0], ["updated_at", "2014-11-18 18:04:42.000000"], ["name", "Gimme your name"], ["submission_types", "---\n- online_text_entry\n"], ["published", "t"]]
|
52662
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52663
|
-
[1m[35mCoalescingPanda::Assignment Load (0.0ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = ? ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_assignment_id", "2"]]
|
52664
|
-
[1m[36mCoalescingPanda::AssignmentGroup Load (0.0ms)[0m [1mSELECT "coalescing_panda_assignment_groups".* FROM "coalescing_panda_assignment_groups" WHERE "coalescing_panda_assignment_groups"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignment_groups"."canvas_assignment_group_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_assignment_group_id", "1"]]
|
52665
|
-
[1m[35mCoalescingPanda::GroupCategory Load (0.0ms)[0m SELECT "coalescing_panda_group_categories".* FROM "coalescing_panda_group_categories" WHERE "coalescing_panda_group_categories"."context_id" = ? AND "coalescing_panda_group_categories"."context_type" = ? AND "coalescing_panda_group_categories"."canvas_group_category_id" IS NULL LIMIT 1 [["context_id", 1], ["context_type", "CoalescingPanda::Course"]]
|
52666
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52667
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_assignments" ("coalescing_panda_course_id", "canvas_assignment_id", "created_at", "description", "grade_group_students_individually", "points_possible", "updated_at", "name", "submission_types", "published") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_course_id", 1], ["canvas_assignment_id", "2"], ["created_at", "2014-11-18 19:10:28.000000"], ["description", "<p>What is your Favorite Color?</p>"], ["grade_group_students_individually", "f"], ["points_possible", 100.0], ["updated_at", "2014-11-18 19:10:30.000000"], ["name", "Favorite Color"], ["submission_types", "---\n- online_text_entry\n"], ["published", "t"]]
|
52668
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52669
|
-
[1m[35mCoalescingPanda::Assignment Load (0.1ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND ("coalescing_panda_assignments"."id" NOT IN (1, 2)) [["coalescing_panda_course_id", 1]]
|
52670
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "coalescing_panda_assignments"[0m
|
52671
|
-
[1m[35mCoalescingPanda::Assignment Load (0.1ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."canvas_assignment_id" = ? LIMIT 1 [["canvas_assignment_id", "1"]]
|
52672
|
-
[1m[36mCoalescingPanda::GroupCategory Load (0.1ms)[0m [1mSELECT "coalescing_panda_group_categories".* FROM "coalescing_panda_group_categories" WHERE "coalescing_panda_group_categories"."id" = ? LIMIT 1[0m [["id", 1]]
|
52673
|
-
[1m[35m (0.8ms)[0m rollback transaction
|
52674
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52675
|
-
[1m[35mCoalescingPanda::AssignmentGroup Load (0.2ms)[0m SELECT "coalescing_panda_assignment_groups".* FROM "coalescing_panda_assignment_groups"
|
52676
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "coalescing_panda_assignment_groups"[0m
|
52677
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52678
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 95' LIMIT 1[0m
|
52679
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 95' LIMIT 1
|
52680
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 95"], ["key", "Key 95"], ["secret", "Account 95"], ["canvas_account_id", "94"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.189544"], ["updated_at", "2016-05-13 16:13:31.189544"]]
|
52681
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52682
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52683
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 96' LIMIT 1
|
52684
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 96' LIMIT 1[0m
|
52685
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 96"], ["key", "Key 96"], ["secret", "Account 96"], ["canvas_account_id", "95"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.194569"], ["updated_at", "2016-05-13 16:13:31.194569"]]
|
52686
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52687
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52688
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "39"], ["created_at", "2016-05-13 16:13:31.197113"], ["updated_at", "2016-05-13 16:13:31.197113"]]
|
52689
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52690
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52691
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "34"], ["created_at", "2016-05-13 16:13:31.198514"], ["updated_at", "2016-05-13 16:13:31.198514"]]
|
52692
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52693
|
-
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
52694
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52695
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.201405"], ["updated_at", "2016-05-13 16:13:31.201405"]]
|
52696
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52697
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52698
|
-
[1m[36mSQL (0.0ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ?[0m [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.203302"], ["id", 1]]
|
52699
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52700
|
-
[1m[36mCoalescingPanda::AssignmentGroup Load (0.0ms)[0m [1mSELECT "coalescing_panda_assignment_groups".* FROM "coalescing_panda_assignment_groups" WHERE "coalescing_panda_assignment_groups"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignment_groups"."canvas_assignment_group_id" = ? ORDER BY "coalescing_panda_assignment_groups"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_assignment_group_id", "3"]]
|
52701
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52702
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_assignment_groups" ("coalescing_panda_course_id", "canvas_assignment_group_id", "group_weight", "name", "position", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_course_id", 1], ["canvas_assignment_group_id", "3"], ["group_weight", 500.0], ["name", "Assignments"], ["position", 3], ["created_at", "2016-05-13 16:13:31.205975"], ["updated_at", "2016-05-13 16:13:31.205975"]]
|
52703
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52704
|
-
[1m[36mCoalescingPanda::AssignmentGroup Load (0.0ms)[0m [1mSELECT "coalescing_panda_assignment_groups".* FROM "coalescing_panda_assignment_groups" WHERE "coalescing_panda_assignment_groups"."coalescing_panda_course_id" = ? AND ("coalescing_panda_assignment_groups"."id" != 1)[0m [["coalescing_panda_course_id", 1]]
|
52705
|
-
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "coalescing_panda_assignment_groups"
|
52706
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
52707
|
-
[1m[35m (0.0ms)[0m begin transaction
|
52708
|
-
[1m[36mCoalescingPanda::Submission Load (0.1ms)[0m [1mSELECT "coalescing_panda_submissions".* FROM "coalescing_panda_submissions"[0m
|
52709
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52710
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 97' LIMIT 1[0m
|
52711
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 97' LIMIT 1
|
52712
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 97"], ["key", "Key 97"], ["secret", "Account 97"], ["canvas_account_id", "96"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.213976"], ["updated_at", "2016-05-13 16:13:31.213976"]]
|
52713
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52714
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52715
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 98' LIMIT 1
|
52716
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 98' LIMIT 1[0m
|
52717
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 98"], ["key", "Key 98"], ["secret", "Account 98"], ["canvas_account_id", "97"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.217010"], ["updated_at", "2016-05-13 16:13:31.217010"]]
|
52718
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52719
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52720
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "40"], ["created_at", "2016-05-13 16:13:31.219489"], ["updated_at", "2016-05-13 16:13:31.219489"]]
|
52721
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52722
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52723
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "35"], ["created_at", "2016-05-13 16:13:31.220891"], ["updated_at", "2016-05-13 16:13:31.220891"]]
|
52724
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52725
|
-
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
52726
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52727
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.224067"], ["updated_at", "2016-05-13 16:13:31.224067"]]
|
52728
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52729
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52730
|
-
[1m[36mSQL (0.1ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ?[0m [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.226203"], ["id", 1]]
|
52731
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52732
|
-
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52733
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52734
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("coalescing_panda_course_id", "canvas_section_id", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"], ["name", "Course1"], ["created_at", "2016-05-13 16:13:31.229130"], ["updated_at", "2016-05-13 16:13:31.229130"]]
|
52735
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52736
|
-
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND ("coalescing_panda_sections"."id" != 1)[0m [["coalescing_panda_course_id", 1]]
|
52737
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "1"]]
|
52738
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52739
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "canvas_user_id", "name", "login_id", "sis_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "1"], ["name", "teacher@test.com"], ["login_id", "teacher@test.com"], ["sis_id", ""], ["created_at", "2016-05-13 16:13:31.231703"], ["updated_at", "2016-05-13 16:13:31.231703"]]
|
52740
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52741
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "2"]]
|
52742
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52743
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "canvas_user_id", "name", "login_id", "sis_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "2"], ["name", "student1@test.com"], ["login_id", "student1@test.com"], ["sis_id", ""], ["created_at", "2016-05-13 16:13:31.233455"], ["updated_at", "2016-05-13 16:13:31.233455"]]
|
52744
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52745
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "3"]]
|
52746
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52747
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "canvas_user_id", "name", "login_id", "sis_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "3"], ["name", "student2@test.com"], ["login_id", "student2@test.com"], ["sis_id", ""], ["created_at", "2016-05-13 16:13:31.235215"], ["updated_at", "2016-05-13 16:13:31.235215"]]
|
52748
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52749
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 ("coalescing_panda_users"."id" IS NOT NULL) [["coalescing_panda_course_id", 1]]
|
52750
|
-
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52751
|
-
[1m[35mCoalescingPanda::Enrollment Load (0.0ms)[0m SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" WHERE "coalescing_panda_enrollments"."coalescing_panda_section_id" = ? AND "coalescing_panda_enrollments"."canvas_enrollment_id" = ? ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "1"]]
|
52752
|
-
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52753
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "1"]]
|
52754
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52755
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_enrollments" ("coalescing_panda_section_id", "canvas_enrollment_id", "coalescing_panda_user_id", "created_at", "updated_at", "workflow_state", "enrollment_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "1"], ["coalescing_panda_user_id", 1], ["created_at", "2014-11-07 21:17:54.000000"], ["updated_at", "2014-11-11 22:11:19.000000"], ["workflow_state", "active"], ["enrollment_type", "TeacherEnrollment"]]
|
52756
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52757
|
-
[1m[35mCoalescingPanda::Section Load (0.0ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52758
|
-
[1m[36mCoalescingPanda::Enrollment Load (0.0ms)[0m [1mSELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" WHERE "coalescing_panda_enrollments"."coalescing_panda_section_id" = ? AND "coalescing_panda_enrollments"."canvas_enrollment_id" = ? ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1[0m [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "2"]]
|
52759
|
-
[1m[35mCoalescingPanda::Section Load (0.0ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52760
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1[0m [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "2"]]
|
52761
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52762
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("coalescing_panda_section_id", "canvas_enrollment_id", "coalescing_panda_user_id", "created_at", "updated_at", "workflow_state", "enrollment_type") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "2"], ["coalescing_panda_user_id", 2], ["created_at", "2014-11-07 21:18:16.000000"], ["updated_at", "2014-11-20 23:18:17.000000"], ["workflow_state", "active"], ["enrollment_type", "StudentEnrollment"]]
|
52763
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52764
|
-
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52765
|
-
[1m[35mCoalescingPanda::Enrollment Load (0.0ms)[0m SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" WHERE "coalescing_panda_enrollments"."coalescing_panda_section_id" = ? AND "coalescing_panda_enrollments"."canvas_enrollment_id" = ? ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "3"]]
|
52766
|
-
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52767
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "3"]]
|
52768
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52769
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_enrollments" ("coalescing_panda_section_id", "canvas_enrollment_id", "coalescing_panda_user_id", "created_at", "updated_at", "workflow_state", "enrollment_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "3"], ["coalescing_panda_user_id", 3], ["created_at", "2014-11-07 21:18:17.000000"], ["updated_at", "2014-11-20 23:18:21.000000"], ["workflow_state", "active"], ["enrollment_type", "StudentEnrollment"]]
|
52770
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52771
|
-
[1m[35mCoalescingPanda::Enrollment Load (0.1ms)[0m 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 ("coalescing_panda_enrollments"."id" NOT IN (1, 2, 3)) [["coalescing_panda_course_id", 1]]
|
52772
|
-
[1m[36mCoalescingPanda::Assignment Load (0.0ms)[0m [1mSELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = ? ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_assignment_id", "1"]]
|
52773
|
-
[1m[35mCoalescingPanda::AssignmentGroup Load (0.0ms)[0m SELECT "coalescing_panda_assignment_groups".* FROM "coalescing_panda_assignment_groups" WHERE "coalescing_panda_assignment_groups"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignment_groups"."canvas_assignment_group_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_assignment_group_id", "1"]]
|
52774
|
-
[1m[36mCoalescingPanda::GroupCategory Load (0.0ms)[0m [1mSELECT "coalescing_panda_group_categories".* FROM "coalescing_panda_group_categories" WHERE "coalescing_panda_group_categories"."context_id" = ? AND "coalescing_panda_group_categories"."context_type" = ? AND "coalescing_panda_group_categories"."canvas_group_category_id" = ? LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_category_id", 1]]
|
52775
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52776
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("coalescing_panda_course_id", "canvas_assignment_id", "created_at", "description", "grade_group_students_individually", "group_category_id", "points_possible", "updated_at", "name", "submission_types", "published") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_course_id", 1], ["canvas_assignment_id", "1"], ["created_at", "2014-11-18 18:04:38.000000"], ["description", "<p>What is your name?</p>"], ["grade_group_students_individually", "f"], ["group_category_id", 1], ["points_possible", 100.0], ["updated_at", "2014-11-18 18:04:42.000000"], ["name", "Gimme your name"], ["submission_types", "---\n- online_text_entry\n"], ["published", "t"]]
|
52777
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52778
|
-
[1m[36mCoalescingPanda::Assignment Load (0.0ms)[0m [1mSELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = ? ORDER BY "coalescing_panda_assignments"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_assignment_id", "2"]]
|
52779
|
-
[1m[35mCoalescingPanda::AssignmentGroup Load (0.0ms)[0m SELECT "coalescing_panda_assignment_groups".* FROM "coalescing_panda_assignment_groups" WHERE "coalescing_panda_assignment_groups"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignment_groups"."canvas_assignment_group_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_assignment_group_id", "1"]]
|
52780
|
-
[1m[36mCoalescingPanda::GroupCategory Load (0.0ms)[0m [1mSELECT "coalescing_panda_group_categories".* FROM "coalescing_panda_group_categories" WHERE "coalescing_panda_group_categories"."context_id" = ? AND "coalescing_panda_group_categories"."context_type" = ? AND "coalescing_panda_group_categories"."canvas_group_category_id" IS NULL LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"]]
|
52781
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52782
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_assignments" ("coalescing_panda_course_id", "canvas_assignment_id", "created_at", "description", "grade_group_students_individually", "points_possible", "updated_at", "name", "submission_types", "published") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_course_id", 1], ["canvas_assignment_id", "2"], ["created_at", "2014-11-18 19:10:28.000000"], ["description", "<p>What is your Favorite Color?</p>"], ["grade_group_students_individually", "f"], ["points_possible", 100.0], ["updated_at", "2014-11-18 19:10:30.000000"], ["name", "Favorite Color"], ["submission_types", "---\n- online_text_entry\n"], ["published", "t"]]
|
52783
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52784
|
-
[1m[36mCoalescingPanda::Assignment Load (0.1ms)[0m [1mSELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND ("coalescing_panda_assignments"."id" NOT IN (1, 2))[0m [["coalescing_panda_course_id", 1]]
|
52785
|
-
[1m[35mCoalescingPanda::Submission Load (0.2ms)[0m 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 "coalescing_panda_submissions"."canvas_submission_id" = ? ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_submission_id", "3"]]
|
52786
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_user_id", "3"]]
|
52787
|
-
[1m[35mCoalescingPanda::Assignment Load (0.1ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_assignment_id", "1"]]
|
52788
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52789
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_user_id", "coalescing_panda_assignment_id", "grade", "score", "workflow_state", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", "3"], ["coalescing_panda_user_id", 3], ["coalescing_panda_assignment_id", 1], ["grade", "70"], ["score", "70"], ["workflow_state", "graded"], ["created_at", "2016-05-13 16:13:31.270300"], ["updated_at", "2016-05-13 16:13:31.270300"]]
|
52790
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52791
|
-
[1m[35mCoalescingPanda::Submission Load (0.0ms)[0m 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 "coalescing_panda_submissions"."canvas_submission_id" = ? ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_submission_id", "1"]]
|
52792
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_user_id", "2"]]
|
52793
|
-
[1m[35mCoalescingPanda::Assignment Load (0.0ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_assignment_id", "1"]]
|
52794
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52795
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_user_id", "coalescing_panda_assignment_id", "grade", "score", "workflow_state", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", "1"], ["coalescing_panda_user_id", 2], ["coalescing_panda_assignment_id", 1], ["grade", "100"], ["score", "100"], ["workflow_state", "graded"], ["created_at", "2016-05-13 16:13:31.273972"], ["updated_at", "2016-05-13 16:13:31.273972"]]
|
52796
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52797
|
-
[1m[35mCoalescingPanda::Submission Load (0.0ms)[0m 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 "coalescing_panda_submissions"."canvas_submission_id" = ? ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_submission_id", "4"]]
|
52798
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_user_id", "3"]]
|
52799
|
-
[1m[35mCoalescingPanda::Assignment Load (0.0ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_assignment_id", "2"]]
|
52800
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52801
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_user_id", "coalescing_panda_assignment_id", "grade", "score", "workflow_state", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", "4"], ["coalescing_panda_user_id", 3], ["coalescing_panda_assignment_id", 2], ["grade", "90"], ["score", "90"], ["workflow_state", "graded"], ["created_at", "2016-05-13 16:13:31.277657"], ["updated_at", "2016-05-13 16:13:31.277657"]]
|
52802
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52803
|
-
[1m[35mCoalescingPanda::Submission Load (0.0ms)[0m 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 "coalescing_panda_submissions"."canvas_submission_id" = ? ORDER BY "coalescing_panda_submissions"."id" ASC LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_submission_id", "2"]]
|
52804
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_user_id", "2"]]
|
52805
|
-
[1m[35mCoalescingPanda::Assignment Load (0.0ms)[0m SELECT "coalescing_panda_assignments".* FROM "coalescing_panda_assignments" WHERE "coalescing_panda_assignments"."coalescing_panda_course_id" = ? AND "coalescing_panda_assignments"."canvas_assignment_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_assignment_id", "2"]]
|
52806
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52807
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_submissions" ("canvas_submission_id", "coalescing_panda_user_id", "coalescing_panda_assignment_id", "grade", "score", "workflow_state", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["canvas_submission_id", "2"], ["coalescing_panda_user_id", 2], ["coalescing_panda_assignment_id", 2], ["grade", "80"], ["score", "80"], ["workflow_state", "graded"], ["created_at", "2016-05-13 16:13:31.281885"], ["updated_at", "2016-05-13 16:13:31.281885"]]
|
52808
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52809
|
-
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "coalescing_panda_submissions"
|
52810
|
-
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
52811
|
-
[1m[35m (0.1ms)[0m begin transaction
|
52812
|
-
[1m[36mCoalescingPanda::Group Load (0.1ms)[0m [1mSELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups"[0m
|
52813
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52814
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 99' LIMIT 1[0m
|
52815
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 99' LIMIT 1
|
52816
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 99"], ["key", "Key 99"], ["secret", "Account 99"], ["canvas_account_id", "98"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.290917"], ["updated_at", "2016-05-13 16:13:31.290917"]]
|
52817
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52818
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52819
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 100' LIMIT 1
|
52820
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 100' LIMIT 1[0m
|
52821
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 100"], ["key", "Key 100"], ["secret", "Account 100"], ["canvas_account_id", "99"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.294928"], ["updated_at", "2016-05-13 16:13:31.294928"]]
|
52822
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52823
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52824
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "41"], ["created_at", "2016-05-13 16:13:31.297526"], ["updated_at", "2016-05-13 16:13:31.297526"]]
|
52825
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52826
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52827
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "36"], ["created_at", "2016-05-13 16:13:31.298983"], ["updated_at", "2016-05-13 16:13:31.298983"]]
|
52828
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52829
|
-
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
52830
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52831
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.302056"], ["updated_at", "2016-05-13 16:13:31.302056"]]
|
52832
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52833
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52834
|
-
[1m[36mSQL (0.0ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ?[0m [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.303518"], ["id", 1]]
|
52835
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52836
|
-
[1m[36mCoalescingPanda::GroupCategory Load (0.0ms)[0m [1mSELECT "coalescing_panda_group_categories".* FROM "coalescing_panda_group_categories" WHERE "coalescing_panda_group_categories"."context_id" = ? AND "coalescing_panda_group_categories"."context_type" = ? AND "coalescing_panda_group_categories"."canvas_group_category_id" = ? ORDER BY "coalescing_panda_group_categories"."id" ASC LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_category_id", 1]]
|
52837
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52838
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_group_categories" ("context_id", "context_type", "canvas_group_category_id", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_category_id", 1], ["name", "mark red"], ["created_at", "2016-05-13 16:13:31.305751"], ["updated_at", "2016-05-13 16:13:31.305751"]]
|
52839
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52840
|
-
[1m[36mCoalescingPanda::Group Load (0.0ms)[0m [1mSELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_groups"."canvas_group_id" = ? ORDER BY "coalescing_panda_groups"."id" ASC LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "4"]]
|
52841
|
-
[1m[35mCoalescingPanda::GroupCategory Load (0.0ms)[0m SELECT "coalescing_panda_group_categories".* FROM "coalescing_panda_group_categories" WHERE "coalescing_panda_group_categories"."context_id" = ? AND "coalescing_panda_group_categories"."context_type" = ? AND "coalescing_panda_group_categories"."canvas_group_category_id" = ? LIMIT 1 [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_category_id", 1]]
|
52842
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_user_id", "2"]]
|
52843
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52844
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_groups" ("context_id", "context_type", "canvas_group_id", "coalescing_panda_group_category_id", "group_category_id", "name", "members_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "4"], ["coalescing_panda_group_category_id", 1], ["group_category_id", "1"], ["name", "Student Group 1"], ["members_count", 2], ["created_at", "2016-05-13 16:13:31.309275"], ["updated_at", "2016-05-13 16:13:31.309275"]]
|
52845
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52846
|
-
[1m[36mCoalescingPanda::Group Load (0.0ms)[0m [1mSELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_groups"."canvas_group_id" = ? ORDER BY "coalescing_panda_groups"."id" ASC LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "5"]]
|
52847
|
-
[1m[35mCoalescingPanda::GroupCategory Load (0.0ms)[0m SELECT "coalescing_panda_group_categories".* FROM "coalescing_panda_group_categories" WHERE "coalescing_panda_group_categories"."context_id" = ? AND "coalescing_panda_group_categories"."context_type" = ? AND "coalescing_panda_group_categories"."canvas_group_category_id" IS NULL LIMIT 1 [["context_id", 1], ["context_type", "CoalescingPanda::Course"]]
|
52848
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52849
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_groups" ("context_id", "context_type", "canvas_group_id", "name", "members_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "5"], ["name", "Student Group 2"], ["members_count", 2], ["created_at", "2016-05-13 16:13:31.311573"], ["updated_at", "2016-05-13 16:13:31.311573"]]
|
52850
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52851
|
-
[1m[35mCoalescingPanda::Group Load (0.1ms)[0m SELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND ("coalescing_panda_groups"."id" NOT IN (1, 2)) [["context_id", 1], ["context_type", "CoalescingPanda::Course"]]
|
52852
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "coalescing_panda_groups"[0m
|
52853
|
-
[1m[35mCoalescingPanda::Group Load (0.1ms)[0m SELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."canvas_group_id" = ? LIMIT 1 [["canvas_group_id", "4"]]
|
52854
|
-
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
52855
|
-
[1m[35m (0.0ms)[0m begin transaction
|
52856
|
-
[1m[36mCoalescingPanda::Group Load (0.1ms)[0m [1mSELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups"[0m
|
52857
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52858
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 101' LIMIT 1[0m
|
52859
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 101' LIMIT 1
|
52860
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 101"], ["key", "Key 101"], ["secret", "Account 101"], ["canvas_account_id", "100"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.320897"], ["updated_at", "2016-05-13 16:13:31.320897"]]
|
52861
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52862
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52863
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 102' LIMIT 1
|
52864
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 102' LIMIT 1[0m
|
52865
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 102"], ["key", "Key 102"], ["secret", "Account 102"], ["canvas_account_id", "101"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.325478"], ["updated_at", "2016-05-13 16:13:31.325478"]]
|
52866
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52867
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52868
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "42"], ["created_at", "2016-05-13 16:13:31.327937"], ["updated_at", "2016-05-13 16:13:31.327937"]]
|
52869
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52870
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52871
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "37"], ["created_at", "2016-05-13 16:13:31.329329"], ["updated_at", "2016-05-13 16:13:31.329329"]]
|
52872
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52873
|
-
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
52874
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52875
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.331889"], ["updated_at", "2016-05-13 16:13:31.331889"]]
|
52876
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52877
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52878
|
-
[1m[36mSQL (0.0ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ?[0m [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.333321"], ["id", 1]]
|
52879
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52880
|
-
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? ORDER BY "coalescing_panda_sections"."id" ASC LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52881
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52882
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_sections" ("coalescing_panda_course_id", "canvas_section_id", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"], ["name", "Course1"], ["created_at", "2016-05-13 16:13:31.335519"], ["updated_at", "2016-05-13 16:13:31.335519"]]
|
52883
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52884
|
-
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND ("coalescing_panda_sections"."id" != 1)[0m [["coalescing_panda_course_id", 1]]
|
52885
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "1"]]
|
52886
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
52887
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "canvas_user_id", "name", "login_id", "sis_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "1"], ["name", "teacher@test.com"], ["login_id", "teacher@test.com"], ["sis_id", ""], ["created_at", "2016-05-13 16:13:31.337813"], ["updated_at", "2016-05-13 16:13:31.337813"]]
|
52888
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52889
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "2"]]
|
52890
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52891
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "canvas_user_id", "name", "login_id", "sis_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "2"], ["name", "student1@test.com"], ["login_id", "student1@test.com"], ["sis_id", ""], ["created_at", "2016-05-13 16:13:31.339465"], ["updated_at", "2016-05-13 16:13:31.339465"]]
|
52892
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52893
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? ORDER BY "coalescing_panda_users"."id" ASC LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "3"]]
|
52894
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52895
|
-
[1m[35mSQL (0.0ms)[0m INSERT INTO "coalescing_panda_users" ("coalescing_panda_lti_account_id", "canvas_user_id", "name", "login_id", "sis_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "3"], ["name", "student2@test.com"], ["login_id", "student2@test.com"], ["sis_id", ""], ["created_at", "2016-05-13 16:13:31.341020"], ["updated_at", "2016-05-13 16:13:31.341020"]]
|
52896
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52897
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 ("coalescing_panda_users"."id" IS NOT NULL) [["coalescing_panda_course_id", 1]]
|
52898
|
-
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52899
|
-
[1m[35mCoalescingPanda::Enrollment Load (0.0ms)[0m SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" WHERE "coalescing_panda_enrollments"."coalescing_panda_section_id" = ? AND "coalescing_panda_enrollments"."canvas_enrollment_id" = ? ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "1"]]
|
52900
|
-
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52901
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "1"]]
|
52902
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52903
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_enrollments" ("coalescing_panda_section_id", "canvas_enrollment_id", "coalescing_panda_user_id", "created_at", "updated_at", "workflow_state", "enrollment_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "1"], ["coalescing_panda_user_id", 1], ["created_at", "2014-11-07 21:17:54.000000"], ["updated_at", "2014-11-11 22:11:19.000000"], ["workflow_state", "active"], ["enrollment_type", "TeacherEnrollment"]]
|
52904
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52905
|
-
[1m[35mCoalescingPanda::Section Load (0.0ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52906
|
-
[1m[36mCoalescingPanda::Enrollment Load (0.0ms)[0m [1mSELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" WHERE "coalescing_panda_enrollments"."coalescing_panda_section_id" = ? AND "coalescing_panda_enrollments"."canvas_enrollment_id" = ? ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1[0m [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "2"]]
|
52907
|
-
[1m[35mCoalescingPanda::Section Load (0.0ms)[0m SELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52908
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1[0m [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "2"]]
|
52909
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52910
|
-
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "coalescing_panda_enrollments" ("coalescing_panda_section_id", "canvas_enrollment_id", "coalescing_panda_user_id", "created_at", "updated_at", "workflow_state", "enrollment_type") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "2"], ["coalescing_panda_user_id", 2], ["created_at", "2014-11-07 21:18:16.000000"], ["updated_at", "2014-11-20 23:18:17.000000"], ["workflow_state", "active"], ["enrollment_type", "StudentEnrollment"]]
|
52911
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52912
|
-
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52913
|
-
[1m[35mCoalescingPanda::Enrollment Load (0.0ms)[0m SELECT "coalescing_panda_enrollments".* FROM "coalescing_panda_enrollments" WHERE "coalescing_panda_enrollments"."coalescing_panda_section_id" = ? AND "coalescing_panda_enrollments"."canvas_enrollment_id" = ? ORDER BY "coalescing_panda_enrollments"."id" ASC LIMIT 1 [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "3"]]
|
52914
|
-
[1m[36mCoalescingPanda::Section Load (0.0ms)[0m [1mSELECT "coalescing_panda_sections".* FROM "coalescing_panda_sections" WHERE "coalescing_panda_sections"."coalescing_panda_course_id" = ? AND "coalescing_panda_sections"."canvas_section_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_section_id", "1"]]
|
52915
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1 [["coalescing_panda_lti_account_id", 1], ["canvas_user_id", "3"]]
|
52916
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52917
|
-
[1m[35mSQL (0.0ms)[0m INSERT INTO "coalescing_panda_enrollments" ("coalescing_panda_section_id", "canvas_enrollment_id", "coalescing_panda_user_id", "created_at", "updated_at", "workflow_state", "enrollment_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["coalescing_panda_section_id", 1], ["canvas_enrollment_id", "3"], ["coalescing_panda_user_id", 3], ["created_at", "2014-11-07 21:18:17.000000"], ["updated_at", "2014-11-20 23:18:21.000000"], ["workflow_state", "active"], ["enrollment_type", "StudentEnrollment"]]
|
52918
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52919
|
-
[1m[35mCoalescingPanda::Enrollment Load (0.1ms)[0m 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 ("coalescing_panda_enrollments"."id" NOT IN (1, 2, 3)) [["coalescing_panda_course_id", 1]]
|
52920
|
-
[1m[36mCoalescingPanda::Group Load (0.0ms)[0m [1mSELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_groups"."canvas_group_id" = ? ORDER BY "coalescing_panda_groups"."id" ASC LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "4"]]
|
52921
|
-
[1m[35mCoalescingPanda::GroupCategory Load (0.0ms)[0m SELECT "coalescing_panda_group_categories".* FROM "coalescing_panda_group_categories" WHERE "coalescing_panda_group_categories"."context_id" = ? AND "coalescing_panda_group_categories"."context_type" = ? AND "coalescing_panda_group_categories"."canvas_group_category_id" = ? LIMIT 1 [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_category_id", 1]]
|
52922
|
-
[1m[36mCoalescingPanda::User Load (0.0ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1[0m [["coalescing_panda_course_id", 1], ["canvas_user_id", "2"]]
|
52923
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52924
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_groups" ("context_id", "context_type", "canvas_group_id", "leader_id", "group_category_id", "name", "members_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "4"], ["leader_id", 2], ["group_category_id", "1"], ["name", "Student Group 1"], ["members_count", 2], ["created_at", "2016-05-13 16:13:31.356734"], ["updated_at", "2016-05-13 16:13:31.356734"]]
|
52925
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52926
|
-
[1m[36mCoalescingPanda::Group Load (0.0ms)[0m [1mSELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_groups"."canvas_group_id" = ? ORDER BY "coalescing_panda_groups"."id" ASC LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "5"]]
|
52927
|
-
[1m[35mCoalescingPanda::GroupCategory Load (0.0ms)[0m SELECT "coalescing_panda_group_categories".* FROM "coalescing_panda_group_categories" WHERE "coalescing_panda_group_categories"."context_id" = ? AND "coalescing_panda_group_categories"."context_type" = ? AND "coalescing_panda_group_categories"."canvas_group_category_id" IS NULL LIMIT 1 [["context_id", 1], ["context_type", "CoalescingPanda::Course"]]
|
52928
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52929
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_groups" ("context_id", "context_type", "canvas_group_id", "name", "members_count", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "5"], ["name", "Student Group 2"], ["members_count", 2], ["created_at", "2016-05-13 16:13:31.358993"], ["updated_at", "2016-05-13 16:13:31.358993"]]
|
52930
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52931
|
-
[1m[35mCoalescingPanda::Group Load (0.1ms)[0m SELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND ("coalescing_panda_groups"."id" NOT IN (1, 2)) [["context_id", 1], ["context_type", "CoalescingPanda::Course"]]
|
52932
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "coalescing_panda_groups"[0m
|
52933
|
-
[1m[35mCoalescingPanda::Group Load (0.1ms)[0m SELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."canvas_group_id" = ? ORDER BY "coalescing_panda_groups"."id" ASC LIMIT 1 [["canvas_group_id", "4"]]
|
52934
|
-
[1m[36mCoalescingPanda::User Load (0.1ms)[0m [1mSELECT "coalescing_panda_users".* FROM "coalescing_panda_users" WHERE "coalescing_panda_users"."id" = ? LIMIT 1[0m [["id", 2]]
|
52935
|
-
[1m[35m (1.0ms)[0m rollback transaction
|
52936
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
52937
|
-
[1m[35mCoalescingPanda::GroupMembership Load (0.1ms)[0m SELECT "coalescing_panda_group_memberships".* FROM "coalescing_panda_group_memberships"
|
52938
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52939
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 103' LIMIT 1
|
52940
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 103' LIMIT 1[0m
|
52941
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 103"], ["key", "Key 103"], ["secret", "Account 103"], ["canvas_account_id", "102"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.369965"], ["updated_at", "2016-05-13 16:13:31.369965"]]
|
52942
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52943
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52944
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 104' LIMIT 1[0m
|
52945
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 104' LIMIT 1
|
52946
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 104"], ["key", "Key 104"], ["secret", "Account 104"], ["canvas_account_id", "103"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.373297"], ["updated_at", "2016-05-13 16:13:31.373297"]]
|
52947
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52948
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52949
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "43"], ["created_at", "2016-05-13 16:13:31.375454"], ["updated_at", "2016-05-13 16:13:31.375454"]]
|
52950
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52951
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52952
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "38"], ["created_at", "2016-05-13 16:13:31.376648"], ["updated_at", "2016-05-13 16:13:31.376648"]]
|
52953
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52954
|
-
[1m[36mCoalescingPanda::CanvasBatch Load (0.1ms)[0m [1mSELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
52955
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52956
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.379256"], ["updated_at", "2016-05-13 16:13:31.379256"]]
|
52957
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52958
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52959
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.380625"], ["id", 1]]
|
52960
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52961
|
-
[1m[35mCoalescingPanda::GroupMembership Load (0.1ms)[0m SELECT "coalescing_panda_group_memberships".* FROM "coalescing_panda_group_memberships" INNER JOIN "coalescing_panda_groups" ON "coalescing_panda_group_memberships"."coalescing_panda_group_id" = "coalescing_panda_groups"."id" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_group_memberships"."canvas_group_membership_id" = ? ORDER BY "coalescing_panda_group_memberships"."id" ASC LIMIT 1 [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_membership_id", "13"]]
|
52962
|
-
[1m[36mCoalescingPanda::Group Load (0.0ms)[0m [1mSELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_groups"."canvas_group_id" = ? LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "4"]]
|
52963
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_user_id", "2"]]
|
52964
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52965
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_group_memberships" ("canvas_group_membership_id", "moderator", "workflow_state", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_group_membership_id", "13"], ["moderator", "t"], ["workflow_state", "accepted"], ["created_at", "2016-05-13 16:13:31.384376"], ["updated_at", "2016-05-13 16:13:31.384376"]]
|
52966
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52967
|
-
[1m[35mCoalescingPanda::GroupMembership Load (0.1ms)[0m SELECT "coalescing_panda_group_memberships".* FROM "coalescing_panda_group_memberships" INNER JOIN "coalescing_panda_groups" ON "coalescing_panda_group_memberships"."coalescing_panda_group_id" = "coalescing_panda_groups"."id" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_group_memberships"."canvas_group_membership_id" = ? ORDER BY "coalescing_panda_group_memberships"."id" ASC LIMIT 1 [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_membership_id", "14"]]
|
52968
|
-
[1m[36mCoalescingPanda::Group Load (0.0ms)[0m [1mSELECT "coalescing_panda_groups".* FROM "coalescing_panda_groups" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND "coalescing_panda_groups"."canvas_group_id" = ? LIMIT 1[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["canvas_group_id", "4"]]
|
52969
|
-
[1m[35mCoalescingPanda::User Load (0.0ms)[0m SELECT "coalescing_panda_users".* FROM "coalescing_panda_users" INNER JOIN "coalescing_panda_enrollments" ON "coalescing_panda_users"."id" = "coalescing_panda_enrollments"."coalescing_panda_user_id" 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 "coalescing_panda_users"."canvas_user_id" = ? LIMIT 1 [["coalescing_panda_course_id", 1], ["canvas_user_id", "3"]]
|
52970
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52971
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_group_memberships" ("canvas_group_membership_id", "moderator", "workflow_state", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["canvas_group_membership_id", "14"], ["moderator", "f"], ["workflow_state", "accepted"], ["created_at", "2016-05-13 16:13:31.387013"], ["updated_at", "2016-05-13 16:13:31.387013"]]
|
52972
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52973
|
-
[1m[35mCoalescingPanda::GroupMembership Load (0.1ms)[0m SELECT "coalescing_panda_group_memberships".* FROM "coalescing_panda_group_memberships" INNER JOIN "coalescing_panda_groups" ON "coalescing_panda_group_memberships"."coalescing_panda_group_id" = "coalescing_panda_groups"."id" WHERE "coalescing_panda_groups"."context_id" = ? AND "coalescing_panda_groups"."context_type" = ? AND ("coalescing_panda_group_memberships"."id" NOT IN (1, 2)) [["context_id", 1], ["context_type", "CoalescingPanda::Course"]]
|
52974
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "coalescing_panda_group_memberships"[0m
|
52975
|
-
[1m[35m (0.8ms)[0m rollback transaction
|
52976
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
52977
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
52978
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 105' LIMIT 1[0m
|
52979
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 105' LIMIT 1
|
52980
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 105"], ["key", "Key 105"], ["secret", "Account 105"], ["canvas_account_id", "104"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.397209"], ["updated_at", "2016-05-13 16:13:31.397209"]]
|
52981
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
52982
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52983
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 106' LIMIT 1
|
52984
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 106' LIMIT 1[0m
|
52985
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 106"], ["key", "Key 106"], ["secret", "Account 106"], ["canvas_account_id", "105"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.458164"], ["updated_at", "2016-05-13 16:13:31.458164"]]
|
52986
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52987
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52988
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "44"], ["created_at", "2016-05-13 16:13:31.460533"], ["updated_at", "2016-05-13 16:13:31.460533"]]
|
52989
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
52990
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52991
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "39"], ["created_at", "2016-05-13 16:13:31.461907"], ["updated_at", "2016-05-13 16:13:31.461907"]]
|
52992
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52993
|
-
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
52994
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
52995
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.464739"], ["updated_at", "2016-05-13 16:13:31.464739"]]
|
52996
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
52997
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
52998
|
-
[1m[36mSQL (0.1ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ?[0m [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.466220"], ["id", 1]]
|
52999
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53000
|
-
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
53001
|
-
[1m[35m (0.0ms)[0m begin transaction
|
53002
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53003
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 107' LIMIT 1
|
53004
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 107' LIMIT 1[0m
|
53005
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 107"], ["key", "Key 107"], ["secret", "Account 107"], ["canvas_account_id", "106"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.473949"], ["updated_at", "2016-05-13 16:13:31.473949"]]
|
53006
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53007
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53008
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 108' LIMIT 1[0m
|
53009
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 108' LIMIT 1
|
53010
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 108"], ["key", "Key 108"], ["secret", "Account 108"], ["canvas_account_id", "107"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.477931"], ["updated_at", "2016-05-13 16:13:31.477931"]]
|
53011
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53012
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53013
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "45"], ["created_at", "2016-05-13 16:13:31.480582"], ["updated_at", "2016-05-13 16:13:31.480582"]]
|
53014
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53015
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53016
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "40"], ["created_at", "2016-05-13 16:13:31.482405"], ["updated_at", "2016-05-13 16:13:31.482405"]]
|
53017
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53018
|
-
[1m[36mCoalescingPanda::CanvasBatch Load (0.1ms)[0m [1mSELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
53019
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53020
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.486095"], ["updated_at", "2016-05-13 16:13:31.486095"]]
|
53021
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53022
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53023
|
-
[1m[35mSQL (0.1ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.488198"], ["id", 1]]
|
53024
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53025
|
-
[1m[35m (0.8ms)[0m rollback transaction
|
53026
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
53027
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53028
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 109' LIMIT 1[0m
|
53029
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 109' LIMIT 1
|
53030
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 109"], ["key", "Key 109"], ["secret", "Account 109"], ["canvas_account_id", "108"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.497183"], ["updated_at", "2016-05-13 16:13:31.497183"]]
|
53031
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53032
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53033
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 110' LIMIT 1
|
53034
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 110' LIMIT 1[0m
|
53035
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 110"], ["key", "Key 110"], ["secret", "Account 110"], ["canvas_account_id", "109"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.500312"], ["updated_at", "2016-05-13 16:13:31.500312"]]
|
53036
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53037
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53038
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "46"], ["created_at", "2016-05-13 16:13:31.502839"], ["updated_at", "2016-05-13 16:13:31.502839"]]
|
53039
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53040
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53041
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "41"], ["created_at", "2016-05-13 16:13:31.504484"], ["updated_at", "2016-05-13 16:13:31.504484"]]
|
53042
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53043
|
-
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
53044
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53045
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.508046"], ["updated_at", "2016-05-13 16:13:31.508046"]]
|
53046
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53047
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53048
|
-
[1m[36mSQL (0.1ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ?[0m [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.510205"], ["id", 1]]
|
53049
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53050
|
-
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
53051
|
-
[1m[35m (0.0ms)[0m begin transaction
|
53052
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53053
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 111' LIMIT 1
|
53054
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 111' LIMIT 1[0m
|
53055
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 111"], ["key", "Key 111"], ["secret", "Account 111"], ["canvas_account_id", "110"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.519025"], ["updated_at", "2016-05-13 16:13:31.519025"]]
|
53056
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53057
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53058
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 112' LIMIT 1[0m
|
53059
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 112' LIMIT 1
|
53060
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 112"], ["key", "Key 112"], ["secret", "Account 112"], ["canvas_account_id", "111"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.522833"], ["updated_at", "2016-05-13 16:13:31.522833"]]
|
53061
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53062
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53063
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "47"], ["created_at", "2016-05-13 16:13:31.525285"], ["updated_at", "2016-05-13 16:13:31.525285"]]
|
53064
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53065
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53066
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "42"], ["created_at", "2016-05-13 16:13:31.526731"], ["updated_at", "2016-05-13 16:13:31.526731"]]
|
53067
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53068
|
-
[1m[36mCoalescingPanda::CanvasBatch Load (0.1ms)[0m [1mSELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
53069
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53070
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.530280"], ["updated_at", "2016-05-13 16:13:31.530280"]]
|
53071
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53072
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53073
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.532087"], ["id", 1]]
|
53074
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53075
|
-
[1m[35m (0.7ms)[0m rollback transaction
|
53076
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
53077
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
53078
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 113' LIMIT 1[0m
|
53079
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 113' LIMIT 1
|
53080
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 113"], ["key", "Key 113"], ["secret", "Account 113"], ["canvas_account_id", "112"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.541274"], ["updated_at", "2016-05-13 16:13:31.541274"]]
|
53081
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53082
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53083
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 114' LIMIT 1
|
53084
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 114' LIMIT 1[0m
|
53085
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 114"], ["key", "Key 114"], ["secret", "Account 114"], ["canvas_account_id", "113"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.545194"], ["updated_at", "2016-05-13 16:13:31.545194"]]
|
53086
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53087
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53088
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "48"], ["created_at", "2016-05-13 16:13:31.547609"], ["updated_at", "2016-05-13 16:13:31.547609"]]
|
53089
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53090
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53091
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "43"], ["created_at", "2016-05-13 16:13:31.549024"], ["updated_at", "2016-05-13 16:13:31.549024"]]
|
53092
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53093
|
-
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
53094
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53095
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.551750"], ["updated_at", "2016-05-13 16:13:31.551750"]]
|
53096
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53097
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53098
|
-
[1m[36mSQL (0.0ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ?[0m [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.553570"], ["id", 1]]
|
53099
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53100
|
-
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
53101
|
-
[1m[35m (0.1ms)[0m begin transaction
|
53102
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
53103
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 115' LIMIT 1
|
53104
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 115' LIMIT 1[0m
|
53105
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 115"], ["key", "Key 115"], ["secret", "Account 115"], ["canvas_account_id", "114"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.562541"], ["updated_at", "2016-05-13 16:13:31.562541"]]
|
53106
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53107
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53108
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 116' LIMIT 1[0m
|
53109
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 116' LIMIT 1
|
53110
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 116"], ["key", "Key 116"], ["secret", "Account 116"], ["canvas_account_id", "115"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.566049"], ["updated_at", "2016-05-13 16:13:31.566049"]]
|
53111
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53112
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53113
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "49"], ["created_at", "2016-05-13 16:13:31.567823"], ["updated_at", "2016-05-13 16:13:31.567823"]]
|
53114
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53115
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53116
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "44"], ["created_at", "2016-05-13 16:13:31.569045"], ["updated_at", "2016-05-13 16:13:31.569045"]]
|
53117
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53118
|
-
[1m[36mCoalescingPanda::CanvasBatch Load (0.1ms)[0m [1mSELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
53119
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53120
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.571692"], ["updated_at", "2016-05-13 16:13:31.571692"]]
|
53121
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53122
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53123
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.573279"], ["id", 1]]
|
53124
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53125
|
-
[1m[35m (0.8ms)[0m rollback transaction
|
53126
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
53127
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
53128
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 117' LIMIT 1[0m
|
53129
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 117' LIMIT 1
|
53130
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 117"], ["key", "Key 117"], ["secret", "Account 117"], ["canvas_account_id", "116"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.582401"], ["updated_at", "2016-05-13 16:13:31.582401"]]
|
53131
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53132
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53133
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 118' LIMIT 1
|
53134
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 118' LIMIT 1[0m
|
53135
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 118"], ["key", "Key 118"], ["secret", "Account 118"], ["canvas_account_id", "117"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.585904"], ["updated_at", "2016-05-13 16:13:31.585904"]]
|
53136
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53137
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53138
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "50"], ["created_at", "2016-05-13 16:13:31.588315"], ["updated_at", "2016-05-13 16:13:31.588315"]]
|
53139
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53140
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53141
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "45"], ["created_at", "2016-05-13 16:13:31.589973"], ["updated_at", "2016-05-13 16:13:31.589973"]]
|
53142
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53143
|
-
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
53144
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53145
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.593560"], ["updated_at", "2016-05-13 16:13:31.593560"]]
|
53146
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53147
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53148
|
-
[1m[36mSQL (0.0ms)[0m [1mUPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ?[0m [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.595361"], ["id", 1]]
|
53149
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53150
|
-
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
53151
|
-
[1m[35m (0.0ms)[0m begin transaction
|
53152
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53153
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 119' LIMIT 1
|
53154
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 119' LIMIT 1[0m
|
53155
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 119"], ["key", "Key 119"], ["secret", "Account 119"], ["canvas_account_id", "118"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.602917"], ["updated_at", "2016-05-13 16:13:31.602917"]]
|
53156
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53157
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53158
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 120' LIMIT 1[0m
|
53159
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 120' LIMIT 1
|
53160
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 120"], ["key", "Key 120"], ["secret", "Account 120"], ["canvas_account_id", "119"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.606636"], ["updated_at", "2016-05-13 16:13:31.606636"]]
|
53161
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53162
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53163
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "51"], ["created_at", "2016-05-13 16:13:31.609151"], ["updated_at", "2016-05-13 16:13:31.609151"]]
|
53164
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53165
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53166
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "46"], ["created_at", "2016-05-13 16:13:31.610440"], ["updated_at", "2016-05-13 16:13:31.610440"]]
|
53167
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53168
|
-
[1m[36mCoalescingPanda::CanvasBatch Load (0.1ms)[0m [1mSELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
53169
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53170
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.613357"], ["updated_at", "2016-05-13 16:13:31.613357"]]
|
53171
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53172
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53173
|
-
[1m[35mSQL (0.1ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.614949"], ["id", 1]]
|
53174
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53175
|
-
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
53176
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53177
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53178
|
-
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
53179
|
-
[1m[35m (0.0ms)[0m begin transaction
|
53180
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53181
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 121' LIMIT 1
|
53182
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 121' LIMIT 1[0m
|
53183
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["name", "Account 121"], ["key", "Key 121"], ["secret", "Account 121"], ["canvas_account_id", "120"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.623955"], ["updated_at", "2016-05-13 16:13:31.623955"]]
|
53184
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53185
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53186
|
-
[1m[36mCoalescingPanda::LtiAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."name" = 'Account 122' LIMIT 1[0m
|
53187
|
-
[1m[35mCoalescingPanda::LtiAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "coalescing_panda_lti_accounts" WHERE "coalescing_panda_lti_accounts"."key" = 'Key 122' LIMIT 1
|
53188
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "coalescing_panda_lti_accounts" ("name", "key", "secret", "canvas_account_id", "oauth2_client_id", "oauth2_client_key", "settings", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["name", "Account 122"], ["key", "Key 122"], ["secret", "Account 122"], ["canvas_account_id", "121"], ["oauth2_client_id", "1234"], ["oauth2_client_key", "thisisadeveloperkey"], ["settings", "---\n:base_url: http://localhost:3000\n:account_admin_api_token: 9q2083uy4poiahjfgpoawy\n"], ["created_at", "2016-05-13 16:13:31.627726"], ["updated_at", "2016-05-13 16:13:31.627726"]]
|
53189
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53190
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53191
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "coalescing_panda_terms" ("coalescing_panda_lti_account_id", "canvas_term_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["coalescing_panda_lti_account_id", 2], ["canvas_term_id", "52"], ["created_at", "2016-05-13 16:13:31.630231"], ["updated_at", "2016-05-13 16:13:31.630231"]]
|
53192
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53193
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53194
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_courses" ("coalescing_panda_lti_account_id", "coalescing_panda_term_id", "name", "canvas_course_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["coalescing_panda_lti_account_id", 1], ["coalescing_panda_term_id", 1], ["name", "Test Course"], ["canvas_course_id", "47"], ["created_at", "2016-05-13 16:13:31.631863"], ["updated_at", "2016-05-13 16:13:31.631863"]]
|
53195
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53196
|
-
[1m[36mCoalescingPanda::CanvasBatch Load (0.1ms)[0m [1mSELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1[0m [["coalescing_panda_lti_account_id", 1]]
|
53197
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
53198
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "coalescing_panda_canvas_batches" ("context_id", "context_type", "status", "coalescing_panda_lti_account_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["context_id", 1], ["context_type", "CoalescingPanda::Course"], ["status", "Queued"], ["coalescing_panda_lti_account_id", 1], ["created_at", "2016-05-13 16:13:31.635096"], ["updated_at", "2016-05-13 16:13:31.635096"]]
|
53199
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53200
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53201
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "options" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["options", "---\n- :sections\n- :users\n- :enrollments\n- :assignments\n- :assignment_groups\n- :submissions\n- :groups\n- :group_memberships\n"], ["updated_at", "2016-05-13 16:13:31.636838"], ["id", 1]]
|
53202
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53203
|
-
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
53204
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53205
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53206
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53207
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "coalescing_panda_canvas_batches" SET "status" = ?, "updated_at" = ? WHERE "coalescing_panda_canvas_batches"."id" = ? [["status", "Started"], ["updated_at", "2016-05-13 16:13:31.640266"], ["id", 1]]
|
53208
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
53209
|
-
[1m[35mCoalescingPanda::CanvasBatch Load (0.1ms)[0m SELECT "coalescing_panda_canvas_batches".* FROM "coalescing_panda_canvas_batches" WHERE "coalescing_panda_canvas_batches"."coalescing_panda_lti_account_id" = ? AND "coalescing_panda_canvas_batches"."context_type" = 'CoalescingPanda::Course' AND "coalescing_panda_canvas_batches"."context_id" = 1 ORDER BY created_at DESC LIMIT 1 [["coalescing_panda_lti_account_id", 1]]
|
53210
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
53211
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53212
|
-
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|