openstax_accounts 6.1.0 → 6.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb0728883a8fae5c0809c7dadb1c8ca0045421cd
4
- data.tar.gz: e63ecc33505319d5d7965c578530167db8190aff
3
+ metadata.gz: b8aea8932a6f95fd050c5fa9ba4a4245a7cd9454
4
+ data.tar.gz: b41cf657f3a33a7f3ab3008c808ea4c76dbdf2c5
5
5
  SHA512:
6
- metadata.gz: 7e3f55b5a9fdf5e601c6ac76f58b83262fab03516eb3e3d64900f34367742d625e9aadf6a858aedfaae10998334b74cb4a23f83cb9b43d632b27f6b863f6694b
7
- data.tar.gz: 41c5ec8e4d530055a67268f5e5e700080fd5244453d5af1e2f1843633ecda7398664e86cd70ea74e6551e1a10cf9148aac3ae2c4ac0bc86f1d789150d478f260
6
+ metadata.gz: 80853de5d3b210737af584f8358d17ce9a5a5b451e46a4a3bfff5626e0bf9f06c9fb3bf79ec9354d0cd2fef43a14def7452bea97ffdfc078c9b36e811cd4949b
7
+ data.tar.gz: 8f245c5227fa90bb4f3f0e444bf486bc08996a6ad7d09992c7df4c9ab544c89027a104a6cf8d5ed021f9bec6c4ef2ed8356d5d31f73b6230b71447c4c46ba209
@@ -1,4 +1,5 @@
1
+ set :bundle_command, '/usr/local/bin/rbenv exec bundle exec'
2
+
1
3
  every 1.minute do
2
- runner "OpenStax::Accounts::SyncAccounts.call"
3
- runner "OpenStax::Accounts::SyncGroups.call"
4
+ rake 'openstax:accounts:sync:all'
4
5
  end
@@ -1,5 +1,5 @@
1
1
  module OpenStax
2
2
  module Accounts
3
- VERSION = "6.1.0"
3
+ VERSION = "6.1.1"
4
4
  end
5
5
  end
@@ -0,0 +1,18 @@
1
+ namespace :openstax do
2
+ namespace :accounts do
3
+ namespace :sync do
4
+ desc "Sync Accounts with OpenStax Accounts"
5
+ task :accounts => :environment do
6
+ OpenStax::Accounts::SyncAccounts.call
7
+ end
8
+
9
+ desc "Sync Groups with OpenStax Accounts"
10
+ task :groups => :environment do
11
+ OpenStax::Accounts::SyncGroups.call
12
+ end
13
+
14
+ desc "Sync Accounts and Groups with OpenStax Accounts"
15
+ task :all => [:accounts, :groups]
16
+ end
17
+ end
18
+ end
@@ -1037357,3 +1037357,2981 @@ Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML
1037357
1037357
  Redirected to http://test.host/
1037358
1037358
  Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
1037359
1037359
   (0.4ms) rollback transaction
1037360
+  (1.8ms) CREATE TABLE "openstax_accounts_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "username" varchar NOT NULL, "access_token" varchar, "first_name" varchar, "last_name" varchar, "full_name" varchar, "title" varchar, "created_at" datetime, "updated_at" datetime) 
1037361
+  (0.1ms) select sqlite_version(*)
1037362
+  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" ("access_token")
1037363
+  (0.1ms) SELECT sql
1037364
+ FROM sqlite_master
1037365
+ WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'
1037366
+ UNION ALL
1037367
+ SELECT sql
1037368
+ FROM sqlite_temp_master
1037369
+ WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'
1037370
+
1037371
+  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" ("first_name")
1037372
+  (0.1ms) SELECT sql
1037373
+ FROM sqlite_master
1037374
+ WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'
1037375
+ UNION ALL
1037376
+ SELECT sql
1037377
+ FROM sqlite_temp_master
1037378
+ WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'
1037379
+
1037380
+  (0.1ms)  SELECT sql
1037381
+ FROM sqlite_master
1037382
+ WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'
1037383
+ UNION ALL
1037384
+ SELECT sql
1037385
+ FROM sqlite_temp_master
1037386
+ WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'
1037387
+ 
1037388
+  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" ("full_name")
1037389
+  (0.1ms)  SELECT sql
1037390
+ FROM sqlite_master
1037391
+ WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'
1037392
+ UNION ALL
1037393
+ SELECT sql
1037394
+ FROM sqlite_temp_master
1037395
+ WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'
1037396
+ 
1037397
+  (0.1ms) SELECT sql
1037398
+ FROM sqlite_master
1037399
+ WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'
1037400
+ UNION ALL
1037401
+ SELECT sql
1037402
+ FROM sqlite_temp_master
1037403
+ WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'
1037404
+
1037405
+  (0.1ms)  SELECT sql
1037406
+ FROM sqlite_master
1037407
+ WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'
1037408
+ UNION ALL
1037409
+ SELECT sql
1037410
+ FROM sqlite_temp_master
1037411
+ WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'
1037412
+ 
1037413
+  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" ("last_name")
1037414
+  (0.1ms)  SELECT sql
1037415
+ FROM sqlite_master
1037416
+ WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'
1037417
+ UNION ALL
1037418
+ SELECT sql
1037419
+ FROM sqlite_temp_master
1037420
+ WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'
1037421
+ 
1037422
+  (0.1ms) SELECT sql
1037423
+ FROM sqlite_master
1037424
+ WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'
1037425
+ UNION ALL
1037426
+ SELECT sql
1037427
+ FROM sqlite_temp_master
1037428
+ WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'
1037429
+
1037430
+  (0.1ms)  SELECT sql
1037431
+ FROM sqlite_master
1037432
+ WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'
1037433
+ UNION ALL
1037434
+ SELECT sql
1037435
+ FROM sqlite_temp_master
1037436
+ WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'
1037437
+ 
1037438
+  (0.1ms) SELECT sql
1037439
+ FROM sqlite_master
1037440
+ WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'
1037441
+ UNION ALL
1037442
+ SELECT sql
1037443
+ FROM sqlite_temp_master
1037444
+ WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'
1037445
+
1037446
+  (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" ("openstax_uid")
1037447
+  (0.1ms) SELECT sql
1037448
+ FROM sqlite_master
1037449
+ WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'
1037450
+ UNION ALL
1037451
+ SELECT sql
1037452
+ FROM sqlite_temp_master
1037453
+ WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'
1037454
+
1037455
+  (0.1ms)  SELECT sql
1037456
+ FROM sqlite_master
1037457
+ WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'
1037458
+ UNION ALL
1037459
+ SELECT sql
1037460
+ FROM sqlite_temp_master
1037461
+ WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'
1037462
+ 
1037463
+  (0.1ms) SELECT sql
1037464
+ FROM sqlite_master
1037465
+ WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'
1037466
+ UNION ALL
1037467
+ SELECT sql
1037468
+ FROM sqlite_temp_master
1037469
+ WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'
1037470
+
1037471
+  (0.1ms)  SELECT sql
1037472
+ FROM sqlite_master
1037473
+ WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'
1037474
+ UNION ALL
1037475
+ SELECT sql
1037476
+ FROM sqlite_temp_master
1037477
+ WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'
1037478
+ 
1037479
+  (0.1ms) SELECT sql
1037480
+ FROM sqlite_master
1037481
+ WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'
1037482
+ UNION ALL
1037483
+ SELECT sql
1037484
+ FROM sqlite_temp_master
1037485
+ WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'
1037486
+
1037487
+  (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username")
1037488
+  (0.8ms) CREATE TABLE "openstax_accounts_group_members" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)
1037489
+  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" ("group_id", "user_id")
1037490
+  (0.1ms) SELECT sql
1037491
+ FROM sqlite_master
1037492
+ WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index'
1037493
+ UNION ALL
1037494
+ SELECT sql
1037495
+ FROM sqlite_temp_master
1037496
+ WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index'
1037497
+
1037498
+  (0.8ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id")
1037499
+  (0.7ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)
1037500
+  (0.8ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" ("container_group_id")
1037501
+  (0.1ms) SELECT sql
1037502
+ FROM sqlite_master
1037503
+ WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index'
1037504
+ UNION ALL
1037505
+ SELECT sql
1037506
+ FROM sqlite_temp_master
1037507
+ WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index'
1037508
+
1037509
+  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id")
1037510
+  (0.7ms) CREATE TABLE "openstax_accounts_group_owners" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)
1037511
+  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" ("group_id", "user_id")
1037512
+  (0.1ms) SELECT sql
1037513
+ FROM sqlite_master
1037514
+ WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index'
1037515
+ UNION ALL
1037516
+ SELECT sql
1037517
+ FROM sqlite_temp_master
1037518
+ WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index'
1037519
+
1037520
+  (0.8ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id")
1037521
+  (0.8ms) CREATE TABLE "openstax_accounts_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" varchar, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" datetime, "updated_at" datetime)
1037522
+  (0.8ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" ("is_public")
1037523
+  (0.1ms) SELECT sql
1037524
+ FROM sqlite_master
1037525
+ WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index'
1037526
+ UNION ALL
1037527
+ SELECT sql
1037528
+ FROM sqlite_temp_master
1037529
+ WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index'
1037530
+
1037531
+  (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid")
1037532
+  (0.8ms) CREATE TABLE "ownerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)
1037533
+  (0.8ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type")
1037534
+  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)
1037535
+  (0.8ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id")
1037536
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
1037537
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1037538
+  (0.1ms) SELECT version FROM "schema_migrations"
1037539
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('6')
1037540
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('5')
1037541
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1037542
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('1')
1037543
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('2')
1037544
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('3')
1037545
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('4')
1037546
+  (0.4ms) begin transaction
1037547
+  (0.0ms) SAVEPOINT active_record_1
1037548
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1
1037549
+ SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2015-09-11 21:40:15.496504"], ["updated_at", "2015-09-11 21:40:15.496504"]]
1037550
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037551
+ Started POST "/oauth/token" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037552
+ Processing by OauthController#token as */*
1037553
+ Parameters: {"grant_type"=>"client_credentials"}
1037554
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1037555
+ Started POST "/api/dummy?test=true" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037556
+ Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1
1037557
+ Parameters: {"test"=>"true"}
1037558
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037559
+  (1.0ms) rollback transaction
1037560
+  (0.4ms) begin transaction
1037561
+  (0.1ms) SAVEPOINT active_record_1
1037562
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1755707581 LIMIT 1
1037563
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1755707581], ["username", "8be79ec3c24cb761d8f0a82168e66ca3"], ["access_token", "ae50f50ca5cded294d09b311d8e1f884"], ["created_at", "2015-09-11 21:40:15.579956"], ["updated_at", "2015-09-11 21:40:15.579956"]]
1037564
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037565
+  (0.0ms) SAVEPOINT active_record_1
1037566
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1000954465 LIMIT 1
1037567
+ SQL (0.9ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1000954465], ["name", "MyGroup"], ["created_at", "2015-09-11 21:40:15.589005"], ["updated_at", "2015-09-11 21:40:15.589005"]]
1037568
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037569
+  (0.0ms) SAVEPOINT active_record_1
1037570
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -135361672 LIMIT 1
1037571
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -135361672], ["username", "e76333bacdac13f650c32d64c5bf5626"], ["access_token", "5a77be88e325854823f4770ad5cd7f9d"], ["created_at", "2015-09-11 21:40:15.596412"], ["updated_at", "2015-09-11 21:40:15.596412"]]
1037572
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037573
+ Started POST "/api/groups/-1000954465/owners/-135361672" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037574
+ Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1
1037575
+ Parameters: {"group_id"=>"-1000954465", "user_id"=>"-135361672"}
1037576
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037577
+  (0.4ms) rollback transaction
1037578
+  (0.1ms) begin transaction
1037579
+  (0.0ms) SAVEPOINT active_record_1
1037580
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1261339537 LIMIT 1
1037581
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1261339537], ["username", "be45c2561c5276bd670e7c0a780d6ab1"], ["access_token", "fc48d9d8813c1abba36725eeb7ce2bda"], ["created_at", "2015-09-11 21:40:15.615333"], ["updated_at", "2015-09-11 21:40:15.615333"]]
1037582
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037583
+  (0.0ms) SAVEPOINT active_record_1
1037584
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -261367582 LIMIT 1
1037585
+ SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -261367582], ["name", "MyGroup"], ["created_at", "2015-09-11 21:40:15.617953"], ["updated_at", "2015-09-11 21:40:15.617953"]]
1037586
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037587
+  (0.0ms) SAVEPOINT active_record_1
1037588
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1424225957 LIMIT 1
1037589
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1424225957], ["username", "e81dc47a5fef0074140e4a8e3a047c58"], ["access_token", "0b6f62aeb48f1f6da29f2e14b1b1bff3"], ["created_at", "2015-09-11 21:40:15.620035"], ["updated_at", "2015-09-11 21:40:15.620035"]]
1037590
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037591
+  (0.0ms) SAVEPOINT active_record_1
1037592
+ OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = -1424225957 AND "openstax_accounts_group_owners"."group_id" = -261367582) LIMIT 1
1037593
+ SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -261367582], ["user_id", -1424225957], ["created_at", "2015-09-11 21:40:15.622266"], ["updated_at", "2015-09-11 21:40:15.622266"]]
1037594
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037595
+ Started DELETE "/api/groups/-261367582/owners/-1424225957" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037596
+ Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1
1037597
+ Parameters: {"group_id"=>"-261367582", "user_id"=>"-1424225957"}
1037598
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037599
+  (0.6ms) rollback transaction
1037600
+  (0.0ms) begin transaction
1037601
+  (0.0ms) SAVEPOINT active_record_1
1037602
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1
1037603
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2015-09-11 21:40:15.634824"], ["updated_at", "2015-09-11 21:40:15.634824"]]
1037604
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037605
+ Started POST "/oauth/token" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037606
+ Processing by OauthController#token as */*
1037607
+ Parameters: {"grant_type"=>"client_credentials"}
1037608
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037609
+ Started GET "/api/application_groups/updates" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037610
+ Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1
1037611
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037612
+  (0.5ms) rollback transaction
1037613
+  (0.0ms) begin transaction
1037614
+  (0.0ms) SAVEPOINT active_record_1
1037615
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1
1037616
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2015-09-11 21:40:15.656070"], ["updated_at", "2015-09-11 21:40:15.656070"]]
1037617
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037618
+ Started POST "/oauth/token" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037619
+ Processing by OauthController#token as */*
1037620
+ Parameters: {"grant_type"=>"client_credentials"}
1037621
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037622
+ Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037623
+ Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1
1037624
+ Parameters: {"{\"id\":1,\"read_updates\":1}"=>nil}
1037625
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037626
+  (0.5ms) rollback transaction
1037627
+  (0.0ms) begin transaction
1037628
+  (0.0ms) SAVEPOINT active_record_1
1037629
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -957056424 LIMIT 1
1037630
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -957056424], ["username", "dbbec2376f7e3c996231599ad43eac48"], ["access_token", "6797518250f77171ffbda41bcce1a637"], ["created_at", "2015-09-11 21:40:15.674172"], ["updated_at", "2015-09-11 21:40:15.674172"]]
1037631
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037632
+  (0.0ms) SAVEPOINT active_record_1
1037633
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -827452023 LIMIT 1
1037634
+ SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -827452023], ["name", "MyGroup"], ["created_at", "2015-09-11 21:40:15.679866"], ["updated_at", "2015-09-11 21:40:15.679866"]]
1037635
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1037636
+  (0.0ms) SAVEPOINT active_record_1
1037637
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1645021938 LIMIT 1
1037638
+ SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1645021938], ["name", "MyGroup"], ["created_at", "2015-09-11 21:40:15.683614"], ["updated_at", "2015-09-11 21:40:15.683614"]]
1037639
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037640
+ Started POST "/api/groups/-827452023/nestings/-1645021938" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037641
+ Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1
1037642
+ Parameters: {"group_id"=>"-827452023", "member_group_id"=>"-1645021938"}
1037643
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037644
+  (0.5ms) rollback transaction
1037645
+  (0.0ms) begin transaction
1037646
+  (0.0ms) SAVEPOINT active_record_1
1037647
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -769884347 LIMIT 1
1037648
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -769884347], ["username", "f9b4fffe365810e7003828af04348cd6"], ["access_token", "660e9eac54c3521f127560124d770f78"], ["created_at", "2015-09-11 21:40:15.702563"], ["updated_at", "2015-09-11 21:40:15.702563"]]
1037649
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037650
+  (0.0ms) SAVEPOINT active_record_1
1037651
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -522727152 LIMIT 1
1037652
+ SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -522727152], ["name", "MyGroup"], ["created_at", "2015-09-11 21:40:15.705147"], ["updated_at", "2015-09-11 21:40:15.705147"]]
1037653
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037654
+  (0.0ms) SAVEPOINT active_record_1
1037655
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1979772222 LIMIT 1
1037656
+ SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1979772222], ["name", "MyGroup"], ["created_at", "2015-09-11 21:40:15.707335"], ["updated_at", "2015-09-11 21:40:15.707335"]]
1037657
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037658
+  (0.0ms) SAVEPOINT active_record_1
1037659
+ OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1979772222 LIMIT 1
1037660
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]]
1037661
+ SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1979772222]]
1037662
+ SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '---
1037663
+ - -1979772222
1037664
+ ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]]
1037665
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]]
1037666
+ SQL (0.1ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -522727152]]
1037667
+ SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '---
1037668
+ - -522727152
1037669
+ ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]]
1037670
+ SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1979772222
1037671
+ SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -522727152
1037672
+ SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -522727152], ["member_group_id", -1979772222], ["created_at", "2015-09-11 21:40:15.709785"], ["updated_at", "2015-09-11 21:40:15.709785"]]
1037673
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037674
+ Started DELETE "/api/groups/-522727152/nestings/-1979772222" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037675
+ Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1
1037676
+ Parameters: {"group_id"=>"-522727152", "member_group_id"=>"-1979772222"}
1037677
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037678
+  (0.6ms) rollback transaction
1037679
+  (0.0ms) begin transaction
1037680
+  (0.0ms) SAVEPOINT active_record_1
1037681
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -635902085 LIMIT 1
1037682
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -635902085], ["username", "47e2202ab07902afc99e2178759a84c8"], ["access_token", "854d7d9a9444aadc9574b0455bff62b6"], ["created_at", "2015-09-11 21:40:15.735677"], ["updated_at", "2015-09-11 21:40:15.735677"]]
1037683
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037684
+ Started POST "/oauth/token" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037685
+ Processing by OauthController#token as */*
1037686
+ Parameters: {"grant_type"=>"client_credentials"}
1037687
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037688
+ Started POST "/api/user/find-or-create" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037689
+ Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1
1037690
+ Parameters: {"{\"email\":\"dummy@dum.my\"}"=>nil}
1037691
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037692
+  (0.6ms) rollback transaction
1037693
+  (0.0ms) begin transaction
1037694
+  (0.1ms) SAVEPOINT active_record_1
1037695
+ OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -945331075 LIMIT 1
1037696
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -945331075], ["username", "042de4dd75a04641c48506abec131d95"], ["access_token", "5034f36bd1dc3747a5ff84243e6a5eee"], ["created_at", "2015-09-11 21:40:15.757714"], ["updated_at", "2015-09-11 21:40:15.757714"]]
1037697
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1037698
+ Started POST "/oauth/token" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037699
+ Processing by OauthController#token as */*
1037700
+ Parameters: {"grant_type"=>"client_credentials"}
1037701
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037702
+ Started GET "/api/users?q=something" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037703
+ Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1
1037704
+ Parameters: {"q"=>"something"}
1037705
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037706
+  (0.5ms) rollback transaction
1037707
+  (0.0ms) begin transaction
1037708
+  (0.0ms) SAVEPOINT active_record_1
1037709
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1466573908 LIMIT 1
1037710
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1466573908], ["username", "a21f6f1ea37349cd92cdc05eb18ef5df"], ["access_token", "9097dce3e8994cc5fece15deaad9e25e"], ["created_at", "2015-09-11 21:40:15.777247"], ["updated_at", "2015-09-11 21:40:15.777247"]]
1037711
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037712
+ Started PUT "/api/user" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037713
+ Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1
1037714
+ Parameters: {"{\"username\":\"a21f6f1ea37349cd92cdc05eb18ef5df\",\"first_name\":null,\"last_name\":null,\"full_name\":null,\"title\":null}"=>nil}
1037715
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037716
+  (0.4ms) rollback transaction
1037717
+  (0.0ms) begin transaction
1037718
+  (0.0ms) SAVEPOINT active_record_1
1037719
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -459871996 LIMIT 1
1037720
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -459871996], ["username", "f620ac67704f4d2f08515da005b0b6d2"], ["access_token", "a6513da81d14bd35a2f27895753cd2d6"], ["created_at", "2015-09-11 21:40:15.787324"], ["updated_at", "2015-09-11 21:40:15.787324"]]
1037721
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037722
+ Started POST "/oauth/token" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037723
+ Processing by OauthController#token as */*
1037724
+ Parameters: {"grant_type"=>"client_credentials"}
1037725
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037726
+ Started POST "/api/user/find-or-create" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037727
+ Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1
1037728
+ Parameters: {"{\"username\":\"dummy\"}"=>nil}
1037729
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037730
+  (0.7ms) rollback transaction
1037731
+  (0.1ms) begin transaction
1037732
+  (0.0ms) SAVEPOINT active_record_1
1037733
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1053857733 LIMIT 1
1037734
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1053857733], ["username", "342360058b2412e7a0096049ce1a7552"], ["access_token", "2726fffb4cadab0a8561bda4f2cd6878"], ["created_at", "2015-09-11 21:40:15.804288"], ["updated_at", "2015-09-11 21:40:15.804288"]]
1037735
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037736
+  (0.0ms) SAVEPOINT active_record_1
1037737
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -274837590 LIMIT 1
1037738
+ SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -274837590], ["name", "MyGroup"], ["created_at", "2015-09-11 21:40:15.806478"], ["updated_at", "2015-09-11 21:40:15.806478"]]
1037739
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037740
+  (0.0ms) SAVEPOINT active_record_1
1037741
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -274837590 AND "openstax_accounts_groups"."id" != 1) LIMIT 1
1037742
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037743
+ Started DELETE "/api/groups/-274837590" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037744
+ Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1
1037745
+ Parameters: {"id"=>"-274837590"}
1037746
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037747
+  (0.6ms) rollback transaction
1037748
+  (0.1ms) begin transaction
1037749
+  (0.1ms) SAVEPOINT active_record_1
1037750
+ OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -954508668 LIMIT 1
1037751
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -954508668], ["username", "134f5b41082882b7303735ea688ec113"], ["access_token", "319cb29c1a924ec2455a1a5c8901fb86"], ["created_at", "2015-09-11 21:40:15.825262"], ["updated_at", "2015-09-11 21:40:15.825262"]]
1037752
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1037753
+  (0.0ms) SAVEPOINT active_record_1
1037754
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -351681519 LIMIT 1
1037755
+ SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -351681519], ["name", "MyGroup"], ["created_at", "2015-09-11 21:40:15.828226"], ["updated_at", "2015-09-11 21:40:15.828226"]]
1037756
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037757
+ Started POST "/api/groups" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037758
+ Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1
1037759
+ Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil}
1037760
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037761
+  (0.4ms) rollback transaction
1037762
+  (0.1ms) begin transaction
1037763
+  (0.1ms) SAVEPOINT active_record_1
1037764
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -625001307 LIMIT 1
1037765
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -625001307], ["username", "52296550364007a62015fdb61b01dde2"], ["access_token", "9c04cbff41db189abdd5cfef28b16eef"], ["created_at", "2015-09-11 21:40:15.841783"], ["updated_at", "2015-09-11 21:40:15.841783"]]
1037766
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1037767
+  (0.0ms) SAVEPOINT active_record_1
1037768
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -329242955 LIMIT 1
1037769
+ SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -329242955], ["name", "MyGroup"], ["created_at", "2015-09-11 21:40:15.844815"], ["updated_at", "2015-09-11 21:40:15.844815"]]
1037770
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1037771
+  (0.0ms) SAVEPOINT active_record_1
1037772
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -329242955 AND "openstax_accounts_groups"."id" != 1) LIMIT 1
1037773
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037774
+ Started PUT "/api/groups/-329242955" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037775
+ Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1
1037776
+ Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil, "id"=>"-329242955"}
1037777
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037778
+  (0.4ms) rollback transaction
1037779
+  (0.0ms) begin transaction
1037780
+  (0.0ms) SAVEPOINT active_record_1
1037781
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1
1037782
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2015-09-11 21:40:15.858097"], ["updated_at", "2015-09-11 21:40:15.858097"]]
1037783
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037784
+ Started POST "/oauth/token" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037785
+ Processing by OauthController#token as */*
1037786
+ Parameters: {"grant_type"=>"client_credentials"}
1037787
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037788
+ Started PUT "/api/application_users/updated" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037789
+ Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1
1037790
+ Parameters: {"{\"id\":1,\"read_updates\":1}"=>nil}
1037791
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037792
+  (0.4ms) rollback transaction
1037793
+  (0.1ms) begin transaction
1037794
+  (0.0ms) SAVEPOINT active_record_1
1037795
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1
1037796
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2015-09-11 21:40:15.879964"], ["updated_at", "2015-09-11 21:40:15.879964"]]
1037797
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1037798
+ Started POST "/oauth/token" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037799
+ Processing by OauthController#token as */*
1037800
+ Parameters: {"grant_type"=>"client_credentials"}
1037801
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037802
+ Started GET "/api/application_users?q=something" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037803
+ Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1
1037804
+ Parameters: {"q"=>"something"}
1037805
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037806
+  (0.4ms) rollback transaction
1037807
+  (0.0ms) begin transaction
1037808
+  (0.0ms) SAVEPOINT active_record_1
1037809
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1
1037810
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2015-09-11 21:40:15.898170"], ["updated_at", "2015-09-11 21:40:15.898170"]]
1037811
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037812
+ Started POST "/oauth/token" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037813
+ Processing by OauthController#token as */*
1037814
+ Parameters: {"grant_type"=>"client_credentials"}
1037815
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037816
+ Started GET "/api/application_users/updates" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037817
+ Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1
1037818
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037819
+  (0.3ms) rollback transaction
1037820
+  (0.0ms) begin transaction
1037821
+  (0.0ms) SAVEPOINT active_record_1
1037822
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -668532532 LIMIT 1
1037823
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -668532532], ["username", "342e3040b9e7ebb64f614b4820e10a78"], ["access_token", "2c7e324f247fe2d4cc1c845aa6e14dc6"], ["created_at", "2015-09-11 21:40:15.914220"], ["updated_at", "2015-09-11 21:40:15.914220"]]
1037824
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037825
+  (0.0ms) SAVEPOINT active_record_1
1037826
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1247358680 LIMIT 1
1037827
+ SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1247358680], ["name", "MyGroup"], ["created_at", "2015-09-11 21:40:15.919754"], ["updated_at", "2015-09-11 21:40:15.919754"]]
1037828
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037829
+  (0.0ms) SAVEPOINT active_record_1
1037830
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -778843574 LIMIT 1
1037831
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -778843574], ["username", "e1ae950ac8345fe367fed862043fcbb3"], ["access_token", "a99511eb07ad58b6efbb30983fb56c7b"], ["created_at", "2015-09-11 21:40:15.923646"], ["updated_at", "2015-09-11 21:40:15.923646"]]
1037832
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037833
+ Started POST "/api/groups/-1247358680/members/-778843574" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037834
+ Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1
1037835
+ Parameters: {"group_id"=>"-1247358680", "user_id"=>"-778843574"}
1037836
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1037837
+  (0.4ms) rollback transaction
1037838
+  (0.0ms) begin transaction
1037839
+  (0.0ms) SAVEPOINT active_record_1
1037840
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1821125037 LIMIT 1
1037841
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1821125037], ["username", "b85f124bcce8057d4047df0d2d0fb60a"], ["access_token", "b7cbefddc571452d911af2d97df5d60b"], ["created_at", "2015-09-11 21:40:15.939403"], ["updated_at", "2015-09-11 21:40:15.939403"]]
1037842
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037843
+  (0.0ms) SAVEPOINT active_record_1
1037844
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -130007229 LIMIT 1
1037845
+ SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -130007229], ["name", "MyGroup"], ["created_at", "2015-09-11 21:40:15.942294"], ["updated_at", "2015-09-11 21:40:15.942294"]]
1037846
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037847
+  (0.0ms) SAVEPOINT active_record_1
1037848
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1763257632 LIMIT 1
1037849
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1763257632], ["username", "3b2c4c054f5fe0cd09fc7a09853feb29"], ["access_token", "7858305fad9467720772efff96c3d305"], ["created_at", "2015-09-11 21:40:15.944859"], ["updated_at", "2015-09-11 21:40:15.944859"]]
1037850
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037851
+  (0.0ms) SAVEPOINT active_record_1
1037852
+ OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = -1763257632 AND "openstax_accounts_group_members"."group_id" = -130007229) LIMIT 1
1037853
+ SQL (0.3ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -130007229], ["user_id", -1763257632], ["created_at", "2015-09-11 21:40:15.947814"], ["updated_at", "2015-09-11 21:40:15.947814"]]
1037854
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1037855
+ Started DELETE "/api/groups/-130007229/members/-1763257632" for 127.0.0.1 at 2015-09-11 16:40:15 -0500
1037856
+ Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1
1037857
+ Parameters: {"group_id"=>"-130007229", "user_id"=>"-1763257632"}
1037858
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037859
+  (0.5ms) rollback transaction
1037860
+  (0.0ms) begin transaction
1037861
+  (0.1ms) SAVEPOINT active_record_1
1037862
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1
1037863
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2015-09-11 21:40:15.968908"], ["updated_at", "2015-09-11 21:40:15.968908"]]
1037864
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037865
+  (0.0ms) SAVEPOINT active_record_1
1037866
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1
1037867
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2015-09-11 21:40:15.971392"], ["updated_at", "2015-09-11 21:40:15.971392"]]
1037868
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037869
+  (0.0ms) SAVEPOINT active_record_1
1037870
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1
1037871
+ SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2015-09-11 21:40:15.973687"], ["updated_at", "2015-09-11 21:40:15.973687"]]
1037872
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1037873
+  (0.0ms) SAVEPOINT active_record_1
1037874
+ OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1
1037875
+ SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2015-09-11 21:40:15.976056"], ["updated_at", "2015-09-11 21:40:15.976056"]]
1037876
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037877
+  (0.0ms) SAVEPOINT active_record_1
1037878
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1
1037879
+ SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2015-09-11 21:40:15.977929"], ["updated_at", "2015-09-11 21:40:15.977929"]]
1037880
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037881
+  (0.0ms) SAVEPOINT active_record_1
1037882
+ OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1
1037883
+ SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2015-09-11 21:40:15.980064"], ["updated_at", "2015-09-11 21:40:15.980064"]]
1037884
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1037885
+  (0.0ms) SAVEPOINT active_record_1
1037886
+ OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1
1037887
+ SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 4], ["member_group_id", 2], ["created_at", "2015-09-11 21:40:15.982717"], ["updated_at", "2015-09-11 21:40:15.982717"]]
1037888
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037889
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups"
1037890
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1
1037891
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1
1037892
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1
1037893
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 2], ["id", 1]]
1037894
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1
1037895
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1
1037896
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1
1037897
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]]
1037898
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1
1037899
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 4], ["id", 1]]
1037900
+ Started POST "/oauth/token" for 127.0.0.1 at 2015-09-11 16:40:16 -0500
1037901
+ Processing by OauthController#token as */*
1037902
+ Parameters: {"grant_type"=>"client_credentials"}
1037903
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1037904
+ Started GET "/api/application_groups/updates" for 127.0.0.1 at 2015-09-11 16:40:16 -0500
1037905
+ Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1
1037906
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1037907
+ OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]]
1037908
+ OpenStax::Accounts::GroupMember Load (0.1ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]]
1037909
+  (0.0ms) SAVEPOINT active_record_1
1037910
+ SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 1]]
1037911
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037912
+ OpenStax::Accounts::GroupNesting Load (0.1ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]
1037913
+ OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]
1037914
+ OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]
1037915
+ OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]]
1037916
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]]
1037917
+ OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]]
1037918
+ OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]]
1037919
+ OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]
1037920
+  (0.1ms) SAVEPOINT active_record_1
1037921
+ OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1
1037922
+ SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2015-09-11 21:40:16.035790"], ["updated_at", "2015-09-11 21:40:16.035790"]]
1037923
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037924
+  (0.0ms) SAVEPOINT active_record_1
1037925
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1
1037926
+ SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "name" = ?, "updated_at" = ? WHERE "openstax_accounts_groups"."id" = ? [["name", "M"], ["updated_at", "2015-09-11 21:40:16.037744"], ["id", 1]]
1037927
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037928
+ OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]
1037929
+  (0.0ms) SAVEPOINT active_record_1
1037930
+ OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 3 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1
1037931
+ OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1
1037932
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1
1037933
+ SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2015-09-11 21:40:16.041988"], ["updated_at", "2015-09-11 21:40:16.041988"]]
1037934
+ OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 3 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1
1037935
+ SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2015-09-11 21:40:16.043432"], ["updated_at", "2015-09-11 21:40:16.043432"]]
1037936
+ OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1
1037937
+ SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2015-09-11 21:40:16.046609"], ["updated_at", "2015-09-11 21:40:16.046609"]]
1037938
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1037939
+ Started POST "/oauth/token" for 127.0.0.1 at 2015-09-11 16:40:16 -0500
1037940
+ Processing by OauthController#token as */*
1037941
+ Parameters: {"grant_type"=>"client_credentials"}
1037942
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037943
+ Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2015-09-11 16:40:16 -0500
1037944
+ Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1
1037945
+ Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil}
1037946
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1037947
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups"
1037948
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1
1037949
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1
1037950
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1
1037951
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1
1037952
+ OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]]
1037953
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1
1037954
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1
1037955
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1
1037956
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1
1037957
+ OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]]
1037958
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1
1037959
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1
1037960
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1
1037961
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1
1037962
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]]
1037963
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1
1037964
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1
1037965
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]]
1037966
+ Started POST "/oauth/token" for 127.0.0.1 at 2015-09-11 16:40:16 -0500
1037967
+ Processing by OauthController#token as */*
1037968
+ Parameters: {"grant_type"=>"client_credentials"}
1037969
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1037970
+ Started GET "/api/application_groups/updates" for 127.0.0.1 at 2015-09-11 16:40:16 -0500
1037971
+ Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1
1037972
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1037973
+ OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]]
1037974
+ OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]]
1037975
+ OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]
1037976
+  (0.0ms) SAVEPOINT active_record_1
1037977
+ SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = ? [["id", 2]]
1037978
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037979
+ OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]
1037980
+  (0.0ms) SAVEPOINT active_record_1
1037981
+ SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = ? [["id", 2]]
1037982
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037983
+ OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]
1037984
+  (0.0ms) SAVEPOINT active_record_1
1037985
+ SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 2]]
1037986
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037987
+ OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]]
1037988
+ OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]]
1037989
+ OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]]
1037990
+ OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]]
1037991
+ OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]]
1037992
+  (0.0ms) SAVEPOINT active_record_1
1037993
+ OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1
1037994
+ SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2015-09-11 21:40:16.100384"], ["updated_at", "2015-09-11 21:40:16.100384"]]
1037995
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037996
+  (0.0ms) SAVEPOINT active_record_1
1037997
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1
1037998
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037999
+ OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 3]]
1038000
+ OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]]
1038001
+  (0.0ms) SAVEPOINT active_record_1
1038002
+ OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1
1038003
+ SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2015-09-11 21:40:16.105006"], ["updated_at", "2015-09-11 21:40:16.105006"]]
1038004
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038005
+ OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]]
1038006
+  (0.0ms) SAVEPOINT active_record_1
1038007
+ OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 3 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1
1038008
+ SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2015-09-11 21:40:16.118169"], ["updated_at", "2015-09-11 21:40:16.118169"]]
1038009
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038010
+ OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]]
1038011
+  (0.0ms) SAVEPOINT active_record_1
1038012
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1
1038013
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038014
+ Started POST "/oauth/token" for 127.0.0.1 at 2015-09-11 16:40:16 -0500
1038015
+ Processing by OauthController#token as */*
1038016
+ Parameters: {"grant_type"=>"client_credentials"}
1038017
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1038018
+ Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2015-09-11 16:40:16 -0500
1038019
+ Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1
1038020
+ Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil}
1038021
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1038022
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups"
1038023
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1
1038024
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1
1038025
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1
1038026
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1
1038027
+ OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]]
1038028
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1
1038029
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1
1038030
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1
1038031
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1
1038032
+ OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]]
1038033
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1
1038034
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1
1038035
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1
1038036
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1
1038037
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]]
1038038
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1
1038039
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1
1038040
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]]
1038041
+  (1.2ms) rollback transaction
1038042
+  (0.1ms) begin transaction
1038043
+  (0.0ms) SAVEPOINT active_record_1
1038044
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1
1038045
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "a03c4a20aa8766262448da1b4df4c527"], ["created_at", "2015-09-11 21:40:16.153880"], ["updated_at", "2015-09-11 21:40:16.153880"]]
1038046
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038047
+ Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML
1038048
+ Parameters: {"id"=>"10"}
1038049
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 10]]
1038050
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]
1038051
+ Redirected to http://test.host/
1038052
+ Completed 302 Found in 12ms (ActiveRecord: 0.3ms)
1038053
+  (0.5ms) rollback transaction
1038054
+  (0.1ms) begin transaction
1038055
+  (0.1ms) SAVEPOINT active_record_1
1038056
+ OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]]
1038057
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "ec6fac"]]
1038058
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1
1038059
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'ec6fac' LIMIT 1
1038060
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "ec6fac"], ["created_at", "2015-09-11 21:40:16.194564"], ["updated_at", "2015-09-11 21:40:16.194564"]]
1038061
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038062
+  (0.0ms) SAVEPOINT active_record_1
1038063
+ OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]]
1038064
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice"]]
1038065
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1
1038066
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1
1038067
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "alice"], ["created_at", "2015-09-11 21:40:16.202637"], ["updated_at", "2015-09-11 21:40:16.202637"]]
1038068
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038069
+  (0.1ms) SAVEPOINT active_record_1
1038070
+ OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 4]]
1038071
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice2"]]
1038072
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1
1038073
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1
1038074
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 4], ["username", "alice2"], ["created_at", "2015-09-11 21:40:16.213218"], ["updated_at", "2015-09-11 21:40:16.213218"]]
1038075
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038076
+  (0.5ms) rollback transaction
1038077
+  (0.0ms) begin transaction
1038078
+  (0.0ms) SAVEPOINT active_record_1
1038079
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 1]]
1038080
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "0b7b58"]]
1038081
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1
1038082
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '0b7b58' LIMIT 1
1038083
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "0b7b58"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["created_at", "2015-09-11 21:40:16.219876"], ["updated_at", "2015-09-11 21:40:16.219876"]]
1038084
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038085
+  (0.5ms) rollback transaction
1038086
+  (0.0ms) begin transaction
1038087
+  (0.0ms) rollback transaction
1038088
+  (0.0ms) begin transaction
1038089
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" IS NULL LIMIT 1
1038090
+  (0.0ms) SAVEPOINT active_record_1
1038091
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1
1038092
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "1b81ad4a3aaf4358e3a40210b1a469f3"], ["access_token", "2ee13352437bb962cec8971d04742e68"], ["openstax_uid", 1], ["created_at", "2015-09-11 21:40:16.232261"], ["updated_at", "2015-09-11 21:40:16.232261"]]
1038093
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038094
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1
1038095
+  (0.4ms) rollback transaction
1038096
+  (0.0ms) begin transaction
1038097
+  (0.0ms) SAVEPOINT active_record_1
1038098
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2088679540 LIMIT 1
1038099
+ SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2088679540], ["username", "jstrav"], ["access_token", "aa3ed409d10440a3485e7f2cc57a96bf"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:16.237697"], ["updated_at", "2015-09-11 21:40:16.237697"]]
1038100
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038101
+  (0.0ms) SAVEPOINT active_record_1
1038102
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -508197779 LIMIT 1
1038103
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -508197779], ["username", "mary"], ["access_token", "5c13adb47fd4f7925e96c580b32cbfbf"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:16.240859"], ["updated_at", "2015-09-11 21:40:16.240859"]]
1038104
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038105
+  (0.0ms) SAVEPOINT active_record_1
1038106
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -395696338 LIMIT 1
1038107
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -395696338], ["username", "jstead"], ["access_token", "2cf3cf4778b41b8fb4fae5cd7a541585"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:16.243914"], ["updated_at", "2015-09-11 21:40:16.243914"]]
1038108
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038109
+  (0.0ms) SAVEPOINT active_record_1
1038110
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1319302023 LIMIT 1
1038111
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1319302023], ["username", "bigbear"], ["access_token", "e1eb42a75c4d200a5100637f7b38270b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:16.246227"], ["updated_at", "2015-09-11 21:40:16.246227"]]
1038112
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038113
+  (0.0ms) SAVEPOINT active_record_1
1038114
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1492896728 LIMIT 1
1038115
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1492896728], ["username", "billy_00"], ["access_token", "017772b747641c696805492fc543b6b6"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-09-11 21:40:16.248787"], ["updated_at", "2015-09-11 21:40:16.248787"]]
1038116
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038117
+  (0.0ms) SAVEPOINT active_record_1
1038118
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1288146387 LIMIT 1
1038119
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1288146387], ["username", "billy_01"], ["access_token", "778a0d0e5605d6fc66b546c76ca178ab"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-09-11 21:40:16.251104"], ["updated_at", "2015-09-11 21:40:16.251104"]]
1038120
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038121
+  (0.0ms) SAVEPOINT active_record_1
1038122
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -608813077 LIMIT 1
1038123
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -608813077], ["username", "billy_02"], ["access_token", "423479d55a30f9a5e6bef0d73ef85241"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-09-11 21:40:16.253343"], ["updated_at", "2015-09-11 21:40:16.253343"]]
1038124
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038125
+  (0.0ms) SAVEPOINT active_record_1
1038126
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -224859514 LIMIT 1
1038127
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -224859514], ["username", "billy_03"], ["access_token", "589845592a995541ddb0f133f71c3ffd"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-09-11 21:40:16.255839"], ["updated_at", "2015-09-11 21:40:16.255839"]]
1038128
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038129
+  (0.0ms) SAVEPOINT active_record_1
1038130
+ OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1779745023 LIMIT 1
1038131
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1779745023], ["username", "billy_04"], ["access_token", "b924d3a7686212c6e07d1f6014f72fab"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-09-11 21:40:16.258085"], ["updated_at", "2015-09-11 21:40:16.258085"]]
1038132
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038133
+  (0.0ms) SAVEPOINT active_record_1
1038134
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -744383012 LIMIT 1
1038135
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -744383012], ["username", "billy_05"], ["access_token", "4a16f55ef84ef2a44f7359565ff5114b"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-09-11 21:40:16.260627"], ["updated_at", "2015-09-11 21:40:16.260627"]]
1038136
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038137
+  (0.0ms) SAVEPOINT active_record_1
1038138
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1588409720 LIMIT 1
1038139
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1588409720], ["username", "billy_06"], ["access_token", "d0f44f29858df5717059905ee0b89b76"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-09-11 21:40:16.262647"], ["updated_at", "2015-09-11 21:40:16.262647"]]
1038140
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038141
+  (0.0ms) SAVEPOINT active_record_1
1038142
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2096976554 LIMIT 1
1038143
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2096976554], ["username", "billy_07"], ["access_token", "c3a69cc7f0d1fad9357888237bb1de91"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-09-11 21:40:16.264693"], ["updated_at", "2015-09-11 21:40:16.264693"]]
1038144
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038145
+  (0.0ms) SAVEPOINT active_record_1
1038146
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -271773237 LIMIT 1
1038147
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -271773237], ["username", "billy_08"], ["access_token", "d866d5efb2ef3cc2a48349a78110ad27"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-09-11 21:40:16.266829"], ["updated_at", "2015-09-11 21:40:16.266829"]]
1038148
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038149
+  (0.0ms) SAVEPOINT active_record_1
1038150
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -253330614 LIMIT 1
1038151
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -253330614], ["username", "billy_09"], ["access_token", "24676633d8635cae7b41e6238b09cc67"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-09-11 21:40:16.268980"], ["updated_at", "2015-09-11 21:40:16.268980"]]
1038152
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038153
+  (0.0ms) SAVEPOINT active_record_1
1038154
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366193510 LIMIT 1
1038155
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -366193510], ["username", "billy_10"], ["access_token", "860e76e1338cb6b6472bfb67b30f4f1a"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-09-11 21:40:16.271057"], ["updated_at", "2015-09-11 21:40:16.271057"]]
1038156
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038157
+  (0.0ms) SAVEPOINT active_record_1
1038158
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1640242677 LIMIT 1
1038159
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1640242677], ["username", "billy_11"], ["access_token", "ca23b1c509573ed5662f8523910e7262"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-09-11 21:40:16.273079"], ["updated_at", "2015-09-11 21:40:16.273079"]]
1038160
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038161
+  (0.0ms) SAVEPOINT active_record_1
1038162
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2000352063 LIMIT 1
1038163
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2000352063], ["username", "billy_12"], ["access_token", "d4346e35f7ac5ea01430bd5dfb0246f7"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-09-11 21:40:16.274904"], ["updated_at", "2015-09-11 21:40:16.274904"]]
1038164
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038165
+  (0.0ms) SAVEPOINT active_record_1
1038166
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1685665930 LIMIT 1
1038167
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1685665930], ["username", "billy_13"], ["access_token", "b836809f5918166dad77ffc821b74242"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-09-11 21:40:16.276985"], ["updated_at", "2015-09-11 21:40:16.276985"]]
1038168
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038169
+  (0.0ms) SAVEPOINT active_record_1
1038170
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -408669436 LIMIT 1
1038171
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -408669436], ["username", "billy_14"], ["access_token", "39aeccb418a73283e40db7caf689d3e3"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-09-11 21:40:16.278876"], ["updated_at", "2015-09-11 21:40:16.278876"]]
1038172
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038173
+  (0.0ms) SAVEPOINT active_record_1
1038174
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -343937671 LIMIT 1
1038175
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -343937671], ["username", "billy_15"], ["access_token", "fcbbb9fc0abcda60b72d708588a36b4d"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-09-11 21:40:16.281461"], ["updated_at", "2015-09-11 21:40:16.281461"]]
1038176
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038177
+  (0.1ms) SAVEPOINT active_record_1
1038178
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1108043301 LIMIT 1
1038179
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1108043301], ["username", "billy_16"], ["access_token", "5853d97622c1dc62adc925517ed4db4e"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-09-11 21:40:16.283227"], ["updated_at", "2015-09-11 21:40:16.283227"]]
1038180
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038181
+  (0.0ms) SAVEPOINT active_record_1
1038182
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -371160529 LIMIT 1
1038183
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -371160529], ["username", "billy_17"], ["access_token", "2914acb573c1782a34443ec04d59c09e"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-09-11 21:40:16.284967"], ["updated_at", "2015-09-11 21:40:16.284967"]]
1038184
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038185
+  (0.0ms) SAVEPOINT active_record_1
1038186
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -896638145 LIMIT 1
1038187
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -896638145], ["username", "billy_18"], ["access_token", "11cf3afe438e47526ad6adb6b1646560"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-09-11 21:40:16.286934"], ["updated_at", "2015-09-11 21:40:16.286934"]]
1038188
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038189
+  (0.0ms) SAVEPOINT active_record_1
1038190
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -832926373 LIMIT 1
1038191
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -832926373], ["username", "billy_19"], ["access_token", "be8b79ea76e2b3455f23dbe7a268cf00"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-09-11 21:40:16.288673"], ["updated_at", "2015-09-11 21:40:16.288673"]]
1038192
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038193
+  (0.0ms) SAVEPOINT active_record_1
1038194
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -956847993 LIMIT 1
1038195
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -956847993], ["username", "billy_20"], ["access_token", "31d6e443c11deabc41bb0e5782432c22"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-09-11 21:40:16.291080"], ["updated_at", "2015-09-11 21:40:16.291080"]]
1038196
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038197
+  (0.0ms) SAVEPOINT active_record_1
1038198
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1649000382 LIMIT 1
1038199
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1649000382], ["username", "billy_21"], ["access_token", "72fd8cda3dc78be87ee8d712e64067eb"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-09-11 21:40:16.292954"], ["updated_at", "2015-09-11 21:40:16.292954"]]
1038200
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038201
+  (0.0ms) SAVEPOINT active_record_1
1038202
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -641645836 LIMIT 1
1038203
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -641645836], ["username", "billy_22"], ["access_token", "d2454210f0e4b0aef852e700a688cc84"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-09-11 21:40:16.295109"], ["updated_at", "2015-09-11 21:40:16.295109"]]
1038204
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038205
+  (0.0ms) SAVEPOINT active_record_1
1038206
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1706240742 LIMIT 1
1038207
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1706240742], ["username", "billy_23"], ["access_token", "f344ef430c2cd6cd2c2cb996802f1c2f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-09-11 21:40:16.297110"], ["updated_at", "2015-09-11 21:40:16.297110"]]
1038208
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038209
+  (0.0ms) SAVEPOINT active_record_1
1038210
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -969577667 LIMIT 1
1038211
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -969577667], ["username", "billy_24"], ["access_token", "114e913307946e330ac186f213bdfb7b"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-09-11 21:40:16.299062"], ["updated_at", "2015-09-11 21:40:16.299062"]]
1038212
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038213
+  (0.0ms) SAVEPOINT active_record_1
1038214
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -208213819 LIMIT 1
1038215
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -208213819], ["username", "billy_25"], ["access_token", "41e0917ea505fc6272443a6e94e1647e"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-09-11 21:40:16.300961"], ["updated_at", "2015-09-11 21:40:16.300961"]]
1038216
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038217
+  (0.1ms) SAVEPOINT active_record_1
1038218
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2110027657 LIMIT 1
1038219
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2110027657], ["username", "billy_26"], ["access_token", "bb8c55586f48a4737bb4a841e6eb35d1"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-09-11 21:40:16.302930"], ["updated_at", "2015-09-11 21:40:16.302930"]]
1038220
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038221
+  (0.1ms) SAVEPOINT active_record_1
1038222
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1074994677 LIMIT 1
1038223
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1074994677], ["username", "billy_27"], ["access_token", "5aee35e3bf25930cd12444527f4eeb50"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-09-11 21:40:16.304926"], ["updated_at", "2015-09-11 21:40:16.304926"]]
1038224
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038225
+  (0.0ms) SAVEPOINT active_record_1
1038226
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1824951126 LIMIT 1
1038227
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1824951126], ["username", "billy_28"], ["access_token", "0c906b8276675e35945496b9a8a45f3f"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-09-11 21:40:16.306720"], ["updated_at", "2015-09-11 21:40:16.306720"]]
1038228
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038229
+  (0.0ms) SAVEPOINT active_record_1
1038230
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1150285304 LIMIT 1
1038231
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1150285304], ["username", "billy_29"], ["access_token", "bfab6b1bf069033d0bf6ea86bc8628fb"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-09-11 21:40:16.308448"], ["updated_at", "2015-09-11 21:40:16.308448"]]
1038232
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038233
+  (0.0ms) SAVEPOINT active_record_1
1038234
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1414670842 LIMIT 1
1038235
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1414670842], ["username", "billy_30"], ["access_token", "65b104031c2711b523f8071039196e4b"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-09-11 21:40:16.310249"], ["updated_at", "2015-09-11 21:40:16.310249"]]
1038236
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038237
+  (0.0ms) SAVEPOINT active_record_1
1038238
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1581497866 LIMIT 1
1038239
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1581497866], ["username", "billy_31"], ["access_token", "f1d878ce8d0100b6b46aad03bd53571a"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-09-11 21:40:16.312371"], ["updated_at", "2015-09-11 21:40:16.312371"]]
1038240
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038241
+  (0.0ms) SAVEPOINT active_record_1
1038242
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1436560055 LIMIT 1
1038243
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1436560055], ["username", "billy_32"], ["access_token", "0f2f3f067f6caa78a1db4613915da265"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-09-11 21:40:16.314221"], ["updated_at", "2015-09-11 21:40:16.314221"]]
1038244
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038245
+  (0.0ms) SAVEPOINT active_record_1
1038246
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -711464271 LIMIT 1
1038247
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -711464271], ["username", "billy_33"], ["access_token", "34f007fbcc997dcb3d3946185655dd5e"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-09-11 21:40:16.315976"], ["updated_at", "2015-09-11 21:40:16.315976"]]
1038248
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038249
+  (0.0ms) SAVEPOINT active_record_1
1038250
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -870817243 LIMIT 1
1038251
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -870817243], ["username", "billy_34"], ["access_token", "c741adbbf02c66eef0e7178c4f14f0dd"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-09-11 21:40:16.317719"], ["updated_at", "2015-09-11 21:40:16.317719"]]
1038252
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038253
+  (0.0ms) SAVEPOINT active_record_1
1038254
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -959810258 LIMIT 1
1038255
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -959810258], ["username", "billy_35"], ["access_token", "2e4cfe704a7f365e50cdd079d904707c"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-09-11 21:40:16.319571"], ["updated_at", "2015-09-11 21:40:16.319571"]]
1038256
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038257
+  (0.0ms) SAVEPOINT active_record_1
1038258
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1910139816 LIMIT 1
1038259
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1910139816], ["username", "billy_36"], ["access_token", "4605fc60ce26f154c77161645329f3a5"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-09-11 21:40:16.321538"], ["updated_at", "2015-09-11 21:40:16.321538"]]
1038260
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038261
+  (0.0ms) SAVEPOINT active_record_1
1038262
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -513807593 LIMIT 1
1038263
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -513807593], ["username", "billy_37"], ["access_token", "3a29f9aab5b49d13a9eab3e1162ade81"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-09-11 21:40:16.323376"], ["updated_at", "2015-09-11 21:40:16.323376"]]
1038264
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038265
+  (0.0ms) SAVEPOINT active_record_1
1038266
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2114684715 LIMIT 1
1038267
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2114684715], ["username", "billy_38"], ["access_token", "f37ccb218fe86b765d7a66391b6582f1"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-09-11 21:40:16.325172"], ["updated_at", "2015-09-11 21:40:16.325172"]]
1038268
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038269
+  (0.0ms) SAVEPOINT active_record_1
1038270
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -364228278 LIMIT 1
1038271
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -364228278], ["username", "billy_39"], ["access_token", "0a614676bbdddd51295fc645dfb84cd3"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-09-11 21:40:16.327103"], ["updated_at", "2015-09-11 21:40:16.327103"]]
1038272
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038273
+  (0.0ms) SAVEPOINT active_record_1
1038274
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2057335664 LIMIT 1
1038275
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2057335664], ["username", "billy_40"], ["access_token", "aa791f311508c2735e51a6e083442d57"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-09-11 21:40:16.328888"], ["updated_at", "2015-09-11 21:40:16.328888"]]
1038276
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038277
+  (0.0ms) SAVEPOINT active_record_1
1038278
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1208016340 LIMIT 1
1038279
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1208016340], ["username", "billy_41"], ["access_token", "e27f12696129168810e9d52526d8100c"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-09-11 21:40:16.330652"], ["updated_at", "2015-09-11 21:40:16.330652"]]
1038280
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038281
+  (0.0ms) SAVEPOINT active_record_1
1038282
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1280458617 LIMIT 1
1038283
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1280458617], ["username", "billy_42"], ["access_token", "9408fb671f04cd157456a3a6d8902014"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-09-11 21:40:16.332612"], ["updated_at", "2015-09-11 21:40:16.332612"]]
1038284
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038285
+  (0.0ms) SAVEPOINT active_record_1
1038286
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1597424535 LIMIT 1
1038287
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1597424535], ["username", "billy_43"], ["access_token", "aa9c37b7f3fdc41150e6ae24bf88b8f3"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-09-11 21:40:16.334450"], ["updated_at", "2015-09-11 21:40:16.334450"]]
1038288
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038289
+  (0.0ms) SAVEPOINT active_record_1
1038290
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -998266012 LIMIT 1
1038291
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -998266012], ["username", "billy_44"], ["access_token", "12f921535a50268fa2b18f626922bec6"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-09-11 21:40:16.336257"], ["updated_at", "2015-09-11 21:40:16.336257"]]
1038292
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038293
+  (0.0ms) SAVEPOINT active_record_1
1038294
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2105796514 LIMIT 1
1038295
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2105796514], ["username", "billy_45"], ["access_token", "bbc4dd788297ad636d3d3210a79ac3dc"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-09-11 21:40:16.338341"], ["updated_at", "2015-09-11 21:40:16.338341"]]
1038296
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038297
+  (0.0ms) SAVEPOINT active_record_1
1038298
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1723844763 LIMIT 1
1038299
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1723844763], ["username", "billy_46"], ["access_token", "2aef987f94689434d2863e3bd6735f0b"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-09-11 21:40:16.340226"], ["updated_at", "2015-09-11 21:40:16.340226"]]
1038300
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038301
+  (0.0ms) SAVEPOINT active_record_1
1038302
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1248464686 LIMIT 1
1038303
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1248464686], ["username", "billy_47"], ["access_token", "b8f92a0631121b5249f3b6bee84472ad"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-09-11 21:40:16.342073"], ["updated_at", "2015-09-11 21:40:16.342073"]]
1038304
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038305
+  (0.1ms) SAVEPOINT active_record_1
1038306
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -122571061 LIMIT 1
1038307
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -122571061], ["username", "billy_48"], ["access_token", "13842372068fe5d4947820d814c89c89"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-09-11 21:40:16.343950"], ["updated_at", "2015-09-11 21:40:16.343950"]]
1038308
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038309
+  (0.0ms) SAVEPOINT active_record_1
1038310
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1550409972 LIMIT 1
1038311
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1550409972], ["username", "billy_49"], ["access_token", "2854b302ee85b71aabb1d3f7011ef1a0"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-09-11 21:40:16.345818"], ["updated_at", "2015-09-11 21:40:16.345818"]]
1038312
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038313
+  (0.0ms) SAVEPOINT active_record_1
1038314
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')
1038315
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC
1038316
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038317
+  (1.0ms) rollback transaction
1038318
+  (0.1ms) begin transaction
1038319
+  (0.0ms) SAVEPOINT active_record_1
1038320
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486376798 LIMIT 1
1038321
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -486376798], ["username", "jstrav"], ["access_token", "740dd80f4285835a48bdbc2b06b000dd"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:16.355007"], ["updated_at", "2015-09-11 21:40:16.355007"]]
1038322
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038323
+  (0.0ms) SAVEPOINT active_record_1
1038324
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1189942237 LIMIT 1
1038325
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1189942237], ["username", "mary"], ["access_token", "91c6d6242348f4d0cfef7e3539d3cb8e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:16.357481"], ["updated_at", "2015-09-11 21:40:16.357481"]]
1038326
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038327
+  (0.0ms) SAVEPOINT active_record_1
1038328
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -511200476 LIMIT 1
1038329
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -511200476], ["username", "jstead"], ["access_token", "be4b3b65601a1098ac3f30d004640f3a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:16.359605"], ["updated_at", "2015-09-11 21:40:16.359605"]]
1038330
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038331
+  (0.0ms) SAVEPOINT active_record_1
1038332
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -931482905 LIMIT 1
1038333
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -931482905], ["username", "bigbear"], ["access_token", "85bacbc898c56b92b414d065359b5bc6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:16.361666"], ["updated_at", "2015-09-11 21:40:16.361666"]]
1038334
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038335
+  (0.0ms) SAVEPOINT active_record_1
1038336
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1010088936 LIMIT 1
1038337
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1010088936], ["username", "billy_00"], ["access_token", "918b19dab0da2d94de64f179881a21f7"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-09-11 21:40:16.363789"], ["updated_at", "2015-09-11 21:40:16.363789"]]
1038338
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038339
+  (0.0ms) SAVEPOINT active_record_1
1038340
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2140144041 LIMIT 1
1038341
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2140144041], ["username", "billy_01"], ["access_token", "71a976f8a8b27f0d4b64c74058749958"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-09-11 21:40:16.365789"], ["updated_at", "2015-09-11 21:40:16.365789"]]
1038342
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038343
+  (0.0ms) SAVEPOINT active_record_1
1038344
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -336276798 LIMIT 1
1038345
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -336276798], ["username", "billy_02"], ["access_token", "a1595b93675a67d91a1178ef1c1b3c24"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-09-11 21:40:16.367668"], ["updated_at", "2015-09-11 21:40:16.367668"]]
1038346
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038347
+  (0.0ms) SAVEPOINT active_record_1
1038348
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1217545322 LIMIT 1
1038349
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1217545322], ["username", "billy_03"], ["access_token", "32cfebb6d027a3b9268a19de714cb2f4"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-09-11 21:40:16.369544"], ["updated_at", "2015-09-11 21:40:16.369544"]]
1038350
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038351
+  (0.0ms) SAVEPOINT active_record_1
1038352
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -171123707 LIMIT 1
1038353
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -171123707], ["username", "billy_04"], ["access_token", "d101c8ba8f8023c7e2b2ca76ac8133d0"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-09-11 21:40:16.371465"], ["updated_at", "2015-09-11 21:40:16.371465"]]
1038354
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038355
+  (0.0ms) SAVEPOINT active_record_1
1038356
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1385801180 LIMIT 1
1038357
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1385801180], ["username", "billy_05"], ["access_token", "b6b443f3dee21060c83632cbb4dd3f7e"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-09-11 21:40:16.373374"], ["updated_at", "2015-09-11 21:40:16.373374"]]
1038358
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038359
+  (0.0ms) SAVEPOINT active_record_1
1038360
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1251310121 LIMIT 1
1038361
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1251310121], ["username", "billy_06"], ["access_token", "971b1cf45ff25ced58637ec38eacee97"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-09-11 21:40:16.375421"], ["updated_at", "2015-09-11 21:40:16.375421"]]
1038362
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038363
+  (0.0ms) SAVEPOINT active_record_1
1038364
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1107449458 LIMIT 1
1038365
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1107449458], ["username", "billy_07"], ["access_token", "4bc12759999d827341af258471e686e1"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-09-11 21:40:16.377494"], ["updated_at", "2015-09-11 21:40:16.377494"]]
1038366
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038367
+  (0.0ms) SAVEPOINT active_record_1
1038368
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1538438141 LIMIT 1
1038369
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1538438141], ["username", "billy_08"], ["access_token", "6b36f4b06d578e5697dc06d2fac7f2f7"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-09-11 21:40:16.379464"], ["updated_at", "2015-09-11 21:40:16.379464"]]
1038370
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038371
+  (0.0ms) SAVEPOINT active_record_1
1038372
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1339410629 LIMIT 1
1038373
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1339410629], ["username", "billy_09"], ["access_token", "375206cae83be44e7987088f6537399b"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-09-11 21:40:16.381411"], ["updated_at", "2015-09-11 21:40:16.381411"]]
1038374
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038375
+  (0.0ms) SAVEPOINT active_record_1
1038376
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -429460538 LIMIT 1
1038377
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -429460538], ["username", "billy_10"], ["access_token", "b0fefe82022f3653e7d4b966c491d94d"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-09-11 21:40:16.383240"], ["updated_at", "2015-09-11 21:40:16.383240"]]
1038378
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038379
+  (0.1ms) SAVEPOINT active_record_1
1038380
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1122762879 LIMIT 1
1038381
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1122762879], ["username", "billy_11"], ["access_token", "0de678c1c3023fcec65bd77b2c9b09c9"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-09-11 21:40:16.385703"], ["updated_at", "2015-09-11 21:40:16.385703"]]
1038382
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038383
+  (0.0ms) SAVEPOINT active_record_1
1038384
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -317695431 LIMIT 1
1038385
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -317695431], ["username", "billy_12"], ["access_token", "eb4c06e22ec63e494b1742addf55db26"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-09-11 21:40:16.388991"], ["updated_at", "2015-09-11 21:40:16.388991"]]
1038386
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038387
+  (0.1ms) SAVEPOINT active_record_1
1038388
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -362283577 LIMIT 1
1038389
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -362283577], ["username", "billy_13"], ["access_token", "440f1b019f02250463caa29335520f9d"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-09-11 21:40:16.392334"], ["updated_at", "2015-09-11 21:40:16.392334"]]
1038390
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038391
+  (0.0ms) SAVEPOINT active_record_1
1038392
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1598124224 LIMIT 1
1038393
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1598124224], ["username", "billy_14"], ["access_token", "ccd6e48a70281adaa4ed8ec32b5a1b28"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-09-11 21:40:16.395279"], ["updated_at", "2015-09-11 21:40:16.395279"]]
1038394
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038395
+  (0.0ms) SAVEPOINT active_record_1
1038396
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -333868539 LIMIT 1
1038397
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -333868539], ["username", "billy_15"], ["access_token", "4540337081fd2c9cb57551b3cdf4765f"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-09-11 21:40:16.397773"], ["updated_at", "2015-09-11 21:40:16.397773"]]
1038398
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038399
+  (0.0ms) SAVEPOINT active_record_1
1038400
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -271694734 LIMIT 1
1038401
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -271694734], ["username", "billy_16"], ["access_token", "5a9ff023e731674882a74ccc85e8a73a"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-09-11 21:40:16.399930"], ["updated_at", "2015-09-11 21:40:16.399930"]]
1038402
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038403
+  (0.0ms) SAVEPOINT active_record_1
1038404
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1479533561 LIMIT 1
1038405
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1479533561], ["username", "billy_17"], ["access_token", "2d09726236fd6b766a103121d69dc628"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-09-11 21:40:16.401974"], ["updated_at", "2015-09-11 21:40:16.401974"]]
1038406
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038407
+  (0.0ms) SAVEPOINT active_record_1
1038408
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1774473667 LIMIT 1
1038409
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1774473667], ["username", "billy_18"], ["access_token", "aa923132840b1711184e7fa7a2ac89cf"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-09-11 21:40:16.403999"], ["updated_at", "2015-09-11 21:40:16.403999"]]
1038410
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038411
+  (0.0ms) SAVEPOINT active_record_1
1038412
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2070951995 LIMIT 1
1038413
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2070951995], ["username", "billy_19"], ["access_token", "f73a38a402d3cb62d7576bd94cb15f7a"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-09-11 21:40:16.405956"], ["updated_at", "2015-09-11 21:40:16.405956"]]
1038414
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038415
+  (0.0ms) SAVEPOINT active_record_1
1038416
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2026096609 LIMIT 1
1038417
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2026096609], ["username", "billy_20"], ["access_token", "9345db66d7f5171b84c639bcda78d69f"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-09-11 21:40:16.407999"], ["updated_at", "2015-09-11 21:40:16.407999"]]
1038418
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038419
+  (0.0ms) SAVEPOINT active_record_1
1038420
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -861976257 LIMIT 1
1038421
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -861976257], ["username", "billy_21"], ["access_token", "377fac2bdcc8db5cbddbc49e30ef8737"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-09-11 21:40:16.410103"], ["updated_at", "2015-09-11 21:40:16.410103"]]
1038422
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038423
+  (0.0ms) SAVEPOINT active_record_1
1038424
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -529350554 LIMIT 1
1038425
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -529350554], ["username", "billy_22"], ["access_token", "86ef039f490de691e4c25d29dd8d80c4"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-09-11 21:40:16.412051"], ["updated_at", "2015-09-11 21:40:16.412051"]]
1038426
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038427
+  (0.0ms) SAVEPOINT active_record_1
1038428
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1939664516 LIMIT 1
1038429
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1939664516], ["username", "billy_23"], ["access_token", "58043fe38d0e1427c962b4a1446cb0a8"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-09-11 21:40:16.413934"], ["updated_at", "2015-09-11 21:40:16.413934"]]
1038430
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038431
+  (0.0ms) SAVEPOINT active_record_1
1038432
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -751776115 LIMIT 1
1038433
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -751776115], ["username", "billy_24"], ["access_token", "969b4efe038cf08d4a24ec6a75d90509"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-09-11 21:40:16.415812"], ["updated_at", "2015-09-11 21:40:16.415812"]]
1038434
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038435
+  (0.0ms) SAVEPOINT active_record_1
1038436
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1202442050 LIMIT 1
1038437
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1202442050], ["username", "billy_25"], ["access_token", "325b798878b72be65fcb452def43ccd9"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-09-11 21:40:16.417736"], ["updated_at", "2015-09-11 21:40:16.417736"]]
1038438
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038439
+  (0.0ms) SAVEPOINT active_record_1
1038440
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2047285497 LIMIT 1
1038441
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2047285497], ["username", "billy_26"], ["access_token", "942dd4bd0cce6a1bc23978e70279a0fc"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-09-11 21:40:16.419685"], ["updated_at", "2015-09-11 21:40:16.419685"]]
1038442
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038443
+  (0.0ms) SAVEPOINT active_record_1
1038444
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1114790017 LIMIT 1
1038445
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1114790017], ["username", "billy_27"], ["access_token", "b5e906b11fedb7bb602a474dbd155c95"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-09-11 21:40:16.421593"], ["updated_at", "2015-09-11 21:40:16.421593"]]
1038446
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038447
+  (0.0ms) SAVEPOINT active_record_1
1038448
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -628494117 LIMIT 1
1038449
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -628494117], ["username", "billy_28"], ["access_token", "04ac5fecbb68c1e949ae157fc9a0b3f5"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-09-11 21:40:16.423478"], ["updated_at", "2015-09-11 21:40:16.423478"]]
1038450
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038451
+  (0.0ms) SAVEPOINT active_record_1
1038452
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -624211210 LIMIT 1
1038453
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -624211210], ["username", "billy_29"], ["access_token", "315d1e2f2e11874c82390e22e6a3b704"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-09-11 21:40:16.425658"], ["updated_at", "2015-09-11 21:40:16.425658"]]
1038454
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038455
+  (0.0ms) SAVEPOINT active_record_1
1038456
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2087253267 LIMIT 1
1038457
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2087253267], ["username", "billy_30"], ["access_token", "a7969ed6fffde9bbd1ef84c501619ffa"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-09-11 21:40:16.427936"], ["updated_at", "2015-09-11 21:40:16.427936"]]
1038458
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038459
+  (0.0ms) SAVEPOINT active_record_1
1038460
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -319218378 LIMIT 1
1038461
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -319218378], ["username", "billy_31"], ["access_token", "722fbe5e9f0e96ada20f9424376f7e62"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-09-11 21:40:16.429864"], ["updated_at", "2015-09-11 21:40:16.429864"]]
1038462
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038463
+  (0.0ms) SAVEPOINT active_record_1
1038464
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1615799600 LIMIT 1
1038465
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1615799600], ["username", "billy_32"], ["access_token", "8568a15910b3620a2fabb0f9d6546a48"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-09-11 21:40:16.431794"], ["updated_at", "2015-09-11 21:40:16.431794"]]
1038466
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038467
+  (0.0ms) SAVEPOINT active_record_1
1038468
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1600018142 LIMIT 1
1038469
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1600018142], ["username", "billy_33"], ["access_token", "e9fd250bcb2e4e845b15745f53336578"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-09-11 21:40:16.433702"], ["updated_at", "2015-09-11 21:40:16.433702"]]
1038470
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038471
+  (0.0ms) SAVEPOINT active_record_1
1038472
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1594395049 LIMIT 1
1038473
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1594395049], ["username", "billy_34"], ["access_token", "b74013a9e6cb0ad89381695f1e6b11fe"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-09-11 21:40:16.435436"], ["updated_at", "2015-09-11 21:40:16.435436"]]
1038474
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038475
+  (0.0ms) SAVEPOINT active_record_1
1038476
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -772988870 LIMIT 1
1038477
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -772988870], ["username", "billy_35"], ["access_token", "b7197c4e1ea2af4d5276fe39b4ff0d47"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-09-11 21:40:16.437154"], ["updated_at", "2015-09-11 21:40:16.437154"]]
1038478
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038479
+  (0.0ms) SAVEPOINT active_record_1
1038480
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1336418890 LIMIT 1
1038481
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1336418890], ["username", "billy_36"], ["access_token", "3fff48a482ad889e25a05a5fc6e8f99c"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-09-11 21:40:16.438802"], ["updated_at", "2015-09-11 21:40:16.438802"]]
1038482
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038483
+  (0.0ms) SAVEPOINT active_record_1
1038484
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1529236169 LIMIT 1
1038485
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1529236169], ["username", "billy_37"], ["access_token", "f66e7fb50f12ea5e31c5daf444b28c6f"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-09-11 21:40:16.440512"], ["updated_at", "2015-09-11 21:40:16.440512"]]
1038486
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038487
+  (0.0ms) SAVEPOINT active_record_1
1038488
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -329828101 LIMIT 1
1038489
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -329828101], ["username", "billy_38"], ["access_token", "1457d05606e5ec622f74c3244c2ca487"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-09-11 21:40:16.442413"], ["updated_at", "2015-09-11 21:40:16.442413"]]
1038490
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038491
+  (0.0ms) SAVEPOINT active_record_1
1038492
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1352421328 LIMIT 1
1038493
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1352421328], ["username", "billy_39"], ["access_token", "82d7cbd561925404c5a3aebd784d8271"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-09-11 21:40:16.444177"], ["updated_at", "2015-09-11 21:40:16.444177"]]
1038494
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038495
+  (0.0ms) SAVEPOINT active_record_1
1038496
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2126656977 LIMIT 1
1038497
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2126656977], ["username", "billy_40"], ["access_token", "03fed242492a177bd04efefcd80abdce"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-09-11 21:40:16.445908"], ["updated_at", "2015-09-11 21:40:16.445908"]]
1038498
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038499
+  (0.0ms) SAVEPOINT active_record_1
1038500
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1790049533 LIMIT 1
1038501
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1790049533], ["username", "billy_41"], ["access_token", "1b1ab09a1b3506275841dab8cb8693af"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-09-11 21:40:16.447616"], ["updated_at", "2015-09-11 21:40:16.447616"]]
1038502
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038503
+  (0.0ms) SAVEPOINT active_record_1
1038504
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1931834702 LIMIT 1
1038505
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1931834702], ["username", "billy_42"], ["access_token", "c84a370dace4960e9e618971a65d4955"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-09-11 21:40:16.449317"], ["updated_at", "2015-09-11 21:40:16.449317"]]
1038506
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038507
+  (0.0ms) SAVEPOINT active_record_1
1038508
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1283813740 LIMIT 1
1038509
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1283813740], ["username", "billy_43"], ["access_token", "125428fd81f3e32dd9fb40d675e83a9e"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-09-11 21:40:16.451154"], ["updated_at", "2015-09-11 21:40:16.451154"]]
1038510
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038511
+  (0.0ms) SAVEPOINT active_record_1
1038512
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1389488273 LIMIT 1
1038513
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1389488273], ["username", "billy_44"], ["access_token", "0f1c70e02c18b3009826e953c8593af5"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-09-11 21:40:16.452851"], ["updated_at", "2015-09-11 21:40:16.452851"]]
1038514
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038515
+  (0.0ms) SAVEPOINT active_record_1
1038516
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2095318381 LIMIT 1
1038517
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2095318381], ["username", "billy_45"], ["access_token", "da06e2b48b971bbe453a4d8ec1763ccb"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-09-11 21:40:16.454508"], ["updated_at", "2015-09-11 21:40:16.454508"]]
1038518
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038519
+  (0.0ms) SAVEPOINT active_record_1
1038520
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1226570724 LIMIT 1
1038521
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1226570724], ["username", "billy_46"], ["access_token", "3f0666466b09deb682277465cbbf4499"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-09-11 21:40:16.456148"], ["updated_at", "2015-09-11 21:40:16.456148"]]
1038522
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038523
+  (0.0ms) SAVEPOINT active_record_1
1038524
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -391526966 LIMIT 1
1038525
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -391526966], ["username", "billy_47"], ["access_token", "15a9354ba7e851e45c1b1d90c25b5bec"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-09-11 21:40:16.457779"], ["updated_at", "2015-09-11 21:40:16.457779"]]
1038526
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038527
+  (0.0ms) SAVEPOINT active_record_1
1038528
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1992245521 LIMIT 1
1038529
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1992245521], ["username", "billy_48"], ["access_token", "6e11a1dde5595cb36f4c8c0c8d31f13d"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-09-11 21:40:16.459761"], ["updated_at", "2015-09-11 21:40:16.459761"]]
1038530
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038531
+  (0.0ms) SAVEPOINT active_record_1
1038532
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1785933223 LIMIT 1
1038533
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1785933223], ["username", "billy_49"], ["access_token", "051ad703ce685617f63d48bde49bb834"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-09-11 21:40:16.462138"], ["updated_at", "2015-09-11 21:40:16.462138"]]
1038534
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038535
+  (0.0ms) SAVEPOINT active_record_1
1038536
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"
1038537
+ OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC
1038538
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038539
+  (1.0ms) rollback transaction
1038540
+  (0.0ms) begin transaction
1038541
+  (0.0ms) SAVEPOINT active_record_1
1038542
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1
1038543
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "e616c4f70ae93d0b44c53f16cc6c7b24"], ["created_at", "2015-09-11 21:40:16.472622"], ["updated_at", "2015-09-11 21:40:16.472622"]]
1038544
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038545
+  (0.1ms) SAVEPOINT active_record_1
1038546
+ SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2015-09-11 21:40:16.476546"], ["updated_at", "2015-09-11 21:40:16.476546"]]
1038547
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038548
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]
1038549
+  (0.5ms) rollback transaction
1038550
+  (0.0ms) begin transaction
1038551
+  (0.0ms) SAVEPOINT active_record_1
1038552
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1
1038553
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "144899ec85fb670e5d6615e4c9713939"], ["created_at", "2015-09-11 21:40:16.850622"], ["updated_at", "2015-09-11 21:40:16.850622"]]
1038554
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038555
+  (0.0ms) SAVEPOINT active_record_1
1038556
+ SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2015-09-11 21:40:16.852261"], ["updated_at", "2015-09-11 21:40:16.852261"]]
1038557
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038558
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]
1038559
+  (0.5ms) rollback transaction
1038560
+  (0.0ms) begin transaction
1038561
+  (0.0ms) SAVEPOINT active_record_1
1038562
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1
1038563
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "567464510540ecf47aaf0ff6cb34750c"], ["created_at", "2015-09-11 21:40:17.223519"], ["updated_at", "2015-09-11 21:40:17.223519"]]
1038564
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038565
+  (0.0ms) SAVEPOINT active_record_1
1038566
+ SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2015-09-11 21:40:17.225131"], ["updated_at", "2015-09-11 21:40:17.225131"]]
1038567
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038568
+  (1.2ms) rollback transaction
1038569
+  (0.1ms) begin transaction
1038570
+  (0.0ms) SAVEPOINT active_record_1
1038571
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1
1038572
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "ea8d04947254036127c5338241364494"], ["created_at", "2015-09-11 21:40:17.613455"], ["updated_at", "2015-09-11 21:40:17.613455"]]
1038573
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038574
+  (0.0ms) SAVEPOINT active_record_1
1038575
+ SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2015-09-11 21:40:17.615100"], ["updated_at", "2015-09-11 21:40:17.615100"]]
1038576
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038577
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]
1038578
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]]
1038579
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]
1038580
+ OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]]
1038581
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]
1038582
+  (1.0ms) rollback transaction
1038583
+  (0.1ms) begin transaction
1038584
+  (0.0ms) SAVEPOINT active_record_1
1038585
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1
1038586
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "226da22cde7cce34e28ac56fb5e8338d"], ["created_at", "2015-09-11 21:40:17.987699"], ["updated_at", "2015-09-11 21:40:17.987699"]]
1038587
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038588
+  (0.0ms) SAVEPOINT active_record_1
1038589
+ SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2015-09-11 21:40:17.989220"], ["updated_at", "2015-09-11 21:40:17.989220"]]
1038590
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038591
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]
1038592
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]]
1038593
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]
1038594
+  (1.2ms) rollback transaction
1038595
+  (0.1ms) begin transaction
1038596
+  (0.1ms) rollback transaction
1038597
+  (0.1ms) begin transaction
1038598
+  (0.0ms) SAVEPOINT active_record_1
1038599
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1
1038600
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2015-09-11 21:40:18.342813"], ["updated_at", "2015-09-11 21:40:18.342813"]]
1038601
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038602
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"
1038603
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1
1038604
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1
1038605
+ Started POST "/oauth/token" for 127.0.0.1 at 2015-09-11 16:40:18 -0500
1038606
+ Processing by OauthController#token as */*
1038607
+ Parameters: {"grant_type"=>"client_credentials"}
1038608
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1038609
+ Started GET "/api/application_users/updates" for 127.0.0.1 at 2015-09-11 16:40:18 -0500
1038610
+ Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1
1038611
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1038612
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]
1038613
+  (0.0ms) SAVEPOINT active_record_1
1038614
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1
1038615
+ SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2015-09-11 21:40:18.365709"], ["id", 1]]
1038616
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038617
+ OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]
1038618
+  (0.0ms) SAVEPOINT active_record_1
1038619
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1
1038620
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2015-09-11 21:40:18.368122"], ["updated_at", "2015-09-11 21:40:18.368122"]]
1038621
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038622
+ Started POST "/oauth/token" for 127.0.0.1 at 2015-09-11 16:40:18 -0500
1038623
+ Processing by OauthController#token as */*
1038624
+ Parameters: {"grant_type"=>"client_credentials"}
1038625
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1038626
+ Started PUT "/api/application_users/updated" for 127.0.0.1 at 2015-09-11 16:40:18 -0500
1038627
+ Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1
1038628
+ Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil}
1038629
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1038630
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"
1038631
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1
1038632
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1
1038633
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1
1038634
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1
1038635
+ Started POST "/oauth/token" for 127.0.0.1 at 2015-09-11 16:40:18 -0500
1038636
+ Processing by OauthController#token as */*
1038637
+ Parameters: {"grant_type"=>"client_credentials"}
1038638
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1038639
+ Started GET "/api/application_users/updates" for 127.0.0.1 at 2015-09-11 16:40:18 -0500
1038640
+ Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1
1038641
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1038642
+ OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]]
1038643
+  (0.0ms) SAVEPOINT active_record_1
1038644
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1
1038645
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038646
+ OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]]
1038647
+  (0.0ms) SAVEPOINT active_record_1
1038648
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1
1038649
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038650
+ Started POST "/oauth/token" for 127.0.0.1 at 2015-09-11 16:40:18 -0500
1038651
+ Processing by OauthController#token as */*
1038652
+ Parameters: {"grant_type"=>"client_credentials"}
1038653
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1038654
+ Started PUT "/api/application_users/updated" for 127.0.0.1 at 2015-09-11 16:40:18 -0500
1038655
+ Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1
1038656
+ Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil}
1038657
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1038658
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"
1038659
+ OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1
1038660
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1
1038661
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1
1038662
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1
1038663
+  (0.5ms) rollback transaction
1038664
+  (0.1ms) begin transaction
1038665
+  (0.0ms) SAVEPOINT active_record_1
1038666
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1
1038667
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "82a8a3ab78567f7806d869293df18c08"], ["created_at", "2015-09-11 21:40:18.423124"], ["updated_at", "2015-09-11 21:40:18.423124"]]
1038668
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038669
+  (0.0ms) SAVEPOINT active_record_1
1038670
+ SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2015-09-11 21:40:18.425009"], ["updated_at", "2015-09-11 21:40:18.425009"]]
1038671
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038672
+  (0.0ms) SAVEPOINT active_record_1
1038673
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1
1038674
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", "another_user"], ["access_token", "10bff779db86ecb217f13271d5025a0a"], ["created_at", "2015-09-11 21:40:18.427327"], ["updated_at", "2015-09-11 21:40:18.427327"]]
1038675
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038676
+  (0.0ms) SAVEPOINT active_record_1
1038677
+ SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2015-09-11 21:40:18.429027"], ["updated_at", "2015-09-11 21:40:18.429027"]]
1038678
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038679
+  (0.0ms) SAVEPOINT active_record_1
1038680
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1857629296 LIMIT 1
1038681
+ SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1857629296], ["name", "MyGroup"], ["created_at", "2015-09-11 21:40:18.431092"], ["updated_at", "2015-09-11 21:40:18.431092"]]
1038682
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038683
+  (0.0ms) SAVEPOINT active_record_1
1038684
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1020315968 LIMIT 1
1038685
+ SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1020315968], ["name", "MyGroup"], ["created_at", "2015-09-11 21:40:18.432978"], ["updated_at", "2015-09-11 21:40:18.432978"]]
1038686
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038687
+  (0.0ms) SAVEPOINT active_record_1
1038688
+ OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = -1020315968 LIMIT 1
1038689
+ OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]]
1038690
+ SQL (0.0ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1020315968]]
1038691
+ SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '---
1038692
+ - -1020315968
1038693
+ ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]]
1038694
+ OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]]
1038695
+ SQL (0.0ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1857629296]]
1038696
+ SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '---
1038697
+ - -1857629296
1038698
+ ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]]
1038699
+ SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1020315968
1038700
+ SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1857629296
1038701
+ SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1857629296], ["member_group_id", -1020315968], ["created_at", "2015-09-11 21:40:18.434862"], ["updated_at", "2015-09-11 21:40:18.434862"]]
1038702
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038703
+ OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1020315968) LIMIT 1
1038704
+  (0.0ms) SAVEPOINT active_record_1
1038705
+ OpenStax::Accounts::GroupMember Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1020315968) LIMIT 1
1038706
+ SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1020315968], ["user_id", 1], ["created_at", "2015-09-11 21:40:18.445092"], ["updated_at", "2015-09-11 21:40:18.445092"]]
1038707
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038708
+  (0.0ms) SAVEPOINT active_record_1
1038709
+ OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -1020315968) LIMIT 1
1038710
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038711
+ Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]]
1038712
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]]
1038713
+ OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]]
1038714
+ SQL (0.0ms) SELECT DISTINCT "openstax_accounts_groups"."id" FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["member_group_id", -1020315968]]
1038715
+ SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -1020315968]]
1038716
+ SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '---
1038717
+ - -1020315968
1038718
+ - -1857629296
1038719
+ ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]]
1038720
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1020315968, -1857629296)
1038721
+ Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)
1038722
+  (0.0ms) SAVEPOINT active_record_1
1038723
+ SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2015-09-11 21:40:18.477986"], ["updated_at", "2015-09-11 21:40:18.477986"]]
1038724
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038725
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
1038726
+ Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]]
1038727
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]]
1038728
+ OpenStax::Accounts::Group Load (0.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1020315968, -1857629296)
1038729
+ Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)
1038730
+  (0.0ms) SAVEPOINT active_record_1
1038731
+ SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["created_at", "2015-09-11 21:40:18.485281"], ["updated_at", "2015-09-11 21:40:18.485281"]]
1038732
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038733
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
1038734
+ Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]]
1038735
+ OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]]
1038736
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1020315968, -1857629296)
1038737
+ Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)
1038738
+  (0.0ms) SAVEPOINT active_record_1
1038739
+ SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2015-09-11 21:40:18.490871"], ["updated_at", "2015-09-11 21:40:18.490871"]]
1038740
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038741
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
1038742
+ Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]]
1038743
+ OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]]
1038744
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1020315968, -1857629296)
1038745
+ Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)
1038746
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1020315968, -1857629296)
1038747
+ Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)
1038748
+  (0.0ms) SAVEPOINT active_record_1
1038749
+ SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2015-09-11 21:40:18.500950"], ["updated_at", "2015-09-11 21:40:18.500950"]]
1038750
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038751
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
1038752
+ Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]]
1038753
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]]
1038754
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1020315968, -1857629296)
1038755
+ Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)
1038756
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1020315968, -1857629296)
1038757
+ Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)
1038758
+ OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1020315968, -1857629296)
1038759
+ Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)
1038760
+  (0.8ms) rollback transaction
1038761
+  (0.1ms) begin transaction
1038762
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1
1038763
+  (0.0ms) SAVEPOINT active_record_1
1038764
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1
1038765
+ SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2015-09-11 21:40:18.520116"], ["updated_at", "2015-09-11 21:40:18.520116"]]
1038766
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038767
+ OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1
1038768
+  (0.4ms) rollback transaction
1038769
+  (0.0ms) begin transaction
1038770
+  (0.0ms) SAVEPOINT active_record_1
1038771
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1961856154 LIMIT 1
1038772
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1961856154], ["username", "jstrav"], ["access_token", "dda53afadf027de663045c9603f345a8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:18.526071"], ["updated_at", "2015-09-11 21:40:18.526071"]]
1038773
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038774
+  (0.0ms) SAVEPOINT active_record_1
1038775
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -782265641 LIMIT 1
1038776
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -782265641], ["username", "mary"], ["access_token", "a267b17e0074cf92320f9aa27babc3e3"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:18.530331"], ["updated_at", "2015-09-11 21:40:18.530331"]]
1038777
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038778
+  (0.0ms) SAVEPOINT active_record_1
1038779
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1026872439 LIMIT 1
1038780
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1026872439], ["username", "jstead"], ["access_token", "b7373106e74ccede165ce8cc2c8d466d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:18.532534"], ["updated_at", "2015-09-11 21:40:18.532534"]]
1038781
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038782
+  (0.0ms) SAVEPOINT active_record_1
1038783
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1931438195 LIMIT 1
1038784
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1931438195], ["username", "bigbear"], ["access_token", "397c778630f47ef19f158836d63a4cb4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:18.534353"], ["updated_at", "2015-09-11 21:40:18.534353"]]
1038785
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038786
+  (0.0ms) SAVEPOINT active_record_1
1038787
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1413852713 LIMIT 1
1038788
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1413852713], ["username", "billy_00"], ["access_token", "1358a2664dc172d9ac8507ee36fca7c3"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-09-11 21:40:18.536207"], ["updated_at", "2015-09-11 21:40:18.536207"]]
1038789
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038790
+  (0.0ms) SAVEPOINT active_record_1
1038791
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -214552733 LIMIT 1
1038792
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -214552733], ["username", "billy_01"], ["access_token", "dd84995e8a6b50345b2119ee920f9101"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-09-11 21:40:18.537982"], ["updated_at", "2015-09-11 21:40:18.537982"]]
1038793
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038794
+  (0.0ms) SAVEPOINT active_record_1
1038795
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -746741808 LIMIT 1
1038796
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -746741808], ["username", "billy_02"], ["access_token", "7446510c5c0a9daecfb682a065a758d4"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-09-11 21:40:18.539734"], ["updated_at", "2015-09-11 21:40:18.539734"]]
1038797
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038798
+  (0.0ms) SAVEPOINT active_record_1
1038799
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1346816480 LIMIT 1
1038800
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1346816480], ["username", "billy_03"], ["access_token", "67aa3a698df4bb6009813301d2d5d340"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-09-11 21:40:18.542234"], ["updated_at", "2015-09-11 21:40:18.542234"]]
1038801
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038802
+  (0.0ms) SAVEPOINT active_record_1
1038803
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -226189158 LIMIT 1
1038804
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -226189158], ["username", "billy_04"], ["access_token", "f9a0134b78cba2b1ff91102be3e133ab"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-09-11 21:40:18.544123"], ["updated_at", "2015-09-11 21:40:18.544123"]]
1038805
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038806
+  (0.0ms) SAVEPOINT active_record_1
1038807
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -721359073 LIMIT 1
1038808
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -721359073], ["username", "billy_05"], ["access_token", "7ad9484a00be6e237cb8f3063acec932"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-09-11 21:40:18.545934"], ["updated_at", "2015-09-11 21:40:18.545934"]]
1038809
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038810
+  (0.1ms) SAVEPOINT active_record_1
1038811
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1428099099 LIMIT 1
1038812
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1428099099], ["username", "billy_06"], ["access_token", "81fa9a3099fb058ef425266ee3e3e72e"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-09-11 21:40:18.547861"], ["updated_at", "2015-09-11 21:40:18.547861"]]
1038813
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038814
+  (0.0ms) SAVEPOINT active_record_1
1038815
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2120044008 LIMIT 1
1038816
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2120044008], ["username", "billy_07"], ["access_token", "b88fb9f09aa7123b769221ae74982f50"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-09-11 21:40:18.550204"], ["updated_at", "2015-09-11 21:40:18.550204"]]
1038817
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038818
+  (0.0ms) SAVEPOINT active_record_1
1038819
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1875342035 LIMIT 1
1038820
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1875342035], ["username", "billy_08"], ["access_token", "a833ebc24945182a2fd995163249e1ee"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-09-11 21:40:18.552808"], ["updated_at", "2015-09-11 21:40:18.552808"]]
1038821
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038822
+  (0.0ms) SAVEPOINT active_record_1
1038823
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1066488374 LIMIT 1
1038824
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1066488374], ["username", "billy_09"], ["access_token", "23042e3e526db77b50af1496aed1194b"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-09-11 21:40:18.554835"], ["updated_at", "2015-09-11 21:40:18.554835"]]
1038825
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038826
+  (0.0ms) SAVEPOINT active_record_1
1038827
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1218686175 LIMIT 1
1038828
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1218686175], ["username", "billy_10"], ["access_token", "3d52a3798cacf6d23406ea21aa48bcb4"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-09-11 21:40:18.556730"], ["updated_at", "2015-09-11 21:40:18.556730"]]
1038829
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038830
+  (0.0ms) SAVEPOINT active_record_1
1038831
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -446267674 LIMIT 1
1038832
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -446267674], ["username", "billy_11"], ["access_token", "e9d3edfa60494c508f2c5470a854d060"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-09-11 21:40:18.558504"], ["updated_at", "2015-09-11 21:40:18.558504"]]
1038833
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038834
+  (0.0ms) SAVEPOINT active_record_1
1038835
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -933588321 LIMIT 1
1038836
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -933588321], ["username", "billy_12"], ["access_token", "a6619dccda3010971aa783051befbe05"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-09-11 21:40:18.560296"], ["updated_at", "2015-09-11 21:40:18.560296"]]
1038837
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038838
+  (0.0ms) SAVEPOINT active_record_1
1038839
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1169332439 LIMIT 1
1038840
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1169332439], ["username", "billy_13"], ["access_token", "99884eee69c8190dcae033c098887c93"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-09-11 21:40:18.562148"], ["updated_at", "2015-09-11 21:40:18.562148"]]
1038841
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038842
+  (0.0ms) SAVEPOINT active_record_1
1038843
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -664667830 LIMIT 1
1038844
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -664667830], ["username", "billy_14"], ["access_token", "143f43c3786ef0480a9f852496934b9a"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-09-11 21:40:18.564003"], ["updated_at", "2015-09-11 21:40:18.564003"]]
1038845
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038846
+  (0.0ms) SAVEPOINT active_record_1
1038847
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -937834908 LIMIT 1
1038848
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -937834908], ["username", "billy_15"], ["access_token", "e42567269830f3f30fd9a356fb2f83dc"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-09-11 21:40:18.565792"], ["updated_at", "2015-09-11 21:40:18.565792"]]
1038849
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038850
+  (0.0ms) SAVEPOINT active_record_1
1038851
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1271078628 LIMIT 1
1038852
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1271078628], ["username", "billy_16"], ["access_token", "5e46b10049e755d1e3c16c611dd76e60"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-09-11 21:40:18.567595"], ["updated_at", "2015-09-11 21:40:18.567595"]]
1038853
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038854
+  (0.0ms) SAVEPOINT active_record_1
1038855
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -422545090 LIMIT 1
1038856
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -422545090], ["username", "billy_17"], ["access_token", "eab9e3f443b4a2462ac38c20fbf8b3d5"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-09-11 21:40:18.569367"], ["updated_at", "2015-09-11 21:40:18.569367"]]
1038857
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038858
+  (0.1ms) SAVEPOINT active_record_1
1038859
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1312443101 LIMIT 1
1038860
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1312443101], ["username", "billy_18"], ["access_token", "aef8416db5f96a3ed9c770f142b1c44c"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-09-11 21:40:18.571078"], ["updated_at", "2015-09-11 21:40:18.571078"]]
1038861
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038862
+  (0.0ms) SAVEPOINT active_record_1
1038863
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1003251995 LIMIT 1
1038864
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1003251995], ["username", "billy_19"], ["access_token", "61a4d332ffe002512903e0f27e9c6e7c"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-09-11 21:40:18.573070"], ["updated_at", "2015-09-11 21:40:18.573070"]]
1038865
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038866
+  (0.0ms) SAVEPOINT active_record_1
1038867
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1299708322 LIMIT 1
1038868
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1299708322], ["username", "billy_20"], ["access_token", "4d9873b6c51d5f0ec6dca2b5c5edaecc"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-09-11 21:40:18.574885"], ["updated_at", "2015-09-11 21:40:18.574885"]]
1038869
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038870
+  (0.0ms) SAVEPOINT active_record_1
1038871
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1913211371 LIMIT 1
1038872
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1913211371], ["username", "billy_21"], ["access_token", "f39d56aa61ed2bb5d6ee60564633f3ee"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-09-11 21:40:18.576697"], ["updated_at", "2015-09-11 21:40:18.576697"]]
1038873
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038874
+  (0.0ms) SAVEPOINT active_record_1
1038875
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -215564945 LIMIT 1
1038876
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -215564945], ["username", "billy_22"], ["access_token", "3c842a2fb8d26965e006c8a2a10bef65"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-09-11 21:40:18.578406"], ["updated_at", "2015-09-11 21:40:18.578406"]]
1038877
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038878
+  (0.0ms) SAVEPOINT active_record_1
1038879
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -210017970 LIMIT 1
1038880
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -210017970], ["username", "billy_23"], ["access_token", "f93003d54c676888d802a34266101777"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-09-11 21:40:18.580107"], ["updated_at", "2015-09-11 21:40:18.580107"]]
1038881
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038882
+  (0.0ms) SAVEPOINT active_record_1
1038883
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2023787584 LIMIT 1
1038884
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2023787584], ["username", "billy_24"], ["access_token", "3b2f9795b6c9463d9ba80191b6df2a46"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-09-11 21:40:18.581893"], ["updated_at", "2015-09-11 21:40:18.581893"]]
1038885
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038886
+  (0.0ms) SAVEPOINT active_record_1
1038887
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -129788507 LIMIT 1
1038888
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -129788507], ["username", "billy_25"], ["access_token", "c0002f501b79d321efbefce2c960155c"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-09-11 21:40:18.584012"], ["updated_at", "2015-09-11 21:40:18.584012"]]
1038889
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038890
+  (0.0ms) SAVEPOINT active_record_1
1038891
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -177430699 LIMIT 1
1038892
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -177430699], ["username", "billy_26"], ["access_token", "623180fd0cf06e6457f277d27bcb1fd1"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-09-11 21:40:18.586303"], ["updated_at", "2015-09-11 21:40:18.586303"]]
1038893
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038894
+  (0.0ms) SAVEPOINT active_record_1
1038895
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1400336121 LIMIT 1
1038896
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1400336121], ["username", "billy_27"], ["access_token", "a4c0d6f93721ab47511b30db1f9a1abc"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-09-11 21:40:18.588045"], ["updated_at", "2015-09-11 21:40:18.588045"]]
1038897
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038898
+  (0.0ms) SAVEPOINT active_record_1
1038899
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -297935914 LIMIT 1
1038900
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -297935914], ["username", "billy_28"], ["access_token", "39713397f80e5383cc7b10aab926cf52"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-09-11 21:40:18.589847"], ["updated_at", "2015-09-11 21:40:18.589847"]]
1038901
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038902
+  (0.0ms) SAVEPOINT active_record_1
1038903
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1194170230 LIMIT 1
1038904
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1194170230], ["username", "billy_29"], ["access_token", "0dff498a54812954040071583bff4ee1"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-09-11 21:40:18.591664"], ["updated_at", "2015-09-11 21:40:18.591664"]]
1038905
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038906
+  (0.0ms) SAVEPOINT active_record_1
1038907
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1194438466 LIMIT 1
1038908
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1194438466], ["username", "billy_30"], ["access_token", "9019b59f6460b6c34b1ddd6e07279365"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-09-11 21:40:18.593618"], ["updated_at", "2015-09-11 21:40:18.593618"]]
1038909
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038910
+  (0.0ms) SAVEPOINT active_record_1
1038911
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1364832372 LIMIT 1
1038912
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1364832372], ["username", "billy_31"], ["access_token", "c6e23722fd6216d6c7263d3d5f512f58"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-09-11 21:40:18.595409"], ["updated_at", "2015-09-11 21:40:18.595409"]]
1038913
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038914
+  (0.0ms) SAVEPOINT active_record_1
1038915
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -774901063 LIMIT 1
1038916
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -774901063], ["username", "billy_32"], ["access_token", "d9a772bb581b3075f47b2327f0be29cc"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-09-11 21:40:18.597152"], ["updated_at", "2015-09-11 21:40:18.597152"]]
1038917
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038918
+  (0.0ms) SAVEPOINT active_record_1
1038919
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -448656422 LIMIT 1
1038920
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -448656422], ["username", "billy_33"], ["access_token", "ef47aa0cbfa923aa6abc8846903f97a7"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-09-11 21:40:18.598850"], ["updated_at", "2015-09-11 21:40:18.598850"]]
1038921
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038922
+  (0.0ms) SAVEPOINT active_record_1
1038923
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1670063894 LIMIT 1
1038924
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1670063894], ["username", "billy_34"], ["access_token", "c15a0b5a6bff8a5a81e6e30512f07bf6"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-09-11 21:40:18.600635"], ["updated_at", "2015-09-11 21:40:18.600635"]]
1038925
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038926
+  (0.0ms) SAVEPOINT active_record_1
1038927
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -866381951 LIMIT 1
1038928
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -866381951], ["username", "billy_35"], ["access_token", "86b0d6156b223b770ce5f5fee17f642f"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-09-11 21:40:18.602412"], ["updated_at", "2015-09-11 21:40:18.602412"]]
1038929
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038930
+  (0.0ms) SAVEPOINT active_record_1
1038931
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1596422130 LIMIT 1
1038932
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1596422130], ["username", "billy_36"], ["access_token", "1ef3b8dbef02d9f7b94c4cb3bbd5bb0b"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-09-11 21:40:18.604344"], ["updated_at", "2015-09-11 21:40:18.604344"]]
1038933
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038934
+  (0.0ms) SAVEPOINT active_record_1
1038935
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1044326784 LIMIT 1
1038936
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1044326784], ["username", "billy_37"], ["access_token", "22df1960c7f185bcb2256210e75d9288"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-09-11 21:40:18.606318"], ["updated_at", "2015-09-11 21:40:18.606318"]]
1038937
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038938
+  (0.0ms) SAVEPOINT active_record_1
1038939
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -81954189 LIMIT 1
1038940
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -81954189], ["username", "billy_38"], ["access_token", "b8ce532369c149cb945f106d51d169e3"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-09-11 21:40:18.608422"], ["updated_at", "2015-09-11 21:40:18.608422"]]
1038941
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038942
+  (0.0ms) SAVEPOINT active_record_1
1038943
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1177942889 LIMIT 1
1038944
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1177942889], ["username", "billy_39"], ["access_token", "237a7a3f2ba2a007989ca7301b99e48f"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-09-11 21:40:18.610566"], ["updated_at", "2015-09-11 21:40:18.610566"]]
1038945
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038946
+  (0.0ms) SAVEPOINT active_record_1
1038947
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -148096390 LIMIT 1
1038948
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -148096390], ["username", "billy_40"], ["access_token", "01b9bccd22f188f410bac9ae86f88115"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-09-11 21:40:18.612699"], ["updated_at", "2015-09-11 21:40:18.612699"]]
1038949
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038950
+  (0.0ms) SAVEPOINT active_record_1
1038951
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1428923830 LIMIT 1
1038952
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1428923830], ["username", "billy_41"], ["access_token", "6bee5f34f321c581083b28a410f3dc97"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-09-11 21:40:18.615018"], ["updated_at", "2015-09-11 21:40:18.615018"]]
1038953
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038954
+  (0.0ms) SAVEPOINT active_record_1
1038955
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1505640154 LIMIT 1
1038956
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1505640154], ["username", "billy_42"], ["access_token", "ffd16800ade41f77be5fa91b6fa205c4"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-09-11 21:40:18.617785"], ["updated_at", "2015-09-11 21:40:18.617785"]]
1038957
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038958
+  (0.0ms) SAVEPOINT active_record_1
1038959
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -49637967 LIMIT 1
1038960
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -49637967], ["username", "billy_43"], ["access_token", "e909a30168054a297a4650ad132fef63"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-09-11 21:40:18.620349"], ["updated_at", "2015-09-11 21:40:18.620349"]]
1038961
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038962
+  (0.0ms) SAVEPOINT active_record_1
1038963
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -614729497 LIMIT 1
1038964
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -614729497], ["username", "billy_44"], ["access_token", "7b5816c20f6758706f4fd095ffbd13d7"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-09-11 21:40:18.622270"], ["updated_at", "2015-09-11 21:40:18.622270"]]
1038965
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038966
+  (0.0ms) SAVEPOINT active_record_1
1038967
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518369477 LIMIT 1
1038968
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -518369477], ["username", "billy_45"], ["access_token", "12741fe465cc5340297bbaf19637b2a4"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-09-11 21:40:18.624162"], ["updated_at", "2015-09-11 21:40:18.624162"]]
1038969
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038970
+  (0.0ms) SAVEPOINT active_record_1
1038971
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -554545467 LIMIT 1
1038972
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -554545467], ["username", "billy_46"], ["access_token", "93e4e54e7d07a8c15a1ae6c2d46f678e"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-09-11 21:40:18.626191"], ["updated_at", "2015-09-11 21:40:18.626191"]]
1038973
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038974
+  (0.0ms) SAVEPOINT active_record_1
1038975
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1237569060 LIMIT 1
1038976
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1237569060], ["username", "billy_47"], ["access_token", "1f9dcacee5109f50a16d86635815aeac"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-09-11 21:40:18.628375"], ["updated_at", "2015-09-11 21:40:18.628375"]]
1038977
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038978
+  (0.0ms) SAVEPOINT active_record_1
1038979
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1658057833 LIMIT 1
1038980
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1658057833], ["username", "billy_48"], ["access_token", "cb0956efc7247342efd5d7d970f226d0"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-09-11 21:40:18.630374"], ["updated_at", "2015-09-11 21:40:18.630374"]]
1038981
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038982
+  (0.0ms) SAVEPOINT active_record_1
1038983
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -811583535 LIMIT 1
1038984
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -811583535], ["username", "billy_49"], ["access_token", "4584e2c6c87f019c9d7fd88c45da5af2"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-09-11 21:40:18.632327"], ["updated_at", "2015-09-11 21:40:18.632327"]]
1038985
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038986
+  (0.0ms) SAVEPOINT active_record_1
1038987
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))
1038988
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1038989
+  (1.0ms) rollback transaction
1038990
+  (0.1ms) begin transaction
1038991
+  (0.0ms) SAVEPOINT active_record_1
1038992
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -635696076 LIMIT 1
1038993
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -635696076], ["username", "jstrav"], ["access_token", "305d44344eb58c18207528b1d5c8c07c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:18.641765"], ["updated_at", "2015-09-11 21:40:18.641765"]]
1038994
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038995
+  (0.0ms) SAVEPOINT active_record_1
1038996
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -915307582 LIMIT 1
1038997
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -915307582], ["username", "mary"], ["access_token", "c3dc766077555abac0b6e85530315562"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:18.644467"], ["updated_at", "2015-09-11 21:40:18.644467"]]
1038998
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1038999
+  (0.0ms) SAVEPOINT active_record_1
1039000
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1483446851 LIMIT 1
1039001
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1483446851], ["username", "jstead"], ["access_token", "3e122e54f36be4fc301fafa14d6f00bc"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:18.646731"], ["updated_at", "2015-09-11 21:40:18.646731"]]
1039002
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039003
+  (0.0ms) SAVEPOINT active_record_1
1039004
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -367349872 LIMIT 1
1039005
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -367349872], ["username", "bigbear"], ["access_token", "64a6a710c5aa2fb139a2eaca3e315dd2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:18.648749"], ["updated_at", "2015-09-11 21:40:18.648749"]]
1039006
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039007
+  (0.0ms) SAVEPOINT active_record_1
1039008
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1254418573 LIMIT 1
1039009
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1254418573], ["username", "billy_00"], ["access_token", "5a06cd34062420ad12bb364f7f06c020"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-09-11 21:40:18.650709"], ["updated_at", "2015-09-11 21:40:18.650709"]]
1039010
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1039011
+  (0.0ms) SAVEPOINT active_record_1
1039012
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1398389620 LIMIT 1
1039013
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1398389620], ["username", "billy_01"], ["access_token", "45cffca8817ed41c8063c51ce3965a80"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-09-11 21:40:18.653288"], ["updated_at", "2015-09-11 21:40:18.653288"]]
1039014
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039015
+  (0.0ms) SAVEPOINT active_record_1
1039016
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -223802580 LIMIT 1
1039017
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -223802580], ["username", "billy_02"], ["access_token", "bca6807ff89b9309f70cce8dd2e019be"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-09-11 21:40:18.655272"], ["updated_at", "2015-09-11 21:40:18.655272"]]
1039018
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1039019
+  (0.0ms) SAVEPOINT active_record_1
1039020
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -347088892 LIMIT 1
1039021
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -347088892], ["username", "billy_03"], ["access_token", "9eb7d703f65d9c4ef8350f26e09a5b69"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-09-11 21:40:18.657506"], ["updated_at", "2015-09-11 21:40:18.657506"]]
1039022
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039023
+  (0.0ms) SAVEPOINT active_record_1
1039024
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -767123922 LIMIT 1
1039025
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -767123922], ["username", "billy_04"], ["access_token", "18cdc8f3232ec76301af1a777c8d9aff"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-09-11 21:40:18.660305"], ["updated_at", "2015-09-11 21:40:18.660305"]]
1039026
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039027
+  (0.0ms) SAVEPOINT active_record_1
1039028
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1407842940 LIMIT 1
1039029
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1407842940], ["username", "billy_05"], ["access_token", "85c9f8ac9dae4baa58121896d0274062"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-09-11 21:40:18.662683"], ["updated_at", "2015-09-11 21:40:18.662683"]]
1039030
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039031
+  (0.1ms) SAVEPOINT active_record_1
1039032
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -709011468 LIMIT 1
1039033
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -709011468], ["username", "billy_06"], ["access_token", "0c32fdb2a16b361968558a5160e49bb5"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-09-11 21:40:18.665389"], ["updated_at", "2015-09-11 21:40:18.665389"]]
1039034
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039035
+  (0.0ms) SAVEPOINT active_record_1
1039036
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -176290498 LIMIT 1
1039037
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -176290498], ["username", "billy_07"], ["access_token", "8d46e4b5ff5f6d96b33cf76767c74292"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-09-11 21:40:18.668166"], ["updated_at", "2015-09-11 21:40:18.668166"]]
1039038
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039039
+  (0.0ms) SAVEPOINT active_record_1
1039040
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2084634086 LIMIT 1
1039041
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2084634086], ["username", "billy_08"], ["access_token", "b5ec951e74da4e60032214ef92bc14fb"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-09-11 21:40:18.670320"], ["updated_at", "2015-09-11 21:40:18.670320"]]
1039042
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039043
+  (0.0ms) SAVEPOINT active_record_1
1039044
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1166074396 LIMIT 1
1039045
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1166074396], ["username", "billy_09"], ["access_token", "10bda0e0a9feca8d6e0d8d7be4de1ce7"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-09-11 21:40:18.672218"], ["updated_at", "2015-09-11 21:40:18.672218"]]
1039046
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039047
+  (0.1ms) SAVEPOINT active_record_1
1039048
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1079455430 LIMIT 1
1039049
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1079455430], ["username", "billy_10"], ["access_token", "28ca890b37b71e71500c8605cf8e3a73"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-09-11 21:40:18.674339"], ["updated_at", "2015-09-11 21:40:18.674339"]]
1039050
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039051
+  (0.0ms) SAVEPOINT active_record_1
1039052
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1187970857 LIMIT 1
1039053
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1187970857], ["username", "billy_11"], ["access_token", "f5bf766ea145c6d2809bafad4d073f1a"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-09-11 21:40:18.676766"], ["updated_at", "2015-09-11 21:40:18.676766"]]
1039054
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039055
+  (0.0ms) SAVEPOINT active_record_1
1039056
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -912207701 LIMIT 1
1039057
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -912207701], ["username", "billy_12"], ["access_token", "ac8fe7e3817342bb5dd771f181d3ea05"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-09-11 21:40:18.678962"], ["updated_at", "2015-09-11 21:40:18.678962"]]
1039058
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039059
+  (0.0ms) SAVEPOINT active_record_1
1039060
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -300940873 LIMIT 1
1039061
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -300940873], ["username", "billy_13"], ["access_token", "aad3cba8f2e3bc11505fac521b4b272e"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-09-11 21:40:18.681190"], ["updated_at", "2015-09-11 21:40:18.681190"]]
1039062
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1039063
+  (0.0ms) SAVEPOINT active_record_1
1039064
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2094013862 LIMIT 1
1039065
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2094013862], ["username", "billy_14"], ["access_token", "b6ef1bf87afd1837945e3f8949c3695c"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-09-11 21:40:18.683810"], ["updated_at", "2015-09-11 21:40:18.683810"]]
1039066
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1039067
+  (0.0ms) SAVEPOINT active_record_1
1039068
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -752598304 LIMIT 1
1039069
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -752598304], ["username", "billy_15"], ["access_token", "e40e92266ce69dc36f331069a48815d9"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-09-11 21:40:18.685797"], ["updated_at", "2015-09-11 21:40:18.685797"]]
1039070
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039071
+  (0.0ms) SAVEPOINT active_record_1
1039072
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -523355786 LIMIT 1
1039073
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -523355786], ["username", "billy_16"], ["access_token", "dd9a71f26e6082af889346e06cb5a62a"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-09-11 21:40:18.687805"], ["updated_at", "2015-09-11 21:40:18.687805"]]
1039074
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039075
+  (0.0ms) SAVEPOINT active_record_1
1039076
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2050725661 LIMIT 1
1039077
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2050725661], ["username", "billy_17"], ["access_token", "fbeaac008641e9987ce1b10b92c90b87"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-09-11 21:40:18.689585"], ["updated_at", "2015-09-11 21:40:18.689585"]]
1039078
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039079
+  (0.0ms) SAVEPOINT active_record_1
1039080
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1928759439 LIMIT 1
1039081
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1928759439], ["username", "billy_18"], ["access_token", "77e90326291af7fe55353796cbb42442"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-09-11 21:40:18.691420"], ["updated_at", "2015-09-11 21:40:18.691420"]]
1039082
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039083
+  (0.0ms) SAVEPOINT active_record_1
1039084
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1329444315 LIMIT 1
1039085
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1329444315], ["username", "billy_19"], ["access_token", "163c9d7c81e6dfe43d3ef62aee0696bf"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-09-11 21:40:18.693182"], ["updated_at", "2015-09-11 21:40:18.693182"]]
1039086
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039087
+  (0.0ms) SAVEPOINT active_record_1
1039088
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1933833069 LIMIT 1
1039089
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1933833069], ["username", "billy_20"], ["access_token", "3565383cca801a8b544ea79faf5f5c3b"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-09-11 21:40:18.694987"], ["updated_at", "2015-09-11 21:40:18.694987"]]
1039090
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039091
+  (0.0ms) SAVEPOINT active_record_1
1039092
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -323593938 LIMIT 1
1039093
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -323593938], ["username", "billy_21"], ["access_token", "2c5fbc87e8ae4fb318002572a829ed78"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-09-11 21:40:18.696774"], ["updated_at", "2015-09-11 21:40:18.696774"]]
1039094
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039095
+  (0.0ms) SAVEPOINT active_record_1
1039096
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1303000156 LIMIT 1
1039097
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1303000156], ["username", "billy_22"], ["access_token", "83153c8a32af2de89f3a3a4685f4da20"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-09-11 21:40:18.698621"], ["updated_at", "2015-09-11 21:40:18.698621"]]
1039098
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039099
+  (0.0ms) SAVEPOINT active_record_1
1039100
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -682895744 LIMIT 1
1039101
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -682895744], ["username", "billy_23"], ["access_token", "ec0bbde96da7e79ca20cb06e06703d4e"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-09-11 21:40:18.700601"], ["updated_at", "2015-09-11 21:40:18.700601"]]
1039102
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1039103
+  (0.1ms) SAVEPOINT active_record_1
1039104
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -334061365 LIMIT 1
1039105
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -334061365], ["username", "billy_24"], ["access_token", "f56c9519491e6e9b25935d1139f3f4f8"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-09-11 21:40:18.704260"], ["updated_at", "2015-09-11 21:40:18.704260"]]
1039106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039107
+  (0.0ms) SAVEPOINT active_record_1
1039108
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -536951706 LIMIT 1
1039109
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -536951706], ["username", "billy_25"], ["access_token", "a0550e40a16bd9cf88b4db0a07fe01e5"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-09-11 21:40:18.706540"], ["updated_at", "2015-09-11 21:40:18.706540"]]
1039110
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039111
+  (0.0ms) SAVEPOINT active_record_1
1039112
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1030671232 LIMIT 1
1039113
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1030671232], ["username", "billy_26"], ["access_token", "47bc0c37e2877608fcc87cc828433492"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-09-11 21:40:18.708491"], ["updated_at", "2015-09-11 21:40:18.708491"]]
1039114
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039115
+  (0.0ms) SAVEPOINT active_record_1
1039116
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1890519330 LIMIT 1
1039117
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1890519330], ["username", "billy_27"], ["access_token", "d6cf9effeae73d8032c2420b3a3484bf"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-09-11 21:40:18.710536"], ["updated_at", "2015-09-11 21:40:18.710536"]]
1039118
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039119
+  (0.0ms) SAVEPOINT active_record_1
1039120
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1743445325 LIMIT 1
1039121
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1743445325], ["username", "billy_28"], ["access_token", "686bd5a67a1cab513fef4982f31be07d"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-09-11 21:40:18.712514"], ["updated_at", "2015-09-11 21:40:18.712514"]]
1039122
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039123
+  (0.0ms) SAVEPOINT active_record_1
1039124
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1881282893 LIMIT 1
1039125
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1881282893], ["username", "billy_29"], ["access_token", "b6dcb7e39cffc3738b80fdb310fa6ef6"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-09-11 21:40:18.714406"], ["updated_at", "2015-09-11 21:40:18.714406"]]
1039126
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039127
+  (0.0ms) SAVEPOINT active_record_1
1039128
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -183867081 LIMIT 1
1039129
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -183867081], ["username", "billy_30"], ["access_token", "8da3819327b3eba0533ac6da0dca7d4c"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-09-11 21:40:18.716337"], ["updated_at", "2015-09-11 21:40:18.716337"]]
1039130
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039131
+  (0.0ms) SAVEPOINT active_record_1
1039132
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -127136029 LIMIT 1
1039133
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -127136029], ["username", "billy_31"], ["access_token", "795fac1b0ef151ff59c22f1a1473c37f"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-09-11 21:40:18.718247"], ["updated_at", "2015-09-11 21:40:18.718247"]]
1039134
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039135
+  (0.0ms) SAVEPOINT active_record_1
1039136
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518185377 LIMIT 1
1039137
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -518185377], ["username", "billy_32"], ["access_token", "03670e41fca47b34d904182f6326095f"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-09-11 21:40:18.720151"], ["updated_at", "2015-09-11 21:40:18.720151"]]
1039138
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1039139
+  (0.0ms) SAVEPOINT active_record_1
1039140
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -465949126 LIMIT 1
1039141
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -465949126], ["username", "billy_33"], ["access_token", "227fcc03803656e61d59a679e07e47a6"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-09-11 21:40:18.722061"], ["updated_at", "2015-09-11 21:40:18.722061"]]
1039142
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039143
+  (0.0ms) SAVEPOINT active_record_1
1039144
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -907234681 LIMIT 1
1039145
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -907234681], ["username", "billy_34"], ["access_token", "97f6c7ccc0156404efffd9d33190b925"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-09-11 21:40:18.724009"], ["updated_at", "2015-09-11 21:40:18.724009"]]
1039146
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039147
+  (0.0ms) SAVEPOINT active_record_1
1039148
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1040042398 LIMIT 1
1039149
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1040042398], ["username", "billy_35"], ["access_token", "9ba41e99afbc2466c2c7ddb4ede793a2"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-09-11 21:40:18.726086"], ["updated_at", "2015-09-11 21:40:18.726086"]]
1039150
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039151
+  (0.0ms) SAVEPOINT active_record_1
1039152
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -649025043 LIMIT 1
1039153
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -649025043], ["username", "billy_36"], ["access_token", "1e1fb39438e65713231ae2b81b4c35db"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-09-11 21:40:18.728299"], ["updated_at", "2015-09-11 21:40:18.728299"]]
1039154
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039155
+  (0.0ms) SAVEPOINT active_record_1
1039156
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -903138879 LIMIT 1
1039157
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -903138879], ["username", "billy_37"], ["access_token", "666f1964c709570057eb53d060bc5936"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-09-11 21:40:18.731125"], ["updated_at", "2015-09-11 21:40:18.731125"]]
1039158
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039159
+  (0.0ms) SAVEPOINT active_record_1
1039160
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -6262979 LIMIT 1
1039161
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -6262979], ["username", "billy_38"], ["access_token", "b20b1638a5f9b8d4dfbc0e583f665868"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-09-11 21:40:18.734225"], ["updated_at", "2015-09-11 21:40:18.734225"]]
1039162
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039163
+  (0.0ms) SAVEPOINT active_record_1
1039164
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1787556871 LIMIT 1
1039165
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1787556871], ["username", "billy_39"], ["access_token", "5c313c2a436dd1a3f20cda718444e635"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-09-11 21:40:18.736656"], ["updated_at", "2015-09-11 21:40:18.736656"]]
1039166
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039167
+  (0.0ms) SAVEPOINT active_record_1
1039168
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1949529608 LIMIT 1
1039169
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1949529608], ["username", "billy_40"], ["access_token", "17be774ef6b3b2c0e045a98640ad5fda"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-09-11 21:40:18.738781"], ["updated_at", "2015-09-11 21:40:18.738781"]]
1039170
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039171
+  (0.0ms) SAVEPOINT active_record_1
1039172
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1103364225 LIMIT 1
1039173
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1103364225], ["username", "billy_41"], ["access_token", "aeba24380a579eceee26f5b67ab4b3ea"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-09-11 21:40:18.740796"], ["updated_at", "2015-09-11 21:40:18.740796"]]
1039174
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039175
+  (0.0ms) SAVEPOINT active_record_1
1039176
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -718958248 LIMIT 1
1039177
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -718958248], ["username", "billy_42"], ["access_token", "244aa34e7547e9e3257b132c25aed7ae"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-09-11 21:40:18.742847"], ["updated_at", "2015-09-11 21:40:18.742847"]]
1039178
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039179
+  (0.0ms) SAVEPOINT active_record_1
1039180
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1575729936 LIMIT 1
1039181
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1575729936], ["username", "billy_43"], ["access_token", "ccb55d4d10535578b144d2c9ed0ce5e4"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-09-11 21:40:18.745018"], ["updated_at", "2015-09-11 21:40:18.745018"]]
1039182
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039183
+  (0.0ms) SAVEPOINT active_record_1
1039184
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1626362170 LIMIT 1
1039185
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1626362170], ["username", "billy_44"], ["access_token", "399936e4af34b2aa4fb68cb7ea2853e9"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-09-11 21:40:18.747111"], ["updated_at", "2015-09-11 21:40:18.747111"]]
1039186
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039187
+  (0.0ms) SAVEPOINT active_record_1
1039188
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -451888683 LIMIT 1
1039189
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -451888683], ["username", "billy_45"], ["access_token", "5d75da3d7d1edcdc21a586d5c732f747"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-09-11 21:40:18.749520"], ["updated_at", "2015-09-11 21:40:18.749520"]]
1039190
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039191
+  (0.0ms) SAVEPOINT active_record_1
1039192
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -731465767 LIMIT 1
1039193
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -731465767], ["username", "billy_46"], ["access_token", "f8754ac7c65fa39f4b365a635fa9f98d"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-09-11 21:40:18.751991"], ["updated_at", "2015-09-11 21:40:18.751991"]]
1039194
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1039195
+  (0.0ms) SAVEPOINT active_record_1
1039196
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1640846433 LIMIT 1
1039197
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1640846433], ["username", "billy_47"], ["access_token", "e2e90217eb622bba6b580f871bd11e9d"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-09-11 21:40:18.754491"], ["updated_at", "2015-09-11 21:40:18.754491"]]
1039198
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039199
+  (0.0ms) SAVEPOINT active_record_1
1039200
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1041572315 LIMIT 1
1039201
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1041572315], ["username", "billy_48"], ["access_token", "28d77dfcc1bee7d559075496f14ea500"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-09-11 21:40:18.756624"], ["updated_at", "2015-09-11 21:40:18.756624"]]
1039202
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039203
+  (0.0ms) SAVEPOINT active_record_1
1039204
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1054352393 LIMIT 1
1039205
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1054352393], ["username", "billy_49"], ["access_token", "45ea3c52ef279775e9053cb42d665608"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-09-11 21:40:18.758689"], ["updated_at", "2015-09-11 21:40:18.758689"]]
1039206
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039207
+  (0.0ms) SAVEPOINT active_record_1
1039208
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')
1039209
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC
1039210
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039211
+  (0.4ms) rollback transaction
1039212
+  (0.0ms) begin transaction
1039213
+  (0.0ms) SAVEPOINT active_record_1
1039214
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -264519322 LIMIT 1
1039215
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -264519322], ["username", "jstrav"], ["access_token", "bd6d315aa37e770b0b519779f941bfff"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:18.766699"], ["updated_at", "2015-09-11 21:40:18.766699"]]
1039216
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039217
+  (0.0ms) SAVEPOINT active_record_1
1039218
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -313143946 LIMIT 1
1039219
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -313143946], ["username", "mary"], ["access_token", "983157c1f8f61962997437598185bb5e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:18.768914"], ["updated_at", "2015-09-11 21:40:18.768914"]]
1039220
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039221
+  (0.0ms) SAVEPOINT active_record_1
1039222
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1098560468 LIMIT 1
1039223
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1098560468], ["username", "jstead"], ["access_token", "319a8ad70e3e1d9eabb2ee85262f057b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:18.771475"], ["updated_at", "2015-09-11 21:40:18.771475"]]
1039224
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039225
+  (0.0ms) SAVEPOINT active_record_1
1039226
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1270129637 LIMIT 1
1039227
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1270129637], ["username", "bigbear"], ["access_token", "048def373a53fba6687ac6d7511ffced"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:18.774125"], ["updated_at", "2015-09-11 21:40:18.774125"]]
1039228
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039229
+  (0.0ms) SAVEPOINT active_record_1
1039230
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1918382654 LIMIT 1
1039231
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1918382654], ["username", "billy_00"], ["access_token", "7ebf2b349020b2733d2881b81f1f3402"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-09-11 21:40:18.776469"], ["updated_at", "2015-09-11 21:40:18.776469"]]
1039232
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039233
+  (0.0ms) SAVEPOINT active_record_1
1039234
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -737485162 LIMIT 1
1039235
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -737485162], ["username", "billy_01"], ["access_token", "b4bf2393b3ca3bb4fc858e7869f64b74"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-09-11 21:40:18.778530"], ["updated_at", "2015-09-11 21:40:18.778530"]]
1039236
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039237
+  (0.0ms) SAVEPOINT active_record_1
1039238
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -277795927 LIMIT 1
1039239
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -277795927], ["username", "billy_02"], ["access_token", "f425e58b121b6084a9f6e6433f468eaf"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-09-11 21:40:18.780451"], ["updated_at", "2015-09-11 21:40:18.780451"]]
1039240
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039241
+  (0.0ms) SAVEPOINT active_record_1
1039242
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2026707082 LIMIT 1
1039243
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2026707082], ["username", "billy_03"], ["access_token", "7765783eef5394d696742e03873a50f2"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-09-11 21:40:18.782362"], ["updated_at", "2015-09-11 21:40:18.782362"]]
1039244
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039245
+  (0.0ms) SAVEPOINT active_record_1
1039246
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -506977920 LIMIT 1
1039247
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -506977920], ["username", "billy_04"], ["access_token", "b16f4e69706c817aad13d21134d6f246"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-09-11 21:40:18.784336"], ["updated_at", "2015-09-11 21:40:18.784336"]]
1039248
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039249
+  (0.0ms) SAVEPOINT active_record_1
1039250
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1992848779 LIMIT 1
1039251
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1992848779], ["username", "billy_05"], ["access_token", "ab062da42554a34d98dffbcd14db1abc"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-09-11 21:40:18.786229"], ["updated_at", "2015-09-11 21:40:18.786229"]]
1039252
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039253
+  (0.0ms) SAVEPOINT active_record_1
1039254
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -607651520 LIMIT 1
1039255
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -607651520], ["username", "billy_06"], ["access_token", "68c54d29c2eed7cb898e621cbfe24454"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-09-11 21:40:18.788268"], ["updated_at", "2015-09-11 21:40:18.788268"]]
1039256
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039257
+  (0.0ms) SAVEPOINT active_record_1
1039258
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1597894801 LIMIT 1
1039259
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1597894801], ["username", "billy_07"], ["access_token", "de3b0eb6c91780991a2b74bec360d681"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-09-11 21:40:18.790273"], ["updated_at", "2015-09-11 21:40:18.790273"]]
1039260
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039261
+  (0.0ms) SAVEPOINT active_record_1
1039262
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1831769697 LIMIT 1
1039263
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1831769697], ["username", "billy_08"], ["access_token", "f307e5a6a01637f0b3f5fbfd60efdbca"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-09-11 21:40:18.792502"], ["updated_at", "2015-09-11 21:40:18.792502"]]
1039264
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1039265
+  (0.0ms) SAVEPOINT active_record_1
1039266
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1306199756 LIMIT 1
1039267
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1306199756], ["username", "billy_09"], ["access_token", "db67c62524e657e34b910c306346774b"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-09-11 21:40:18.795040"], ["updated_at", "2015-09-11 21:40:18.795040"]]
1039268
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1039269
+  (0.1ms) SAVEPOINT active_record_1
1039270
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1164948257 LIMIT 1
1039271
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1164948257], ["username", "billy_10"], ["access_token", "bbbbfac0d0fd30bd8a55d6997f008e31"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-09-11 21:40:18.799326"], ["updated_at", "2015-09-11 21:40:18.799326"]]
1039272
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039273
+  (0.0ms) SAVEPOINT active_record_1
1039274
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -292381485 LIMIT 1
1039275
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -292381485], ["username", "billy_11"], ["access_token", "8724d75f97ae44789ddaad19732118c3"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-09-11 21:40:18.802444"], ["updated_at", "2015-09-11 21:40:18.802444"]]
1039276
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039277
+  (0.0ms) SAVEPOINT active_record_1
1039278
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1462938622 LIMIT 1
1039279
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1462938622], ["username", "billy_12"], ["access_token", "fce10f91e8ab4347ddc5837189695666"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-09-11 21:40:18.804726"], ["updated_at", "2015-09-11 21:40:18.804726"]]
1039280
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1039281
+  (0.1ms) SAVEPOINT active_record_1
1039282
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -125731589 LIMIT 1
1039283
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -125731589], ["username", "billy_13"], ["access_token", "cbec5873bfd121a0133eee6296c96494"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-09-11 21:40:18.806948"], ["updated_at", "2015-09-11 21:40:18.806948"]]
1039284
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039285
+  (0.0ms) SAVEPOINT active_record_1
1039286
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1288110919 LIMIT 1
1039287
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1288110919], ["username", "billy_14"], ["access_token", "61951b08953f9019b5135e01da366b18"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-09-11 21:40:18.809059"], ["updated_at", "2015-09-11 21:40:18.809059"]]
1039288
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1039289
+  (0.0ms) SAVEPOINT active_record_1
1039290
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -483275606 LIMIT 1
1039291
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -483275606], ["username", "billy_15"], ["access_token", "9edfb0b246999c319f96ecd220b25475"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-09-11 21:40:18.811218"], ["updated_at", "2015-09-11 21:40:18.811218"]]
1039292
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039293
+  (0.0ms) SAVEPOINT active_record_1
1039294
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1904958238 LIMIT 1
1039295
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1904958238], ["username", "billy_16"], ["access_token", "7685ca43a2f28c38fabc7befeec37722"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-09-11 21:40:18.813232"], ["updated_at", "2015-09-11 21:40:18.813232"]]
1039296
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039297
+  (0.0ms) SAVEPOINT active_record_1
1039298
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1682293761 LIMIT 1
1039299
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1682293761], ["username", "billy_17"], ["access_token", "c916a55b2a0189ba00c6f0928192a655"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-09-11 21:40:18.815274"], ["updated_at", "2015-09-11 21:40:18.815274"]]
1039300
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039301
+  (0.0ms) SAVEPOINT active_record_1
1039302
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -248813369 LIMIT 1
1039303
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -248813369], ["username", "billy_18"], ["access_token", "a1b98a2ac7a9064efd44d09d7ab31c36"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-09-11 21:40:18.817298"], ["updated_at", "2015-09-11 21:40:18.817298"]]
1039304
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039305
+  (0.0ms) SAVEPOINT active_record_1
1039306
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1258747985 LIMIT 1
1039307
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1258747985], ["username", "billy_19"], ["access_token", "a5d2667f449def1bb2b0b0cf1890f348"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-09-11 21:40:18.819495"], ["updated_at", "2015-09-11 21:40:18.819495"]]
1039308
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039309
+  (0.0ms) SAVEPOINT active_record_1
1039310
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -482273320 LIMIT 1
1039311
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -482273320], ["username", "billy_20"], ["access_token", "3bf267b7a40db230afbf5557ca92e067"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-09-11 21:40:18.821500"], ["updated_at", "2015-09-11 21:40:18.821500"]]
1039312
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039313
+  (0.0ms) SAVEPOINT active_record_1
1039314
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1180227811 LIMIT 1
1039315
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1180227811], ["username", "billy_21"], ["access_token", "5a1dbbbb6349788686fa39d40524cdcc"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-09-11 21:40:18.823463"], ["updated_at", "2015-09-11 21:40:18.823463"]]
1039316
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039317
+  (0.0ms) SAVEPOINT active_record_1
1039318
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -843250145 LIMIT 1
1039319
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -843250145], ["username", "billy_22"], ["access_token", "42aa63273cc6366b55985377b355c17f"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-09-11 21:40:18.825455"], ["updated_at", "2015-09-11 21:40:18.825455"]]
1039320
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039321
+  (0.0ms) SAVEPOINT active_record_1
1039322
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1149135661 LIMIT 1
1039323
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1149135661], ["username", "billy_23"], ["access_token", "8eaef8a5167b4840ffc688e1cb4b105b"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-09-11 21:40:18.827494"], ["updated_at", "2015-09-11 21:40:18.827494"]]
1039324
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039325
+  (0.0ms) SAVEPOINT active_record_1
1039326
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486295521 LIMIT 1
1039327
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -486295521], ["username", "billy_24"], ["access_token", "c3be5d05c5d48dc61ba4d56ab1c82f6d"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-09-11 21:40:18.829811"], ["updated_at", "2015-09-11 21:40:18.829811"]]
1039328
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039329
+  (0.0ms) SAVEPOINT active_record_1
1039330
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -776281352 LIMIT 1
1039331
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -776281352], ["username", "billy_25"], ["access_token", "b854d1acfb89cadc83966b32cad23ca3"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-09-11 21:40:18.832050"], ["updated_at", "2015-09-11 21:40:18.832050"]]
1039332
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039333
+  (0.0ms) SAVEPOINT active_record_1
1039334
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1852387146 LIMIT 1
1039335
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1852387146], ["username", "billy_26"], ["access_token", "c8f6a29e6ace35293a556ba53c02e210"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-09-11 21:40:18.834331"], ["updated_at", "2015-09-11 21:40:18.834331"]]
1039336
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039337
+  (0.0ms) SAVEPOINT active_record_1
1039338
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2066659664 LIMIT 1
1039339
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2066659664], ["username", "billy_27"], ["access_token", "16372bdaa87ddb69f745dff64473bf63"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-09-11 21:40:18.836478"], ["updated_at", "2015-09-11 21:40:18.836478"]]
1039340
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039341
+  (0.0ms) SAVEPOINT active_record_1
1039342
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1230643800 LIMIT 1
1039343
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1230643800], ["username", "billy_28"], ["access_token", "9c46cc2ac577a5d1e83a6dac2688be7c"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-09-11 21:40:18.838709"], ["updated_at", "2015-09-11 21:40:18.838709"]]
1039344
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039345
+  (0.0ms) SAVEPOINT active_record_1
1039346
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1532723151 LIMIT 1
1039347
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1532723151], ["username", "billy_29"], ["access_token", "f3345b521c3d942bf113fd3a0193f87a"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-09-11 21:40:18.840755"], ["updated_at", "2015-09-11 21:40:18.840755"]]
1039348
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039349
+  (0.0ms) SAVEPOINT active_record_1
1039350
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1410412069 LIMIT 1
1039351
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1410412069], ["username", "billy_30"], ["access_token", "567f4d7720517962a99d34de4cbd0cb9"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-09-11 21:40:18.842586"], ["updated_at", "2015-09-11 21:40:18.842586"]]
1039352
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039353
+  (0.0ms) SAVEPOINT active_record_1
1039354
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -124994314 LIMIT 1
1039355
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -124994314], ["username", "billy_31"], ["access_token", "64439b0c1886530864cc8a54a53b9ef0"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-09-11 21:40:18.844353"], ["updated_at", "2015-09-11 21:40:18.844353"]]
1039356
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039357
+  (0.0ms) SAVEPOINT active_record_1
1039358
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -807883215 LIMIT 1
1039359
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -807883215], ["username", "billy_32"], ["access_token", "5ff062021bc8e898027431ac82e7b83b"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-09-11 21:40:18.846091"], ["updated_at", "2015-09-11 21:40:18.846091"]]
1039360
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039361
+  (0.0ms) SAVEPOINT active_record_1
1039362
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -290301942 LIMIT 1
1039363
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -290301942], ["username", "billy_33"], ["access_token", "d0dbb8108bc39737b2c8cbfd0ee9b3d4"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-09-11 21:40:18.847826"], ["updated_at", "2015-09-11 21:40:18.847826"]]
1039364
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039365
+  (0.0ms) SAVEPOINT active_record_1
1039366
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1837999292 LIMIT 1
1039367
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1837999292], ["username", "billy_34"], ["access_token", "34f53e791423986aa32cea90870df66e"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-09-11 21:40:18.849517"], ["updated_at", "2015-09-11 21:40:18.849517"]]
1039368
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039369
+  (0.0ms) SAVEPOINT active_record_1
1039370
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1727142096 LIMIT 1
1039371
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1727142096], ["username", "billy_35"], ["access_token", "09e02a9987fd72406a8c2a230472f52e"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-09-11 21:40:18.851200"], ["updated_at", "2015-09-11 21:40:18.851200"]]
1039372
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039373
+  (0.0ms) SAVEPOINT active_record_1
1039374
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -798051485 LIMIT 1
1039375
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -798051485], ["username", "billy_36"], ["access_token", "7d5988a753911c4b4503e352656cfb11"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-09-11 21:40:18.852919"], ["updated_at", "2015-09-11 21:40:18.852919"]]
1039376
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039377
+  (0.0ms) SAVEPOINT active_record_1
1039378
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1531709736 LIMIT 1
1039379
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1531709736], ["username", "billy_37"], ["access_token", "94ba263a0a1eb38e199a9d1021658b76"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-09-11 21:40:18.854589"], ["updated_at", "2015-09-11 21:40:18.854589"]]
1039380
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039381
+  (0.0ms) SAVEPOINT active_record_1
1039382
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -916585929 LIMIT 1
1039383
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -916585929], ["username", "billy_38"], ["access_token", "6b5c3c7313620c9c1d1dcb0210d2ce5a"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-09-11 21:40:18.856342"], ["updated_at", "2015-09-11 21:40:18.856342"]]
1039384
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039385
+  (0.0ms) SAVEPOINT active_record_1
1039386
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -553722271 LIMIT 1
1039387
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -553722271], ["username", "billy_39"], ["access_token", "5074e2996841c3a1ce7357f84f9b535c"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-09-11 21:40:18.858360"], ["updated_at", "2015-09-11 21:40:18.858360"]]
1039388
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039389
+  (0.0ms) SAVEPOINT active_record_1
1039390
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -906923154 LIMIT 1
1039391
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -906923154], ["username", "billy_40"], ["access_token", "93255a4ab52547893df5e7ac0182cd72"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-09-11 21:40:18.860377"], ["updated_at", "2015-09-11 21:40:18.860377"]]
1039392
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039393
+  (0.0ms) SAVEPOINT active_record_1
1039394
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1773591802 LIMIT 1
1039395
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1773591802], ["username", "billy_41"], ["access_token", "c580bd3c87e7cb4791354278876932f4"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-09-11 21:40:18.862110"], ["updated_at", "2015-09-11 21:40:18.862110"]]
1039396
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039397
+  (0.0ms) SAVEPOINT active_record_1
1039398
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -889774052 LIMIT 1
1039399
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -889774052], ["username", "billy_42"], ["access_token", "e21599796d8a3939065da5fbca98d41a"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-09-11 21:40:18.863828"], ["updated_at", "2015-09-11 21:40:18.863828"]]
1039400
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039401
+  (0.0ms) SAVEPOINT active_record_1
1039402
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -634399156 LIMIT 1
1039403
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -634399156], ["username", "billy_43"], ["access_token", "4794fc160494fd33b6128d40411d5e2b"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-09-11 21:40:18.865605"], ["updated_at", "2015-09-11 21:40:18.865605"]]
1039404
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039405
+  (0.0ms) SAVEPOINT active_record_1
1039406
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1326523349 LIMIT 1
1039407
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1326523349], ["username", "billy_44"], ["access_token", "2a56f531460cc14e797f65a6086c3e3e"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-09-11 21:40:18.867510"], ["updated_at", "2015-09-11 21:40:18.867510"]]
1039408
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039409
+  (0.0ms) SAVEPOINT active_record_1
1039410
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -679567820 LIMIT 1
1039411
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -679567820], ["username", "billy_45"], ["access_token", "a0f5086585497912d64815028f838cdf"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-09-11 21:40:18.869303"], ["updated_at", "2015-09-11 21:40:18.869303"]]
1039412
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039413
+  (0.0ms) SAVEPOINT active_record_1
1039414
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1699131427 LIMIT 1
1039415
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1699131427], ["username", "billy_46"], ["access_token", "f1fb90b30a1f5899932a1805696a3023"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-09-11 21:40:18.871006"], ["updated_at", "2015-09-11 21:40:18.871006"]]
1039416
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039417
+  (0.0ms) SAVEPOINT active_record_1
1039418
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1471931067 LIMIT 1
1039419
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1471931067], ["username", "billy_47"], ["access_token", "951aa8f4b81543f57227bc877cda9cd3"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-09-11 21:40:18.872810"], ["updated_at", "2015-09-11 21:40:18.872810"]]
1039420
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039421
+  (0.0ms) SAVEPOINT active_record_1
1039422
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -834756653 LIMIT 1
1039423
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -834756653], ["username", "billy_48"], ["access_token", "c41a4ea41763b42ca30f46828c22fdc5"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-09-11 21:40:18.874620"], ["updated_at", "2015-09-11 21:40:18.874620"]]
1039424
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039425
+  (0.0ms) SAVEPOINT active_record_1
1039426
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -805877741 LIMIT 1
1039427
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -805877741], ["username", "billy_49"], ["access_token", "e23fc0c71acef71877c41b8da9b909f7"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-09-11 21:40:18.876468"], ["updated_at", "2015-09-11 21:40:18.876468"]]
1039428
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039429
+  (0.0ms) SAVEPOINT active_record_1
1039430
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1039431
+  (1.0ms) rollback transaction
1039432
+  (0.1ms) begin transaction
1039433
+  (0.0ms) SAVEPOINT active_record_1
1039434
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1
1039435
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "eb9ac4392261a53fbd94ba71d9edd293"], ["created_at", "2015-09-11 21:40:18.885864"], ["updated_at", "2015-09-11 21:40:18.885864"]]
1039436
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039437
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]
1039438
+ Processing by OpenStax::Accounts::SessionsController#destroy as HTML
1039439
+ Redirected to http://test.host/
1039440
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
1039441
+  (0.3ms) rollback transaction
1039442
+  (0.0ms) begin transaction
1039443
+  (0.0ms) SAVEPOINT active_record_1
1039444
+ OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1
1039445
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "3e594622ddbb2543ca5d773c2bb92685"], ["created_at", "2015-09-11 21:40:18.893150"], ["updated_at", "2015-09-11 21:40:18.893150"]]
1039446
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039447
+ Processing by OpenStax::Accounts::SessionsController#new as HTML
1039448
+ Redirected to http://test.host/accounts/dev/accounts
1039449
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
1039450
+  (0.4ms) rollback transaction
1039451
+  (0.0ms) begin transaction
1039452
+  (0.0ms) SAVEPOINT active_record_1
1039453
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1
1039454
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "0e32b9b5e331d83b43329100b68f8047"], ["created_at", "2015-09-11 21:40:18.898488"], ["updated_at", "2015-09-11 21:40:18.898488"]]
1039455
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039456
+  (0.3ms) rollback transaction
1039457
+  (0.0ms) begin transaction
1039458
+  (0.0ms) SAVEPOINT active_record_1
1039459
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1067796365 LIMIT 1
1039460
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1067796365], ["username", "jstrav"], ["access_token", "0abd7dbe7ec4092b53dc01e6a289f653"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:18.901710"], ["updated_at", "2015-09-11 21:40:18.901710"]]
1039461
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039462
+  (0.0ms) SAVEPOINT active_record_1
1039463
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1841265049 LIMIT 1
1039464
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1841265049], ["username", "mary"], ["access_token", "fb6a11ce6fdefb120bdb3ac5be5c071b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:18.903762"], ["updated_at", "2015-09-11 21:40:18.903762"]]
1039465
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039466
+  (0.0ms) SAVEPOINT active_record_1
1039467
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1006309413 LIMIT 1
1039468
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1006309413], ["username", "jstead"], ["access_token", "9d2abe72073146960e97de152eadb23d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:18.905938"], ["updated_at", "2015-09-11 21:40:18.905938"]]
1039469
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039470
+  (0.0ms) SAVEPOINT active_record_1
1039471
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1565435368 LIMIT 1
1039472
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1565435368], ["username", "bigbear"], ["access_token", "2fd92f105ecb7f1ab8f0692ca6f79a79"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:18.907790"], ["updated_at", "2015-09-11 21:40:18.907790"]]
1039473
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039474
+  (0.0ms) SAVEPOINT active_record_1
1039475
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')
1039476
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039477
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC
1039478
+  (0.5ms) rollback transaction
1039479
+  (0.0ms) begin transaction
1039480
+  (0.0ms) SAVEPOINT active_record_1
1039481
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1284545074 LIMIT 1
1039482
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1284545074], ["username", "jstrav"], ["access_token", "0e74f07656fa9e3ec7c021aa4ff5668a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:18.913500"], ["updated_at", "2015-09-11 21:40:18.913500"]]
1039483
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039484
+  (0.0ms) SAVEPOINT active_record_1
1039485
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -676399958 LIMIT 1
1039486
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -676399958], ["username", "mary"], ["access_token", "1c9d6f335321819c4b82d5882bd3bfb9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:18.916140"], ["updated_at", "2015-09-11 21:40:18.916140"]]
1039487
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039488
+  (0.0ms) SAVEPOINT active_record_1
1039489
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -444486287 LIMIT 1
1039490
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -444486287], ["username", "jstead"], ["access_token", "5f733573a560bd06d531ffb45c827239"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:18.918389"], ["updated_at", "2015-09-11 21:40:18.918389"]]
1039491
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039492
+  (0.0ms) SAVEPOINT active_record_1
1039493
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1556398062 LIMIT 1
1039494
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1556398062], ["username", "bigbear"], ["access_token", "4516f37a85f1dc5c41bc5870aee95831"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:18.920635"], ["updated_at", "2015-09-11 21:40:18.920635"]]
1039495
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039496
+  (0.0ms) SAVEPOINT active_record_1
1039497
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0))
1039498
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039499
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC
1039500
+  (0.4ms) rollback transaction
1039501
+  (0.0ms) begin transaction
1039502
+  (0.0ms) SAVEPOINT active_record_1
1039503
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -460846792 LIMIT 1
1039504
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -460846792], ["username", "jstrav"], ["access_token", "23b30acaaaf6d9510d78364bf1e27957"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:18.926285"], ["updated_at", "2015-09-11 21:40:18.926285"]]
1039505
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039506
+  (0.0ms) SAVEPOINT active_record_1
1039507
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1956751653 LIMIT 1
1039508
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1956751653], ["username", "mary"], ["access_token", "6bac1c7dc0cbf90926884332bdb45f4b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:18.928429"], ["updated_at", "2015-09-11 21:40:18.928429"]]
1039509
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039510
+  (0.0ms) SAVEPOINT active_record_1
1039511
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -897950165 LIMIT 1
1039512
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -897950165], ["username", "jstead"], ["access_token", "fd67ae48408b00b215f435f6cfe8622f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:18.930472"], ["updated_at", "2015-09-11 21:40:18.930472"]]
1039513
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039514
+  (0.0ms) SAVEPOINT active_record_1
1039515
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -6382555 LIMIT 1
1039516
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -6382555], ["username", "bigbear"], ["access_token", "d2457ca77b0545dcc0e180830a16068f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:18.932486"], ["updated_at", "2015-09-11 21:40:18.932486"]]
1039517
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039518
+  (0.0ms) SAVEPOINT active_record_1
1039519
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%')
1039520
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039521
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC
1039522
+  (0.5ms) rollback transaction
1039523
+  (0.0ms) begin transaction
1039524
+  (0.0ms) SAVEPOINT active_record_1
1039525
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -961217461 LIMIT 1
1039526
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -961217461], ["username", "jstrav"], ["access_token", "605a78a8d4a41073439227845590057f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:18.937886"], ["updated_at", "2015-09-11 21:40:18.937886"]]
1039527
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039528
+  (0.0ms) SAVEPOINT active_record_1
1039529
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -201403724 LIMIT 1
1039530
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -201403724], ["username", "mary"], ["access_token", "ddd83f9da3f162b54cf15b4beac8ae1e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:18.940326"], ["updated_at", "2015-09-11 21:40:18.940326"]]
1039531
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039532
+  (0.0ms) SAVEPOINT active_record_1
1039533
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -999470531 LIMIT 1
1039534
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -999470531], ["username", "jstead"], ["access_token", "bef8cde11e9fc694468059f0d33109eb"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:18.942560"], ["updated_at", "2015-09-11 21:40:18.942560"]]
1039535
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039536
+  (0.0ms) SAVEPOINT active_record_1
1039537
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2107424231 LIMIT 1
1039538
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2107424231], ["username", "bigbear"], ["access_token", "16dc18193b0cdc2b893527d48dea960c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:18.944565"], ["updated_at", "2015-09-11 21:40:18.944565"]]
1039539
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039540
+  (0.0ms) SAVEPOINT active_record_1
1039541
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%')
1039542
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039543
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%') ORDER BY "openstax_accounts_accounts"."username" ASC
1039544
+  (0.5ms) rollback transaction
1039545
+  (0.1ms) begin transaction
1039546
+  (0.0ms) SAVEPOINT active_record_1
1039547
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1346920092 LIMIT 1
1039548
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1346920092], ["username", "jstrav"], ["access_token", "aca66a40cc2ff5eb3df5b0cdf0322f8b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:18.950247"], ["updated_at", "2015-09-11 21:40:18.950247"]]
1039549
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039550
+  (0.0ms) SAVEPOINT active_record_1
1039551
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -299567264 LIMIT 1
1039552
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -299567264], ["username", "mary"], ["access_token", "bedb6b08d400ee27316b4d47cd5dce5e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:18.952995"], ["updated_at", "2015-09-11 21:40:18.952995"]]
1039553
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039554
+  (0.0ms) SAVEPOINT active_record_1
1039555
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1794760914 LIMIT 1
1039556
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1794760914], ["username", "jstead"], ["access_token", "edc5cd436b422fa83d7667ef36d3266c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:18.955440"], ["updated_at", "2015-09-11 21:40:18.955440"]]
1039557
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039558
+  (0.0ms) SAVEPOINT active_record_1
1039559
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486632034 LIMIT 1
1039560
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -486632034], ["username", "bigbear"], ["access_token", "1ac6367707fdd1df23d0467133731842"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:18.957369"], ["updated_at", "2015-09-11 21:40:18.957369"]]
1039561
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039562
+  (0.0ms) SAVEPOINT active_record_1
1039563
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))
1039564
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039565
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC
1039566
+  (0.5ms) rollback transaction
1039567
+  (0.0ms) begin transaction
1039568
+  (0.0ms) SAVEPOINT active_record_1
1039569
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -424884859 LIMIT 1
1039570
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -424884859], ["username", "jstrav"], ["access_token", "a0744cd268e5d4de7205d7c783ab6db0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:18.963205"], ["updated_at", "2015-09-11 21:40:18.963205"]]
1039571
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039572
+  (0.0ms) SAVEPOINT active_record_1
1039573
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1626551545 LIMIT 1
1039574
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1626551545], ["username", "mary"], ["access_token", "c25f59eaf6a468606c82bfb366b28c80"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:18.965423"], ["updated_at", "2015-09-11 21:40:18.965423"]]
1039575
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039576
+  (0.0ms) SAVEPOINT active_record_1
1039577
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1668855568 LIMIT 1
1039578
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1668855568], ["username", "jstead"], ["access_token", "b814a556f012af95b5c2f6fc4f33a089"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:18.967497"], ["updated_at", "2015-09-11 21:40:18.967497"]]
1039579
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039580
+  (0.0ms) SAVEPOINT active_record_1
1039581
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -165711951 LIMIT 1
1039582
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -165711951], ["username", "bigbear"], ["access_token", "6d89c2031611aff7c8f1d58acfbd5160"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:18.969334"], ["updated_at", "2015-09-11 21:40:18.969334"]]
1039583
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039584
+  (0.0ms) SAVEPOINT active_record_1
1039585
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%')
1039586
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039587
+ OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC
1039588
+  (0.4ms) rollback transaction
1039589
+  (0.0ms) begin transaction
1039590
+  (0.0ms) SAVEPOINT active_record_1
1039591
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -709279045 LIMIT 1
1039592
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -709279045], ["username", "jstrav"], ["access_token", "fd6979719dbdf6e32b9c8fe336849186"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:18.974973"], ["updated_at", "2015-09-11 21:40:18.974973"]]
1039593
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039594
+  (0.0ms) SAVEPOINT active_record_1
1039595
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -608374676 LIMIT 1
1039596
+ SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -608374676], ["username", "mary"], ["access_token", "dd1c843c4da0407f997eff822a2a6b53"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:18.989026"], ["updated_at", "2015-09-11 21:40:18.989026"]]
1039597
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039598
+  (0.0ms) SAVEPOINT active_record_1
1039599
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1009126467 LIMIT 1
1039600
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1009126467], ["username", "jstead"], ["access_token", "39b3c32083985de86810cc6db9e88dff"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:18.992063"], ["updated_at", "2015-09-11 21:40:18.992063"]]
1039601
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039602
+  (0.0ms) SAVEPOINT active_record_1
1039603
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1743945956 LIMIT 1
1039604
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1743945956], ["username", "bigbear"], ["access_token", "e38e05051ceae73cc82b7f34a32796d9"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:18.994200"], ["updated_at", "2015-09-11 21:40:18.994200"]]
1039605
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039606
+  (0.0ms) SAVEPOINT active_record_1
1039607
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0))
1039608
+  (0.8ms) RELEASE SAVEPOINT active_record_1
1039609
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ((((("openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC
1039610
+  (0.5ms) rollback transaction
1039611
+  (0.0ms) begin transaction
1039612
+  (0.0ms) SAVEPOINT active_record_1
1039613
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -207087290 LIMIT 1
1039614
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -207087290], ["username", "jstrav"], ["access_token", "88b919bf70de152fe4483211a677c6b4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:19.005124"], ["updated_at", "2015-09-11 21:40:19.005124"]]
1039615
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039616
+  (0.0ms) SAVEPOINT active_record_1
1039617
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1720511411 LIMIT 1
1039618
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1720511411], ["username", "mary"], ["access_token", "1dd9a527d57518d7a7f8bf5d2d981251"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:19.007840"], ["updated_at", "2015-09-11 21:40:19.007840"]]
1039619
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039620
+  (0.0ms) SAVEPOINT active_record_1
1039621
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1759897914 LIMIT 1
1039622
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1759897914], ["username", "jstead"], ["access_token", "ab62b4fb01019a3972d2ff7d38755211"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:19.013864"], ["updated_at", "2015-09-11 21:40:19.013864"]]
1039623
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039624
+  (0.0ms) SAVEPOINT active_record_1
1039625
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1657429968 LIMIT 1
1039626
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1657429968], ["username", "bigbear"], ["access_token", "2ddb39b9702495ee60578fd46e619828"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:19.016682"], ["updated_at", "2015-09-11 21:40:19.016682"]]
1039627
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039628
+  (0.0ms) SAVEPOINT active_record_1
1039629
+  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"
1039630
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039631
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC
1039632
+  (0.5ms) rollback transaction
1039633
+  (0.0ms) begin transaction
1039634
+  (0.0ms) SAVEPOINT active_record_1
1039635
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2088080063 LIMIT 1
1039636
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2088080063], ["username", "jstrav"], ["access_token", "6dbc7e64f687b127e94ee9effef2b191"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:19.022032"], ["updated_at", "2015-09-11 21:40:19.022032"]]
1039637
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039638
+  (0.0ms) SAVEPOINT active_record_1
1039639
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -807380827 LIMIT 1
1039640
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -807380827], ["username", "mary"], ["access_token", "4f5d4e60375dceec6d3cff827de935ab"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:19.024411"], ["updated_at", "2015-09-11 21:40:19.024411"]]
1039641
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039642
+  (0.0ms) SAVEPOINT active_record_1
1039643
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -178965954 LIMIT 1
1039644
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -178965954], ["username", "jstead"], ["access_token", "6dd2004370b84d71bed3ac01e515debf"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:19.026639"], ["updated_at", "2015-09-11 21:40:19.026639"]]
1039645
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039646
+  (0.0ms) SAVEPOINT active_record_1
1039647
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1334883504 LIMIT 1
1039648
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1334883504], ["username", "bigbear"], ["access_token", "f5170d167f5a893693f508056e2deb80"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:19.028607"], ["updated_at", "2015-09-11 21:40:19.028607"]]
1039649
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039650
+  (0.0ms) SAVEPOINT active_record_1
1039651
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%')
1039652
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039653
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%') ORDER BY "openstax_accounts_accounts"."username" ASC
1039654
+  (0.4ms) rollback transaction
1039655
+  (0.1ms) begin transaction
1039656
+  (0.1ms) SAVEPOINT active_record_1
1039657
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1928020479 LIMIT 1
1039658
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1928020479], ["username", "jstrav"], ["access_token", "38d974bee01312774507f742f5ec17d4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:19.035058"], ["updated_at", "2015-09-11 21:40:19.035058"]]
1039659
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039660
+  (0.0ms) SAVEPOINT active_record_1
1039661
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2081786426 LIMIT 1
1039662
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2081786426], ["username", "mary"], ["access_token", "2f055922d58ed5ac42624f5300e1a204"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:19.038247"], ["updated_at", "2015-09-11 21:40:19.038247"]]
1039663
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039664
+  (0.0ms) SAVEPOINT active_record_1
1039665
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1414475827 LIMIT 1
1039666
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1414475827], ["username", "jstead"], ["access_token", "cb9ef15c929900f4b574dcc894016d3b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:19.041054"], ["updated_at", "2015-09-11 21:40:19.041054"]]
1039667
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039668
+  (0.0ms) SAVEPOINT active_record_1
1039669
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1076187191 LIMIT 1
1039670
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1076187191], ["username", "bigbear"], ["access_token", "673f3d7be9388f57bb5335d53011b48a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:19.043341"], ["updated_at", "2015-09-11 21:40:19.043341"]]
1039671
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039672
+  (0.1ms) SAVEPOINT active_record_1
1039673
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%')
1039674
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039675
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC
1039676
+  (0.5ms) rollback transaction
1039677
+  (0.0ms) begin transaction
1039678
+  (0.0ms) SAVEPOINT active_record_1
1039679
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -873754540 LIMIT 1
1039680
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -873754540], ["username", "jstrav"], ["access_token", "6de5009a54866c26c9f00135a2ed53fa"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:19.049335"], ["updated_at", "2015-09-11 21:40:19.049335"]]
1039681
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039682
+  (0.0ms) SAVEPOINT active_record_1
1039683
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1526989870 LIMIT 1
1039684
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1526989870], ["username", "mary"], ["access_token", "648935f70d85ab99341430a5e6b99cc9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:19.051678"], ["updated_at", "2015-09-11 21:40:19.051678"]]
1039685
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039686
+  (0.0ms) SAVEPOINT active_record_1
1039687
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -967696829 LIMIT 1
1039688
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -967696829], ["username", "jstead"], ["access_token", "51a5a86dfc76b7a7747158ec7c55f1af"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:19.053868"], ["updated_at", "2015-09-11 21:40:19.053868"]]
1039689
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039690
+  (0.0ms) SAVEPOINT active_record_1
1039691
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1032289514 LIMIT 1
1039692
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1032289514], ["username", "bigbear"], ["access_token", "be0a77aa024b000b82089bb053ddc902"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:19.056088"], ["updated_at", "2015-09-11 21:40:19.056088"]]
1039693
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039694
+  (0.0ms) SAVEPOINT active_record_1
1039695
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -740961643 LIMIT 1
1039696
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -740961643], ["username", "billy_00"], ["access_token", "5ff671b2f1b44b65ba15ee0419603e28"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-09-11 21:40:19.058080"], ["updated_at", "2015-09-11 21:40:19.058080"]]
1039697
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039698
+  (0.0ms) SAVEPOINT active_record_1
1039699
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1008611368 LIMIT 1
1039700
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1008611368], ["username", "billy_01"], ["access_token", "6b14db455aee41181d6baaf5379a8db4"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-09-11 21:40:19.059960"], ["updated_at", "2015-09-11 21:40:19.059960"]]
1039701
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039702
+  (0.0ms) SAVEPOINT active_record_1
1039703
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1667171794 LIMIT 1
1039704
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1667171794], ["username", "billy_02"], ["access_token", "24217f06967e9212f43caa58d440cac5"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-09-11 21:40:19.062191"], ["updated_at", "2015-09-11 21:40:19.062191"]]
1039705
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039706
+  (0.0ms) SAVEPOINT active_record_1
1039707
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1022733454 LIMIT 1
1039708
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1022733454], ["username", "billy_03"], ["access_token", "a20efe0694945428dfc1332d046d789d"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-09-11 21:40:19.064071"], ["updated_at", "2015-09-11 21:40:19.064071"]]
1039709
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039710
+  (0.0ms) SAVEPOINT active_record_1
1039711
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1540759588 LIMIT 1
1039712
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1540759588], ["username", "billy_04"], ["access_token", "f99129995058d3a4a44aa78b166feb7f"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-09-11 21:40:19.065830"], ["updated_at", "2015-09-11 21:40:19.065830"]]
1039713
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039714
+  (0.0ms) SAVEPOINT active_record_1
1039715
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1813025090 LIMIT 1
1039716
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1813025090], ["username", "billy_05"], ["access_token", "2fa2c6512277be30af3c09667a8b83c3"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-09-11 21:40:19.067614"], ["updated_at", "2015-09-11 21:40:19.067614"]]
1039717
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039718
+  (0.0ms) SAVEPOINT active_record_1
1039719
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -696799188 LIMIT 1
1039720
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -696799188], ["username", "billy_06"], ["access_token", "8c83901135a23dc30b568fc7657c49b3"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-09-11 21:40:19.069449"], ["updated_at", "2015-09-11 21:40:19.069449"]]
1039721
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039722
+  (0.0ms) SAVEPOINT active_record_1
1039723
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1967676627 LIMIT 1
1039724
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1967676627], ["username", "billy_07"], ["access_token", "d3e481049618af61f085562a77607347"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-09-11 21:40:19.071274"], ["updated_at", "2015-09-11 21:40:19.071274"]]
1039725
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039726
+  (0.0ms) SAVEPOINT active_record_1
1039727
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2098788709 LIMIT 1
1039728
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2098788709], ["username", "billy_08"], ["access_token", "061898a3fcbdcbead17e59d222e2f6ae"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-09-11 21:40:19.073360"], ["updated_at", "2015-09-11 21:40:19.073360"]]
1039729
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039730
+  (0.0ms) SAVEPOINT active_record_1
1039731
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1248577586 LIMIT 1
1039732
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1248577586], ["username", "billy_09"], ["access_token", "431e27473f940dbddfacf3847e71a2df"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-09-11 21:40:19.075364"], ["updated_at", "2015-09-11 21:40:19.075364"]]
1039733
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039734
+  (0.0ms) SAVEPOINT active_record_1
1039735
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -417201105 LIMIT 1
1039736
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -417201105], ["username", "billy_10"], ["access_token", "4a7a56145ba7c9735f4387e94620ff77"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-09-11 21:40:19.077273"], ["updated_at", "2015-09-11 21:40:19.077273"]]
1039737
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039738
+  (0.0ms) SAVEPOINT active_record_1
1039739
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -83557268 LIMIT 1
1039740
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -83557268], ["username", "billy_11"], ["access_token", "0dbf585b8d2ea7d087346ab26647140a"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-09-11 21:40:19.079237"], ["updated_at", "2015-09-11 21:40:19.079237"]]
1039741
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039742
+  (0.0ms) SAVEPOINT active_record_1
1039743
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1658264659 LIMIT 1
1039744
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1658264659], ["username", "billy_12"], ["access_token", "02c920adac937e2ed2d6f7c8e87c1517"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-09-11 21:40:19.081174"], ["updated_at", "2015-09-11 21:40:19.081174"]]
1039745
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039746
+  (0.0ms) SAVEPOINT active_record_1
1039747
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1534700536 LIMIT 1
1039748
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1534700536], ["username", "billy_13"], ["access_token", "e7426498fa4657eaeca2b810febbd9c0"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-09-11 21:40:19.083196"], ["updated_at", "2015-09-11 21:40:19.083196"]]
1039749
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039750
+  (0.0ms) SAVEPOINT active_record_1
1039751
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1350213898 LIMIT 1
1039752
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1350213898], ["username", "billy_14"], ["access_token", "cbd72bef8744eee6a4d18268d7273ace"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-09-11 21:40:19.085109"], ["updated_at", "2015-09-11 21:40:19.085109"]]
1039753
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039754
+  (0.0ms) SAVEPOINT active_record_1
1039755
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1661593339 LIMIT 1
1039756
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1661593339], ["username", "billy_15"], ["access_token", "e279aba828e3794c4e4febdb6b88f30d"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-09-11 21:40:19.086902"], ["updated_at", "2015-09-11 21:40:19.086902"]]
1039757
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039758
+  (0.0ms) SAVEPOINT active_record_1
1039759
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -180541905 LIMIT 1
1039760
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -180541905], ["username", "billy_16"], ["access_token", "911831ee78dfe8806c0852e34b69f38c"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-09-11 21:40:19.088705"], ["updated_at", "2015-09-11 21:40:19.088705"]]
1039761
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039762
+  (0.0ms) SAVEPOINT active_record_1
1039763
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1054604757 LIMIT 1
1039764
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1054604757], ["username", "billy_17"], ["access_token", "b2a2cc0085b7a01d536f9476bd3c3c5b"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-09-11 21:40:19.090478"], ["updated_at", "2015-09-11 21:40:19.090478"]]
1039765
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039766
+  (0.0ms) SAVEPOINT active_record_1
1039767
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2065215553 LIMIT 1
1039768
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2065215553], ["username", "billy_18"], ["access_token", "1625ce96a80d008b0276471eeb1dee36"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-09-11 21:40:19.092227"], ["updated_at", "2015-09-11 21:40:19.092227"]]
1039769
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039770
+  (0.0ms) SAVEPOINT active_record_1
1039771
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -575972396 LIMIT 1
1039772
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -575972396], ["username", "billy_19"], ["access_token", "75b882adb71ca94bc183b73db47f477c"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-09-11 21:40:19.094191"], ["updated_at", "2015-09-11 21:40:19.094191"]]
1039773
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039774
+  (0.0ms) SAVEPOINT active_record_1
1039775
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -98223155 LIMIT 1
1039776
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -98223155], ["username", "billy_20"], ["access_token", "d3a1314daf5165e22a2e75ede58a5ea4"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-09-11 21:40:19.096027"], ["updated_at", "2015-09-11 21:40:19.096027"]]
1039777
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039778
+  (0.0ms) SAVEPOINT active_record_1
1039779
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -450698204 LIMIT 1
1039780
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -450698204], ["username", "billy_21"], ["access_token", "3b4b49f2bd8757d1dc4c9ec8b0bab060"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-09-11 21:40:19.098056"], ["updated_at", "2015-09-11 21:40:19.098056"]]
1039781
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039782
+  (0.1ms) SAVEPOINT active_record_1
1039783
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1466851089 LIMIT 1
1039784
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1466851089], ["username", "billy_22"], ["access_token", "64ca49258c704363b3a54350faae4b58"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-09-11 21:40:19.099811"], ["updated_at", "2015-09-11 21:40:19.099811"]]
1039785
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039786
+  (0.0ms) SAVEPOINT active_record_1
1039787
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1650092187 LIMIT 1
1039788
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1650092187], ["username", "billy_23"], ["access_token", "3a54a550b608d2a12fa924d96cb479d0"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-09-11 21:40:19.101546"], ["updated_at", "2015-09-11 21:40:19.101546"]]
1039789
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1039790
+  (0.0ms) SAVEPOINT active_record_1
1039791
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -906972591 LIMIT 1
1039792
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -906972591], ["username", "billy_24"], ["access_token", "32bbd26a1fd33464e3d45ebaf10e05f3"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-09-11 21:40:19.103277"], ["updated_at", "2015-09-11 21:40:19.103277"]]
1039793
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039794
+  (0.0ms) SAVEPOINT active_record_1
1039795
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -255345788 LIMIT 1
1039796
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -255345788], ["username", "billy_25"], ["access_token", "677c715d8d5e752ed436d632832d7467"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-09-11 21:40:19.105156"], ["updated_at", "2015-09-11 21:40:19.105156"]]
1039797
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039798
+  (0.0ms) SAVEPOINT active_record_1
1039799
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -641144978 LIMIT 1
1039800
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -641144978], ["username", "billy_26"], ["access_token", "0fdecb816238db3899546dde1e49d0eb"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-09-11 21:40:19.107147"], ["updated_at", "2015-09-11 21:40:19.107147"]]
1039801
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039802
+  (0.0ms) SAVEPOINT active_record_1
1039803
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1133132280 LIMIT 1
1039804
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1133132280], ["username", "billy_27"], ["access_token", "0b96a9c47cd12335309dbb6f85938ea2"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-09-11 21:40:19.108905"], ["updated_at", "2015-09-11 21:40:19.108905"]]
1039805
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039806
+  (0.0ms) SAVEPOINT active_record_1
1039807
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -566739281 LIMIT 1
1039808
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -566739281], ["username", "billy_28"], ["access_token", "9d6ed64abf83bf933cb0753755fc0f4d"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-09-11 21:40:19.110767"], ["updated_at", "2015-09-11 21:40:19.110767"]]
1039809
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039810
+  (0.0ms) SAVEPOINT active_record_1
1039811
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -166005983 LIMIT 1
1039812
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -166005983], ["username", "billy_29"], ["access_token", "9bd8960be291fbc8e48f34103555b1c8"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-09-11 21:40:19.112674"], ["updated_at", "2015-09-11 21:40:19.112674"]]
1039813
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039814
+  (0.0ms) SAVEPOINT active_record_1
1039815
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -688967539 LIMIT 1
1039816
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -688967539], ["username", "billy_30"], ["access_token", "187f89f29f7d518ce8c9e2edce760b5b"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-09-11 21:40:19.114867"], ["updated_at", "2015-09-11 21:40:19.114867"]]
1039817
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039818
+  (0.0ms) SAVEPOINT active_record_1
1039819
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -585664664 LIMIT 1
1039820
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -585664664], ["username", "billy_31"], ["access_token", "1097c36bba5d87261cca05e6757f6cb6"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-09-11 21:40:19.117269"], ["updated_at", "2015-09-11 21:40:19.117269"]]
1039821
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1039822
+  (0.0ms) SAVEPOINT active_record_1
1039823
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1582396789 LIMIT 1
1039824
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1582396789], ["username", "billy_32"], ["access_token", "ad1bc6b792e6e9bd788a1825e9131e01"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-09-11 21:40:19.119760"], ["updated_at", "2015-09-11 21:40:19.119760"]]
1039825
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039826
+  (0.0ms) SAVEPOINT active_record_1
1039827
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2022239513 LIMIT 1
1039828
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2022239513], ["username", "billy_33"], ["access_token", "57cc7aa1a8e324a5756544cb20df01fa"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-09-11 21:40:19.121823"], ["updated_at", "2015-09-11 21:40:19.121823"]]
1039829
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039830
+  (0.0ms) SAVEPOINT active_record_1
1039831
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1602473967 LIMIT 1
1039832
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1602473967], ["username", "billy_34"], ["access_token", "a92de776bdff4c803f2434a611004da5"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-09-11 21:40:19.123894"], ["updated_at", "2015-09-11 21:40:19.123894"]]
1039833
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039834
+  (0.0ms) SAVEPOINT active_record_1
1039835
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -378137899 LIMIT 1
1039836
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -378137899], ["username", "billy_35"], ["access_token", "fab30413cda0b65d39487200344cb3ad"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-09-11 21:40:19.125975"], ["updated_at", "2015-09-11 21:40:19.125975"]]
1039837
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039838
+  (0.0ms) SAVEPOINT active_record_1
1039839
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -79390126 LIMIT 1
1039840
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -79390126], ["username", "billy_36"], ["access_token", "69ca7a3eb23d8a279bcf4d41f7b56af1"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-09-11 21:40:19.128027"], ["updated_at", "2015-09-11 21:40:19.128027"]]
1039841
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039842
+  (0.0ms) SAVEPOINT active_record_1
1039843
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -374280156 LIMIT 1
1039844
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -374280156], ["username", "billy_37"], ["access_token", "6b6954d78a65ddce52d9721bf0cabd34"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-09-11 21:40:19.130381"], ["updated_at", "2015-09-11 21:40:19.130381"]]
1039845
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039846
+  (0.0ms) SAVEPOINT active_record_1
1039847
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2028732716 LIMIT 1
1039848
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2028732716], ["username", "billy_38"], ["access_token", "09ee2606d7c742e79d18ad214a436a9f"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-09-11 21:40:19.132598"], ["updated_at", "2015-09-11 21:40:19.132598"]]
1039849
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039850
+  (0.0ms) SAVEPOINT active_record_1
1039851
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -562383621 LIMIT 1
1039852
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -562383621], ["username", "billy_39"], ["access_token", "3018299798b1e5140605daadb28574f9"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-09-11 21:40:19.134396"], ["updated_at", "2015-09-11 21:40:19.134396"]]
1039853
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039854
+  (0.0ms) SAVEPOINT active_record_1
1039855
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1102907448 LIMIT 1
1039856
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1102907448], ["username", "billy_40"], ["access_token", "4ff86816dbd4772e4145c0b3a6ea1365"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-09-11 21:40:19.136176"], ["updated_at", "2015-09-11 21:40:19.136176"]]
1039857
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039858
+  (0.0ms) SAVEPOINT active_record_1
1039859
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -888068623 LIMIT 1
1039860
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -888068623], ["username", "billy_41"], ["access_token", "1edf0d353e6a44a3bc71495d4671e9a4"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-09-11 21:40:19.138182"], ["updated_at", "2015-09-11 21:40:19.138182"]]
1039861
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039862
+  (0.0ms) SAVEPOINT active_record_1
1039863
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1938358248 LIMIT 1
1039864
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1938358248], ["username", "billy_42"], ["access_token", "bf5fe4abce16d61437c3ebd7f09072af"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-09-11 21:40:19.139948"], ["updated_at", "2015-09-11 21:40:19.139948"]]
1039865
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039866
+  (0.0ms) SAVEPOINT active_record_1
1039867
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -686398260 LIMIT 1
1039868
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -686398260], ["username", "billy_43"], ["access_token", "d1e58229142b8664ee8d604b098e9870"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-09-11 21:40:19.141842"], ["updated_at", "2015-09-11 21:40:19.141842"]]
1039869
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039870
+  (0.0ms) SAVEPOINT active_record_1
1039871
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55434482 LIMIT 1
1039872
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -55434482], ["username", "billy_44"], ["access_token", "77bf5f3e68b73a2b224912d39451a5b4"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-09-11 21:40:19.143774"], ["updated_at", "2015-09-11 21:40:19.143774"]]
1039873
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039874
+  (0.0ms) SAVEPOINT active_record_1
1039875
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592358760 LIMIT 1
1039876
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -592358760], ["username", "billy_45"], ["access_token", "fdf7780a8ecc0ee2dce4be0fdb0642b7"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-09-11 21:40:19.145522"], ["updated_at", "2015-09-11 21:40:19.145522"]]
1039877
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039878
+  (0.0ms) SAVEPOINT active_record_1
1039879
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')
1039880
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039881
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 40
1039882
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_45' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1
1039883
+  (1.2ms) rollback transaction
1039884
+  (0.1ms) begin transaction
1039885
+  (0.0ms) SAVEPOINT active_record_1
1039886
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1694498173 LIMIT 1
1039887
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1694498173], ["username", "jstrav"], ["access_token", "4f0bd877aff05e29bd7296fa51127edb"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:19.156787"], ["updated_at", "2015-09-11 21:40:19.156787"]]
1039888
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039889
+  (0.0ms) SAVEPOINT active_record_1
1039890
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -330458168 LIMIT 1
1039891
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -330458168], ["username", "mary"], ["access_token", "48a2ef5f6e2e6d3c279cd6c7f52a3394"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:19.159782"], ["updated_at", "2015-09-11 21:40:19.159782"]]
1039892
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039893
+  (0.0ms) SAVEPOINT active_record_1
1039894
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -193121282 LIMIT 1
1039895
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -193121282], ["username", "jstead"], ["access_token", "fb1beb13e0898b4d322fd1f01fb579f4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:19.162320"], ["updated_at", "2015-09-11 21:40:19.162320"]]
1039896
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039897
+  (0.0ms) SAVEPOINT active_record_1
1039898
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1075493534 LIMIT 1
1039899
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1075493534], ["username", "bigbear"], ["access_token", "d442d31385df417f7cb35c0ebcddada3"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:19.164360"], ["updated_at", "2015-09-11 21:40:19.164360"]]
1039900
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039901
+  (0.0ms) SAVEPOINT active_record_1
1039902
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1199685531 LIMIT 1
1039903
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1199685531], ["username", "billy_00"], ["access_token", "dc7e9a08d46cd4478067cccd512253c8"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-09-11 21:40:19.166278"], ["updated_at", "2015-09-11 21:40:19.166278"]]
1039904
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039905
+  (0.0ms) SAVEPOINT active_record_1
1039906
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -967750690 LIMIT 1
1039907
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -967750690], ["username", "billy_01"], ["access_token", "df4c8efd8fb13a11ea1f6bbd8b8b9c89"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-09-11 21:40:19.168069"], ["updated_at", "2015-09-11 21:40:19.168069"]]
1039908
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039909
+  (0.0ms) SAVEPOINT active_record_1
1039910
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1733907355 LIMIT 1
1039911
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1733907355], ["username", "billy_02"], ["access_token", "f99aaf55d28c195794678021a0db5272"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-09-11 21:40:19.169850"], ["updated_at", "2015-09-11 21:40:19.169850"]]
1039912
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039913
+  (0.0ms) SAVEPOINT active_record_1
1039914
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1838539460 LIMIT 1
1039915
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1838539460], ["username", "billy_03"], ["access_token", "319000fac9e67b8e54a4f8ae15fdb7b4"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-09-11 21:40:19.171684"], ["updated_at", "2015-09-11 21:40:19.171684"]]
1039916
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039917
+  (0.0ms) SAVEPOINT active_record_1
1039918
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1394153847 LIMIT 1
1039919
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1394153847], ["username", "billy_04"], ["access_token", "f7a10ee79e8265464231d83d4ba11cc4"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-09-11 21:40:19.173605"], ["updated_at", "2015-09-11 21:40:19.173605"]]
1039920
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039921
+  (0.0ms) SAVEPOINT active_record_1
1039922
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -997179341 LIMIT 1
1039923
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -997179341], ["username", "billy_05"], ["access_token", "f28cf38c3ff22694128872e5325953a6"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-09-11 21:40:19.175505"], ["updated_at", "2015-09-11 21:40:19.175505"]]
1039924
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039925
+  (0.0ms) SAVEPOINT active_record_1
1039926
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1187284850 LIMIT 1
1039927
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1187284850], ["username", "billy_06"], ["access_token", "1a531cb3e4bdfa6edcdf17d75f1df9e6"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-09-11 21:40:19.177365"], ["updated_at", "2015-09-11 21:40:19.177365"]]
1039928
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039929
+  (0.0ms) SAVEPOINT active_record_1
1039930
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1616205925 LIMIT 1
1039931
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1616205925], ["username", "billy_07"], ["access_token", "3da7d0f525c9ea7065b3262ab276eb87"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-09-11 21:40:19.179514"], ["updated_at", "2015-09-11 21:40:19.179514"]]
1039932
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039933
+  (0.1ms) SAVEPOINT active_record_1
1039934
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -868994279 LIMIT 1
1039935
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -868994279], ["username", "billy_08"], ["access_token", "7321e21d5234bdc706c60fa1629797d3"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-09-11 21:40:19.181311"], ["updated_at", "2015-09-11 21:40:19.181311"]]
1039936
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039937
+  (0.0ms) SAVEPOINT active_record_1
1039938
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1792834495 LIMIT 1
1039939
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1792834495], ["username", "billy_09"], ["access_token", "ee91a7b989fb99c3818b887e05b3530d"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-09-11 21:40:19.183119"], ["updated_at", "2015-09-11 21:40:19.183119"]]
1039940
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039941
+  (0.0ms) SAVEPOINT active_record_1
1039942
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -855285571 LIMIT 1
1039943
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -855285571], ["username", "billy_10"], ["access_token", "99d8856e7c6694ab501c44e6a2789df7"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-09-11 21:40:19.184930"], ["updated_at", "2015-09-11 21:40:19.184930"]]
1039944
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039945
+  (0.0ms) SAVEPOINT active_record_1
1039946
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -428203962 LIMIT 1
1039947
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -428203962], ["username", "billy_11"], ["access_token", "c468e6660f9d58ca05f0173b6376a34b"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-09-11 21:40:19.186724"], ["updated_at", "2015-09-11 21:40:19.186724"]]
1039948
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039949
+  (0.0ms) SAVEPOINT active_record_1
1039950
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -976204856 LIMIT 1
1039951
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -976204856], ["username", "billy_12"], ["access_token", "4c70346bf4037513d4b8f17490e59c6e"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-09-11 21:40:19.188488"], ["updated_at", "2015-09-11 21:40:19.188488"]]
1039952
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039953
+  (0.0ms) SAVEPOINT active_record_1
1039954
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1328472316 LIMIT 1
1039955
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1328472316], ["username", "billy_13"], ["access_token", "bdc26f48331723c2acd5b302c17e25a4"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-09-11 21:40:19.190562"], ["updated_at", "2015-09-11 21:40:19.190562"]]
1039956
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039957
+  (0.0ms) SAVEPOINT active_record_1
1039958
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -90793083 LIMIT 1
1039959
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -90793083], ["username", "billy_14"], ["access_token", "bac73b9e7d13bb25ef71a1ee2e1e57b7"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-09-11 21:40:19.192418"], ["updated_at", "2015-09-11 21:40:19.192418"]]
1039960
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039961
+  (0.0ms) SAVEPOINT active_record_1
1039962
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -271130450 LIMIT 1
1039963
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -271130450], ["username", "billy_15"], ["access_token", "9fcece6f22f8157c61477dfc13c18f04"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-09-11 21:40:19.194376"], ["updated_at", "2015-09-11 21:40:19.194376"]]
1039964
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039965
+  (0.0ms) SAVEPOINT active_record_1
1039966
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -787968584 LIMIT 1
1039967
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -787968584], ["username", "billy_16"], ["access_token", "7fbe6e996ee0f87635ee2054b9667c75"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-09-11 21:40:19.196551"], ["updated_at", "2015-09-11 21:40:19.196551"]]
1039968
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039969
+  (0.0ms) SAVEPOINT active_record_1
1039970
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -958868599 LIMIT 1
1039971
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -958868599], ["username", "billy_17"], ["access_token", "39fdac5aac7cf9351001bf626e8cf83b"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-09-11 21:40:19.198435"], ["updated_at", "2015-09-11 21:40:19.198435"]]
1039972
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039973
+  (0.0ms) SAVEPOINT active_record_1
1039974
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1669473855 LIMIT 1
1039975
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1669473855], ["username", "billy_18"], ["access_token", "bf3ae41edc664ab22d45619aa8d1ef5d"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-09-11 21:40:19.200319"], ["updated_at", "2015-09-11 21:40:19.200319"]]
1039976
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1039977
+  (0.0ms) SAVEPOINT active_record_1
1039978
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1916356211 LIMIT 1
1039979
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1916356211], ["username", "billy_19"], ["access_token", "6439a268e13f24defbd9c59447032deb"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-09-11 21:40:19.202078"], ["updated_at", "2015-09-11 21:40:19.202078"]]
1039980
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039981
+  (0.0ms) SAVEPOINT active_record_1
1039982
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1659412193 LIMIT 1
1039983
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1659412193], ["username", "billy_20"], ["access_token", "8e9640b5b339261268a59adcd0905b0d"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-09-11 21:40:19.203824"], ["updated_at", "2015-09-11 21:40:19.203824"]]
1039984
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039985
+  (0.0ms) SAVEPOINT active_record_1
1039986
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -376200293 LIMIT 1
1039987
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -376200293], ["username", "billy_21"], ["access_token", "ec7a0beb7647a75ceabd60b351964912"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-09-11 21:40:19.205721"], ["updated_at", "2015-09-11 21:40:19.205721"]]
1039988
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039989
+  (0.0ms) SAVEPOINT active_record_1
1039990
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -885596594 LIMIT 1
1039991
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -885596594], ["username", "billy_22"], ["access_token", "48c96066b255fc9542c9034fef25a475"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-09-11 21:40:19.207536"], ["updated_at", "2015-09-11 21:40:19.207536"]]
1039992
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039993
+  (0.0ms) SAVEPOINT active_record_1
1039994
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1964721535 LIMIT 1
1039995
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1964721535], ["username", "billy_23"], ["access_token", "fb52fa0cca7e735c058bb1f495308580"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-09-11 21:40:19.209504"], ["updated_at", "2015-09-11 21:40:19.209504"]]
1039996
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1039997
+  (0.0ms) SAVEPOINT active_record_1
1039998
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1965307219 LIMIT 1
1039999
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1965307219], ["username", "billy_24"], ["access_token", "c521d7c3ca99b2db93734e39984ad3b3"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-09-11 21:40:19.211256"], ["updated_at", "2015-09-11 21:40:19.211256"]]
1040000
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040001
+  (0.0ms) SAVEPOINT active_record_1
1040002
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1492621903 LIMIT 1
1040003
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1492621903], ["username", "billy_25"], ["access_token", "c3f64d8b892ebb554c70761ea67e22ba"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-09-11 21:40:19.213013"], ["updated_at", "2015-09-11 21:40:19.213013"]]
1040004
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040005
+  (0.0ms) SAVEPOINT active_record_1
1040006
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -392201097 LIMIT 1
1040007
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -392201097], ["username", "billy_26"], ["access_token", "bbff3f03aeb2ef13fc8860c3acb696ae"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-09-11 21:40:19.214701"], ["updated_at", "2015-09-11 21:40:19.214701"]]
1040008
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040009
+  (0.0ms) SAVEPOINT active_record_1
1040010
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1577881844 LIMIT 1
1040011
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1577881844], ["username", "billy_27"], ["access_token", "d17f80f2a7a88ce824444270be1e4df3"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-09-11 21:40:19.216415"], ["updated_at", "2015-09-11 21:40:19.216415"]]
1040012
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040013
+  (0.0ms) SAVEPOINT active_record_1
1040014
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1878029030 LIMIT 1
1040015
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1878029030], ["username", "billy_28"], ["access_token", "6929d7fe45938f67e36354157dd3e133"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-09-11 21:40:19.218169"], ["updated_at", "2015-09-11 21:40:19.218169"]]
1040016
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040017
+  (0.0ms) SAVEPOINT active_record_1
1040018
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -866171400 LIMIT 1
1040019
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -866171400], ["username", "billy_29"], ["access_token", "8e699aa383e68478b20bcd99b81f9b03"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-09-11 21:40:19.219924"], ["updated_at", "2015-09-11 21:40:19.219924"]]
1040020
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040021
+  (0.0ms) SAVEPOINT active_record_1
1040022
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2154892 LIMIT 1
1040023
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2154892], ["username", "billy_30"], ["access_token", "adee3586bbc218fde51a951eeeff4dd9"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-09-11 21:40:19.222049"], ["updated_at", "2015-09-11 21:40:19.222049"]]
1040024
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040025
+  (0.0ms) SAVEPOINT active_record_1
1040026
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1927398692 LIMIT 1
1040027
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1927398692], ["username", "billy_31"], ["access_token", "a9879021ecff4766e970b5a93b3d5685"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-09-11 21:40:19.223836"], ["updated_at", "2015-09-11 21:40:19.223836"]]
1040028
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040029
+  (0.0ms) SAVEPOINT active_record_1
1040030
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1481392867 LIMIT 1
1040031
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1481392867], ["username", "billy_32"], ["access_token", "5cae097db9247ce4bde0064b96e8279a"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-09-11 21:40:19.225688"], ["updated_at", "2015-09-11 21:40:19.225688"]]
1040032
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040033
+  (0.0ms) SAVEPOINT active_record_1
1040034
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -424806366 LIMIT 1
1040035
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -424806366], ["username", "billy_33"], ["access_token", "ca885c242ef2d74016a944bb2d4f17ad"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-09-11 21:40:19.227427"], ["updated_at", "2015-09-11 21:40:19.227427"]]
1040036
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040037
+  (0.0ms) SAVEPOINT active_record_1
1040038
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1076282057 LIMIT 1
1040039
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1076282057], ["username", "billy_34"], ["access_token", "75b7f02a9a3692adb95fb5d86599eede"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-09-11 21:40:19.229241"], ["updated_at", "2015-09-11 21:40:19.229241"]]
1040040
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040041
+  (0.0ms) SAVEPOINT active_record_1
1040042
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -494673296 LIMIT 1
1040043
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -494673296], ["username", "billy_35"], ["access_token", "69b427fab6dcb62926971be9d16a2515"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-09-11 21:40:19.231358"], ["updated_at", "2015-09-11 21:40:19.231358"]]
1040044
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040045
+  (0.0ms) SAVEPOINT active_record_1
1040046
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -350035479 LIMIT 1
1040047
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -350035479], ["username", "billy_36"], ["access_token", "76c556474292822b2dc1b7314ee0f29e"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-09-11 21:40:19.233204"], ["updated_at", "2015-09-11 21:40:19.233204"]]
1040048
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040049
+  (0.0ms) SAVEPOINT active_record_1
1040050
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1510576682 LIMIT 1
1040051
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1510576682], ["username", "billy_37"], ["access_token", "849a0927aae5d2618a7176b4f8a7a290"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-09-11 21:40:19.234949"], ["updated_at", "2015-09-11 21:40:19.234949"]]
1040052
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040053
+  (0.0ms) SAVEPOINT active_record_1
1040054
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -78734327 LIMIT 1
1040055
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -78734327], ["username", "billy_38"], ["access_token", "50b762794537e7e4a6e04e8fdf08b89d"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-09-11 21:40:19.236706"], ["updated_at", "2015-09-11 21:40:19.236706"]]
1040056
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040057
+  (0.0ms) SAVEPOINT active_record_1
1040058
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1003613961 LIMIT 1
1040059
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1003613961], ["username", "billy_39"], ["access_token", "24ac4070edac7817d9cc632469a4f477"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-09-11 21:40:19.238780"], ["updated_at", "2015-09-11 21:40:19.238780"]]
1040060
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040061
+  (0.0ms) SAVEPOINT active_record_1
1040062
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -721320720 LIMIT 1
1040063
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -721320720], ["username", "billy_40"], ["access_token", "d52e63e4868a7d25f350a9b2f3b0df4f"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-09-11 21:40:19.240500"], ["updated_at", "2015-09-11 21:40:19.240500"]]
1040064
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040065
+  (0.1ms) SAVEPOINT active_record_1
1040066
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -934603209 LIMIT 1
1040067
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -934603209], ["username", "billy_41"], ["access_token", "d162eb4a2fb21cf855e04abec9353b4e"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-09-11 21:40:19.242265"], ["updated_at", "2015-09-11 21:40:19.242265"]]
1040068
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040069
+  (0.0ms) SAVEPOINT active_record_1
1040070
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -549656645 LIMIT 1
1040071
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -549656645], ["username", "billy_42"], ["access_token", "c0ca4212bee37e932e541a933d5a326e"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-09-11 21:40:19.244086"], ["updated_at", "2015-09-11 21:40:19.244086"]]
1040072
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040073
+  (0.0ms) SAVEPOINT active_record_1
1040074
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1958665153 LIMIT 1
1040075
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1958665153], ["username", "billy_43"], ["access_token", "4ebe769690d94f6925b20ba527f18b77"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-09-11 21:40:19.246217"], ["updated_at", "2015-09-11 21:40:19.246217"]]
1040076
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040077
+  (0.0ms) SAVEPOINT active_record_1
1040078
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -966149775 LIMIT 1
1040079
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -966149775], ["username", "billy_44"], ["access_token", "5b96969d764c96389642fd258088c962"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-09-11 21:40:19.248023"], ["updated_at", "2015-09-11 21:40:19.248023"]]
1040080
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040081
+  (0.0ms) SAVEPOINT active_record_1
1040082
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2050525876 LIMIT 1
1040083
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2050525876], ["username", "billy_45"], ["access_token", "b3ac276556e9ed26188fe0b31e541809"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-09-11 21:40:19.249964"], ["updated_at", "2015-09-11 21:40:19.249964"]]
1040084
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040085
+  (0.0ms) SAVEPOINT active_record_1
1040086
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')
1040087
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040088
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0
1040089
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1
1040090
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1
1040091
+  (1.2ms) rollback transaction
1040092
+  (0.1ms) begin transaction
1040093
+  (0.0ms) SAVEPOINT active_record_1
1040094
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1087678148 LIMIT 1
1040095
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1087678148], ["username", "jstrav"], ["access_token", "2ce35f6a8ee92369d7694e876799ba88"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:19.261839"], ["updated_at", "2015-09-11 21:40:19.261839"]]
1040096
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040097
+  (0.0ms) SAVEPOINT active_record_1
1040098
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1882174954 LIMIT 1
1040099
+ SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1882174954], ["username", "mary"], ["access_token", "13c23af6056483010caddc26ad54cde0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:19.264848"], ["updated_at", "2015-09-11 21:40:19.264848"]]
1040100
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040101
+  (0.0ms) SAVEPOINT active_record_1
1040102
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -383153329 LIMIT 1
1040103
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -383153329], ["username", "jstead"], ["access_token", "a5d7fb5b54755f31e542c17d3ce1f0a8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:19.267442"], ["updated_at", "2015-09-11 21:40:19.267442"]]
1040104
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040105
+  (0.0ms) SAVEPOINT active_record_1
1040106
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1323573676 LIMIT 1
1040107
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1323573676], ["username", "bigbear"], ["access_token", "c5390dc7d48859261d543622bb9215c6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:19.269709"], ["updated_at", "2015-09-11 21:40:19.269709"]]
1040108
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040109
+  (0.0ms) SAVEPOINT active_record_1
1040110
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2116592290 LIMIT 1
1040111
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2116592290], ["username", "billy_00"], ["access_token", "1ce0a24cb176612b200da9cf97d48cd9"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-09-11 21:40:19.271603"], ["updated_at", "2015-09-11 21:40:19.271603"]]
1040112
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040113
+  (0.0ms) SAVEPOINT active_record_1
1040114
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -509464777 LIMIT 1
1040115
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -509464777], ["username", "billy_01"], ["access_token", "98ec98238bb982a001517cc08a96a13a"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-09-11 21:40:19.273523"], ["updated_at", "2015-09-11 21:40:19.273523"]]
1040116
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040117
+  (0.0ms) SAVEPOINT active_record_1
1040118
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1260441410 LIMIT 1
1040119
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1260441410], ["username", "billy_02"], ["access_token", "90f8fe42f56852c046d375c7db6dc237"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-09-11 21:40:19.275389"], ["updated_at", "2015-09-11 21:40:19.275389"]]
1040120
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1040121
+  (0.0ms) SAVEPOINT active_record_1
1040122
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1070163632 LIMIT 1
1040123
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1070163632], ["username", "billy_03"], ["access_token", "9fda1a3412e5b1a7e87ad93a4da2fd5d"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-09-11 21:40:19.277296"], ["updated_at", "2015-09-11 21:40:19.277296"]]
1040124
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040125
+  (0.0ms) SAVEPOINT active_record_1
1040126
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1133218063 LIMIT 1
1040127
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1133218063], ["username", "billy_04"], ["access_token", "63d66cf91898b1fd979f0bf282809f30"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-09-11 21:40:19.279075"], ["updated_at", "2015-09-11 21:40:19.279075"]]
1040128
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040129
+  (0.0ms) SAVEPOINT active_record_1
1040130
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -408910105 LIMIT 1
1040131
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -408910105], ["username", "billy_05"], ["access_token", "3d417f08bbb3bf9174797032e4cc54ed"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-09-11 21:40:19.280873"], ["updated_at", "2015-09-11 21:40:19.280873"]]
1040132
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040133
+  (0.0ms) SAVEPOINT active_record_1
1040134
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -469175456 LIMIT 1
1040135
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -469175456], ["username", "billy_06"], ["access_token", "c4ecb04ce08df6b6ef7d5140c399a3de"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-09-11 21:40:19.282660"], ["updated_at", "2015-09-11 21:40:19.282660"]]
1040136
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040137
+  (0.0ms) SAVEPOINT active_record_1
1040138
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -654516005 LIMIT 1
1040139
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -654516005], ["username", "billy_07"], ["access_token", "a32e3d8463501a0e40c36eaba71494a8"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-09-11 21:40:19.284479"], ["updated_at", "2015-09-11 21:40:19.284479"]]
1040140
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040141
+  (0.0ms) SAVEPOINT active_record_1
1040142
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -839257634 LIMIT 1
1040143
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -839257634], ["username", "billy_08"], ["access_token", "17fc86efb01f347ff9234709e5502e97"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-09-11 21:40:19.286298"], ["updated_at", "2015-09-11 21:40:19.286298"]]
1040144
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040145
+  (0.0ms) SAVEPOINT active_record_1
1040146
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1760220905 LIMIT 1
1040147
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1760220905], ["username", "billy_09"], ["access_token", "8e8fc59fafcb182855aaeac7f334d5cb"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-09-11 21:40:19.288032"], ["updated_at", "2015-09-11 21:40:19.288032"]]
1040148
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040149
+  (0.0ms) SAVEPOINT active_record_1
1040150
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -146285752 LIMIT 1
1040151
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -146285752], ["username", "billy_10"], ["access_token", "d156ddbe4dd8946602af679e971e4659"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-09-11 21:40:19.289804"], ["updated_at", "2015-09-11 21:40:19.289804"]]
1040152
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040153
+  (0.0ms) SAVEPOINT active_record_1
1040154
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1769562075 LIMIT 1
1040155
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1769562075], ["username", "billy_11"], ["access_token", "97ea0206fbe60816792b0ff4b1eb354b"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-09-11 21:40:19.291551"], ["updated_at", "2015-09-11 21:40:19.291551"]]
1040156
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040157
+  (0.0ms) SAVEPOINT active_record_1
1040158
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -482525499 LIMIT 1
1040159
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -482525499], ["username", "billy_12"], ["access_token", "b838362319960bd6f5a3cb7a1e060799"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-09-11 21:40:19.293594"], ["updated_at", "2015-09-11 21:40:19.293594"]]
1040160
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040161
+  (0.0ms) SAVEPOINT active_record_1
1040162
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -12043646 LIMIT 1
1040163
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -12043646], ["username", "billy_13"], ["access_token", "4c08b956f4c582ef034290ccc8fcf4ed"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-09-11 21:40:19.295637"], ["updated_at", "2015-09-11 21:40:19.295637"]]
1040164
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040165
+  (0.0ms) SAVEPOINT active_record_1
1040166
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1722455238 LIMIT 1
1040167
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1722455238], ["username", "billy_14"], ["access_token", "b108d226773d2e21bfc2dac11e8de63f"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-09-11 21:40:19.297557"], ["updated_at", "2015-09-11 21:40:19.297557"]]
1040168
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040169
+  (0.0ms) SAVEPOINT active_record_1
1040170
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1717617913 LIMIT 1
1040171
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1717617913], ["username", "billy_15"], ["access_token", "59e3621f10c4ece5e0d6b7f2b87da29f"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-09-11 21:40:19.299898"], ["updated_at", "2015-09-11 21:40:19.299898"]]
1040172
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040173
+  (0.1ms) SAVEPOINT active_record_1
1040174
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2076555595 LIMIT 1
1040175
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2076555595], ["username", "billy_16"], ["access_token", "c244b10bbb34269a312fe5389ee2d4d8"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-09-11 21:40:19.302707"], ["updated_at", "2015-09-11 21:40:19.302707"]]
1040176
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040177
+  (0.0ms) SAVEPOINT active_record_1
1040178
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -733049584 LIMIT 1
1040179
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -733049584], ["username", "billy_17"], ["access_token", "7bc2b93e85dc9e11346829e482bfef90"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-09-11 21:40:19.304951"], ["updated_at", "2015-09-11 21:40:19.304951"]]
1040180
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040181
+  (0.0ms) SAVEPOINT active_record_1
1040182
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -818189966 LIMIT 1
1040183
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -818189966], ["username", "billy_18"], ["access_token", "5b4670f0b6d1c89f2893b47eaebca73f"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-09-11 21:40:19.307038"], ["updated_at", "2015-09-11 21:40:19.307038"]]
1040184
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040185
+  (0.1ms) SAVEPOINT active_record_1
1040186
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1442985389 LIMIT 1
1040187
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1442985389], ["username", "billy_19"], ["access_token", "282fb8a466adf3160daa7ee3e85fd59f"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-09-11 21:40:19.309121"], ["updated_at", "2015-09-11 21:40:19.309121"]]
1040188
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040189
+  (0.0ms) SAVEPOINT active_record_1
1040190
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1204285554 LIMIT 1
1040191
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1204285554], ["username", "billy_20"], ["access_token", "728958d4ad370c828c21f199d43e1d7f"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-09-11 21:40:19.311374"], ["updated_at", "2015-09-11 21:40:19.311374"]]
1040192
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040193
+  (0.0ms) SAVEPOINT active_record_1
1040194
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1824738503 LIMIT 1
1040195
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1824738503], ["username", "billy_21"], ["access_token", "4b7ddc8fa383ab26c2a9230a947f0550"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-09-11 21:40:19.313676"], ["updated_at", "2015-09-11 21:40:19.313676"]]
1040196
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040197
+  (0.0ms) SAVEPOINT active_record_1
1040198
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1410385669 LIMIT 1
1040199
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1410385669], ["username", "billy_22"], ["access_token", "944e77efb20bb447282ceb77e4bd96db"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-09-11 21:40:19.315798"], ["updated_at", "2015-09-11 21:40:19.315798"]]
1040200
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040201
+  (0.0ms) SAVEPOINT active_record_1
1040202
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -46788190 LIMIT 1
1040203
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -46788190], ["username", "billy_23"], ["access_token", "e7bd9bd2cbffc87324f31dc42cb983e0"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-09-11 21:40:19.317665"], ["updated_at", "2015-09-11 21:40:19.317665"]]
1040204
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040205
+  (0.0ms) SAVEPOINT active_record_1
1040206
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -164552634 LIMIT 1
1040207
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -164552634], ["username", "billy_24"], ["access_token", "ec45452eb25f3330178b98002207aece"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-09-11 21:40:19.319544"], ["updated_at", "2015-09-11 21:40:19.319544"]]
1040208
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040209
+  (0.0ms) SAVEPOINT active_record_1
1040210
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1892382224 LIMIT 1
1040211
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1892382224], ["username", "billy_25"], ["access_token", "a0546250c6aa44cffefb6aede3e4a24d"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-09-11 21:40:19.321498"], ["updated_at", "2015-09-11 21:40:19.321498"]]
1040212
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040213
+  (0.0ms) SAVEPOINT active_record_1
1040214
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -782632734 LIMIT 1
1040215
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -782632734], ["username", "billy_26"], ["access_token", "bb13aa6c56ea03b6f34a9700983ca523"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-09-11 21:40:19.323374"], ["updated_at", "2015-09-11 21:40:19.323374"]]
1040216
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1040217
+  (0.1ms) SAVEPOINT active_record_1
1040218
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -804716376 LIMIT 1
1040219
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -804716376], ["username", "billy_27"], ["access_token", "3778f65b437e80264a2113dce874856d"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-09-11 21:40:19.325333"], ["updated_at", "2015-09-11 21:40:19.325333"]]
1040220
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040221
+  (0.0ms) SAVEPOINT active_record_1
1040222
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -554107184 LIMIT 1
1040223
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -554107184], ["username", "billy_28"], ["access_token", "227f0850fc30278f0420e8fb97b4bd6d"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-09-11 21:40:19.327351"], ["updated_at", "2015-09-11 21:40:19.327351"]]
1040224
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040225
+  (0.0ms) SAVEPOINT active_record_1
1040226
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -543706070 LIMIT 1
1040227
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -543706070], ["username", "billy_29"], ["access_token", "b483284cae1a27a9d34923861a668f61"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-09-11 21:40:19.329252"], ["updated_at", "2015-09-11 21:40:19.329252"]]
1040228
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040229
+  (0.0ms) SAVEPOINT active_record_1
1040230
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2137864747 LIMIT 1
1040231
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2137864747], ["username", "billy_30"], ["access_token", "1f3b62e80cb6f8cb4fa916a04fac69ea"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-09-11 21:40:19.331137"], ["updated_at", "2015-09-11 21:40:19.331137"]]
1040232
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040233
+  (0.0ms) SAVEPOINT active_record_1
1040234
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965522543 LIMIT 1
1040235
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -965522543], ["username", "billy_31"], ["access_token", "718998a49b33ff2f5f637085bcac6270"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-09-11 21:40:19.333141"], ["updated_at", "2015-09-11 21:40:19.333141"]]
1040236
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040237
+  (0.0ms) SAVEPOINT active_record_1
1040238
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1020831750 LIMIT 1
1040239
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1020831750], ["username", "billy_32"], ["access_token", "f659c6e39ce8a85a61f0e1fa6d0bc9ce"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-09-11 21:40:19.335044"], ["updated_at", "2015-09-11 21:40:19.335044"]]
1040240
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040241
+  (0.0ms) SAVEPOINT active_record_1
1040242
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1786110464 LIMIT 1
1040243
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1786110464], ["username", "billy_33"], ["access_token", "733511d3b2a068631db9e31e2a0381c2"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-09-11 21:40:19.336905"], ["updated_at", "2015-09-11 21:40:19.336905"]]
1040244
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040245
+  (0.0ms) SAVEPOINT active_record_1
1040246
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1663541733 LIMIT 1
1040247
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1663541733], ["username", "billy_34"], ["access_token", "2279f96893c37335f5208355406c31d6"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-09-11 21:40:19.338745"], ["updated_at", "2015-09-11 21:40:19.338745"]]
1040248
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040249
+  (0.0ms) SAVEPOINT active_record_1
1040250
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -23234963 LIMIT 1
1040251
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -23234963], ["username", "billy_35"], ["access_token", "0b32fc6ea125e10bb36ed8119c761363"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-09-11 21:40:19.340737"], ["updated_at", "2015-09-11 21:40:19.340737"]]
1040252
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040253
+  (0.0ms) SAVEPOINT active_record_1
1040254
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1849477588 LIMIT 1
1040255
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1849477588], ["username", "billy_36"], ["access_token", "975f52703a475bd78c5ea64691380b74"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-09-11 21:40:19.342804"], ["updated_at", "2015-09-11 21:40:19.342804"]]
1040256
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040257
+  (0.0ms) SAVEPOINT active_record_1
1040258
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1353200667 LIMIT 1
1040259
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1353200667], ["username", "billy_37"], ["access_token", "432e5ddf18bbea5d2a36df739a7661db"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-09-11 21:40:19.344759"], ["updated_at", "2015-09-11 21:40:19.344759"]]
1040260
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040261
+  (0.0ms) SAVEPOINT active_record_1
1040262
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -954598096 LIMIT 1
1040263
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -954598096], ["username", "billy_38"], ["access_token", "17733ecd19cc32d3c33e36df1ba99aab"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-09-11 21:40:19.346665"], ["updated_at", "2015-09-11 21:40:19.346665"]]
1040264
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040265
+  (0.0ms) SAVEPOINT active_record_1
1040266
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -562060446 LIMIT 1
1040267
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -562060446], ["username", "billy_39"], ["access_token", "bdc44cc76692bcebbcf7be42f0823866"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-09-11 21:40:19.348507"], ["updated_at", "2015-09-11 21:40:19.348507"]]
1040268
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040269
+  (0.0ms) SAVEPOINT active_record_1
1040270
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1937106831 LIMIT 1
1040271
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1937106831], ["username", "billy_40"], ["access_token", "96ab3212aba9938d877748ab1fbf3dce"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-09-11 21:40:19.350650"], ["updated_at", "2015-09-11 21:40:19.350650"]]
1040272
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1040273
+  (0.0ms) SAVEPOINT active_record_1
1040274
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1433547969 LIMIT 1
1040275
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1433547969], ["username", "billy_41"], ["access_token", "a426787101e8dbd2674e54c6985bcd84"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-09-11 21:40:19.352649"], ["updated_at", "2015-09-11 21:40:19.352649"]]
1040276
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040277
+  (0.0ms) SAVEPOINT active_record_1
1040278
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1122435095 LIMIT 1
1040279
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1122435095], ["username", "billy_42"], ["access_token", "f4210000b24fcc1254ccd6d16e90c640"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-09-11 21:40:19.354600"], ["updated_at", "2015-09-11 21:40:19.354600"]]
1040280
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040281
+  (0.0ms) SAVEPOINT active_record_1
1040282
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -504079133 LIMIT 1
1040283
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -504079133], ["username", "billy_43"], ["access_token", "96d4711c6ead01ac61590146847ea67f"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-09-11 21:40:19.356567"], ["updated_at", "2015-09-11 21:40:19.356567"]]
1040284
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040285
+  (0.0ms) SAVEPOINT active_record_1
1040286
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -859821225 LIMIT 1
1040287
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -859821225], ["username", "billy_44"], ["access_token", "3fcb83400d35dd181420c2524c3417cd"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-09-11 21:40:19.358276"], ["updated_at", "2015-09-11 21:40:19.358276"]]
1040288
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040289
+  (0.0ms) SAVEPOINT active_record_1
1040290
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1722359378 LIMIT 1
1040291
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1722359378], ["username", "billy_45"], ["access_token", "4ca0a1b733318167f025f8e3e58fdc96"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-09-11 21:40:19.359978"], ["updated_at", "2015-09-11 21:40:19.359978"]]
1040292
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040293
+  (0.0ms) SAVEPOINT active_record_1
1040294
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')
1040295
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040296
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20
1040297
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1
1040298
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1
1040299
+  (0.9ms) rollback transaction
1040300
+  (0.0ms) begin transaction
1040301
+  (0.0ms) SAVEPOINT active_record_1
1040302
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1400164024 LIMIT 1
1040303
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1400164024], ["username", "jstrav"], ["access_token", "8567fd2185beee5f100276f28aa2f7dc"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-09-11 21:40:19.368573"], ["updated_at", "2015-09-11 21:40:19.368573"]]
1040304
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040305
+  (0.0ms) SAVEPOINT active_record_1
1040306
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -566957636 LIMIT 1
1040307
+ SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -566957636], ["username", "mary"], ["access_token", "b3e06041147fccf29fdd635a90512bed"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-09-11 21:40:19.370612"], ["updated_at", "2015-09-11 21:40:19.370612"]]
1040308
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040309
+  (0.0ms) SAVEPOINT active_record_1
1040310
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1499321952 LIMIT 1
1040311
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1499321952], ["username", "jstead"], ["access_token", "b66081943991b9b10ba67de4e7673da2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-09-11 21:40:19.372517"], ["updated_at", "2015-09-11 21:40:19.372517"]]
1040312
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040313
+  (0.0ms) SAVEPOINT active_record_1
1040314
+ OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -86595793 LIMIT 1
1040315
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -86595793], ["username", "bigbear"], ["access_token", "32b078bb77b7b52a506f874d93d43c97"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-09-11 21:40:19.374289"], ["updated_at", "2015-09-11 21:40:19.374289"]]
1040316
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040317
+  (0.0ms) SAVEPOINT active_record_1
1040318
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -192387395 LIMIT 1
1040319
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -192387395], ["username", "foo_bb"], ["access_token", "bb7826b14b723d585cc73b79608f23da"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2015-09-11 21:40:19.376041"], ["updated_at", "2015-09-11 21:40:19.376041"]]
1040320
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040321
+  (0.0ms) SAVEPOINT active_record_1
1040322
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -290017617 LIMIT 1
1040323
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -290017617], ["username", "foo_bj"], ["access_token", "8e0dca95037fd69e932825f3ae7fa166"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2015-09-11 21:40:19.378049"], ["updated_at", "2015-09-11 21:40:19.378049"]]
1040324
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040325
+  (0.0ms) SAVEPOINT active_record_1
1040326
+ OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2045057985 LIMIT 1
1040327
+ SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2045057985], ["username", "foo_tj"], ["access_token", "5424da3dbe4045041ab5834451cedd4d"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2015-09-11 21:40:19.379730"], ["updated_at", "2015-09-11 21:40:19.379730"]]
1040328
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040329
+  (0.0ms) SAVEPOINT active_record_1
1040330
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')
1040331
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040332
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC
1040333
+  (0.0ms) SAVEPOINT active_record_1
1040334
+  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')
1040335
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1040336
+ OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC
1040337
+  (0.4ms) rollback transaction