(1.0ms) 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)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" ("access_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" ("first_name")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" ("full_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" ("last_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" ("openstax_uid")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username")  (1.0ms) 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)  (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")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index'  (0.9ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id")  (0.9ms) 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)  (0.9ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" ("container_group_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id")  (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)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" ("group_id", "user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index'  (0.7ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id")  (0.9ms) 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)  (0.8ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" ("is_public")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid")  (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)  (0.8ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('5')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.4ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" IS NULL LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.5ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "755aa520dbc335f506fe67e2f1d35551"], ["access_token", "7edae481ffac5e7e8fa9693f2341b78c"], ["openstax_uid", 1], ["created_at", "2016-06-16 21:19:37.020167"], ["updated_at", "2016-06-16 21:19:37.020167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "a6207d85c7ef44d06a0fc1378d9bc9c7"], ["created_at", "2016-06-16 21:19:37.026996"], ["updated_at", "2016-06-16 21:19:37.026996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:52108/logout Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "7c3074e38ca49da7e2a7fb3ef61926f9"], ["created_at", "2016-06-16 21:19:37.061262"], ["updated_at", "2016-06-16 21:19:37.061262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "947e0742d2713b632069b3e431c1f413"], ["created_at", "2016-06-16 21:19:37.068025"], ["updated_at", "2016-06-16 21:19:37.068025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "f64e065771efd1bd8b620ba68e34f165"], ["created_at", "2016-06-16 21:19:37.073681"], ["updated_at", "2016-06-16 21:19:37.073681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "26b233595a64dae84a83cad10efc6322"], ["created_at", "2016-06-16 21:19:37.087771"], ["updated_at", "2016-06-16 21:19:37.087771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "7e1eebb475d54f545bfbbd966c87edb8"], ["created_at", "2016-06-16 21:19:37.094174"], ["updated_at", "2016-06-16 21:19:37.094174"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "7f013493270e2c96a692a98adcaa7f27"], ["created_at", "2016-06-16 21:19:37.101303"], ["updated_at", "2016-06-16 21:19:37.101303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2071369392 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2071369392], ["username", "jstrav"], ["access_token", "7edb8163e279aa3a6fe966f501b84e24"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:37.109619"], ["updated_at", "2016-06-16 21:19:37.109619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1991986827 LIMIT 1 SQL (0.9ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1991986827], ["username", "mary"], ["access_token", "bd4f7a1f11dcbffc509de41984847df6"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:37.111841"], ["updated_at", "2016-06-16 21:19:37.111841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -155301390 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -155301390], ["username", "jstead"], ["access_token", "8f198b9f17b3a39e140d126d82961e91"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:37.114579"], ["updated_at", "2016-06-16 21:19:37.114579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -420148569 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -420148569], ["username", "bigbear"], ["access_token", "babe7f97db9eea6d0c71f670b062b35c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:37.116349"], ["updated_at", "2016-06-16 21:19:37.116349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1533360096 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1533360096], ["username", "billy_00"], ["access_token", "6aa89ea679eea437e54ef009180c511b"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:19:37.118106"], ["updated_at", "2016-06-16 21:19:37.118106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2036541099 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2036541099], ["username", "billy_01"], ["access_token", "8156721d107c79a4be0df0949b802cd4"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:19:37.119851"], ["updated_at", "2016-06-16 21:19:37.119851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1972750587 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1972750587], ["username", "billy_02"], ["access_token", "1e4743c887b965305c6765d4affec118"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:19:37.121682"], ["updated_at", "2016-06-16 21:19:37.121682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -912149098 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -912149098], ["username", "billy_03"], ["access_token", "1117dd7b7e267ab40e5f6805b0f506de"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:19:37.123468"], ["updated_at", "2016-06-16 21:19:37.123468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1254122043 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1254122043], ["username", "billy_04"], ["access_token", "429fb5274b3559f5b707b4e9ce3b079d"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:19:37.125255"], ["updated_at", "2016-06-16 21:19:37.125255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1419347026 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1419347026], ["username", "billy_05"], ["access_token", "543ad22d6789322b7f48b61bbb347d08"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:19:37.126995"], ["updated_at", "2016-06-16 21:19:37.126995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1668093238 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1668093238], ["username", "billy_06"], ["access_token", "4845fe65cbacc4f89694606356f79d2f"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:19:37.129052"], ["updated_at", "2016-06-16 21:19:37.129052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1135623605 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1135623605], ["username", "billy_07"], ["access_token", "5bb3597d06c9c924fd4d07a070943462"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:19:37.130854"], ["updated_at", "2016-06-16 21:19:37.130854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2082534542 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2082534542], ["username", "billy_08"], ["access_token", "40c0e9879d040245dab1b617b1af5105"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:19:37.132665"], ["updated_at", "2016-06-16 21:19:37.132665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1041093897 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1041093897], ["username", "billy_09"], ["access_token", "1ba2b0b624867d3edb1e0fa5a27d8686"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:19:37.134823"], ["updated_at", "2016-06-16 21:19:37.134823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1882836867 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1882836867], ["username", "billy_10"], ["access_token", "2b8ed24c6b71052118bb15526b8ddb9c"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:19:37.136716"], ["updated_at", "2016-06-16 21:19:37.136716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -884661887 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -884661887], ["username", "billy_11"], ["access_token", "a024d4aaf4b1863208cb499c3022444f"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:19:37.138470"], ["updated_at", "2016-06-16 21:19:37.138470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1935302634 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1935302634], ["username", "billy_12"], ["access_token", "1dcc3d0dfd0c52b2a346eb67d76dbdb3"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:19:37.140187"], ["updated_at", "2016-06-16 21:19:37.140187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -686845859 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -686845859], ["username", "billy_13"], ["access_token", "aa60ac12c4b678e86b98fa9a10566aaa"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:19:37.141983"], ["updated_at", "2016-06-16 21:19:37.141983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1728474908 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1728474908], ["username", "billy_14"], ["access_token", "cc3e6a512ab8ef802564b6877d7f0368"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:19:37.143899"], ["updated_at", "2016-06-16 21:19:37.143899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1806561907 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1806561907], ["username", "billy_15"], ["access_token", "f1868a0e87d6b4fee4582ed76c6027af"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:19:37.145868"], ["updated_at", "2016-06-16 21:19:37.145868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2070613296 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2070613296], ["username", "billy_16"], ["access_token", "693c84870b8c417ca248ca1b60195c53"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:19:37.147867"], ["updated_at", "2016-06-16 21:19:37.147867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1290409293 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1290409293], ["username", "billy_17"], ["access_token", "2c88ab0befa30430ba492929ecc3dc2f"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:19:37.149732"], ["updated_at", "2016-06-16 21:19:37.149732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1786611447 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1786611447], ["username", "billy_18"], ["access_token", "16cf0d7d8783976089e351c7251b590c"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:19:37.151576"], ["updated_at", "2016-06-16 21:19:37.151576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1765441280 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1765441280], ["username", "billy_19"], ["access_token", "6b821870bbec65cd03ea01985e281a47"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:19:37.153572"], ["updated_at", "2016-06-16 21:19:37.153572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -213429862 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -213429862], ["username", "billy_20"], ["access_token", "7af480a7ff830ffb4c1c80435ee993f9"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:19:37.155465"], ["updated_at", "2016-06-16 21:19:37.155465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1306401403 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1306401403], ["username", "billy_21"], ["access_token", "308f513592d3f5aef4350f71b499b822"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:19:37.157230"], ["updated_at", "2016-06-16 21:19:37.157230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1496891383 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1496891383], ["username", "billy_22"], ["access_token", "05a40edd93f161a8f9705c6979aaa82e"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:19:37.159148"], ["updated_at", "2016-06-16 21:19:37.159148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -905585723 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -905585723], ["username", "billy_23"], ["access_token", "e9ca80846478146a5480d69d286dfcab"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:19:37.161719"], ["updated_at", "2016-06-16 21:19:37.161719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1103031634 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1103031634], ["username", "billy_24"], ["access_token", "64f4907a6feb04bf7f6c72532d1c7f82"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:19:37.163715"], ["updated_at", "2016-06-16 21:19:37.163715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1336300326 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1336300326], ["username", "billy_25"], ["access_token", "fafef6893884cdca622be6887e723c9f"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:19:37.165677"], ["updated_at", "2016-06-16 21:19:37.165677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1126198457 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1126198457], ["username", "billy_26"], ["access_token", "12674966f153bbf9640b5ad36b246f07"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:19:37.167750"], ["updated_at", "2016-06-16 21:19:37.167750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -947150387 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -947150387], ["username", "billy_27"], ["access_token", "3c0979c271cf672fb27bfa48acb9fe8d"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:19:37.169482"], ["updated_at", "2016-06-16 21:19:37.169482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1850405742 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1850405742], ["username", "billy_28"], ["access_token", "e49a470a95e11e10a75053b77b17d3f1"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:19:37.171446"], ["updated_at", "2016-06-16 21:19:37.171446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1852794656 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1852794656], ["username", "billy_29"], ["access_token", "b642a1e455690f40e343ce9c56a518b4"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:19:37.173289"], ["updated_at", "2016-06-16 21:19:37.173289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -964085291 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -964085291], ["username", "billy_30"], ["access_token", "296ccd4076716838641aaad21c96823f"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:19:37.175090"], ["updated_at", "2016-06-16 21:19:37.175090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -302785823 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -302785823], ["username", "billy_31"], ["access_token", "dadfd971328e756ad70b2dd53bf959a7"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:19:37.176830"], ["updated_at", "2016-06-16 21:19:37.176830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2064689061 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2064689061], ["username", "billy_32"], ["access_token", "58f4853c35dacf819a3f6b2c6e5e3be3"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:19:37.178553"], ["updated_at", "2016-06-16 21:19:37.178553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2095748573 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2095748573], ["username", "billy_33"], ["access_token", "802692cec5297744ae5ff86603171640"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:19:37.180360"], ["updated_at", "2016-06-16 21:19:37.180360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1486054850 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1486054850], ["username", "billy_34"], ["access_token", "e77278f532a7b964d8909b7ae09881f6"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:19:37.182167"], ["updated_at", "2016-06-16 21:19:37.182167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -378420552 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -378420552], ["username", "billy_35"], ["access_token", "ef79a8c52aa6102c973f570892aba12a"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:19:37.183919"], ["updated_at", "2016-06-16 21:19:37.183919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1478776823 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1478776823], ["username", "billy_36"], ["access_token", "7f164f35eab432ec10e8da09955defce"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:19:37.185654"], ["updated_at", "2016-06-16 21:19:37.185654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1705659258 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1705659258], ["username", "billy_37"], ["access_token", "4d22bd0334be9786ea7fcc04efc4f808"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:19:37.187407"], ["updated_at", "2016-06-16 21:19:37.187407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2093993299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2093993299], ["username", "billy_38"], ["access_token", "904df5294b512a41c96b4be5db3ff119"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:19:37.189142"], ["updated_at", "2016-06-16 21:19:37.189142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1313928861 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1313928861], ["username", "billy_39"], ["access_token", "30148e1e40baecf605287bac8880c0cc"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:19:37.190990"], ["updated_at", "2016-06-16 21:19:37.190990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -16574497 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -16574497], ["username", "billy_40"], ["access_token", "b2a356c1d5f3e9adcee88fd57e5fa117"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:19:37.193010"], ["updated_at", "2016-06-16 21:19:37.193010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406208581 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -406208581], ["username", "billy_41"], ["access_token", "6b113fd71d657d33dc2d0caccfff3c8c"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:19:37.194839"], ["updated_at", "2016-06-16 21:19:37.194839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1304727374 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1304727374], ["username", "billy_42"], ["access_token", "2213d0155cc9368f550d4ac4a881dd48"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:19:37.196772"], ["updated_at", "2016-06-16 21:19:37.196772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1026478624 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1026478624], ["username", "billy_43"], ["access_token", "f73097b3cef0a278601ef659b5f8737d"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:19:37.198600"], ["updated_at", "2016-06-16 21:19:37.198600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -240471418 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -240471418], ["username", "billy_44"], ["access_token", "06624dd9acb6f22369d6e28c1bde1d22"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:19:37.200718"], ["updated_at", "2016-06-16 21:19:37.200718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1644184545 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1644184545], ["username", "billy_45"], ["access_token", "868eaf7a244c7f6aa35068b19e374cbd"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:19:37.202525"], ["updated_at", "2016-06-16 21:19:37.202525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -511119430 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -511119430], ["username", "billy_46"], ["access_token", "e1938cf8095ec616ae52b159d288e16b"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:19:37.204345"], ["updated_at", "2016-06-16 21:19:37.204345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -575647163 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -575647163], ["username", "billy_47"], ["access_token", "d6c8f70505052ded1af06e17124c088d"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:19:37.206229"], ["updated_at", "2016-06-16 21:19:37.206229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -951044131 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -951044131], ["username", "billy_48"], ["access_token", "19458b3c47366dbb6f78d24609b754dd"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:19:37.208152"], ["updated_at", "2016-06-16 21:19:37.208152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1820352932 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1820352932], ["username", "billy_49"], ["access_token", "ed2136d7e9f3b98378ad28721a3c10d8"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:19:37.210035"], ["updated_at", "2016-06-16 21:19:37.210035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -683678581 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -683678581], ["username", "jstrav"], ["access_token", "315badc5ded0f248ba9b9a6abb100d18"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:37.265372"], ["updated_at", "2016-06-16 21:19:37.265372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -46437191 LIMIT 1 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", -46437191], ["username", "mary"], ["access_token", "cf8fb3858bc4074a51f4354c097a0027"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:37.267603"], ["updated_at", "2016-06-16 21:19:37.267603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -668224489 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -668224489], ["username", "jstead"], ["access_token", "9366476f81fe8b064dcac2bcef98ac05"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:37.269524"], ["updated_at", "2016-06-16 21:19:37.269524"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1175274645 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1175274645], ["username", "bigbear"], ["access_token", "142d674f86310612fc731a7514143e16"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:37.271387"], ["updated_at", "2016-06-16 21:19:37.271387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1255248952 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1255248952], ["username", "billy_00"], ["access_token", "a8265357c4046c12f1c0e42517eff8ba"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:19:37.273216"], ["updated_at", "2016-06-16 21:19:37.273216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -547943788 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -547943788], ["username", "billy_01"], ["access_token", "631865bf042c388d91cb1eb5158b18d9"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:19:37.275243"], ["updated_at", "2016-06-16 21:19:37.275243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1291497625 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1291497625], ["username", "billy_02"], ["access_token", "b4cc32966e02084ba0923767dba6eb0b"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:19:37.277192"], ["updated_at", "2016-06-16 21:19:37.277192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2140024511 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2140024511], ["username", "billy_03"], ["access_token", "bbc2a9d6b837793c286f827f49881437"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:19:37.279463"], ["updated_at", "2016-06-16 21:19:37.279463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -85223771 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -85223771], ["username", "billy_04"], ["access_token", "4a2354c2efdb15d10c17b1b01a518c65"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:19:37.281395"], ["updated_at", "2016-06-16 21:19:37.281395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1903918717 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1903918717], ["username", "billy_05"], ["access_token", "a34214ab09e79b71412bea88ba961499"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:19:37.283203"], ["updated_at", "2016-06-16 21:19:37.283203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -534061154 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -534061154], ["username", "billy_06"], ["access_token", "24cb74962d9ce5033fa1a37e35a6cd64"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:19:37.284950"], ["updated_at", "2016-06-16 21:19:37.284950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -924444706 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -924444706], ["username", "billy_07"], ["access_token", "3435105a7c0b72fab131d16ff10a59d2"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:19:37.286957"], ["updated_at", "2016-06-16 21:19:37.286957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1171484549 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1171484549], ["username", "billy_08"], ["access_token", "661d7950599b1e9ce77abccc68bd002c"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:19:37.288826"], ["updated_at", "2016-06-16 21:19:37.288826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1595182424 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1595182424], ["username", "billy_09"], ["access_token", "743477d4469755cace4f1d417fd05683"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:19:37.290616"], ["updated_at", "2016-06-16 21:19:37.290616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1764938553 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1764938553], ["username", "billy_10"], ["access_token", "0b7b8ed00f07a53bbdcc5ee6f7145c33"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:19:37.292380"], ["updated_at", "2016-06-16 21:19:37.292380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -812208214 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -812208214], ["username", "billy_11"], ["access_token", "5caca0c90a845af084065c2d77ba2eb0"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:19:37.294127"], ["updated_at", "2016-06-16 21:19:37.294127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1986272754 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1986272754], ["username", "billy_12"], ["access_token", "9747f7de486821c6cbe78f0626766823"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:19:37.295877"], ["updated_at", "2016-06-16 21:19:37.295877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1975079865 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1975079865], ["username", "billy_13"], ["access_token", "3d28d00186c9ba3c77b21b6ddfcbad20"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:19:37.297667"], ["updated_at", "2016-06-16 21:19:37.297667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726026792 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -726026792], ["username", "billy_14"], ["access_token", "ac9f8435c1e929c336901b9c34049315"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:19:37.299405"], ["updated_at", "2016-06-16 21:19:37.299405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2024293593 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2024293593], ["username", "billy_15"], ["access_token", "e2b3129bd64e0173b52664612e32e9e8"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:19:37.301188"], ["updated_at", "2016-06-16 21:19:37.301188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -45849006 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -45849006], ["username", "billy_16"], ["access_token", "c8f055721722a1a24aa11b1c000d033e"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:19:37.302934"], ["updated_at", "2016-06-16 21:19:37.302934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -126387823 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -126387823], ["username", "billy_17"], ["access_token", "ce14f8a34faebad49de9c73f689b5907"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:19:37.304738"], ["updated_at", "2016-06-16 21:19:37.304738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -194853165 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -194853165], ["username", "billy_18"], ["access_token", "6c79e5e6c806b8e3aec0e94d93fcad91"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:19:37.306480"], ["updated_at", "2016-06-16 21:19:37.306480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -509699641 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -509699641], ["username", "billy_19"], ["access_token", "e9dca9558b5460d9019ba3fd19604ada"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:19:37.308251"], ["updated_at", "2016-06-16 21:19:37.308251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1690673745 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1690673745], ["username", "billy_20"], ["access_token", "78eb0715a37c7b7ec827e99ebcca5291"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:19:37.310048"], ["updated_at", "2016-06-16 21:19:37.310048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1774912523 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1774912523], ["username", "billy_21"], ["access_token", "d35276db4171bb510505dc2ad70383ba"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:19:37.311799"], ["updated_at", "2016-06-16 21:19:37.311799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -270508360 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -270508360], ["username", "billy_22"], ["access_token", "33120cbb56d15b9078bd630211c97edd"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:19:37.313570"], ["updated_at", "2016-06-16 21:19:37.313570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1100609534 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1100609534], ["username", "billy_23"], ["access_token", "4ced7e13dbac406652482b6bc5e69376"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:19:37.315322"], ["updated_at", "2016-06-16 21:19:37.315322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1146322868 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1146322868], ["username", "billy_24"], ["access_token", "06006b8cb5709fdbddae58a0579efe31"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:19:37.317084"], ["updated_at", "2016-06-16 21:19:37.317084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1845205484 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1845205484], ["username", "billy_25"], ["access_token", "f98f3768185f2a045b988b039d7ebca7"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:19:37.319049"], ["updated_at", "2016-06-16 21:19:37.319049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -643457089 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -643457089], ["username", "billy_26"], ["access_token", "107268d133354ee639ed39cf3b7e8db1"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:19:37.320824"], ["updated_at", "2016-06-16 21:19:37.320824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -80700685 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -80700685], ["username", "billy_27"], ["access_token", "8cd2cf897a9c0f6ea22dfd0a58999b64"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:19:37.322801"], ["updated_at", "2016-06-16 21:19:37.322801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -611281063 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -611281063], ["username", "billy_28"], ["access_token", "59735deb5952077ab6a536445c1d8cd5"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:19:37.324571"], ["updated_at", "2016-06-16 21:19:37.324571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1434815157 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1434815157], ["username", "billy_29"], ["access_token", "04870e188a9f4169d99516bf16024017"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:19:37.326344"], ["updated_at", "2016-06-16 21:19:37.326344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1990015359 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1990015359], ["username", "billy_30"], ["access_token", "c52819a30ca2ec7dd421e1caf520957e"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:19:37.328099"], ["updated_at", "2016-06-16 21:19:37.328099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -925872479 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -925872479], ["username", "billy_31"], ["access_token", "bcdaf203b2f7df2e1243bf4803b87b80"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:19:37.329871"], ["updated_at", "2016-06-16 21:19:37.329871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1876278668 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1876278668], ["username", "billy_32"], ["access_token", "5e6d1f3ae623ed1fe82174cb4cdbf742"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:19:37.331644"], ["updated_at", "2016-06-16 21:19:37.331644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1304621846 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1304621846], ["username", "billy_33"], ["access_token", "f9a04e253c96233ad3de2966b57728ec"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:19:37.333394"], ["updated_at", "2016-06-16 21:19:37.333394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1677904836 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1677904836], ["username", "billy_34"], ["access_token", "4d60aa8f347f3664174ecf072cc79434"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:19:37.335150"], ["updated_at", "2016-06-16 21:19:37.335150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1653008572 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1653008572], ["username", "billy_35"], ["access_token", "fe30c0e08807144d05e4024f666d4510"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:19:37.336895"], ["updated_at", "2016-06-16 21:19:37.336895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1088736889 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1088736889], ["username", "billy_36"], ["access_token", "39eabe72f244fd1ca32c83d6ff6dfb06"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:19:37.338941"], ["updated_at", "2016-06-16 21:19:37.338941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1318841211 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1318841211], ["username", "billy_37"], ["access_token", "afeabd5a6ecf9f8b75ba8c2bf2d24f51"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:19:37.340676"], ["updated_at", "2016-06-16 21:19:37.340676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -730158363 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -730158363], ["username", "billy_38"], ["access_token", "6b680bae018184842618713269683315"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:19:37.342437"], ["updated_at", "2016-06-16 21:19:37.342437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1134156035 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1134156035], ["username", "billy_39"], ["access_token", "f1deccdec36ca9adc0575d39ef912ee7"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:19:37.344209"], ["updated_at", "2016-06-16 21:19:37.344209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -317553636 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -317553636], ["username", "billy_40"], ["access_token", "975c3c42c25a7d1ff119f17fa84152d1"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:19:37.345911"], ["updated_at", "2016-06-16 21:19:37.345911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1227870507 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1227870507], ["username", "billy_41"], ["access_token", "d4a082dd7672f1474dfceef6def1994a"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:19:37.347685"], ["updated_at", "2016-06-16 21:19:37.347685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -764235926 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -764235926], ["username", "billy_42"], ["access_token", "fcd29b16ba6342f8523141a53b8b0f8f"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:19:37.349493"], ["updated_at", "2016-06-16 21:19:37.349493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1939005949 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1939005949], ["username", "billy_43"], ["access_token", "556fdf3e5801771bfb5c5070745b44ee"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:19:37.351482"], ["updated_at", "2016-06-16 21:19:37.351482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -344490191 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -344490191], ["username", "billy_44"], ["access_token", "ae385665aaf45a69e354409ae64f56f0"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:19:37.353391"], ["updated_at", "2016-06-16 21:19:37.353391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2014153633 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2014153633], ["username", "billy_45"], ["access_token", "d63929d09d5c9bb1e22241619a263a1b"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:19:37.355319"], ["updated_at", "2016-06-16 21:19:37.355319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2004673754 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2004673754], ["username", "billy_46"], ["access_token", "f07971e7b87a5a6a0746b6e1a55d1b92"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:19:37.357088"], ["updated_at", "2016-06-16 21:19:37.357088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -869507054 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -869507054], ["username", "billy_47"], ["access_token", "6fb0361cc71d5800273ca01498d7e59f"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:19:37.358937"], ["updated_at", "2016-06-16 21:19:37.358937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -642000880 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -642000880], ["username", "billy_48"], ["access_token", "8b2738371de8415b94c6e263c4467b34"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:19:37.360716"], ["updated_at", "2016-06-16 21:19:37.360716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -848407869 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -848407869], ["username", "billy_49"], ["access_token", "3bb4f2cd9b2659bdf95a5bebf3444604"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:19:37.362885"], ["updated_at", "2016-06-16 21:19:37.362885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') 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  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -516180955 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -516180955], ["username", "jstrav"], ["access_token", "a41e67527e9955d7c643b8ace16d7f60"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:37.370614"], ["updated_at", "2016-06-16 21:19:37.370614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1660842818 LIMIT 1 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", -1660842818], ["username", "mary"], ["access_token", "03a91ec024904a9c0a1eb39a4e574404"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:37.373052"], ["updated_at", "2016-06-16 21:19:37.373052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -730848495 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -730848495], ["username", "jstead"], ["access_token", "b134df8998e084de480bc260f54b2ea9"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:37.375627"], ["updated_at", "2016-06-16 21:19:37.375627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -61603112 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -61603112], ["username", "bigbear"], ["access_token", "3450ccb63c227e6cc0ca59479bdbfc11"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:37.378712"], ["updated_at", "2016-06-16 21:19:37.378712"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1833222632 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1833222632], ["username", "billy_00"], ["access_token", "cdfe218f153b70a56a0566cbfec1e19c"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:19:37.381028"], ["updated_at", "2016-06-16 21:19:37.381028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -616861882 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -616861882], ["username", "billy_01"], ["access_token", "80f6057ec8a92cd436b0122e3086a858"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:19:37.383412"], ["updated_at", "2016-06-16 21:19:37.383412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1411482080 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1411482080], ["username", "billy_02"], ["access_token", "1de4d2cf63bf96433a1243e9261652a9"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:19:37.385563"], ["updated_at", "2016-06-16 21:19:37.385563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -66387034 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -66387034], ["username", "billy_03"], ["access_token", "736326ae95a12e1c5a4fff08e59a78cc"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:19:37.387779"], ["updated_at", "2016-06-16 21:19:37.387779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -650600631 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -650600631], ["username", "billy_04"], ["access_token", "89d774a980482b9c91755abfb4c71f9b"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:19:37.389899"], ["updated_at", "2016-06-16 21:19:37.389899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1881002274 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1881002274], ["username", "billy_05"], ["access_token", "a167b19b7358f028836b700911b2e9bf"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:19:37.392364"], ["updated_at", "2016-06-16 21:19:37.392364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -654517096 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -654517096], ["username", "billy_06"], ["access_token", "f334dce6c704b9955020500dad67f873"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:19:37.394351"], ["updated_at", "2016-06-16 21:19:37.394351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -457561105 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -457561105], ["username", "billy_07"], ["access_token", "d0996319d2bfd7b4bc61e91a0ad95249"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:19:37.396227"], ["updated_at", "2016-06-16 21:19:37.396227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2079688004 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2079688004], ["username", "billy_08"], ["access_token", "31a00577dbd677a6207b016efdb6bb6a"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:19:37.398044"], ["updated_at", "2016-06-16 21:19:37.398044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -378952951 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -378952951], ["username", "billy_09"], ["access_token", "0c61b947d3c35a887b035bafa6218b5e"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:19:37.399916"], ["updated_at", "2016-06-16 21:19:37.399916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -349768624 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -349768624], ["username", "billy_10"], ["access_token", "ac36f8ada9bc7ef9e060c110534b2e64"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:19:37.401978"], ["updated_at", "2016-06-16 21:19:37.401978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2045101299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2045101299], ["username", "billy_11"], ["access_token", "4dd1c5889fc99b228d4872852c932b63"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:19:37.403997"], ["updated_at", "2016-06-16 21:19:37.403997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1349816629 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1349816629], ["username", "billy_12"], ["access_token", "3437dbc00a018cc472f68b947b8342ab"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:19:37.406015"], ["updated_at", "2016-06-16 21:19:37.406015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -461875818 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -461875818], ["username", "billy_13"], ["access_token", "68c890769c4f08d2be39d2a19affae0d"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:19:37.407942"], ["updated_at", "2016-06-16 21:19:37.407942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -391597345 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -391597345], ["username", "billy_14"], ["access_token", "c9ea0aaa06692cab15c431000cd021dc"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:19:37.410539"], ["updated_at", "2016-06-16 21:19:37.410539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1385099218 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1385099218], ["username", "billy_15"], ["access_token", "e9b3425c0d1a522579fa26a106be0df5"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:19:37.412896"], ["updated_at", "2016-06-16 21:19:37.412896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1871693474 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1871693474], ["username", "billy_16"], ["access_token", "f72ae7d57e3dad96770ea1f033642354"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:19:37.414867"], ["updated_at", "2016-06-16 21:19:37.414867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1444477784 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1444477784], ["username", "billy_17"], ["access_token", "7533b20ab65bd2b2d5b5655e33eb2efe"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:19:37.416638"], ["updated_at", "2016-06-16 21:19:37.416638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1763915101 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1763915101], ["username", "billy_18"], ["access_token", "71e09632956f28e42101fd8fc7b3b138"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:19:37.418403"], ["updated_at", "2016-06-16 21:19:37.418403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1494444937 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1494444937], ["username", "billy_19"], ["access_token", "c7f9cfac9c6128504b9c507447e20944"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:19:37.420155"], ["updated_at", "2016-06-16 21:19:37.420155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -776940276 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -776940276], ["username", "billy_20"], ["access_token", "380d7b85679d7095f0cb214b7aed1838"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:19:37.421894"], ["updated_at", "2016-06-16 21:19:37.421894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1180429595 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1180429595], ["username", "billy_21"], ["access_token", "3390ece92a26fe91336a95e2eb7c72d1"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:19:37.423588"], ["updated_at", "2016-06-16 21:19:37.423588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -162266712 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -162266712], ["username", "billy_22"], ["access_token", "b262f58be30efd07e2285bbc93ca51f0"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:19:37.425344"], ["updated_at", "2016-06-16 21:19:37.425344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1641427732 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1641427732], ["username", "billy_23"], ["access_token", "2b78745e8c1c5ae6e78bb8f32f967444"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:19:37.427114"], ["updated_at", "2016-06-16 21:19:37.427114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -747006022 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -747006022], ["username", "billy_24"], ["access_token", "f4f208c6edc12c6f9012b1c4a9d883ea"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:19:37.428869"], ["updated_at", "2016-06-16 21:19:37.428869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -617856493 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -617856493], ["username", "billy_25"], ["access_token", "3a7e445cc276fd5843d21c7266a0b067"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:19:37.430585"], ["updated_at", "2016-06-16 21:19:37.430585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -105966111 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -105966111], ["username", "billy_26"], ["access_token", "ab0c0c6f9cbe12e0a50d6c0007723de9"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:19:37.432314"], ["updated_at", "2016-06-16 21:19:37.432314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1219766588 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1219766588], ["username", "billy_27"], ["access_token", "201541f1a6ab4430e72ec363076a3ee9"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:19:37.434036"], ["updated_at", "2016-06-16 21:19:37.434036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1192303664 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1192303664], ["username", "billy_28"], ["access_token", "ec5097f1c365e7e7dacda3eb5f4eb05b"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:19:37.435790"], ["updated_at", "2016-06-16 21:19:37.435790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2117152044 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2117152044], ["username", "billy_29"], ["access_token", "55018158529090131840fef6f233e39b"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:19:37.437609"], ["updated_at", "2016-06-16 21:19:37.437609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1605818610 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1605818610], ["username", "billy_30"], ["access_token", "02f16adf70f7598999225d23b062a208"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:19:37.439637"], ["updated_at", "2016-06-16 21:19:37.439637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943607147 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -943607147], ["username", "billy_31"], ["access_token", "4b1d5af52e72eab57d6202cce31534b8"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:19:37.441425"], ["updated_at", "2016-06-16 21:19:37.441425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -719906787 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -719906787], ["username", "billy_32"], ["access_token", "09463e403e091920f50cb010cd59f2a6"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:19:37.443234"], ["updated_at", "2016-06-16 21:19:37.443234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -641052811 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -641052811], ["username", "billy_33"], ["access_token", "eb4bcd936a9abf522e442516de394cbe"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:19:37.445031"], ["updated_at", "2016-06-16 21:19:37.445031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1406946011 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1406946011], ["username", "billy_34"], ["access_token", "b350366a7579916a056fe3c5daad39c4"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:19:37.447005"], ["updated_at", "2016-06-16 21:19:37.447005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1652063270 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1652063270], ["username", "billy_35"], ["access_token", "900510dd87b3647a749e8f09d0608eb7"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:19:37.448755"], ["updated_at", "2016-06-16 21:19:37.448755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -361317834 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -361317834], ["username", "billy_36"], ["access_token", "d4d23455089e458fcc34cec9a97facd6"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:19:37.450463"], ["updated_at", "2016-06-16 21:19:37.450463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2013510122 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2013510122], ["username", "billy_37"], ["access_token", "e0f656d61542fb220be8a16b5b5bf7ac"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:19:37.452219"], ["updated_at", "2016-06-16 21:19:37.452219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -634918560 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -634918560], ["username", "billy_38"], ["access_token", "767031591bfca1912abf348ecc7bad81"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:19:37.453940"], ["updated_at", "2016-06-16 21:19:37.453940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2141672465 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2141672465], ["username", "billy_39"], ["access_token", "399b2980c9698671a55066791fb4785f"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:19:37.455698"], ["updated_at", "2016-06-16 21:19:37.455698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -122588405 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -122588405], ["username", "billy_40"], ["access_token", "706cf453f4578fbbe0bc853e5c621cf6"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:19:37.457419"], ["updated_at", "2016-06-16 21:19:37.457419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1619403404 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1619403404], ["username", "billy_41"], ["access_token", "e0c6af864eba58a060b191547f704377"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:19:37.459198"], ["updated_at", "2016-06-16 21:19:37.459198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1769876288 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1769876288], ["username", "billy_42"], ["access_token", "b6386ed0570e0ae2179eb69704fb699d"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:19:37.460939"], ["updated_at", "2016-06-16 21:19:37.460939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1791931631 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1791931631], ["username", "billy_43"], ["access_token", "ede6ca8d3456b8320e12f54ab95c75c0"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:19:37.462715"], ["updated_at", "2016-06-16 21:19:37.462715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -779577372 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -779577372], ["username", "billy_44"], ["access_token", "d77e9543234d953a47bc50ff3c327d1d"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:19:37.464585"], ["updated_at", "2016-06-16 21:19:37.464585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -120130558 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -120130558], ["username", "billy_45"], ["access_token", "a5fd538b082f80cecfa747e91fe858b7"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:19:37.466767"], ["updated_at", "2016-06-16 21:19:37.466767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1561738670 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1561738670], ["username", "billy_46"], ["access_token", "6c46ac25d4a99979f93ee4aebdd58eca"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:19:37.468952"], ["updated_at", "2016-06-16 21:19:37.468952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1864756050 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1864756050], ["username", "billy_47"], ["access_token", "ff4bd36a28b813bd7b1e92f8131b646c"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:19:37.470808"], ["updated_at", "2016-06-16 21:19:37.470808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1145296868 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1145296868], ["username", "billy_48"], ["access_token", "6b9ccb556b16ea0c52a1f6b9c81097bc"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:19:37.472583"], ["updated_at", "2016-06-16 21:19:37.472583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -631594566 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -631594566], ["username", "billy_49"], ["access_token", "c0bc0d0439c1ed99b2df37e81d30ba44"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:19:37.474329"], ["updated_at", "2016-06-16 21:19:37.474329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) 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))  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2016-06-16 21:19:37.491954"], ["updated_at", "2016-06-16 21:19:37.491954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2016-06-16 21:19:37.493886"], ["updated_at", "2016-06-16 21:19:37.493886"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2016-06-16 21:19:37.501316"], ["updated_at", "2016-06-16 21:19:37.501316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 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" = 2) LIMIT 1 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", "2016-06-16 21:19:37.512066"], ["updated_at", "2016-06-16 21:19:37.512066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2016-06-16 21:19:37.513769"], ["updated_at", "2016-06-16 21:19:37.513769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2016-06-16 21:19:37.520245"], ["updated_at", "2016-06-16 21:19:37.520245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 1 LIMIT 1 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", "2016-06-16 21:19:37.530925"], ["updated_at", "2016-06-16 21:19:37.530925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 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]] Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:37 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 16:19:37 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) 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]] 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]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]] 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]] 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]] 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]] 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]] 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]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] 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" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] 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" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 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", "2016-06-16 21:19:37.616736"], ["updated_at", "2016-06-16 21:19:37.616736"]] 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" = 3) LIMIT 1 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", "2016-06-16 21:19:37.618384"], ["updated_at", "2016-06-16 21:19:37.618384"]] 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" = 3) LIMIT 1 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", "2016-06-16 21:19:37.619868"], ["updated_at", "2016-06-16 21:19:37.619868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]] 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]] 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]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] 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 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", "2016-06-16 21:19:37.625160"], ["updated_at", "2016-06-16 21:19:37.625160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "name" = ?, "updated_at" = ? WHERE "openstax_accounts_groups"."id" = ? [["name", "M"], ["updated_at", "2016-06-16 21:19:37.627402"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:37 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 16:19:37 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 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]] 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 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 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 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 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]] Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:37 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 16:19:37 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) 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]] 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]] 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]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]] 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]] 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]] 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]] 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]] 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]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] 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 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", "2016-06-16 21:19:37.685529"], ["updated_at", "2016-06-16 21:19:37.685529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] 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" = 3) LIMIT 1 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", "2016-06-16 21:19:37.690720"], ["updated_at", "2016-06-16 21:19:37.690720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 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]] 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" = 3) LIMIT 1 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", "2016-06-16 21:19:37.694256"], ["updated_at", "2016-06-16 21:19:37.694256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 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  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:37 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 16:19:37 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 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]] 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 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 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 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 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]]  (0.6ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1578827767 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1578827767], ["username", "jstrav"], ["access_token", "a24c9757745efc220c0624ff60da7bdf"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:37.729240"], ["updated_at", "2016-06-16 21:19:37.729240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -528493359 LIMIT 1 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", -528493359], ["username", "mary"], ["access_token", "f7c5ec4d6bc6ef44ad6a15934fb57ecc"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:37.732100"], ["updated_at", "2016-06-16 21:19:37.732100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1323029448 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1323029448], ["username", "jstead"], ["access_token", "6366cbe8f782b0bc81b5808a463b13c7"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:37.734547"], ["updated_at", "2016-06-16 21:19:37.734547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -727695669 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -727695669], ["username", "bigbear"], ["access_token", "106723b29c2b76069cd2340d3b27cebb"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:37.736724"], ["updated_at", "2016-06-16 21:19:37.736724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -21958297 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -21958297], ["username", "billy_00"], ["access_token", "bad09de68bcf4b2bf0f4e652e97f0a20"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:19:37.738812"], ["updated_at", "2016-06-16 21:19:37.738812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1422127686 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1422127686], ["username", "billy_01"], ["access_token", "ebe2bf6f4125c577144cc0d2b1eff94f"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:19:37.740827"], ["updated_at", "2016-06-16 21:19:37.740827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -30260750 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -30260750], ["username", "billy_02"], ["access_token", "5ad2ff5957e31dd21f9e3505bc4c6c96"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:19:37.742838"], ["updated_at", "2016-06-16 21:19:37.742838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943540761 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -943540761], ["username", "billy_03"], ["access_token", "f91d63f6c795d56f3b5adfc6e4791892"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:19:37.744825"], ["updated_at", "2016-06-16 21:19:37.744825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -811254734 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -811254734], ["username", "billy_04"], ["access_token", "7e16980b94764869e2adb0aa12297df3"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:19:37.746799"], ["updated_at", "2016-06-16 21:19:37.746799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1474468160 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1474468160], ["username", "billy_05"], ["access_token", "e01828b386774ecefa0473428fd0a3ae"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:19:37.748846"], ["updated_at", "2016-06-16 21:19:37.748846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2125078406 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2125078406], ["username", "billy_06"], ["access_token", "7e9b2b1989c47181ecd562563f34b55d"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:19:37.750857"], ["updated_at", "2016-06-16 21:19:37.750857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1046791529 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1046791529], ["username", "billy_07"], ["access_token", "3c66a5fc6adaed9136856b62d859f536"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:19:37.752844"], ["updated_at", "2016-06-16 21:19:37.752844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -709663424 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -709663424], ["username", "billy_08"], ["access_token", "1573b96cef9f7b728f60cebc13b8f9cf"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:19:37.754782"], ["updated_at", "2016-06-16 21:19:37.754782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1677286596 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1677286596], ["username", "billy_09"], ["access_token", "1520d2081f2fbcc0e20187795a8bdd91"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:19:37.756717"], ["updated_at", "2016-06-16 21:19:37.756717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1477815573 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1477815573], ["username", "billy_10"], ["access_token", "a5714da5199bc0956a08bcf5d68c16b8"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:19:37.758632"], ["updated_at", "2016-06-16 21:19:37.758632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1912561082 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1912561082], ["username", "billy_11"], ["access_token", "684900483c1768bbe04811ee284fbb59"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:19:37.761141"], ["updated_at", "2016-06-16 21:19:37.761141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -478988713 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -478988713], ["username", "billy_12"], ["access_token", "a8dc76ddbaa790050ef1b63270e10a4b"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:19:37.763707"], ["updated_at", "2016-06-16 21:19:37.763707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -810472748 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -810472748], ["username", "billy_13"], ["access_token", "30152d0909d880a0bdc46f7c09204461"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:19:37.766074"], ["updated_at", "2016-06-16 21:19:37.766074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1982490117 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1982490117], ["username", "billy_14"], ["access_token", "797233622a54c36e2584430bad51c269"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:19:37.768231"], ["updated_at", "2016-06-16 21:19:37.768231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -337927112 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -337927112], ["username", "billy_15"], ["access_token", "a4b9e859121ad746eebaebc98f61f258"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:19:37.770372"], ["updated_at", "2016-06-16 21:19:37.770372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1435762183 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1435762183], ["username", "billy_16"], ["access_token", "34a5288c421b7f1d222cbee71284fb1b"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:19:37.772566"], ["updated_at", "2016-06-16 21:19:37.772566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -770496315 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -770496315], ["username", "billy_17"], ["access_token", "cd13a48391ade1ef7e3ff8a92568161a"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:19:37.774600"], ["updated_at", "2016-06-16 21:19:37.774600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -363652116 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -363652116], ["username", "billy_18"], ["access_token", "f4eaa85471ca2461b768670c428004ee"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:19:37.786641"], ["updated_at", "2016-06-16 21:19:37.786641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -754111822 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -754111822], ["username", "billy_19"], ["access_token", "ed2d15624b3ab95e16ac9a0920d12e97"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:19:37.788877"], ["updated_at", "2016-06-16 21:19:37.788877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -688903605 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -688903605], ["username", "billy_20"], ["access_token", "ec50952460da798c3bacf83726dff7ea"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:19:37.791034"], ["updated_at", "2016-06-16 21:19:37.791034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -826455927 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -826455927], ["username", "billy_21"], ["access_token", "d6d5ef37a59f49bd6e7698d377c650fe"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:19:37.793336"], ["updated_at", "2016-06-16 21:19:37.793336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -803735308 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -803735308], ["username", "billy_22"], ["access_token", "80ab8074d3073e32875981c56287c4b3"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:19:37.795438"], ["updated_at", "2016-06-16 21:19:37.795438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1043566379 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1043566379], ["username", "billy_23"], ["access_token", "4391f5fde6f3d2649c4c910e894a8e37"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:19:37.797501"], ["updated_at", "2016-06-16 21:19:37.797501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -357143921 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -357143921], ["username", "billy_24"], ["access_token", "1366b2d0d5f2bf356ebd361b9ece15c8"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:19:37.799506"], ["updated_at", "2016-06-16 21:19:37.799506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1163378902 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1163378902], ["username", "billy_25"], ["access_token", "3ac2324e1677116bba38d9569b8f2996"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:19:37.801493"], ["updated_at", "2016-06-16 21:19:37.801493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1529048957 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1529048957], ["username", "billy_26"], ["access_token", "5eadb101a8c7c58ac792a74560abdb2d"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:19:37.803458"], ["updated_at", "2016-06-16 21:19:37.803458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1927738446 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1927738446], ["username", "billy_27"], ["access_token", "132d6702eaf921fb693f984ab2722385"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:19:37.805423"], ["updated_at", "2016-06-16 21:19:37.805423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1238392787 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1238392787], ["username", "billy_28"], ["access_token", "701c459e17302aaf822d6916b8024693"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:19:37.807452"], ["updated_at", "2016-06-16 21:19:37.807452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -250643640 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -250643640], ["username", "billy_29"], ["access_token", "a2c5106279325c8c8d5935d8b91d97bc"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:19:37.809543"], ["updated_at", "2016-06-16 21:19:37.809543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -246810042 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -246810042], ["username", "billy_30"], ["access_token", "8fcef4c50517534729dcd7a9c7c25f21"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:19:37.811606"], ["updated_at", "2016-06-16 21:19:37.811606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -970395609 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -970395609], ["username", "billy_31"], ["access_token", "c2463de0770899961ba63a407ad195b8"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:19:37.813577"], ["updated_at", "2016-06-16 21:19:37.813577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -404204974 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -404204974], ["username", "billy_32"], ["access_token", "c92526b7bed784a3c8a72835251c7a9e"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:19:37.815527"], ["updated_at", "2016-06-16 21:19:37.815527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -148239730 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -148239730], ["username", "billy_33"], ["access_token", "f9bababdbdd1fb70f8bd1dc0916e67be"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:19:37.817466"], ["updated_at", "2016-06-16 21:19:37.817466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -546118445 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -546118445], ["username", "billy_34"], ["access_token", "3f19faeb6bb110809c07e73899f8a3d2"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:19:37.819375"], ["updated_at", "2016-06-16 21:19:37.819375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2127438259 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2127438259], ["username", "billy_35"], ["access_token", "6f17b25c93e2ce08e34faff66d3270de"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:19:37.821317"], ["updated_at", "2016-06-16 21:19:37.821317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -789376951 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -789376951], ["username", "billy_36"], ["access_token", "0f258288dc6227da85874f2e4d71976e"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:19:37.823439"], ["updated_at", "2016-06-16 21:19:37.823439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -808906785 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -808906785], ["username", "billy_37"], ["access_token", "214dab27fe38efb29df15e7d59474523"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:19:37.825832"], ["updated_at", "2016-06-16 21:19:37.825832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -376541751 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -376541751], ["username", "billy_38"], ["access_token", "a3dd5e1f691457d09db96ee52f2d16f2"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:19:37.827856"], ["updated_at", "2016-06-16 21:19:37.827856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592530621 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -592530621], ["username", "billy_39"], ["access_token", "ef2ce2afca6b1b550a7194cff435c44c"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:19:37.829913"], ["updated_at", "2016-06-16 21:19:37.829913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1460763439 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1460763439], ["username", "billy_40"], ["access_token", "ae8506f8b57a9580c7cc1709db08ff1c"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:19:37.834134"], ["updated_at", "2016-06-16 21:19:37.834134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1107163918 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1107163918], ["username", "billy_41"], ["access_token", "329831c08c01706c0602d0ba48add7fe"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:19:37.836518"], ["updated_at", "2016-06-16 21:19:37.836518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -6703446 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -6703446], ["username", "billy_42"], ["access_token", "3270dfb0a0f3b55cdd9b0d91dafe713e"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:19:37.839980"], ["updated_at", "2016-06-16 21:19:37.839980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -836991594 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -836991594], ["username", "billy_43"], ["access_token", "34646ba17408a573e5fbf57ea94395a9"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:19:37.843688"], ["updated_at", "2016-06-16 21:19:37.843688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1536338759 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1536338759], ["username", "billy_44"], ["access_token", "3358f823db3efa50e64ebcbf94351cdc"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:19:37.846686"], ["updated_at", "2016-06-16 21:19:37.846686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1975565724 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1975565724], ["username", "billy_45"], ["access_token", "a95351b28ebd579580cd3fca3cba2a29"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:19:37.848646"], ["updated_at", "2016-06-16 21:19:37.848646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -800627461 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -800627461], ["username", "billy_46"], ["access_token", "c483206068c9e6f30843677123265dfa"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:19:37.850564"], ["updated_at", "2016-06-16 21:19:37.850564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1445262269 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1445262269], ["username", "billy_47"], ["access_token", "e9d535c6789375e2d551511ed69117c8"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:19:37.852440"], ["updated_at", "2016-06-16 21:19:37.852440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -851885709 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -851885709], ["username", "billy_48"], ["access_token", "04243345c4eefcb9757b89ad30a29cb3"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:19:37.854497"], ["updated_at", "2016-06-16 21:19:37.854497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -747379062 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -747379062], ["username", "billy_49"], ["access_token", "d37112a6ede4f993f569d129599cf8a4"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:19:37.856569"], ["updated_at", "2016-06-16 21:19:37.856569"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1909720071 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1909720071], ["username", "jstrav"], ["access_token", "361f137ddb9a2be305d15014f4952399"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:37.864511"], ["updated_at", "2016-06-16 21:19:37.864511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -951908862 LIMIT 1 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", -951908862], ["username", "mary"], ["access_token", "d88860dc6d3f12042359996d43836471"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:37.867057"], ["updated_at", "2016-06-16 21:19:37.867057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1556663535 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1556663535], ["username", "jstead"], ["access_token", "225cf53ef94e6d660a1188e23a7a317e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:37.869421"], ["updated_at", "2016-06-16 21:19:37.869421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -866804481 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -866804481], ["username", "bigbear"], ["access_token", "69339596e0d1b8c254c34c25ccba664d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:37.871810"], ["updated_at", "2016-06-16 21:19:37.871810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1984301200 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1984301200], ["username", "billy_00"], ["access_token", "61e3c107f0a8786affa8896bdc8b0eaa"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:19:37.873941"], ["updated_at", "2016-06-16 21:19:37.873941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -49876070 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -49876070], ["username", "billy_01"], ["access_token", "2c547fbcbf49a05486f8d3a7ce68d7cc"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:19:37.876032"], ["updated_at", "2016-06-16 21:19:37.876032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -422564931 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -422564931], ["username", "billy_02"], ["access_token", "54238663d705fe6582fb91310fedc2ba"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:19:37.878135"], ["updated_at", "2016-06-16 21:19:37.878135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -636480763 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -636480763], ["username", "billy_03"], ["access_token", "aae19032eb69b50bd6b0ca7861086525"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:19:37.880131"], ["updated_at", "2016-06-16 21:19:37.880131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -534438655 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -534438655], ["username", "billy_04"], ["access_token", "da1733b7bbbc89b614ed3657b6cd6e14"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:19:37.882133"], ["updated_at", "2016-06-16 21:19:37.882133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1021981534 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1021981534], ["username", "billy_05"], ["access_token", "0f2a6a27caa4f5d3879cfe9cbb1de21d"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:19:37.884153"], ["updated_at", "2016-06-16 21:19:37.884153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1923254520 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1923254520], ["username", "billy_06"], ["access_token", "23b068f1588d74d9756606599b5b5551"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:19:37.886204"], ["updated_at", "2016-06-16 21:19:37.886204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -147937037 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -147937037], ["username", "billy_07"], ["access_token", "1348d34f101386b95d07e2895079cb41"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:19:37.888431"], ["updated_at", "2016-06-16 21:19:37.888431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -663516702 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -663516702], ["username", "billy_08"], ["access_token", "3587218cb5e308c31a2b6da7bd235264"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:19:37.890403"], ["updated_at", "2016-06-16 21:19:37.890403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1857703752 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1857703752], ["username", "billy_09"], ["access_token", "f4c303f58fb23144578ab0ddb3ef9069"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:19:37.892412"], ["updated_at", "2016-06-16 21:19:37.892412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -972391963 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -972391963], ["username", "billy_10"], ["access_token", "b89c20c81baddccc65a74f2885620679"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:19:37.894466"], ["updated_at", "2016-06-16 21:19:37.894466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -665591519 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -665591519], ["username", "billy_11"], ["access_token", "516fb920c7f94c10303e9b2ae8a560d6"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:19:37.896929"], ["updated_at", "2016-06-16 21:19:37.896929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -700764222 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -700764222], ["username", "billy_12"], ["access_token", "056c13cedb408d584866f290d6be69a0"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:19:37.899391"], ["updated_at", "2016-06-16 21:19:37.899391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -885620932 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -885620932], ["username", "billy_13"], ["access_token", "a18efe78d828b03585e8d40658b7edeb"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:19:37.901481"], ["updated_at", "2016-06-16 21:19:37.901481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -725119929 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -725119929], ["username", "billy_14"], ["access_token", "67e43e8472b0881812654650149bde05"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:19:37.903504"], ["updated_at", "2016-06-16 21:19:37.903504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1282131146 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1282131146], ["username", "billy_15"], ["access_token", "66e198f7ed60d70a8318f3a987d69d9d"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:19:37.905547"], ["updated_at", "2016-06-16 21:19:37.905547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1521759570 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1521759570], ["username", "billy_16"], ["access_token", "36bbd96c39e59723b4881c4ecc7840bc"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:19:37.907534"], ["updated_at", "2016-06-16 21:19:37.907534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -426342665 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -426342665], ["username", "billy_17"], ["access_token", "283dd69bc7e698df5f9c75c05c08d6a5"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:19:37.909555"], ["updated_at", "2016-06-16 21:19:37.909555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -991202706 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -991202706], ["username", "billy_18"], ["access_token", "33c1a7a949de46d3d2c1b2b4e19930c5"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:19:37.911642"], ["updated_at", "2016-06-16 21:19:37.911642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -355598787 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -355598787], ["username", "billy_19"], ["access_token", "079d5d403575b03684ededf853aa5345"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:19:37.914016"], ["updated_at", "2016-06-16 21:19:37.914016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997382595 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1997382595], ["username", "billy_20"], ["access_token", "715cb5990d5b42642452c0883ac0a82b"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:19:37.915983"], ["updated_at", "2016-06-16 21:19:37.915983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1407250350 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1407250350], ["username", "billy_21"], ["access_token", "0700278c993801f8995268832d0db92f"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:19:37.917924"], ["updated_at", "2016-06-16 21:19:37.917924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1130344043 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1130344043], ["username", "billy_22"], ["access_token", "2f4b4e82db0817def5dac0fb418ae1ab"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:19:37.920109"], ["updated_at", "2016-06-16 21:19:37.920109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1310030866 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1310030866], ["username", "billy_23"], ["access_token", "b0a1e0f4a00785fce7a82b5c8ed4d654"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:19:37.922177"], ["updated_at", "2016-06-16 21:19:37.922177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2061721331 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2061721331], ["username", "billy_24"], ["access_token", "043a6710fac78bb2e904412eb8029c88"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:19:37.924373"], ["updated_at", "2016-06-16 21:19:37.924373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -718896684 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -718896684], ["username", "billy_25"], ["access_token", "6bf9cba34164c5e901f53365bb1b2090"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:19:37.926483"], ["updated_at", "2016-06-16 21:19:37.926483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -650947587 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -650947587], ["username", "billy_26"], ["access_token", "b563425c5affbb43c9417b5ae058b89c"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:19:37.928457"], ["updated_at", "2016-06-16 21:19:37.928457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2097039558 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2097039558], ["username", "billy_27"], ["access_token", "ae4db89b0d070ffb85af5d0874033901"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:19:37.930865"], ["updated_at", "2016-06-16 21:19:37.930865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -103307761 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -103307761], ["username", "billy_28"], ["access_token", "895d11b34bd07387b06177955e754796"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:19:37.932862"], ["updated_at", "2016-06-16 21:19:37.932862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1330345447 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1330345447], ["username", "billy_29"], ["access_token", "4398832a21913cac3d3feb0a7c65e86a"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:19:37.934814"], ["updated_at", "2016-06-16 21:19:37.934814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -729182323 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -729182323], ["username", "billy_30"], ["access_token", "c10889367a0d3b9117a2786ae2eb72cc"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:19:37.936717"], ["updated_at", "2016-06-16 21:19:37.936717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1093604369 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1093604369], ["username", "billy_31"], ["access_token", "0fe419a3a42900beca88ae7c5f6d0662"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:19:37.938618"], ["updated_at", "2016-06-16 21:19:37.938618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1543287362 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1543287362], ["username", "billy_32"], ["access_token", "128d6b80b61f552d40b0a51a401d3b38"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:19:37.940681"], ["updated_at", "2016-06-16 21:19:37.940681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1428583473 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1428583473], ["username", "billy_33"], ["access_token", "523e2e40c29d4f6c697ce7eb0b72960d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:19:37.942721"], ["updated_at", "2016-06-16 21:19:37.942721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518906208 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -518906208], ["username", "billy_34"], ["access_token", "c9c381d69aaf7978bcdd2d0e439fee67"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:19:37.944750"], ["updated_at", "2016-06-16 21:19:37.944750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1697553169 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1697553169], ["username", "billy_35"], ["access_token", "2e1830bd61458313e06952684365da38"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:19:37.946810"], ["updated_at", "2016-06-16 21:19:37.946810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2069822968 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2069822968], ["username", "billy_36"], ["access_token", "a58358494d6e58132329bb8899aa441d"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:19:37.948927"], ["updated_at", "2016-06-16 21:19:37.948927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -283836912 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -283836912], ["username", "billy_37"], ["access_token", "6bf5c628b8cc61d51974a05902980463"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:19:37.951544"], ["updated_at", "2016-06-16 21:19:37.951544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -847293120 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -847293120], ["username", "billy_38"], ["access_token", "81aaf9f3b992197d94629109c51301b7"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:19:37.953704"], ["updated_at", "2016-06-16 21:19:37.953704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1648269616 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1648269616], ["username", "billy_39"], ["access_token", "258e962f7beb57a877eadde7860f5138"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:19:37.955764"], ["updated_at", "2016-06-16 21:19:37.955764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1819478500 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1819478500], ["username", "billy_40"], ["access_token", "61156a6ff235c3660350ac59d115a5ea"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:19:37.963907"], ["updated_at", "2016-06-16 21:19:37.963907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1690835227 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1690835227], ["username", "billy_41"], ["access_token", "cf43a5da8b8935c96a6fc935860a3ceb"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:19:37.966235"], ["updated_at", "2016-06-16 21:19:37.966235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -234279233 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -234279233], ["username", "billy_42"], ["access_token", "911fd4fd47604942d17d568e457cba3c"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:19:37.968260"], ["updated_at", "2016-06-16 21:19:37.968260"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -58813046 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -58813046], ["username", "billy_43"], ["access_token", "57f5e7c50d1399bf220620759c2d9458"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:19:37.970251"], ["updated_at", "2016-06-16 21:19:37.970251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1790742804 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1790742804], ["username", "billy_44"], ["access_token", "1387efdfa188dfb134026312962448db"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:19:37.972212"], ["updated_at", "2016-06-16 21:19:37.972212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2053543973 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2053543973], ["username", "billy_45"], ["access_token", "4a9c26fac7ce8ade620c0b3ef45e4309"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:19:37.974140"], ["updated_at", "2016-06-16 21:19:37.974140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -460532335 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -460532335], ["username", "billy_46"], ["access_token", "bc355ea6176f12b5731bbe4b027ca22d"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:19:37.976070"], ["updated_at", "2016-06-16 21:19:37.976070"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -507873966 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -507873966], ["username", "billy_47"], ["access_token", "537b3e525b4a74cf038632f256d9da35"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:19:37.978088"], ["updated_at", "2016-06-16 21:19:37.978088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1410781208 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1410781208], ["username", "billy_48"], ["access_token", "3fe3c64eededab8e5c0094b9ff727fce"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:19:37.980067"], ["updated_at", "2016-06-16 21:19:37.980067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -757595736 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -757595736], ["username", "billy_49"], ["access_token", "a4f3d9c614d387b5fb9567a883a571b3"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:19:37.982187"], ["updated_at", "2016-06-16 21:19:37.982187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') 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  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2016-06-16 21:19:38.003699"], ["updated_at", "2016-06-16 21:19:38.003699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) 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]]  (0.1ms) SAVEPOINT active_record_1 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 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2016-06-16 21:19:38.030950"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2016-06-16 21:19:38.033526"], ["updated_at", "2016-06-16 21:19:38.033526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) 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]]  (0.1ms) SAVEPOINT active_record_1 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  (0.1ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 21:19:38.093630"], ["updated_at", "2016-06-16 21:19:38.093630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -358497608 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -358497608], ["username", "a0009642252664541a7a6465c03222a2"], ["access_token", "5a2cfa8c1e89eaf79208554749e7f05f"], ["created_at", "2016-06-16 21:19:38.115315"], ["updated_at", "2016-06-16 21:19:38.115315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -159647940 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -159647940], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.118586"], ["updated_at", "2016-06-16 21:19:38.118586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1287001380 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1287001380], ["username", "b8f2292d586ec83f15748db0c37733fc"], ["access_token", "448f8b85f8f9f1f62162458219424253"], ["created_at", "2016-06-16 21:19:38.121033"], ["updated_at", "2016-06-16 21:19:38.121033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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" = -159647940) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -159647940], ["user_id", -1287001380], ["created_at", "2016-06-16 21:19:38.123348"], ["updated_at", "2016-06-16 21:19:38.123348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-159647940/members/-1287001380" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-159647940", "user_id"=>"-1287001380"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1212621903 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1212621903], ["username", "992fc7a374ce7bf82e7d05696e9606f0"], ["access_token", "211bfba084a226f0d9d4df77baa1c248"], ["created_at", "2016-06-16 21:19:38.138710"], ["updated_at", "2016-06-16 21:19:38.138710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1799921745 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1799921745], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.141451"], ["updated_at", "2016-06-16 21:19:38.141451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1687372430 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1687372430], ["username", "4f45d728fe4dc02345608b902992469c"], ["access_token", "4c8f30e9f0fc2347ae4926b5625d77df"], ["created_at", "2016-06-16 21:19:38.143641"], ["updated_at", "2016-06-16 21:19:38.143641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1799921745/members/-1687372430" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1799921745", "user_id"=>"-1687372430"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 21:19:38.155993"], ["updated_at", "2016-06-16 21:19:38.155993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"id\":1,\"read_updates\":1}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 21:19:38.174241"], ["updated_at", "2016-06-16 21:19:38.174241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1150315131 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1150315131], ["username", "5062a87f1b641bdcb30abdbbe188b732"], ["access_token", "d9c7b7cc61bbb195d2eac12bcf48c677"], ["created_at", "2016-06-16 21:19:38.191720"], ["updated_at", "2016-06-16 21:19:38.191720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1215867514 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1215867514], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.194401"], ["updated_at", "2016-06-16 21:19:38.194401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -719607703 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -719607703], ["username", "923a9582dd8f47661e491dd9468f01d5"], ["access_token", "40956ae0699fd4b187ff98eb0cb08603"], ["created_at", "2016-06-16 21:19:38.196607"], ["updated_at", "2016-06-16 21:19:38.196607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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" = -1215867514) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1215867514], ["user_id", -719607703], ["created_at", "2016-06-16 21:19:38.198747"], ["updated_at", "2016-06-16 21:19:38.198747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1215867514/owners/-719607703" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1215867514", "user_id"=>"-719607703"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1707819991 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1707819991], ["username", "13e4d3e48d4faea8af2a7becf24ccfee"], ["access_token", "2b04c8a8872e049480a28e4b4d61d101"], ["created_at", "2016-06-16 21:19:38.214982"], ["updated_at", "2016-06-16 21:19:38.214982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1488931493 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1488931493], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.217690"], ["updated_at", "2016-06-16 21:19:38.217690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1787133316 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1787133316], ["username", "0f41b92e6065dcc450156f0af185d2f4"], ["access_token", "3d39a27b6e9f427c2c14fbd13ba2d5ef"], ["created_at", "2016-06-16 21:19:38.220088"], ["updated_at", "2016-06-16 21:19:38.220088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1488931493/owners/-1787133316" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1488931493", "user_id"=>"-1787133316"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 21:19:38.233024"], ["updated_at", "2016-06-16 21:19:38.233024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 21:19:38.251342"], ["updated_at", "2016-06-16 21:19:38.251342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 21:19:38.270674"], ["updated_at", "2016-06-16 21:19:38.270674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"id\":1,\"read_updates\":1}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1813137882 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1813137882], ["username", "21c697f91074b89db637e90ddae3db91"], ["access_token", "60c6d9734fe889d0ee6dbe1280885058"], ["created_at", "2016-06-16 21:19:38.288251"], ["updated_at", "2016-06-16 21:19:38.288251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -387500684 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -387500684], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.290863"], ["updated_at", "2016-06-16 21:19:38.290863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -129655767 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -129655767], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.293157"], ["updated_at", "2016-06-16 21:19:38.293157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] 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", -129655767]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -129655767 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] 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", -387500684]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -387500684 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -129655767 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -387500684 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -387500684], ["member_group_id", -129655767], ["created_at", "2016-06-16 21:19:38.295435"], ["updated_at", "2016-06-16 21:19:38.295435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-387500684/nestings/-129655767" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-387500684", "member_group_id"=>"-129655767"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1701915863 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1701915863], ["username", "7c541b347b581506cd314112aa3ae1e0"], ["access_token", "fee0644a07b77421b722a3ee1e15d560"], ["created_at", "2016-06-16 21:19:38.320863"], ["updated_at", "2016-06-16 21:19:38.320863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1959385458 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1959385458], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.323776"], ["updated_at", "2016-06-16 21:19:38.323776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1877678960 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1877678960], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.326123"], ["updated_at", "2016-06-16 21:19:38.326123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1959385458/nestings/-1877678960" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1959385458", "member_group_id"=>"-1877678960"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -65821066 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -65821066], ["username", "f1858cef514ca866a645de673819d4aa"], ["access_token", "a6b77e274b3be7e260a0c3d30a4be090"], ["created_at", "2016-06-16 21:19:38.339657"], ["updated_at", "2016-06-16 21:19:38.339657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"username\":\"dummy\"}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -871285400 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -871285400], ["username", "56c9df3053650151ee28e4d8413f0a8e"], ["access_token", "4903ec946ac8c3e37054bb6dba51b0d4"], ["created_at", "2016-06-16 21:19:38.361623"], ["updated_at", "2016-06-16 21:19:38.361623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"{\"username\":\"56c9df3053650151ee28e4d8413f0a8e\",\"first_name\":null,\"last_name\":null,\"full_name\":null,\"title\":null}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -93193858 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -93193858], ["username", "05626655d415d59b3a1f8191253653df"], ["access_token", "90f425b25e74283b0dfe13160582a1d3"], ["created_at", "2016-06-16 21:19:38.382418"], ["updated_at", "2016-06-16 21:19:38.382418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -32627105 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -32627105], ["username", "45fe5a2578077264210464e60b01925c"], ["access_token", "932b3738b8c49bea07028155138a032b"], ["created_at", "2016-06-16 21:19:38.403782"], ["updated_at", "2016-06-16 21:19:38.403782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"email\":\"dummy@dum.my\"}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -324551691 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -324551691], ["username", "21adf72d3ff58a9a4f368831671ca098"], ["access_token", "f5f1508a710be45cd5c96016d920f12f"], ["created_at", "2016-06-16 21:19:38.424461"], ["updated_at", "2016-06-16 21:19:38.424461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -395806028 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -395806028], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.427252"], ["updated_at", "2016-06-16 21:19:38.427252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -395806028 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-395806028" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil, "id"=>"-395806028"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1877216628 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1877216628], ["username", "fa06ea176d8053c03f7ef7726b9a7e00"], ["access_token", "47db9251d4b1b9328261d4879749dd14"], ["created_at", "2016-06-16 21:19:38.446977"], ["updated_at", "2016-06-16 21:19:38.446977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1261653023 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1261653023], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.449365"], ["updated_at", "2016-06-16 21:19:38.449365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1342956251 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1342956251], ["username", "613b4afa2a909097cad731b91b417773"], ["access_token", "c9130dbfcf46a5d1ff45848a2e46b6fe"], ["created_at", "2016-06-16 21:19:38.464057"], ["updated_at", "2016-06-16 21:19:38.464057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1343787549 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1343787549], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.467091"], ["updated_at", "2016-06-16 21:19:38.467091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1343787549 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1343787549" for 127.0.0.1 at 2016-06-16 16:19:38 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-1343787549"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "f72752"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'f72752' LIMIT 1 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", "f72752"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["created_at", "2016-06-16 21:19:38.489349"], ["updated_at", "2016-06-16 21:19:38.489349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 52]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "cd8d69"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 52 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'cd8d69' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 52], ["username", "cd8d69"], ["created_at", "2016-06-16 21:19:38.504666"], ["updated_at", "2016-06-16 21:19:38.504666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 53]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 53 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 53], ["username", "alice"], ["created_at", "2016-06-16 21:19:38.513488"], ["updated_at", "2016-06-16 21:19:38.513488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 54]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 54 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 54], ["username", "alice2"], ["created_at", "2016-06-16 21:19:38.521910"], ["updated_at", "2016-06-16 21:19:38.521910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1117221448 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e87bb71876efcc60ba236f0c6815d6cc' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1117221448], ["username", "e87bb71876efcc60ba236f0c6815d6cc"], ["access_token", "89c1236fd283e8e0f7ebb4b1113b5608"], ["created_at", "2016-06-16 21:19:38.526629"], ["updated_at", "2016-06-16 21:19:38.526629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1721723029 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '6978dae890b56de5f9ef5b85855258c9' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1721723029], ["username", "6978dae890b56de5f9ef5b85855258c9"], ["access_token", "9bd45e383db7ecb2f52165951d277fc7"], ["created_at", "2016-06-16 21:19:38.531242"], ["updated_at", "2016-06-16 21:19:38.531242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1022690193 LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1022690193], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.534200"], ["updated_at", "2016-06-16 21:19:38.534200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -553041810 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '32474b2c29029a274469f74f161f84d0' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -553041810], ["username", "32474b2c29029a274469f74f161f84d0"], ["access_token", "f115ae357999762f17af2dd1b741423a"], ["created_at", "2016-06-16 21:19:38.538138"], ["updated_at", "2016-06-16 21:19:38.538138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1569842971 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1569842971], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:38.541020"], ["updated_at", "2016-06-16 21:19:38.541020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2016-06-16 21:19:38.546130"], ["updated_at", "2016-06-16 21:19:38.546130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1999536835 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1999536835], ["username", "8877688b8469263e57bfdea17ae46e7c"], ["access_token", "1af46df3f88031f7e288af4eb2ffacdd"], ["created_at", "2016-06-16 21:19:38.550960"], ["updated_at", "2016-06-16 21:19:38.550960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1842555925) LIMIT 1 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", -1842555925]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1842555925) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1842555925 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test"], ["is_public", "t"], ["openstax_uid", -1842555925], ["created_at", "2016-06-16 21:19:38.555996"], ["updated_at", "2016-06-16 21:19:38.555996"]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1842555925) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1842555925], ["user_id", -1999536835], ["created_at", "2016-06-16 21:19:38.558452"], ["updated_at", "2016-06-16 21:19:38.558452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* 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" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -1842555925]] 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" = ? LIMIT 1 [["group_id", -1842555925]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "146438f81c908229e507778ba6eb2456"], ["created_at", "2016-06-16 21:19:38.566320"], ["updated_at", "2016-06-16 21:19:38.566320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.2ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "2af38b64c26ee28e53d1025d7cd8cf35"], ["created_at", "2016-06-16 21:19:38.580003"], ["updated_at", "2016-06-16 21:19:38.580003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} 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]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Redirected to http://test.host/ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1512761824 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1512761824], ["username", "jstrav"], ["access_token", "12d2bb7bde1051b06c6c40cff0b4864f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.587407"], ["updated_at", "2016-06-16 21:19:38.587407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1591514912 LIMIT 1 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", -1591514912], ["username", "mary"], ["access_token", "10608fb57f87227489e1c51252d2d1a4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.589754"], ["updated_at", "2016-06-16 21:19:38.589754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -500100851 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -500100851], ["username", "jstead"], ["access_token", "2418a2a105a1bef9be710c473cf2845f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.591862"], ["updated_at", "2016-06-16 21:19:38.591862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1956595894 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1956595894], ["username", "bigbear"], ["access_token", "79060e742b944116287fbd648ebac0dd"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.593800"], ["updated_at", "2016-06-16 21:19:38.593800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1527692621 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1527692621], ["username", "jstrav"], ["access_token", "fd22f45ed99e88c577131cc5401e5b58"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.599483"], ["updated_at", "2016-06-16 21:19:38.599483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -821616161 LIMIT 1 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", -821616161], ["username", "mary"], ["access_token", "e1e86cfe9af6a8c1aa7267febc524ac5"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.602174"], ["updated_at", "2016-06-16 21:19:38.602174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -282044904 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -282044904], ["username", "jstead"], ["access_token", "275e8a10a7cbd25a57881281df24e11d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.604730"], ["updated_at", "2016-06-16 21:19:38.604730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -416334156 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -416334156], ["username", "bigbear"], ["access_token", "cf48171309f43c85b0d3974b732d5585"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.606731"], ["updated_at", "2016-06-16 21:19:38.606731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1441357765 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1441357765], ["username", "jstrav"], ["access_token", "107dafa2625893da4edc9450e4382cc7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.611958"], ["updated_at", "2016-06-16 21:19:38.611958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -708858214 LIMIT 1 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", -708858214], ["username", "mary"], ["access_token", "002d754b0e8dd606c8b3af6a9f92abdb"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.614450"], ["updated_at", "2016-06-16 21:19:38.614450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1424220986 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1424220986], ["username", "jstead"], ["access_token", "aee198cb35357519a83724c072133890"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.616874"], ["updated_at", "2016-06-16 21:19:38.616874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -585633870 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -585633870], ["username", "bigbear"], ["access_token", "d5759034f8578216401c722758addae6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.619172"], ["updated_at", "2016-06-16 21:19:38.619172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518135189 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -518135189], ["username", "jstrav"], ["access_token", "effa4700bb13862bedc7bfad970ed541"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.624993"], ["updated_at", "2016-06-16 21:19:38.624993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -790508235 LIMIT 1 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", -790508235], ["username", "mary"], ["access_token", "b59d97758b0dd467bd7bd06a3da5ae21"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.627227"], ["updated_at", "2016-06-16 21:19:38.627227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -853547390 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -853547390], ["username", "jstead"], ["access_token", "5d31ba73e2bc2496c67614e764bffbf6"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.629472"], ["updated_at", "2016-06-16 21:19:38.629472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -298622416 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -298622416], ["username", "bigbear"], ["access_token", "25b6dc1b60933966a1d089deaf920e64"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.631329"], ["updated_at", "2016-06-16 21:19:38.631329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1904005354 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1904005354], ["username", "jstrav"], ["access_token", "58e17e1e4ed12d9b2ecc331f4e5ae269"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.636319"], ["updated_at", "2016-06-16 21:19:38.636319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -126941862 LIMIT 1 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", -126941862], ["username", "mary"], ["access_token", "490beacaebea30a9d79f9c9bc8636378"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.638490"], ["updated_at", "2016-06-16 21:19:38.638490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -3315847 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -3315847], ["username", "jstead"], ["access_token", "9169c4e8cff669b069a90867b111cbf2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.640805"], ["updated_at", "2016-06-16 21:19:38.640805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -48909237 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -48909237], ["username", "bigbear"], ["access_token", "437931aaac6134d49c02db5cde3a5ac7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.642928"], ["updated_at", "2016-06-16 21:19:38.642928"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (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))  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1421001954 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1421001954], ["username", "jstrav"], ["access_token", "06f7ba6fc5644e8d116ab372e15fb5d8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.650499"], ["updated_at", "2016-06-16 21:19:38.650499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -118746613 LIMIT 1 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", -118746613], ["username", "mary"], ["access_token", "ef69cb24e7d9cf3e616b2448d82fa833"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.653149"], ["updated_at", "2016-06-16 21:19:38.653149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -77303893 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -77303893], ["username", "jstead"], ["access_token", "5aef8226257bc18eeb6fc37f6d35abe4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.655537"], ["updated_at", "2016-06-16 21:19:38.655537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -512052252 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -512052252], ["username", "bigbear"], ["access_token", "177a958c1ccf62cfb7f228b2a7059c80"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.657643"], ["updated_at", "2016-06-16 21:19:38.657643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1020686511 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1020686511], ["username", "jstrav"], ["access_token", "b63164264dca3a03a7cf33c793825808"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.662664"], ["updated_at", "2016-06-16 21:19:38.662664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -343856516 LIMIT 1 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", -343856516], ["username", "mary"], ["access_token", "d16e62fba4d79356a2278b5061a97070"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.664878"], ["updated_at", "2016-06-16 21:19:38.664878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -412686887 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -412686887], ["username", "jstead"], ["access_token", "ed15b388ccf52ba02a859237b6fc0b3d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.667002"], ["updated_at", "2016-06-16 21:19:38.667002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -625402059 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -625402059], ["username", "bigbear"], ["access_token", "45b62d438e2006f44fabdd85f7bb93a3"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.669047"], ["updated_at", "2016-06-16 21:19:38.669047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (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%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -339620812 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -339620812], ["username", "jstrav"], ["access_token", "c367aa94778a9155cfddc18505defd94"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.675700"], ["updated_at", "2016-06-16 21:19:38.675700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1094212792 LIMIT 1 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", -1094212792], ["username", "mary"], ["access_token", "afcb59e39d60f47adaf1ee7c89ac9b9e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.678567"], ["updated_at", "2016-06-16 21:19:38.678567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1208484104 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1208484104], ["username", "jstead"], ["access_token", "e269dfcc6835ec0e01199a4ee4956ded"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.680878"], ["updated_at", "2016-06-16 21:19:38.680878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -721968034 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -721968034], ["username", "bigbear"], ["access_token", "9d19b27650f8dd7aaa01c33a8e8242d1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.683067"], ["updated_at", "2016-06-16 21:19:38.683067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (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))  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) 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  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1155011584 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1155011584], ["username", "jstrav"], ["access_token", "3c65c9f7a8d0228fe2bb42d2c94df1b2"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.689878"], ["updated_at", "2016-06-16 21:19:38.689878"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -237970295 LIMIT 1 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", -237970295], ["username", "mary"], ["access_token", "ce11554736c77ecef648fb931b1ff0d8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.692368"], ["updated_at", "2016-06-16 21:19:38.692368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1708868070 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1708868070], ["username", "jstead"], ["access_token", "4844a6fbf9dba122d70bd8d49397d683"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.695227"], ["updated_at", "2016-06-16 21:19:38.695227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2086964513 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2086964513], ["username", "bigbear"], ["access_token", "6f6089d245ac19f424ffe811cf630d3a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.697833"], ["updated_at", "2016-06-16 21:19:38.697833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1608402220 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1608402220], ["username", "jstrav"], ["access_token", "9fa838110767e03ea8694a9ac2cbb676"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.704136"], ["updated_at", "2016-06-16 21:19:38.704136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726062191 LIMIT 1 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", -726062191], ["username", "mary"], ["access_token", "97758bec866a5c9ad4a7d871d1de13ea"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.706567"], ["updated_at", "2016-06-16 21:19:38.706567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1719201348 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1719201348], ["username", "jstead"], ["access_token", "2e09e5654859fd2c7cf4b1dae8392529"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.708898"], ["updated_at", "2016-06-16 21:19:38.708898"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -88434411 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -88434411], ["username", "bigbear"], ["access_token", "0375da74f6ae37bcb130666a3d578b23"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.711603"], ["updated_at", "2016-06-16 21:19:38.711603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (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))  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1793048945 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1793048945], ["username", "jstrav"], ["access_token", "10aae1bd895856ffa63aa1d48b582c2d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.718817"], ["updated_at", "2016-06-16 21:19:38.718817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2107295164 LIMIT 1 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", -2107295164], ["username", "mary"], ["access_token", "b4ae0b2a85143ec67e5cad98c2612737"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.721040"], ["updated_at", "2016-06-16 21:19:38.721040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1843142594 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1843142594], ["username", "jstead"], ["access_token", "051c4d9e4aa5620f7c18e77324fe49bd"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.723464"], ["updated_at", "2016-06-16 21:19:38.723464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -832868184 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -832868184], ["username", "bigbear"], ["access_token", "643c78428fc9d7b9de7023c416870ccf"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.725517"], ["updated_at", "2016-06-16 21:19:38.725517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -995878717 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -995878717], ["username", "foo_bb"], ["access_token", "43ed72d7a1cec283291ceee941c959eb"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2016-06-16 21:19:38.727742"], ["updated_at", "2016-06-16 21:19:38.727742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -36130691 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -36130691], ["username", "foo_bj"], ["access_token", "71bc0c3e78fc9bff93ba8c46566a8493"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2016-06-16 21:19:38.729853"], ["updated_at", "2016-06-16 21:19:38.729853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -797381699 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -797381699], ["username", "foo_tj"], ["access_token", "3275281139054bedafc43d8f6fe04ecf"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2016-06-16 21:19:38.731870"], ["updated_at", "2016-06-16 21:19:38.731870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1821636105 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1821636105], ["username", "jstrav"], ["access_token", "4c5efbd10c086bf49836ba49e2e38b2d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.739779"], ["updated_at", "2016-06-16 21:19:38.739779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1014377184 LIMIT 1 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", -1014377184], ["username", "mary"], ["access_token", "e752b2d9a6b54707a190a74ba8a666a8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.742172"], ["updated_at", "2016-06-16 21:19:38.742172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091222818 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2091222818], ["username", "jstead"], ["access_token", "4e641b78566183f9de586911139285b8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.744547"], ["updated_at", "2016-06-16 21:19:38.744547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2044189452 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2044189452], ["username", "bigbear"], ["access_token", "3b596661a23364dd899fa400cadd3e45"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.746509"], ["updated_at", "2016-06-16 21:19:38.746509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -654037964 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -654037964], ["username", "billy_00"], ["access_token", "453ca17efdc0225a9c6eb0160dfd1327"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:19:38.748589"], ["updated_at", "2016-06-16 21:19:38.748589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1647666521 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1647666521], ["username", "billy_01"], ["access_token", "aca59313b2b7b6e4ef36347474d63a1d"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:19:38.750622"], ["updated_at", "2016-06-16 21:19:38.750622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1954999019 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1954999019], ["username", "billy_02"], ["access_token", "45ac8b46c100510e6d8c9a827c9798b4"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:19:38.752871"], ["updated_at", "2016-06-16 21:19:38.752871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -396404715 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -396404715], ["username", "billy_03"], ["access_token", "52a2730839dc73ab48035a9ddea3dae6"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:19:38.754929"], ["updated_at", "2016-06-16 21:19:38.754929"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1750909645 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1750909645], ["username", "billy_04"], ["access_token", "99a31b05deabdf8f6a898e00fcd0f54b"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:19:38.756955"], ["updated_at", "2016-06-16 21:19:38.756955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -786940729 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -786940729], ["username", "billy_05"], ["access_token", "a0d383d961719c03f5b97de2acd2e5d2"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:19:38.758901"], ["updated_at", "2016-06-16 21:19:38.758901"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1996447762 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1996447762], ["username", "billy_06"], ["access_token", "29d21416bcd72432654b63dd690eebb9"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:19:38.761292"], ["updated_at", "2016-06-16 21:19:38.761292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -174633985 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -174633985], ["username", "billy_07"], ["access_token", "94c683bd0defa39161cbf523bceb2a39"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:19:38.763197"], ["updated_at", "2016-06-16 21:19:38.763197"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1837498664 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1837498664], ["username", "billy_08"], ["access_token", "a2dc630ea663dc8dd9e6cc0893337726"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:19:38.765067"], ["updated_at", "2016-06-16 21:19:38.765067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -760206139 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -760206139], ["username", "billy_09"], ["access_token", "20e6bf35d0b79c28067cbdd7d360c6f7"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:19:38.766975"], ["updated_at", "2016-06-16 21:19:38.766975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -221579246 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -221579246], ["username", "billy_10"], ["access_token", "4f5ec08565e6a4df588d65cd1ecc818d"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:19:38.768924"], ["updated_at", "2016-06-16 21:19:38.768924"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1677102653 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1677102653], ["username", "billy_11"], ["access_token", "0c19066ae908ff42dd34cd8e002e017f"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:19:38.770816"], ["updated_at", "2016-06-16 21:19:38.770816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1753759396 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1753759396], ["username", "billy_12"], ["access_token", "800b7f542563b157ce397c5eb71036d5"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:19:38.772759"], ["updated_at", "2016-06-16 21:19:38.772759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -481561623 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -481561623], ["username", "billy_13"], ["access_token", "af60b3dd7c8eeb7a34fc1b91510f31fe"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:19:38.774758"], ["updated_at", "2016-06-16 21:19:38.774758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -538425481 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -538425481], ["username", "billy_14"], ["access_token", "1e45a2a256fee0b920bffc09d20dd5d4"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:19:38.776800"], ["updated_at", "2016-06-16 21:19:38.776800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2078551748 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2078551748], ["username", "billy_15"], ["access_token", "8f34167f37d2da5899b5461f797cb6f2"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:19:38.779100"], ["updated_at", "2016-06-16 21:19:38.779100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1265798473 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1265798473], ["username", "billy_16"], ["access_token", "f56ed4b638786aac3870ea0eb25acd34"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:19:38.781172"], ["updated_at", "2016-06-16 21:19:38.781172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1356686008 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1356686008], ["username", "billy_17"], ["access_token", "357548f7be8deb6db915491a02c61604"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:19:38.783123"], ["updated_at", "2016-06-16 21:19:38.783123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1458850636 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1458850636], ["username", "billy_18"], ["access_token", "cfc7b37038197d1648d199900b6ab7d1"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:19:38.785084"], ["updated_at", "2016-06-16 21:19:38.785084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1487040654 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1487040654], ["username", "billy_19"], ["access_token", "b4ef81b332de4ed9c1f18f00261fb7fc"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:19:38.787030"], ["updated_at", "2016-06-16 21:19:38.787030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736033093 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1736033093], ["username", "billy_20"], ["access_token", "9943a4e16f693ecba6db78a925c8f8b4"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:19:38.789080"], ["updated_at", "2016-06-16 21:19:38.789080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -494951321 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -494951321], ["username", "billy_21"], ["access_token", "e038e6a593330f2d97277a2a3d9a6fd2"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:19:38.791053"], ["updated_at", "2016-06-16 21:19:38.791053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -596405172 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -596405172], ["username", "billy_22"], ["access_token", "c19d8ab433c494c2f12facc7f9272667"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:19:38.793113"], ["updated_at", "2016-06-16 21:19:38.793113"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1269846776 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1269846776], ["username", "billy_23"], ["access_token", "976b2a9c03b748e729c1203d69798852"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:19:38.796678"], ["updated_at", "2016-06-16 21:19:38.796678"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1183487584 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1183487584], ["username", "billy_24"], ["access_token", "f1c341dac53350aba2d003c03a426a05"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:19:38.798926"], ["updated_at", "2016-06-16 21:19:38.798926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -542404311 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -542404311], ["username", "billy_25"], ["access_token", "7d218a11d4d8ae4ae0cfa3309e7d02bd"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:19:38.800872"], ["updated_at", "2016-06-16 21:19:38.800872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -451439025 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -451439025], ["username", "billy_26"], ["access_token", "f3934a5a74af1fffb2dd89a7dcfa84f7"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:19:38.802856"], ["updated_at", "2016-06-16 21:19:38.802856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1140439261 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1140439261], ["username", "billy_27"], ["access_token", "ac6632e79c294097cbf287c3b07d855c"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:19:38.804831"], ["updated_at", "2016-06-16 21:19:38.804831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -103771168 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -103771168], ["username", "billy_28"], ["access_token", "b14e2aa98129e4fa8b0d39893da53c2c"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:19:38.806935"], ["updated_at", "2016-06-16 21:19:38.806935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1390452456 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1390452456], ["username", "billy_29"], ["access_token", "7742183f9136b063ddaa9d009780bb40"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:19:38.808928"], ["updated_at", "2016-06-16 21:19:38.808928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1856786648 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1856786648], ["username", "billy_30"], ["access_token", "2da1341da72476205b755db2b19cd4de"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:19:38.810927"], ["updated_at", "2016-06-16 21:19:38.810927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1684353891 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1684353891], ["username", "billy_31"], ["access_token", "fd16db06726d205e5abf06359725807a"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:19:38.813005"], ["updated_at", "2016-06-16 21:19:38.813005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1594168086 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1594168086], ["username", "billy_32"], ["access_token", "d74cdc0c8ce04d983c55575d63f54315"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:19:38.815072"], ["updated_at", "2016-06-16 21:19:38.815072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1737189385 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1737189385], ["username", "billy_33"], ["access_token", "12603aba299b90deb25858cf47c9d926"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:19:38.817041"], ["updated_at", "2016-06-16 21:19:38.817041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1551647642 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1551647642], ["username", "billy_34"], ["access_token", "ba4ce32bdd37e779f0a7ed65b46c15b6"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:19:38.818820"], ["updated_at", "2016-06-16 21:19:38.818820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1009918292 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1009918292], ["username", "billy_35"], ["access_token", "ff03e201468d03546b353694e428edcb"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:19:38.820566"], ["updated_at", "2016-06-16 21:19:38.820566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -464422879 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -464422879], ["username", "billy_36"], ["access_token", "c29409468218d14ef15339b3b9ae9582"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:19:38.822299"], ["updated_at", "2016-06-16 21:19:38.822299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1033231208 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1033231208], ["username", "billy_37"], ["access_token", "ca1a708117c107779097f1aba7b0e35f"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:19:38.824016"], ["updated_at", "2016-06-16 21:19:38.824016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -260062956 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -260062956], ["username", "billy_38"], ["access_token", "58c82b2d447179833354586dfe9791cd"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:19:38.825745"], ["updated_at", "2016-06-16 21:19:38.825745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -264406066 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -264406066], ["username", "billy_39"], ["access_token", "22c6631703bc7e76593cf487d2b2b6da"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:19:38.827485"], ["updated_at", "2016-06-16 21:19:38.827485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -53628437 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -53628437], ["username", "billy_40"], ["access_token", "3e813774c441997a756e475f06362939"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:19:38.829207"], ["updated_at", "2016-06-16 21:19:38.829207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2020850734 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2020850734], ["username", "billy_41"], ["access_token", "4b674e53b15f08b1afbb022f20408382"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:19:38.830911"], ["updated_at", "2016-06-16 21:19:38.830911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1898485465 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1898485465], ["username", "billy_42"], ["access_token", "3777c22ab983f99074c615c6bc77f5cc"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:19:38.832668"], ["updated_at", "2016-06-16 21:19:38.832668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1715504713 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1715504713], ["username", "billy_43"], ["access_token", "f0417019c0ba503b239cdc131e7f345e"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:19:38.834433"], ["updated_at", "2016-06-16 21:19:38.834433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -954344261 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -954344261], ["username", "billy_44"], ["access_token", "dad5086eb3efc01640392d9d0980c1ee"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:19:38.836420"], ["updated_at", "2016-06-16 21:19:38.836420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1921086575 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1921086575], ["username", "billy_45"], ["access_token", "e9d089e5616b90e964188cda2b6f6633"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:19:38.838349"], ["updated_at", "2016-06-16 21:19:38.838349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) 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 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 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  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1027978541 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1027978541], ["username", "jstrav"], ["access_token", "42f30dc560ea46410a2a3c93e8075167"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.845566"], ["updated_at", "2016-06-16 21:19:38.845566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -52322930 LIMIT 1 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", -52322930], ["username", "mary"], ["access_token", "794ce14c830aaee6e52c1c14f0700e78"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.847685"], ["updated_at", "2016-06-16 21:19:38.847685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -587138574 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -587138574], ["username", "jstead"], ["access_token", "ae23982697142c5014b6d79b3b86d43b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.849752"], ["updated_at", "2016-06-16 21:19:38.849752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -974805330 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -974805330], ["username", "bigbear"], ["access_token", "f7e16bd6596c09265b100f5bd0e0e597"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.851511"], ["updated_at", "2016-06-16 21:19:38.851511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -715127247 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -715127247], ["username", "billy_00"], ["access_token", "a7bc77453857f3f7974353a26539743b"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:19:38.853289"], ["updated_at", "2016-06-16 21:19:38.853289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -867248976 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -867248976], ["username", "billy_01"], ["access_token", "7f6cbc3473966807e9b3ec7a06a05784"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:19:38.855098"], ["updated_at", "2016-06-16 21:19:38.855098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1458384286 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1458384286], ["username", "billy_02"], ["access_token", "88ca2df52ae35b4e01fa5278ffd81829"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:19:38.856884"], ["updated_at", "2016-06-16 21:19:38.856884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -221133212 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -221133212], ["username", "billy_03"], ["access_token", "c13eb37133d647847047286102036b1e"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:19:38.858651"], ["updated_at", "2016-06-16 21:19:38.858651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1692097211 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1692097211], ["username", "billy_04"], ["access_token", "fd38e1db55fe169801ec46b81e718f0e"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:19:38.860410"], ["updated_at", "2016-06-16 21:19:38.860410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -748900993 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -748900993], ["username", "billy_05"], ["access_token", "7b96c5158bffd7d08ce8bb125146aa91"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:19:38.862164"], ["updated_at", "2016-06-16 21:19:38.862164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -970180336 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -970180336], ["username", "billy_06"], ["access_token", "ad9137b96d981dae9775b7047011dd06"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:19:38.863925"], ["updated_at", "2016-06-16 21:19:38.863925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -349877060 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -349877060], ["username", "billy_07"], ["access_token", "ecaccc4f536bf088a1fd14df2f3bc34b"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:19:38.865649"], ["updated_at", "2016-06-16 21:19:38.865649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1094471263 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1094471263], ["username", "billy_08"], ["access_token", "f80e6d7734c3a7533fe79d2f5cdad986"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:19:38.867462"], ["updated_at", "2016-06-16 21:19:38.867462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1601964658 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1601964658], ["username", "billy_09"], ["access_token", "2800d56d88aa7219c7ef02bb518424ed"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:19:38.869452"], ["updated_at", "2016-06-16 21:19:38.869452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -386428631 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -386428631], ["username", "billy_10"], ["access_token", "eb7718502d7cabcba3575747a8c3a08a"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:19:38.871262"], ["updated_at", "2016-06-16 21:19:38.871262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1184068765 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1184068765], ["username", "billy_11"], ["access_token", "0b9c995cae1d4e144050538894f5e296"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:19:38.872993"], ["updated_at", "2016-06-16 21:19:38.872993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1452078094 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1452078094], ["username", "billy_12"], ["access_token", "bfd3ddd12eb7290e84b45af9406c1e0f"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:19:38.874721"], ["updated_at", "2016-06-16 21:19:38.874721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1918885641 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1918885641], ["username", "billy_13"], ["access_token", "46fbe7c6ef45b6e31d50d10448048905"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:19:38.876415"], ["updated_at", "2016-06-16 21:19:38.876415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1604261612 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1604261612], ["username", "billy_14"], ["access_token", "76a1725be75d0929814118642f42f117"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:19:38.878144"], ["updated_at", "2016-06-16 21:19:38.878144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1055818338 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1055818338], ["username", "billy_15"], ["access_token", "c93b8c0f78e794f9df402e9d31f29f35"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:19:38.880054"], ["updated_at", "2016-06-16 21:19:38.880054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -326460456 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -326460456], ["username", "billy_16"], ["access_token", "90d2a0b3399b8b55ecdb6e6c60e56b79"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:19:38.881805"], ["updated_at", "2016-06-16 21:19:38.881805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -987575299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -987575299], ["username", "billy_17"], ["access_token", "1ce06155750c029378e822ae1ef13e89"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:19:38.883515"], ["updated_at", "2016-06-16 21:19:38.883515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2033719275 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2033719275], ["username", "billy_18"], ["access_token", "7afe3a0e29990ddd4fe1cc8136b1b56c"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:19:38.885221"], ["updated_at", "2016-06-16 21:19:38.885221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1865977273 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1865977273], ["username", "billy_19"], ["access_token", "a08d1b81d4fe190e9dfc1d2aec9c02e4"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:19:38.887111"], ["updated_at", "2016-06-16 21:19:38.887111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1542662892 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1542662892], ["username", "billy_20"], ["access_token", "50ef199d4df8bbcb59a95160af1e94c3"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:19:38.888862"], ["updated_at", "2016-06-16 21:19:38.888862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -575782284 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -575782284], ["username", "billy_21"], ["access_token", "cd924e5d992cf0f16ba35678b8622c8e"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:19:38.890591"], ["updated_at", "2016-06-16 21:19:38.890591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1468193206 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1468193206], ["username", "billy_22"], ["access_token", "4ae078cbc2fc54c84ac182e03ba30540"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:19:38.892319"], ["updated_at", "2016-06-16 21:19:38.892319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943674962 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -943674962], ["username", "billy_23"], ["access_token", "1c8cc5b1be9bc90dbb7a5bc7f6026740"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:19:38.894813"], ["updated_at", "2016-06-16 21:19:38.894813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1785522715 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1785522715], ["username", "billy_24"], ["access_token", "6e773e4aba513d4dc571adbc4497b7cd"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:19:38.896554"], ["updated_at", "2016-06-16 21:19:38.896554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -16337969 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -16337969], ["username", "billy_25"], ["access_token", "b4f8a771d03c93878535aeed13653eb8"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:19:38.898285"], ["updated_at", "2016-06-16 21:19:38.898285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1433549189 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1433549189], ["username", "billy_26"], ["access_token", "a12e0c13f8de0bf4d3471caa8eff272b"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:19:38.900158"], ["updated_at", "2016-06-16 21:19:38.900158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -678560885 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -678560885], ["username", "billy_27"], ["access_token", "ed91e0cfba02402bf0d7c5b1f5428da2"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:19:38.901900"], ["updated_at", "2016-06-16 21:19:38.901900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -333717199 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -333717199], ["username", "billy_28"], ["access_token", "1e32aa09aef9ddda7dc023d0d78f845d"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:19:38.903650"], ["updated_at", "2016-06-16 21:19:38.903650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1036417231 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1036417231], ["username", "billy_29"], ["access_token", "c0c94a195c33230aef0ccdb9f845159e"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:19:38.905433"], ["updated_at", "2016-06-16 21:19:38.905433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1096158368 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1096158368], ["username", "billy_30"], ["access_token", "818e314b45bcf15df4114ec68b33453c"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:19:38.907247"], ["updated_at", "2016-06-16 21:19:38.907247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -805779090 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -805779090], ["username", "billy_31"], ["access_token", "a8b8f79f01f35e00b352985a6d671cd1"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:19:38.908945"], ["updated_at", "2016-06-16 21:19:38.908945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -789828007 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -789828007], ["username", "billy_32"], ["access_token", "937a9a8360809448824924ad97de1c70"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:19:38.910706"], ["updated_at", "2016-06-16 21:19:38.910706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2105435304 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2105435304], ["username", "billy_33"], ["access_token", "281aded7a88ea1f48c44299debbca75c"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:19:38.912438"], ["updated_at", "2016-06-16 21:19:38.912438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -198239428 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -198239428], ["username", "billy_34"], ["access_token", "6386fa51ff6b72a1dca18a0d57da43b5"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:19:38.914205"], ["updated_at", "2016-06-16 21:19:38.914205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1509045163 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1509045163], ["username", "billy_35"], ["access_token", "ea3b4d46b95e29bf43f47a59d23df5d2"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:19:38.915955"], ["updated_at", "2016-06-16 21:19:38.915955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2068792934 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2068792934], ["username", "billy_36"], ["access_token", "f344c69a901168dbd2554167b7354083"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:19:38.917714"], ["updated_at", "2016-06-16 21:19:38.917714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -646508818 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -646508818], ["username", "billy_37"], ["access_token", "3511c2dafd8dd2789b5ac5b7422c448d"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:19:38.919436"], ["updated_at", "2016-06-16 21:19:38.919436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1245582595 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1245582595], ["username", "billy_38"], ["access_token", "f9e7661b59374387ab3d055f3a3f1e2a"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:19:38.921183"], ["updated_at", "2016-06-16 21:19:38.921183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -529822426 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -529822426], ["username", "billy_39"], ["access_token", "ce4734a68095723f35aca17e1ee45e0c"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:19:38.923103"], ["updated_at", "2016-06-16 21:19:38.923103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2114999135 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2114999135], ["username", "billy_40"], ["access_token", "f3d6ef48986ca3580b8afb8614e35cb7"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:19:38.924851"], ["updated_at", "2016-06-16 21:19:38.924851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1695340725 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1695340725], ["username", "billy_41"], ["access_token", "022be4eb3d53f5e4ac7dde0848bed00c"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:19:38.926600"], ["updated_at", "2016-06-16 21:19:38.926600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1358461055 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1358461055], ["username", "billy_42"], ["access_token", "cfcb97e16666700e4327d7c01c342b95"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:19:38.938918"], ["updated_at", "2016-06-16 21:19:38.938918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -621867152 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -621867152], ["username", "billy_43"], ["access_token", "c2d2e5a57ce60692efac760f3bb9fb23"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:19:38.940733"], ["updated_at", "2016-06-16 21:19:38.940733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -469043496 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -469043496], ["username", "billy_44"], ["access_token", "6ba743f8c2d02bb5f0ce93c93859fe8c"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:19:38.942538"], ["updated_at", "2016-06-16 21:19:38.942538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530188711 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1530188711], ["username", "billy_45"], ["access_token", "fa5aa886dab5b76ad3ff9a217129591d"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:19:38.944355"], ["updated_at", "2016-06-16 21:19:38.944355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.1ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) 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 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 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  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1521238785 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1521238785], ["username", "jstrav"], ["access_token", "4fe46405dd51fd5779157fb41ded9653"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:19:38.951394"], ["updated_at", "2016-06-16 21:19:38.951394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -394698820 LIMIT 1 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", -394698820], ["username", "mary"], ["access_token", "87a7931b5709786750a739a4fed116ad"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:19:38.953431"], ["updated_at", "2016-06-16 21:19:38.953431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -430837251 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -430837251], ["username", "jstead"], ["access_token", "657e3114ba253e59a6226361d1ef5447"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:19:38.955398"], ["updated_at", "2016-06-16 21:19:38.955398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -931493086 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -931493086], ["username", "bigbear"], ["access_token", "da78cd6d6b1fb61bb781296a228ebc3a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:19:38.957189"], ["updated_at", "2016-06-16 21:19:38.957189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -459780383 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -459780383], ["username", "billy_00"], ["access_token", "4fb201b6329ed31e333ab751030745ef"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:19:38.958996"], ["updated_at", "2016-06-16 21:19:38.958996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1468111064 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1468111064], ["username", "billy_01"], ["access_token", "47d040be12d46935c0882b84d770169f"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:19:38.960867"], ["updated_at", "2016-06-16 21:19:38.960867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1891036567 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1891036567], ["username", "billy_02"], ["access_token", "1ae397dcc7c21a4d50f70afaa4da9668"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:19:38.962709"], ["updated_at", "2016-06-16 21:19:38.962709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1311454072 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1311454072], ["username", "billy_03"], ["access_token", "7332ec014d4eec1f69d3f68a68798457"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:19:38.964749"], ["updated_at", "2016-06-16 21:19:38.964749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -542777581 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -542777581], ["username", "billy_04"], ["access_token", "305a0a3d8fbee52f3ed9339f14969474"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:19:38.966645"], ["updated_at", "2016-06-16 21:19:38.966645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1142963139 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1142963139], ["username", "billy_05"], ["access_token", "2d249a075179147709fbbd89fd3c25ed"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:19:38.968467"], ["updated_at", "2016-06-16 21:19:38.968467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -535217139 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -535217139], ["username", "billy_06"], ["access_token", "f8921e3ca09c701beb9091a638cba219"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:19:38.970344"], ["updated_at", "2016-06-16 21:19:38.970344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -512759511 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -512759511], ["username", "billy_07"], ["access_token", "fdfecda396ec6e13cee664d11503f961"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:19:38.972201"], ["updated_at", "2016-06-16 21:19:38.972201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1498144977 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1498144977], ["username", "billy_08"], ["access_token", "5e5cd3309c7e701692707f199907199b"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:19:38.974041"], ["updated_at", "2016-06-16 21:19:38.974041"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1164535120 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1164535120], ["username", "billy_09"], ["access_token", "e410dca541259c181e9bf3a25068d255"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:19:38.975886"], ["updated_at", "2016-06-16 21:19:38.975886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1549883187 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1549883187], ["username", "billy_10"], ["access_token", "46e35b656088466265d17161721ccddd"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:19:38.977720"], ["updated_at", "2016-06-16 21:19:38.977720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -91004494 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -91004494], ["username", "billy_11"], ["access_token", "8f858df232e6bf3710102132f12e755e"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:19:38.979563"], ["updated_at", "2016-06-16 21:19:38.979563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1721634068 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1721634068], ["username", "billy_12"], ["access_token", "2d85a5ef072d4224ee7667de663b94d5"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:19:38.981400"], ["updated_at", "2016-06-16 21:19:38.981400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -462355972 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -462355972], ["username", "billy_13"], ["access_token", "db8f56f3acad69a5b17ce56af03f524e"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:19:38.983207"], ["updated_at", "2016-06-16 21:19:38.983207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1922440216 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1922440216], ["username", "billy_14"], ["access_token", "d1aa7034d1571e69321db97225e16c95"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:19:38.985103"], ["updated_at", "2016-06-16 21:19:38.985103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2062668583 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2062668583], ["username", "billy_15"], ["access_token", "619d7cfcbbb8874748c950469be58ce8"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:19:38.987094"], ["updated_at", "2016-06-16 21:19:38.987094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -604843347 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -604843347], ["username", "billy_16"], ["access_token", "ac200415c694a38212c825ed46f38516"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:19:38.988948"], ["updated_at", "2016-06-16 21:19:38.988948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -994596850 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -994596850], ["username", "billy_17"], ["access_token", "eb60bac9e20ce275547c5cf816331021"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:19:38.990788"], ["updated_at", "2016-06-16 21:19:38.990788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1586795669 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1586795669], ["username", "billy_18"], ["access_token", "6041b2fb3a83e3bb45d339ba3dfb753f"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:19:38.993038"], ["updated_at", "2016-06-16 21:19:38.993038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -718732722 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -718732722], ["username", "billy_19"], ["access_token", "717b5c99613cb9d50f5d37362cfb337d"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:19:38.995099"], ["updated_at", "2016-06-16 21:19:38.995099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -320180528 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -320180528], ["username", "billy_20"], ["access_token", "f03348e45b976b9da6b919dbc0d4769b"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:19:38.997035"], ["updated_at", "2016-06-16 21:19:38.997035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1755758869 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1755758869], ["username", "billy_21"], ["access_token", "951d8ae9abd453daafedb334ddc95eb3"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:19:38.998840"], ["updated_at", "2016-06-16 21:19:38.998840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -81675166 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -81675166], ["username", "billy_22"], ["access_token", "a7db3693ce2b13d751b1167b0baa165c"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:19:39.000650"], ["updated_at", "2016-06-16 21:19:39.000650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -865635764 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -865635764], ["username", "billy_23"], ["access_token", "f1ce37f07cef13d1d86465b35ae94394"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:19:39.002470"], ["updated_at", "2016-06-16 21:19:39.002470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -754131285 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -754131285], ["username", "billy_24"], ["access_token", "6fdfabe962f0e18e1f36a8b16cd94015"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:19:39.004300"], ["updated_at", "2016-06-16 21:19:39.004300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1108479294 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1108479294], ["username", "billy_25"], ["access_token", "e054efb31994f3ba328ff6bf3d21775f"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:19:39.006049"], ["updated_at", "2016-06-16 21:19:39.006049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -600055649 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -600055649], ["username", "billy_26"], ["access_token", "f2996e83a9b890f3477e096404a38277"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:19:39.007858"], ["updated_at", "2016-06-16 21:19:39.007858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1693354855 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1693354855], ["username", "billy_27"], ["access_token", "db4e5e11928f1b4ab76ee344f2d09285"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:19:39.009765"], ["updated_at", "2016-06-16 21:19:39.009765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1927630546 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1927630546], ["username", "billy_28"], ["access_token", "5711d0a83b506116fb2366ff265c22fc"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:19:39.011581"], ["updated_at", "2016-06-16 21:19:39.011581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1506406322 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1506406322], ["username", "billy_29"], ["access_token", "c7c1b5a80cea21da6421aa672c4c8113"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:19:39.013380"], ["updated_at", "2016-06-16 21:19:39.013380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -327325363 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -327325363], ["username", "billy_30"], ["access_token", "18f2576531548db1d093798d1cd1e406"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:19:39.015221"], ["updated_at", "2016-06-16 21:19:39.015221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1511261679 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1511261679], ["username", "billy_31"], ["access_token", "0252852c086f94865f0c13520adeb5ef"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:19:39.017061"], ["updated_at", "2016-06-16 21:19:39.017061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -399478846 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -399478846], ["username", "billy_32"], ["access_token", "00badb79775174f9c0f9741dfb396a7d"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:19:39.018885"], ["updated_at", "2016-06-16 21:19:39.018885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1310236571 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1310236571], ["username", "billy_33"], ["access_token", "0f44cc1b2f522b942a2c1d367cc51e1f"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:19:39.020742"], ["updated_at", "2016-06-16 21:19:39.020742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -501885453 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -501885453], ["username", "billy_34"], ["access_token", "bcecf59f2069e562c8884b49abc77ddc"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:19:39.024005"], ["updated_at", "2016-06-16 21:19:39.024005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -836572354 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -836572354], ["username", "billy_35"], ["access_token", "b782f60e576b64ec21863611f6ee2a77"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:19:39.025989"], ["updated_at", "2016-06-16 21:19:39.025989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1021925124 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1021925124], ["username", "billy_36"], ["access_token", "224ef72e9db37455ac32d53f20f7687c"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:19:39.028042"], ["updated_at", "2016-06-16 21:19:39.028042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1897622852 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1897622852], ["username", "billy_37"], ["access_token", "822aca1317a4461506115aa197351b3b"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:19:39.029950"], ["updated_at", "2016-06-16 21:19:39.029950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -423962617 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -423962617], ["username", "billy_38"], ["access_token", "0f6a312b6dd1c2dd85ae0931b5f689bf"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:19:39.031885"], ["updated_at", "2016-06-16 21:19:39.031885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1920450067 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1920450067], ["username", "billy_39"], ["access_token", "536e77869ac80ec663fb4c919f18f8ea"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:19:39.033756"], ["updated_at", "2016-06-16 21:19:39.033756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -436821488 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -436821488], ["username", "billy_40"], ["access_token", "eec268f2f2082ed6b7a2eba4898281b4"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:19:39.035645"], ["updated_at", "2016-06-16 21:19:39.035645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -10809082 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -10809082], ["username", "billy_41"], ["access_token", "e809179cad7700bd9d2721bb40a0cc5d"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:19:39.037544"], ["updated_at", "2016-06-16 21:19:39.037544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1240114644 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1240114644], ["username", "billy_42"], ["access_token", "534ed747bcf0388bd1ab63c4352bbe87"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:19:39.039460"], ["updated_at", "2016-06-16 21:19:39.039460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -654512028 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -654512028], ["username", "billy_43"], ["access_token", "75008aa35cc19005dd02872eb0516463"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:19:39.041343"], ["updated_at", "2016-06-16 21:19:39.041343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1601534532 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1601534532], ["username", "billy_44"], ["access_token", "3af88e9e02ebc679c1dbb02feb4a1c5b"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:19:39.043176"], ["updated_at", "2016-06-16 21:19:39.043176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1128093552 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1128093552], ["username", "billy_45"], ["access_token", "5bff5c88ebb077e429077da2ea34c864"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:19:39.044952"], ["updated_at", "2016-06-16 21:19:39.044952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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 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  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "f3d11f6d1a63e5dc8cbec7a2add59ca6"], ["created_at", "2016-06-16 21:19:39.051976"], ["updated_at", "2016-06-16 21:19:39.051976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:19:39.056041"], ["updated_at", "2016-06-16 21:19:39.056041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] 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]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "fe88d4bcbc3d82afa4d5a7b48b4d783a"], ["created_at", "2016-06-16 21:19:39.422623"], ["updated_at", "2016-06-16 21:19:39.422623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:19:39.424288"], ["updated_at", "2016-06-16 21:19:39.424288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] 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]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] 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]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "d00b6dafa1e2399b73ba93976ae3d1fa"], ["created_at", "2016-06-16 21:19:39.799468"], ["updated_at", "2016-06-16 21:19:39.799468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:19:39.801171"], ["updated_at", "2016-06-16 21:19:39.801171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "1505027d34bbd6d481ce61bba3f1e4eb"], ["created_at", "2016-06-16 21:19:40.166309"], ["updated_at", "2016-06-16 21:19:40.166309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:19:40.167997"], ["updated_at", "2016-06-16 21:19:40.167997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "5c0a94cb18365024b6831305b52362df"], ["created_at", "2016-06-16 21:19:40.544735"], ["updated_at", "2016-06-16 21:19:40.544735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:19:40.546553"], ["updated_at", "2016-06-16 21:19:40.546553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (48.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "9f3b4952ddb337f03a553f4e9434e0e8"], ["created_at", "2016-06-16 21:19:40.968614"], ["updated_at", "2016-06-16 21:19:40.968614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:19:40.970252"], ["updated_at", "2016-06-16 21:19:40.970252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 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", "21cfc87ed3c48feb9cb55dac79814d99"], ["created_at", "2016-06-16 21:19:40.972167"], ["updated_at", "2016-06-16 21:19:40.972167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2016-06-16 21:19:40.973527"], ["updated_at", "2016-06-16 21:19:40.973527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1406609599 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1406609599], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:40.975645"], ["updated_at", "2016-06-16 21:19:40.975645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -500896556 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -500896556], ["name", "MyGroup"], ["created_at", "2016-06-16 21:19:40.977568"], ["updated_at", "2016-06-16 21:19:40.977568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] 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", -500896556]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -500896556 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] 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", -1406609599]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1406609599 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -500896556 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1406609599 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1406609599], ["member_group_id", -500896556], ["created_at", "2016-06-16 21:19:40.979555"], ["updated_at", "2016-06-16 21:19:40.979555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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" = -500896556) LIMIT 1  (0.0ms) SAVEPOINT active_record_1 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" = -500896556) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -500896556], ["user_id", 1], ["created_at", "2016-06-16 21:19:40.989509"], ["updated_at", "2016-06-16 21:19:40.989509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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" = -500896556) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] 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]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] 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", -500896556]] 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", -500896556]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -500896556 - -1406609599 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-500896556, -1406609599) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2016-06-16 21:19:41.016883"], ["updated_at", "2016-06-16 21:19:41.016883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-500896556, -1406609599) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["created_at", "2016-06-16 21:19:41.022872"], ["updated_at", "2016-06-16 21:19:41.022872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-500896556, -1406609599) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 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", "2016-06-16 21:19:41.028308"], ["updated_at", "2016-06-16 21:19:41.028308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-500896556, -1406609599) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-500896556, -1406609599) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 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", "2016-06-16 21:19:41.036146"], ["updated_at", "2016-06-16 21:19:41.036146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-500896556, -1406609599) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-500896556, -1406609599) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-500896556, -1406609599) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (1.9ms) 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)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" ("access_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (1.0ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" ("first_name")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" ("full_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" ("last_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" ("openstax_uid")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username")  (0.9ms) 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)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" ("group_id", "user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index'  (0.8ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id")  (0.8ms) 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)  (0.8ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" ("container_group_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id")  (1.0ms) 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)  (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")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index'  (0.8ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id")  (0.9ms) 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)  (0.9ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" ("is_public")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid")  (0.9ms) 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)  (0.9ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('5')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) begin transaction Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 16ms (ActiveRecord: 1.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -947560416 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -947560416], ["username", "jstrav"], ["access_token", "23837cf9b59f8428f2d6d9ce20526c27"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:05.983305"], ["updated_at", "2016-06-16 21:20:05.983305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -177202873 LIMIT 1 SQL (0.9ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -177202873], ["username", "mary"], ["access_token", "9ba51d7233cdbf221d088df50f4cf5c3"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:05.986368"], ["updated_at", "2016-06-16 21:20:05.986368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -704573950 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -704573950], ["username", "jstead"], ["access_token", "6cd55d8e596d2f4f264cca7ebab160c0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:05.989786"], ["updated_at", "2016-06-16 21:20:05.989786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2135864912 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2135864912], ["username", "bigbear"], ["access_token", "5c6fe5f5312c3a07aec950dea4d16231"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:05.991976"], ["updated_at", "2016-06-16 21:20:05.991976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (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%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -551226977 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -551226977], ["username", "jstrav"], ["access_token", "bacd6d9f1a0b4d44db3fcae4a4c1c0f4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.013122"], ["updated_at", "2016-06-16 21:20:06.013122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1043662057 LIMIT 1 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", -1043662057], ["username", "mary"], ["access_token", "38e89c66fe922a10a994a32b940ddf7d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.016526"], ["updated_at", "2016-06-16 21:20:06.016526"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -81299702 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -81299702], ["username", "jstead"], ["access_token", "6b5f17ba0789c890d86fd155c93d0d0e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.030558"], ["updated_at", "2016-06-16 21:20:06.030558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -161171727 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -161171727], ["username", "bigbear"], ["access_token", "7f84972748251eea0fae0bb260419b88"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.032576"], ["updated_at", "2016-06-16 21:20:06.032576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2120590874 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2120590874], ["username", "jstrav"], ["access_token", "fa87af1de02202c3abdc0186a7a87d41"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.037796"], ["updated_at", "2016-06-16 21:20:06.037796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2103306688 LIMIT 1 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", -2103306688], ["username", "mary"], ["access_token", "b9599fa4ec5813006d966e84de673b80"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.039834"], ["updated_at", "2016-06-16 21:20:06.039834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -584300628 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -584300628], ["username", "jstead"], ["access_token", "2a110886e6d9f8dfbeed1f5078d1638f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.041761"], ["updated_at", "2016-06-16 21:20:06.041761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -463425378 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -463425378], ["username", "bigbear"], ["access_token", "efc38a77179d25591bb803afb945d7fc"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.043467"], ["updated_at", "2016-06-16 21:20:06.043467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) 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))  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1418473305 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1418473305], ["username", "jstrav"], ["access_token", "032af5a36ccd8d2f8279e54a11e708fd"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.050186"], ["updated_at", "2016-06-16 21:20:06.050186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1589958150 LIMIT 1 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", -1589958150], ["username", "mary"], ["access_token", "9d3b8898b35c146f17dc053ee358b288"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.052229"], ["updated_at", "2016-06-16 21:20:06.052229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2079648196 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2079648196], ["username", "jstead"], ["access_token", "3b1b52de5f0f6b76eb2de617adca9185"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.054176"], ["updated_at", "2016-06-16 21:20:06.054176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1534606019 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1534606019], ["username", "bigbear"], ["access_token", "d83db87653a6e76f71c2f5d31efd30fc"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.055963"], ["updated_at", "2016-06-16 21:20:06.055963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (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))  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1831927209 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1831927209], ["username", "jstrav"], ["access_token", "c9fb8a91c55eb4d8c3fd438aa8c7665b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.061225"], ["updated_at", "2016-06-16 21:20:06.061225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -618466132 LIMIT 1 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", -618466132], ["username", "mary"], ["access_token", "b68b5b546cd099fb43e5ecdf9f9f7eff"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.063222"], ["updated_at", "2016-06-16 21:20:06.063222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -740747101 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -740747101], ["username", "jstead"], ["access_token", "91f508bd5bcf1e0ce2491ddf4b8503fd"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.065198"], ["updated_at", "2016-06-16 21:20:06.065198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1177038763 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1177038763], ["username", "bigbear"], ["access_token", "484f3052337fa160f25244b335be15b2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.066908"], ["updated_at", "2016-06-16 21:20:06.066908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (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))  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1505627137 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1505627137], ["username", "jstrav"], ["access_token", "b844bb7462351d8e54e58630799aef14"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.072996"], ["updated_at", "2016-06-16 21:20:06.072996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1973351284 LIMIT 1 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", -1973351284], ["username", "mary"], ["access_token", "ce7e1827451c8fd18fcf78a05af53121"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.075024"], ["updated_at", "2016-06-16 21:20:06.075024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -40425136 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -40425136], ["username", "jstead"], ["access_token", "5c509a3b2fe1c9d8fd70dcd418868621"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.076933"], ["updated_at", "2016-06-16 21:20:06.076933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1287902967 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1287902967], ["username", "bigbear"], ["access_token", "ad10c1bf9ecdf6b6628ae3e8ee726828"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.078655"], ["updated_at", "2016-06-16 21:20:06.078655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -505759777 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -505759777], ["username", "jstrav"], ["access_token", "9ed6fadfbf13ce21b66c182146778c8e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.083424"], ["updated_at", "2016-06-16 21:20:06.083424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -429069461 LIMIT 1 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", -429069461], ["username", "mary"], ["access_token", "14b55f8805bfafb1ccff7ce62a14df88"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.085625"], ["updated_at", "2016-06-16 21:20:06.085625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1234067150 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1234067150], ["username", "jstead"], ["access_token", "0e20191159563ff10deb90fad41af1d5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.087541"], ["updated_at", "2016-06-16 21:20:06.087541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1604166924 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1604166924], ["username", "bigbear"], ["access_token", "2d372e8f8aa107cf29aa9304d05b177c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.089454"], ["updated_at", "2016-06-16 21:20:06.089454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%')  (0.1ms) RELEASE SAVEPOINT active_record_1 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  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1912530473 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1912530473], ["username", "jstrav"], ["access_token", "ccf0c8b441e9a7bdf013023b902cb948"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.095668"], ["updated_at", "2016-06-16 21:20:06.095668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -987511753 LIMIT 1 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", -987511753], ["username", "mary"], ["access_token", "57602a90b803761dfccb02f6a0a2aa2f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.097770"], ["updated_at", "2016-06-16 21:20:06.097770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1408656089 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1408656089], ["username", "jstead"], ["access_token", "e02958bedf08374ede27bf910d5647bc"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.099707"], ["updated_at", "2016-06-16 21:20:06.099707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1444039314 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1444039314], ["username", "bigbear"], ["access_token", "96462cebbd60dc84f86e3dc0480c250f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.101639"], ["updated_at", "2016-06-16 21:20:06.101639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -58597003 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -58597003], ["username", "jstrav"], ["access_token", "3422c0991df6461528815f5aea260920"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.106285"], ["updated_at", "2016-06-16 21:20:06.106285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -219482930 LIMIT 1 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", -219482930], ["username", "mary"], ["access_token", "81349c1abf0ce4e240526d5940e8abda"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.108260"], ["updated_at", "2016-06-16 21:20:06.108260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -939043201 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -939043201], ["username", "jstead"], ["access_token", "4dc7653f9da8c34cc33b4c3b16919076"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.110191"], ["updated_at", "2016-06-16 21:20:06.110191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2076732794 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2076732794], ["username", "bigbear"], ["access_token", "68433dfa4ab85473e836fd3a3b967832"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.111947"], ["updated_at", "2016-06-16 21:20:06.111947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1582192352 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1582192352], ["username", "jstrav"], ["access_token", "e396d20f463674d9a27bef057a4d0766"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.117741"], ["updated_at", "2016-06-16 21:20:06.117741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -697034969 LIMIT 1 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", -697034969], ["username", "mary"], ["access_token", "43b1606f982bab61fb8385cd5423958e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.121068"], ["updated_at", "2016-06-16 21:20:06.121068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -407689596 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -407689596], ["username", "jstead"], ["access_token", "1e4bf43fdee1994265777ec562265809"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.124074"], ["updated_at", "2016-06-16 21:20:06.124074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1345778052 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1345778052], ["username", "bigbear"], ["access_token", "73fbfb6d0009d032a5b82605796580d8"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.126595"], ["updated_at", "2016-06-16 21:20:06.126595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262597022 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -262597022], ["username", "jstrav"], ["access_token", "4a686241e1dde6b07bee74c28db2895d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.132863"], ["updated_at", "2016-06-16 21:20:06.132863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1133080510 LIMIT 1 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", -1133080510], ["username", "mary"], ["access_token", "ec7b81f146c5c8a1ae505e18af55ce58"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.135270"], ["updated_at", "2016-06-16 21:20:06.135270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -399418927 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -399418927], ["username", "jstead"], ["access_token", "cfb244ad8da6cc26eb3bb9b1312faa55"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.137576"], ["updated_at", "2016-06-16 21:20:06.137576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1866453724 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1866453724], ["username", "bigbear"], ["access_token", "15cd83a14ecc8ed76f19512b86217fcb"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.139580"], ["updated_at", "2016-06-16 21:20:06.139580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1189341634 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1189341634], ["username", "billy_00"], ["access_token", "a3588c783bec4e009a9b4a04446bc39a"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:20:06.141665"], ["updated_at", "2016-06-16 21:20:06.141665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1735884840 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1735884840], ["username", "billy_01"], ["access_token", "b2c93892bad66c40444aab27d381f83f"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:20:06.143668"], ["updated_at", "2016-06-16 21:20:06.143668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1292253353 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1292253353], ["username", "billy_02"], ["access_token", "e2dc5db19a9718a39ad1969a9be7479c"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:20:06.145614"], ["updated_at", "2016-06-16 21:20:06.145614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -640611628 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -640611628], ["username", "billy_03"], ["access_token", "4e1c1b3ef12447356a9823f9485ae9c3"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:20:06.147506"], ["updated_at", "2016-06-16 21:20:06.147506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -595993927 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -595993927], ["username", "billy_04"], ["access_token", "5d119f7d52594793262af34ebabfcd54"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:20:06.149384"], ["updated_at", "2016-06-16 21:20:06.149384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1760557419 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1760557419], ["username", "billy_05"], ["access_token", "1be5c46dcf47a8784884178561de92fe"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:20:06.151308"], ["updated_at", "2016-06-16 21:20:06.151308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1267482221 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1267482221], ["username", "billy_06"], ["access_token", "ec0c304bc3452599a0fa73ba6ee119a9"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:20:06.153332"], ["updated_at", "2016-06-16 21:20:06.153332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -888022918 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -888022918], ["username", "billy_07"], ["access_token", "1b2a880d44f08b24fd1102455d3f27f8"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:20:06.155287"], ["updated_at", "2016-06-16 21:20:06.155287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1957467685 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1957467685], ["username", "billy_08"], ["access_token", "a1416d3df6f4a1e57cdaf0bbd7731151"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:20:06.157118"], ["updated_at", "2016-06-16 21:20:06.157118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -302007401 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -302007401], ["username", "billy_09"], ["access_token", "6cb2191220ebeef65ae8bc493010f3bc"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:20:06.158943"], ["updated_at", "2016-06-16 21:20:06.158943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -807734628 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -807734628], ["username", "billy_10"], ["access_token", "919ede02ba8dd531a4aa7a6ddaa0d9e2"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:20:06.160755"], ["updated_at", "2016-06-16 21:20:06.160755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1741912103 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1741912103], ["username", "billy_11"], ["access_token", "c87b442beaf2c3634b9581c93e2b8a9d"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:20:06.162604"], ["updated_at", "2016-06-16 21:20:06.162604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1082672804 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1082672804], ["username", "billy_12"], ["access_token", "29eb8a19750e1dfd4ab4524cf7290bf0"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:20:06.164524"], ["updated_at", "2016-06-16 21:20:06.164524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -445099393 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -445099393], ["username", "billy_13"], ["access_token", "cf684727298299b9c923e626cae487bd"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:20:06.206716"], ["updated_at", "2016-06-16 21:20:06.206716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -800187301 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -800187301], ["username", "billy_14"], ["access_token", "1afb40556da68a8d94330a9267c74be4"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:20:06.208996"], ["updated_at", "2016-06-16 21:20:06.208996"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -681320307 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -681320307], ["username", "billy_15"], ["access_token", "8fae3fa96bfe27c6e98567b3d4c307b0"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:20:06.210937"], ["updated_at", "2016-06-16 21:20:06.210937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -537531724 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -537531724], ["username", "billy_16"], ["access_token", "47f7349c9e0863c60c117b707defe0de"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:20:06.212830"], ["updated_at", "2016-06-16 21:20:06.212830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1936439964 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1936439964], ["username", "billy_17"], ["access_token", "36d2b07b8be400fdb0fa73e92b4561d7"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:20:06.214700"], ["updated_at", "2016-06-16 21:20:06.214700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -628113922 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -628113922], ["username", "billy_18"], ["access_token", "9525c3267a8f49c63f9997829902163c"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:20:06.216694"], ["updated_at", "2016-06-16 21:20:06.216694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1523404948 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1523404948], ["username", "billy_19"], ["access_token", "4cd3c4d67b6b9e6a570b422375f2803d"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:20:06.218604"], ["updated_at", "2016-06-16 21:20:06.218604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -597417305 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -597417305], ["username", "billy_20"], ["access_token", "249a5519960fcfb2be31986d8556d525"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:20:06.220432"], ["updated_at", "2016-06-16 21:20:06.220432"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -673261921 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -673261921], ["username", "billy_21"], ["access_token", "840ada4ffec68b4b43b71392c2dace40"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:20:06.222289"], ["updated_at", "2016-06-16 21:20:06.222289"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -718144676 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -718144676], ["username", "billy_22"], ["access_token", "cc5dc1a324e58f1f40e8b29e198a716a"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:20:06.224190"], ["updated_at", "2016-06-16 21:20:06.224190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1717142800 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1717142800], ["username", "billy_23"], ["access_token", "87044b96a16b2c46869cfb3fc3624a2e"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:20:06.226097"], ["updated_at", "2016-06-16 21:20:06.226097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -361664250 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -361664250], ["username", "billy_24"], ["access_token", "b11d7e89202a2fe0786c6b9ec80679b7"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:20:06.227984"], ["updated_at", "2016-06-16 21:20:06.227984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1701789546 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1701789546], ["username", "billy_25"], ["access_token", "a04d0827917c1bba8fe040f21bb40449"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:20:06.230019"], ["updated_at", "2016-06-16 21:20:06.230019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1324360435 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1324360435], ["username", "billy_26"], ["access_token", "a9ddfa31a586879523c4870c714ef8b1"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:20:06.231873"], ["updated_at", "2016-06-16 21:20:06.231873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1023130727 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1023130727], ["username", "billy_27"], ["access_token", "2461b3c0618377e28fbb2d7f4e057cef"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:20:06.233700"], ["updated_at", "2016-06-16 21:20:06.233700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1820402999 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1820402999], ["username", "billy_28"], ["access_token", "999b3b49a016d93ecdf0c14350ec0460"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:20:06.235516"], ["updated_at", "2016-06-16 21:20:06.235516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1569587874 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1569587874], ["username", "billy_29"], ["access_token", "e1d65a1af8e6c630f3c49ee152f9f49c"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:20:06.237362"], ["updated_at", "2016-06-16 21:20:06.237362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1284179325 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1284179325], ["username", "billy_30"], ["access_token", "149b96c8e7286cc199c243fe277c3b16"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:20:06.239241"], ["updated_at", "2016-06-16 21:20:06.239241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -878437165 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -878437165], ["username", "billy_31"], ["access_token", "1805e68b7f69178e93702f7d336ec200"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:20:06.241050"], ["updated_at", "2016-06-16 21:20:06.241050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236596075 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -236596075], ["username", "billy_32"], ["access_token", "7b24c1a56e22b80c1d20dede1b730f5a"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:20:06.242846"], ["updated_at", "2016-06-16 21:20:06.242846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1000718975 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1000718975], ["username", "billy_33"], ["access_token", "a65a965a90cba1b62076410c2c9b6303"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:20:06.244724"], ["updated_at", "2016-06-16 21:20:06.244724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091134164 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2091134164], ["username", "billy_34"], ["access_token", "ef0688f03c3cd4af338eee5311ac9189"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:20:06.246532"], ["updated_at", "2016-06-16 21:20:06.246532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -538752273 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -538752273], ["username", "billy_35"], ["access_token", "4f51972af3a219072f94cef671771c0f"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:20:06.249196"], ["updated_at", "2016-06-16 21:20:06.249196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1187428735 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1187428735], ["username", "billy_36"], ["access_token", "1d7488374ab3fa48829e8b094573a717"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:20:06.252441"], ["updated_at", "2016-06-16 21:20:06.252441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1126108577 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1126108577], ["username", "billy_37"], ["access_token", "5e4d078c69ebe81ff396600dda859cfc"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:20:06.255253"], ["updated_at", "2016-06-16 21:20:06.255253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1719646392 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1719646392], ["username", "billy_38"], ["access_token", "9e79133f3d76a5d681a98a2bb97fd180"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:20:06.257717"], ["updated_at", "2016-06-16 21:20:06.257717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1826885667 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1826885667], ["username", "billy_39"], ["access_token", "70dbec25b7284f1c8c54c8b19efe55d5"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:20:06.259922"], ["updated_at", "2016-06-16 21:20:06.259922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2095609841 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2095609841], ["username", "billy_40"], ["access_token", "c649ecdfa97fd9a138cf751950d405d2"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:20:06.261953"], ["updated_at", "2016-06-16 21:20:06.261953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -743831641 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -743831641], ["username", "billy_41"], ["access_token", "574d6e611ba0aae40de380f11c712a9b"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:20:06.263741"], ["updated_at", "2016-06-16 21:20:06.263741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -880519904 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -880519904], ["username", "billy_42"], ["access_token", "f8381b62ce3e30469a10be54cb223bd6"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:20:06.265493"], ["updated_at", "2016-06-16 21:20:06.265493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2087639631 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2087639631], ["username", "billy_43"], ["access_token", "8695a3f8ab8d25d656a70bd38698a541"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:20:06.267253"], ["updated_at", "2016-06-16 21:20:06.267253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -676424219 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -676424219], ["username", "billy_44"], ["access_token", "6ce839f492b89f7e7d535e103ca012b2"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:20:06.269011"], ["updated_at", "2016-06-16 21:20:06.269011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1528708514 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1528708514], ["username", "billy_45"], ["access_token", "9f7acf9dcbdd6b40c83f005184b0ca65"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:20:06.270744"], ["updated_at", "2016-06-16 21:20:06.270744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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 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  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -918774654 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -918774654], ["username", "jstrav"], ["access_token", "139e484b945fb431d65d63f14cef9980"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.278761"], ["updated_at", "2016-06-16 21:20:06.278761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1645655775 LIMIT 1 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", -1645655775], ["username", "mary"], ["access_token", "591deb6403453737d21831bf6ca470d9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.281169"], ["updated_at", "2016-06-16 21:20:06.281169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1054566538 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1054566538], ["username", "jstead"], ["access_token", "6c7aba0d64d46d3fac42be5b3ca53c9d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.283233"], ["updated_at", "2016-06-16 21:20:06.283233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -625077521 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -625077521], ["username", "bigbear"], ["access_token", "ba56909c02c9d9ee42ec092c1802982d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.285081"], ["updated_at", "2016-06-16 21:20:06.285081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -330577061 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -330577061], ["username", "billy_00"], ["access_token", "43d7d1e4abb255ec54b09406d64e3be8"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:20:06.286978"], ["updated_at", "2016-06-16 21:20:06.286978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -439149867 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -439149867], ["username", "billy_01"], ["access_token", "ea252eb5c4825eb7ad8e086864f87e76"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:20:06.288818"], ["updated_at", "2016-06-16 21:20:06.288818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -588154243 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -588154243], ["username", "billy_02"], ["access_token", "0140c6550c9525bc8e5dde6c0ec00d20"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:20:06.290640"], ["updated_at", "2016-06-16 21:20:06.290640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -725338152 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -725338152], ["username", "billy_03"], ["access_token", "9edb548fa4c4713267873a9c49a9641f"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:20:06.292416"], ["updated_at", "2016-06-16 21:20:06.292416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2090190854 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2090190854], ["username", "billy_04"], ["access_token", "e24f92de4be4b032f243fd8c9049203d"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:20:06.294442"], ["updated_at", "2016-06-16 21:20:06.294442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -647956908 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -647956908], ["username", "billy_05"], ["access_token", "ccf6c8cefbfb17ec69e005b5f3dbb6c8"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:20:06.296219"], ["updated_at", "2016-06-16 21:20:06.296219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1553862747 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1553862747], ["username", "billy_06"], ["access_token", "a454d657ebb1130802f8f2fea8e5ce4c"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:20:06.297958"], ["updated_at", "2016-06-16 21:20:06.297958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1457924093 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1457924093], ["username", "billy_07"], ["access_token", "adeb0a50df911c432b3f2aaab870e65c"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:20:06.299739"], ["updated_at", "2016-06-16 21:20:06.299739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1048541444 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1048541444], ["username", "billy_08"], ["access_token", "5415fd4000798c056fcd717b787167c7"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:20:06.301499"], ["updated_at", "2016-06-16 21:20:06.301499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1647330078 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1647330078], ["username", "billy_09"], ["access_token", "d19eb9e08363a0d6d53b49a44faf4de3"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:20:06.303298"], ["updated_at", "2016-06-16 21:20:06.303298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1666168365 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1666168365], ["username", "billy_10"], ["access_token", "32479f23e119fb3fd38b247ffc4bbfa2"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:20:06.305122"], ["updated_at", "2016-06-16 21:20:06.305122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1518067316 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1518067316], ["username", "billy_11"], ["access_token", "3d6cc0ead34072ba3951d7de20d45da8"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:20:06.306912"], ["updated_at", "2016-06-16 21:20:06.306912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1912960712 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1912960712], ["username", "billy_12"], ["access_token", "0aa95801f964b6c32d6e53a617b2756a"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:20:06.308720"], ["updated_at", "2016-06-16 21:20:06.308720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1271785648 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1271785648], ["username", "billy_13"], ["access_token", "046080ed9a9873aad5d15a90b997a116"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:20:06.310494"], ["updated_at", "2016-06-16 21:20:06.310494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1775620360 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1775620360], ["username", "billy_14"], ["access_token", "66d97ebf664d41dd4484ee101b1b0d63"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:20:06.312574"], ["updated_at", "2016-06-16 21:20:06.312574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -945946535 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -945946535], ["username", "billy_15"], ["access_token", "4e9f3db3e8ec17666342c9ae2d113f5b"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:20:06.314580"], ["updated_at", "2016-06-16 21:20:06.314580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -509624244 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -509624244], ["username", "billy_16"], ["access_token", "9299c9b7822b8d8a170031d0092945e1"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:20:06.316831"], ["updated_at", "2016-06-16 21:20:06.316831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2128175485 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2128175485], ["username", "billy_17"], ["access_token", "efa16dddd8e1563a4a8959a083e107ad"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:20:06.318798"], ["updated_at", "2016-06-16 21:20:06.318798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1656417602 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1656417602], ["username", "billy_18"], ["access_token", "45d22a965756d38b0c83f6cb259220d6"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:20:06.320727"], ["updated_at", "2016-06-16 21:20:06.320727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -508146999 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -508146999], ["username", "billy_19"], ["access_token", "a1302045bf7e07bc53bf522f5002f8c3"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:20:06.322563"], ["updated_at", "2016-06-16 21:20:06.322563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1510874929 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1510874929], ["username", "billy_20"], ["access_token", "98883b6b701d0118ce2818843049fafa"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:20:06.324535"], ["updated_at", "2016-06-16 21:20:06.324535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -690845944 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -690845944], ["username", "billy_21"], ["access_token", "3f814b53492c7bae52af1ce23f0fb67b"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:20:06.326681"], ["updated_at", "2016-06-16 21:20:06.326681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -137833124 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -137833124], ["username", "billy_22"], ["access_token", "52790c1648104bd7356a08e19b12e7e8"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:20:06.329017"], ["updated_at", "2016-06-16 21:20:06.329017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1213038190 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1213038190], ["username", "billy_23"], ["access_token", "b56927b94bbd219eed86e3c4310271d9"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:20:06.330988"], ["updated_at", "2016-06-16 21:20:06.330988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -753513400 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -753513400], ["username", "billy_24"], ["access_token", "3d531b983df6cbc1a4c2ba3020811554"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:20:06.332931"], ["updated_at", "2016-06-16 21:20:06.332931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -445474710 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -445474710], ["username", "billy_25"], ["access_token", "89353d6a8a91a86120dfca64715c9ce9"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:20:06.335222"], ["updated_at", "2016-06-16 21:20:06.335222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -441679931 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -441679931], ["username", "billy_26"], ["access_token", "156d58c3f32f59a20f8c7a6d483d97f2"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:20:06.337174"], ["updated_at", "2016-06-16 21:20:06.337174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -376210976 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -376210976], ["username", "billy_27"], ["access_token", "f3318688251974931ed7f4529761bf10"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:20:06.338973"], ["updated_at", "2016-06-16 21:20:06.338973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -722973693 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -722973693], ["username", "billy_28"], ["access_token", "ee8b4273db68f7a80df39fb5310bc30b"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:20:06.340693"], ["updated_at", "2016-06-16 21:20:06.340693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1667062714 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1667062714], ["username", "billy_29"], ["access_token", "1c08a5dad6f92d4ab800bbc0bff9efdc"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:20:06.342399"], ["updated_at", "2016-06-16 21:20:06.342399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -964813305 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -964813305], ["username", "billy_30"], ["access_token", "0b46e7961f7d39402e422658aef66c06"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:20:06.344346"], ["updated_at", "2016-06-16 21:20:06.344346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -825974457 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -825974457], ["username", "billy_31"], ["access_token", "465740bbf5dc667e52031706724d4dc5"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:20:06.346111"], ["updated_at", "2016-06-16 21:20:06.346111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1851274416 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1851274416], ["username", "billy_32"], ["access_token", "25ff4ae150e2776631faf518ef5477d8"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:20:06.347835"], ["updated_at", "2016-06-16 21:20:06.347835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -690075649 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -690075649], ["username", "billy_33"], ["access_token", "bb18bf07e310adf410485d0b70d55ee7"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:20:06.349553"], ["updated_at", "2016-06-16 21:20:06.349553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -660099920 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -660099920], ["username", "billy_34"], ["access_token", "410c53345f9e50bd7b79f985ba3f355d"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:20:06.351260"], ["updated_at", "2016-06-16 21:20:06.351260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1115557417 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1115557417], ["username", "billy_35"], ["access_token", "e1a95710bfe5a4dc3788b14282e64fec"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:20:06.352959"], ["updated_at", "2016-06-16 21:20:06.352959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1223594972 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1223594972], ["username", "billy_36"], ["access_token", "0af363e9f9ad6d9040ebbebbe0a6e23d"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:20:06.354650"], ["updated_at", "2016-06-16 21:20:06.354650"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488150851 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -488150851], ["username", "billy_37"], ["access_token", "b3b051c0033e5823a973a01b35fe66e9"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:20:06.356413"], ["updated_at", "2016-06-16 21:20:06.356413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -662153248 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -662153248], ["username", "billy_38"], ["access_token", "642611acd059e8fe1561fd22de4e5d25"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:20:06.358138"], ["updated_at", "2016-06-16 21:20:06.358138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -842534553 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -842534553], ["username", "billy_39"], ["access_token", "5529957fabae9456f88b3e2bfe4f060b"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:20:06.360264"], ["updated_at", "2016-06-16 21:20:06.360264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1839780848 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1839780848], ["username", "billy_40"], ["access_token", "6bb8f377a39271a26767182a69e23c23"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:20:06.361927"], ["updated_at", "2016-06-16 21:20:06.361927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2020373775 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2020373775], ["username", "billy_41"], ["access_token", "4287d50d57bdb15fa6a488600feac4d6"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:20:06.363593"], ["updated_at", "2016-06-16 21:20:06.363593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -609948936 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -609948936], ["username", "billy_42"], ["access_token", "3082294db2e58aec1c2185c7d96b19cf"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:20:06.365674"], ["updated_at", "2016-06-16 21:20:06.365674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -690335118 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -690335118], ["username", "billy_43"], ["access_token", "ab7778ed9dafa63450e4156f00ccff0e"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:20:06.367570"], ["updated_at", "2016-06-16 21:20:06.367570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1510330782 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1510330782], ["username", "billy_44"], ["access_token", "d2068bf1ce21849101431b040312527c"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:20:06.369506"], ["updated_at", "2016-06-16 21:20:06.369506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1752088413 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1752088413], ["username", "billy_45"], ["access_token", "c4aa69202176665a0f5e8a03043f56aa"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:20:06.371514"], ["updated_at", "2016-06-16 21:20:06.371514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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 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 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  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -410751889 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -410751889], ["username", "jstrav"], ["access_token", "f62f5ae2e8fed71b7046f05b6d79e593"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.379629"], ["updated_at", "2016-06-16 21:20:06.379629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2003920691 LIMIT 1 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", -2003920691], ["username", "mary"], ["access_token", "a3234970a2c098d7662d6e649e7281f7"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.382210"], ["updated_at", "2016-06-16 21:20:06.382210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1372386817 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1372386817], ["username", "jstead"], ["access_token", "55ff2187279939c9361d4a79ffa031a4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.384602"], ["updated_at", "2016-06-16 21:20:06.384602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -461016177 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -461016177], ["username", "bigbear"], ["access_token", "e50c7d3bfb0ca973a2c1be6fd0b58c2e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.386588"], ["updated_at", "2016-06-16 21:20:06.386588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1999268902 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1999268902], ["username", "billy_00"], ["access_token", "128c3e26d396fb00658695bd4cafbb0c"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:20:06.388361"], ["updated_at", "2016-06-16 21:20:06.388361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965326083 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -965326083], ["username", "billy_01"], ["access_token", "90f5d2181004b8cefabfc1d03902e635"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:20:06.389992"], ["updated_at", "2016-06-16 21:20:06.389992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -567531823 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -567531823], ["username", "billy_02"], ["access_token", "bfd34f7241ded17cbc83cfd14758002f"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:20:06.391685"], ["updated_at", "2016-06-16 21:20:06.391685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1854893469 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1854893469], ["username", "billy_03"], ["access_token", "c2c16cefc138e110135f78308b1f5b52"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:20:06.393327"], ["updated_at", "2016-06-16 21:20:06.393327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -574024586 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -574024586], ["username", "billy_04"], ["access_token", "dd1ae02e45956d05b1c6c46e7bd3ffbc"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:20:06.394967"], ["updated_at", "2016-06-16 21:20:06.394967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1081267623 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1081267623], ["username", "billy_05"], ["access_token", "504163532861a5e57accc8106ea27ac0"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:20:06.396601"], ["updated_at", "2016-06-16 21:20:06.396601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -959229052 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -959229052], ["username", "billy_06"], ["access_token", "28dca48389d28600602183736b0effbd"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:20:06.398243"], ["updated_at", "2016-06-16 21:20:06.398243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -115744129 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -115744129], ["username", "billy_07"], ["access_token", "29cc57a4ea5817ebea1b34aa7682c436"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:20:06.399876"], ["updated_at", "2016-06-16 21:20:06.399876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1157240551 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1157240551], ["username", "billy_08"], ["access_token", "9f4cc99c639e387d47078299f2f06da6"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:20:06.401526"], ["updated_at", "2016-06-16 21:20:06.401526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726132976 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -726132976], ["username", "billy_09"], ["access_token", "c2f043be6134cb1a6264c87037902e4d"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:20:06.403172"], ["updated_at", "2016-06-16 21:20:06.403172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1484465346 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1484465346], ["username", "billy_10"], ["access_token", "c052a292337ffa07e359bedbc292f5cf"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:20:06.404893"], ["updated_at", "2016-06-16 21:20:06.404893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1113604601 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1113604601], ["username", "billy_11"], ["access_token", "7a7521787b6c32ef5215a1ffd7ffad52"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:20:06.406622"], ["updated_at", "2016-06-16 21:20:06.406622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -100120947 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -100120947], ["username", "billy_12"], ["access_token", "0d151675da3ebb6728c4e04333a5134c"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:20:06.408545"], ["updated_at", "2016-06-16 21:20:06.408545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1427744143 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1427744143], ["username", "billy_13"], ["access_token", "f81977842dea499ef8f783418f2f7fb2"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:20:06.410236"], ["updated_at", "2016-06-16 21:20:06.410236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1939494150 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1939494150], ["username", "billy_14"], ["access_token", "a3fdc861436dde8fc89f089d46adb99f"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:20:06.411929"], ["updated_at", "2016-06-16 21:20:06.411929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1032965146 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1032965146], ["username", "billy_15"], ["access_token", "626035d92d61073d4a52cd5e4600b844"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:20:06.414385"], ["updated_at", "2016-06-16 21:20:06.414385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2051413166 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2051413166], ["username", "billy_16"], ["access_token", "0b6f9c3b61c6b6deb4e1720c8907cb12"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:20:06.416243"], ["updated_at", "2016-06-16 21:20:06.416243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -53311346 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -53311346], ["username", "billy_17"], ["access_token", "1b56147607541a9cc6906b0083f81020"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:20:06.417977"], ["updated_at", "2016-06-16 21:20:06.417977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1039935062 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1039935062], ["username", "billy_18"], ["access_token", "ea3f13f3d9d798c02520a9bdf15b0ed5"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:20:06.419666"], ["updated_at", "2016-06-16 21:20:06.419666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -901325445 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -901325445], ["username", "billy_19"], ["access_token", "9b352fa2a5e6960d6d01c0901e3a0787"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:20:06.421450"], ["updated_at", "2016-06-16 21:20:06.421450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1659638553 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1659638553], ["username", "billy_20"], ["access_token", "36a7c9e72904303a578c4c940253afc9"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:20:06.423145"], ["updated_at", "2016-06-16 21:20:06.423145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -156997562 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -156997562], ["username", "billy_21"], ["access_token", "d2c12efcf0cbe3232bc02c4fbf59ee18"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:20:06.424857"], ["updated_at", "2016-06-16 21:20:06.424857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -18500488 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -18500488], ["username", "billy_22"], ["access_token", "8ad9dd4accf4f50971fe1b95c4d5ac80"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:20:06.426524"], ["updated_at", "2016-06-16 21:20:06.426524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518043107 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -518043107], ["username", "billy_23"], ["access_token", "3800469eb0c844e5ec25a0e4c6fea860"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:20:06.428272"], ["updated_at", "2016-06-16 21:20:06.428272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -833546847 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -833546847], ["username", "billy_24"], ["access_token", "f4d6b532f4346e329b747a848b038a5c"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:20:06.429950"], ["updated_at", "2016-06-16 21:20:06.429950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1616683150 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1616683150], ["username", "billy_25"], ["access_token", "e690049b3d57e625fc8ae53d97f54931"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:20:06.431630"], ["updated_at", "2016-06-16 21:20:06.431630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -530851281 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -530851281], ["username", "billy_26"], ["access_token", "3ef1abc698f6878b45eca7b593a37029"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:20:06.433282"], ["updated_at", "2016-06-16 21:20:06.433282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1422137197 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1422137197], ["username", "billy_27"], ["access_token", "03f7681a10634090341693173eb7af6b"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:20:06.434946"], ["updated_at", "2016-06-16 21:20:06.434946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -21221637 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -21221637], ["username", "billy_28"], ["access_token", "22fbcff8940cd0990bdea2f588288ad0"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:20:06.436611"], ["updated_at", "2016-06-16 21:20:06.436611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -176592678 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -176592678], ["username", "billy_29"], ["access_token", "5bb013268c5556c085ef78990e6ac82b"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:20:06.438413"], ["updated_at", "2016-06-16 21:20:06.438413"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1253478806 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1253478806], ["username", "billy_30"], ["access_token", "7a146ce80cd3a27fc9847b8d878c7c84"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:20:06.440266"], ["updated_at", "2016-06-16 21:20:06.440266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1579936331 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1579936331], ["username", "billy_31"], ["access_token", "7482ae51c58c2dd8637dfbc2ff249096"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:20:06.441940"], ["updated_at", "2016-06-16 21:20:06.441940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -367878565 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -367878565], ["username", "billy_32"], ["access_token", "3520de388076e9134e0d2696cde8e615"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:20:06.443605"], ["updated_at", "2016-06-16 21:20:06.443605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1030530662 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1030530662], ["username", "billy_33"], ["access_token", "9c56b11135b546505d4f441cc84c7829"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:20:06.445272"], ["updated_at", "2016-06-16 21:20:06.445272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1309514094 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1309514094], ["username", "billy_34"], ["access_token", "4c2c5e8e57aed68a1b904f25afbb372b"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:20:06.446924"], ["updated_at", "2016-06-16 21:20:06.446924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1845157549 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1845157549], ["username", "billy_35"], ["access_token", "c92d98ce8dbd9b968c540655c68a0a02"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:20:06.448600"], ["updated_at", "2016-06-16 21:20:06.448600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1585614259 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1585614259], ["username", "billy_36"], ["access_token", "e71856e7173f888afbe8f8f239bbbc68"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:20:06.450263"], ["updated_at", "2016-06-16 21:20:06.450263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -199214873 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -199214873], ["username", "billy_37"], ["access_token", "efeda37d732c22f93d572e0be0bf1466"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:20:06.451926"], ["updated_at", "2016-06-16 21:20:06.451926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -530084522 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -530084522], ["username", "billy_38"], ["access_token", "f293b1d26e160fb9de58a5c99aee45ec"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:20:06.453633"], ["updated_at", "2016-06-16 21:20:06.453633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -671765485 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -671765485], ["username", "billy_39"], ["access_token", "7ae21ebc811d61c1749f54179d8d5bc1"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:20:06.455326"], ["updated_at", "2016-06-16 21:20:06.455326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -455518205 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -455518205], ["username", "billy_40"], ["access_token", "dc4868a8146bb962c1e388aa51bbec25"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:20:06.457013"], ["updated_at", "2016-06-16 21:20:06.457013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1502902004 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1502902004], ["username", "billy_41"], ["access_token", "bab8ea7ea461fec96a9412f8fdf4cf3b"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:20:06.458688"], ["updated_at", "2016-06-16 21:20:06.458688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -735708319 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -735708319], ["username", "billy_42"], ["access_token", "e0355761fd416098de5728a8b3e80d10"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:20:06.460446"], ["updated_at", "2016-06-16 21:20:06.460446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -407613653 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -407613653], ["username", "billy_43"], ["access_token", "4e946501b63d2c2d98647904d32333d7"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:20:06.462112"], ["updated_at", "2016-06-16 21:20:06.462112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -552403907 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -552403907], ["username", "billy_44"], ["access_token", "16337911fc6408cd1874fb0889b26258"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:20:06.463793"], ["updated_at", "2016-06-16 21:20:06.463793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1719418815 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1719418815], ["username", "billy_45"], ["access_token", "54379c9dc149a270ccab2e5b054ad946"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:20:06.465447"], ["updated_at", "2016-06-16 21:20:06.465447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) 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 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 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  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1120382662 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1120382662], ["username", "jstrav"], ["access_token", "11929684c7eb084fddbb019f672ab5c6"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:06.472092"], ["updated_at", "2016-06-16 21:20:06.472092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1655843087 LIMIT 1 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", -1655843087], ["username", "mary"], ["access_token", "199eedaadc5dbdaafad18b0735d483a7"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:06.474106"], ["updated_at", "2016-06-16 21:20:06.474106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1467073546 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1467073546], ["username", "jstead"], ["access_token", "6611054bdca3c4b3fc5afae5e4fe8d08"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:06.476016"], ["updated_at", "2016-06-16 21:20:06.476016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1027971709 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1027971709], ["username", "bigbear"], ["access_token", "a54f6f6b5311c40d873d53c1c0fac763"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:06.477722"], ["updated_at", "2016-06-16 21:20:06.477722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1635039737 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1635039737], ["username", "foo_bb"], ["access_token", "b0d1f37bc39f3b76c5b002b4e45ee888"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2016-06-16 21:20:06.479455"], ["updated_at", "2016-06-16 21:20:06.479455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -794481195 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -794481195], ["username", "foo_bj"], ["access_token", "4d0fa259079bdf0da76a4c4efd1c26ad"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2016-06-16 21:20:06.481225"], ["updated_at", "2016-06-16 21:20:06.481225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -456220848 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -456220848], ["username", "foo_tj"], ["access_token", "4ba5001489675cb62e4a5d715b90a923"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2016-06-16 21:20:06.482934"], ["updated_at", "2016-06-16 21:20:06.482934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "a6f19d1d385f09c544288cc70b1fab9f"], ["created_at", "2016-06-16 21:20:06.491023"], ["updated_at", "2016-06-16 21:20:06.491023"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:20:06.501111"], ["updated_at", "2016-06-16 21:20:06.501111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 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", "64e35a461a5fc2b1227caf7e33f2d9c0"], ["created_at", "2016-06-16 21:20:06.503523"], ["updated_at", "2016-06-16 21:20:06.503523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2016-06-16 21:20:06.504819"], ["updated_at", "2016-06-16 21:20:06.504819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -15654277 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -15654277], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.514535"], ["updated_at", "2016-06-16 21:20:06.514535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2110438154 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2110438154], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.517748"], ["updated_at", "2016-06-16 21:20:06.517748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] 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", -2110438154]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -2110438154 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] 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", -15654277]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -15654277 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -2110438154 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -15654277 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -15654277], ["member_group_id", -2110438154], ["created_at", "2016-06-16 21:20:06.523368"], ["updated_at", "2016-06-16 21:20:06.523368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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" = -2110438154) LIMIT 1  (0.0ms) SAVEPOINT active_record_1 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" = -2110438154) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -2110438154], ["user_id", 1], ["created_at", "2016-06-16 21:20:06.543217"], ["updated_at", "2016-06-16 21:20:06.543217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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" = -2110438154) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] 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]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] 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", -2110438154]] 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", -2110438154]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -2110438154 - -15654277 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2110438154, -15654277) Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2016-06-16 21:20:06.574490"], ["updated_at", "2016-06-16 21:20:06.574490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2110438154, -15654277) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["created_at", "2016-06-16 21:20:06.579938"], ["updated_at", "2016-06-16 21:20:06.579938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2110438154, -15654277) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 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", "2016-06-16 21:20:06.585303"], ["updated_at", "2016-06-16 21:20:06.585303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2110438154, -15654277) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2110438154, -15654277) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (0.0ms) SAVEPOINT active_record_1 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", "2016-06-16 21:20:06.591949"], ["updated_at", "2016-06-16 21:20:06.591949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2110438154, -15654277) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2110438154, -15654277) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2110438154, -15654277) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1)  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 21:20:06.604437"], ["updated_at", "2016-06-16 21:20:06.604437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1354581803 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1354581803], ["username", "8c920fc7def1b8efdb8eb0bc1ce41876"], ["access_token", "1866ea66d0f58d6e620cee34d1ea2182"], ["created_at", "2016-06-16 21:20:06.647397"], ["updated_at", "2016-06-16 21:20:06.647397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1905892156 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1905892156], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.652702"], ["updated_at", "2016-06-16 21:20:06.652702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -797263077 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -797263077], ["username", "e3db716ee5b450c4eaa07756549518e2"], ["access_token", "8e87336cead24ad400b0d08cb353aa36"], ["created_at", "2016-06-16 21:20:06.656015"], ["updated_at", "2016-06-16 21:20:06.656015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1905892156/owners/-797263077" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1905892156", "user_id"=>"-797263077"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1001760976 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1001760976], ["username", "e1dff078f6886361a5985b32506f6aa1"], ["access_token", "43a487acf17044a1213671624f567c3a"], ["created_at", "2016-06-16 21:20:06.673239"], ["updated_at", "2016-06-16 21:20:06.673239"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1827104255 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1827104255], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.676749"], ["updated_at", "2016-06-16 21:20:06.676749"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2001281895 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2001281895], ["username", "9ea4e9fa2542428aa4699b4ce24696d5"], ["access_token", "8dced408fce1617dd2342bdece2a8846"], ["created_at", "2016-06-16 21:20:06.679510"], ["updated_at", "2016-06-16 21:20:06.679510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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" = -1827104255) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1827104255], ["user_id", -2001281895], ["created_at", "2016-06-16 21:20:06.683240"], ["updated_at", "2016-06-16 21:20:06.683240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1827104255/owners/-2001281895" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1827104255", "user_id"=>"-2001281895"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 21:20:06.695951"], ["updated_at", "2016-06-16 21:20:06.695951"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 21:20:06.731490"], ["updated_at", "2016-06-16 21:20:06.731490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"id\":1,\"read_updates\":1}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -450525325 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -450525325], ["username", "2ebfe116f09ea3e456a331fdb7c6449a"], ["access_token", "f3e0d37873c1204f84d6e94e4b7e801d"], ["created_at", "2016-06-16 21:20:06.751207"], ["updated_at", "2016-06-16 21:20:06.751207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -424374523 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -424374523], ["username", "eba946699506d3f5be9366cf08817c34"], ["access_token", "88a748f4a269ba1c678cde80c9cb89cd"], ["created_at", "2016-06-16 21:20:06.773580"], ["updated_at", "2016-06-16 21:20:06.773580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"username\":\"dummy\"}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -666257325 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -666257325], ["username", "40a51746f8591a1ffb53e45aa52f775b"], ["access_token", "d28f684e380f4332c04ad4e9cecf539d"], ["created_at", "2016-06-16 21:20:06.795281"], ["updated_at", "2016-06-16 21:20:06.795281"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"email\":\"dummy@dum.my\"}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -864318365 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -864318365], ["username", "12171091aa2813157d98927c1e581ab7"], ["access_token", "cb4d4c97066e71588cd1dce92eeeefda"], ["created_at", "2016-06-16 21:20:06.815673"], ["updated_at", "2016-06-16 21:20:06.815673"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"{\"username\":\"12171091aa2813157d98927c1e581ab7\",\"first_name\":null,\"last_name\":null,\"full_name\":null,\"title\":null}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2067780876 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2067780876], ["username", "d8bd28b58eced5701c940ee2666272b2"], ["access_token", "d8e2348ac52764651ab67f7a3888110e"], ["created_at", "2016-06-16 21:20:06.828149"], ["updated_at", "2016-06-16 21:20:06.828149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1698597579 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1698597579], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.830603"], ["updated_at", "2016-06-16 21:20:06.830603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -659178966 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -659178966], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.832537"], ["updated_at", "2016-06-16 21:20:06.832537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1698597579/nestings/-659178966" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1698597579", "member_group_id"=>"-659178966"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -373149452 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -373149452], ["username", "4067d7bc14f6301155dda13cb8c22c83"], ["access_token", "576f71417149b8a598e13959b28691ab"], ["created_at", "2016-06-16 21:20:06.848716"], ["updated_at", "2016-06-16 21:20:06.848716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1416458170 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1416458170], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.852198"], ["updated_at", "2016-06-16 21:20:06.852198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -762318096 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -762318096], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.854677"], ["updated_at", "2016-06-16 21:20:06.854677"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] 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", -762318096]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -762318096 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] 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", -1416458170]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1416458170 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -762318096 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1416458170 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1416458170], ["member_group_id", -762318096], ["created_at", "2016-06-16 21:20:06.857309"], ["updated_at", "2016-06-16 21:20:06.857309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1416458170/nestings/-762318096" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1416458170", "member_group_id"=>"-762318096"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1101023757 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1101023757], ["username", "b4db5d5a8bcf4d742e6b6bc082b70dfc"], ["access_token", "0c1f6e953ec702e1a3c28150711a3d80"], ["created_at", "2016-06-16 21:20:06.877838"], ["updated_at", "2016-06-16 21:20:06.877838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1097978309 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1097978309], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.880445"], ["updated_at", "2016-06-16 21:20:06.880445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518350295 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -518350295], ["username", "9eb4783cbd0b74b7de0307fda1e4afab"], ["access_token", "07b90e118e993314dfd9849b9be1b57b"], ["created_at", "2016-06-16 21:20:06.882736"], ["updated_at", "2016-06-16 21:20:06.882736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1097978309/members/-518350295" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1097978309", "user_id"=>"-518350295"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1673825526 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1673825526], ["username", "046fe857724cea05357b79a58cdc65ea"], ["access_token", "f6757a2583d84344278bfe3b33b255e0"], ["created_at", "2016-06-16 21:20:06.909521"], ["updated_at", "2016-06-16 21:20:06.909521"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -2065294794 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2065294794], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.913054"], ["updated_at", "2016-06-16 21:20:06.913054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1182106904 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1182106904], ["username", "ff8e6a89d7876c9e535b258d4c60d987"], ["access_token", "ef1eee2625fb855f5f733891d607fec3"], ["created_at", "2016-06-16 21:20:06.916616"], ["updated_at", "2016-06-16 21:20:06.916616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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" = -2065294794) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -2065294794], ["user_id", -1182106904], ["created_at", "2016-06-16 21:20:06.919266"], ["updated_at", "2016-06-16 21:20:06.919266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-2065294794/members/-1182106904" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-2065294794", "user_id"=>"-1182106904"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -713136882 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -713136882], ["username", "6f1e32eee5d2024ee5abfbea3ce29cca"], ["access_token", "a79033c28703d7a963303768158db2a1"], ["created_at", "2016-06-16 21:20:06.932918"], ["updated_at", "2016-06-16 21:20:06.932918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1913369627 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1913369627], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.936318"], ["updated_at", "2016-06-16 21:20:06.936318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1913369627 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1913369627" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-1913369627"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1019062521 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1019062521], ["username", "d4f933532aaa4d36781a9641121e3c15"], ["access_token", "d389915159adb34127bc30dc222d003b"], ["created_at", "2016-06-16 21:20:06.953542"], ["updated_at", "2016-06-16 21:20:06.953542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -986293907 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -986293907], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.955893"], ["updated_at", "2016-06-16 21:20:06.955893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1457343036 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1457343036], ["username", "fe3ea71d2d63d664fa7a66f9b036fc2e"], ["access_token", "197f4f03f16b88618f7e294d3af089b7"], ["created_at", "2016-06-16 21:20:06.968230"], ["updated_at", "2016-06-16 21:20:06.968230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1531927777 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1531927777], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:06.970559"], ["updated_at", "2016-06-16 21:20:06.970559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -1531927777 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-1531927777" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil, "id"=>"-1531927777"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 21:20:06.984362"], ["updated_at", "2016-06-16 21:20:06.984362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:06 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"id\":1,\"read_updates\":1}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 21:20:07.007168"], ["updated_at", "2016-06-16 21:20:07.007168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 21:20:07.027357"], ["updated_at", "2016-06-16 21:20:07.027357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "5fd6f664eb77cb2607d97f69645b7280"], ["created_at", "2016-06-16 21:20:07.047765"], ["updated_at", "2016-06-16 21:20:07.047765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} 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]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Redirected to http://test.host/ Completed 302 Found in 9ms (ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "198555c532ab2139bbdac21166b4586b"], ["created_at", "2016-06-16 21:20:07.063803"], ["updated_at", "2016-06-16 21:20:07.063803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.2ms) Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -400602393 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -400602393], ["username", "dbcf926d07292c71b3c92ca00cb13289"], ["access_token", "30a886e5c3225d685ea2703093387ffb"], ["created_at", "2016-06-16 21:20:07.079268"], ["updated_at", "2016-06-16 21:20:07.079268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1558420570) LIMIT 1 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", -1558420570]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1558420570) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1558420570 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test"], ["is_public", "t"], ["openstax_uid", -1558420570], ["created_at", "2016-06-16 21:20:07.086267"], ["updated_at", "2016-06-16 21:20:07.086267"]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -1558420570) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1558420570], ["user_id", -400602393], ["created_at", "2016-06-16 21:20:07.088370"], ["updated_at", "2016-06-16 21:20:07.088370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* 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" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -1558420570]] 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" = ? LIMIT 1 [["group_id", -1558420570]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -487944675 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -487944675], ["username", "jstrav"], ["access_token", "67ae77a515f71b0f59f3334e58701716"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:07.097203"], ["updated_at", "2016-06-16 21:20:07.097203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -500669995 LIMIT 1 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", -500669995], ["username", "mary"], ["access_token", "195e4d98d8f73f6407d8352fc10021f1"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:07.099299"], ["updated_at", "2016-06-16 21:20:07.099299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -614221438 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -614221438], ["username", "jstead"], ["access_token", "dbeb194625a33917f80215b1d7d03719"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:07.101119"], ["updated_at", "2016-06-16 21:20:07.101119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -434853718 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -434853718], ["username", "bigbear"], ["access_token", "05dfc0e5410278e173d6b798b238b08c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:07.102799"], ["updated_at", "2016-06-16 21:20:07.102799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1073790572 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1073790572], ["username", "billy_00"], ["access_token", "542a2293118c00eb37e4522fcee96dc0"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:20:07.104673"], ["updated_at", "2016-06-16 21:20:07.104673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1220624317 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1220624317], ["username", "billy_01"], ["access_token", "086a94769a6967348ba514aa8cf85588"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:20:07.106333"], ["updated_at", "2016-06-16 21:20:07.106333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1757506256 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1757506256], ["username", "billy_02"], ["access_token", "c8ac50db944d5619d571d64839573614"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:20:07.107961"], ["updated_at", "2016-06-16 21:20:07.107961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1362922274 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1362922274], ["username", "billy_03"], ["access_token", "c6e4e2507cdfa0c66665361437597cfc"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:20:07.109588"], ["updated_at", "2016-06-16 21:20:07.109588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2037993641 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2037993641], ["username", "billy_04"], ["access_token", "09fa13a8aaafbcea459785dd41986616"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:20:07.111269"], ["updated_at", "2016-06-16 21:20:07.111269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1844406368 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1844406368], ["username", "billy_05"], ["access_token", "ca968eeeaba0dc38fec1a3f7dcd09c4d"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:20:07.112935"], ["updated_at", "2016-06-16 21:20:07.112935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -949520967 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -949520967], ["username", "billy_06"], ["access_token", "39b9a5af8facadabf5d79f2f420afda5"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:20:07.114570"], ["updated_at", "2016-06-16 21:20:07.114570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1222239404 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1222239404], ["username", "billy_07"], ["access_token", "075360ea5a3f98c9fc35136b698bb76d"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:20:07.116216"], ["updated_at", "2016-06-16 21:20:07.116216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2114783865 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2114783865], ["username", "billy_08"], ["access_token", "6cf4ec61f6a744262ad6eff2beb8b50c"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:20:07.117849"], ["updated_at", "2016-06-16 21:20:07.117849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -989700618 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -989700618], ["username", "billy_09"], ["access_token", "4694e19769646d4b85648863743cdfa8"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:20:07.119484"], ["updated_at", "2016-06-16 21:20:07.119484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -167135041 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -167135041], ["username", "billy_10"], ["access_token", "029179963178eb2795051ad5ca93e372"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:20:07.121112"], ["updated_at", "2016-06-16 21:20:07.121112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -554662537 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -554662537], ["username", "billy_11"], ["access_token", "e130b8ba00883b1308d62111aadad5ea"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:20:07.122741"], ["updated_at", "2016-06-16 21:20:07.122741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2002249259 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2002249259], ["username", "billy_12"], ["access_token", "c19680fc46254ed3e10b83d29789a20c"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:20:07.124386"], ["updated_at", "2016-06-16 21:20:07.124386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2020981750 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2020981750], ["username", "billy_13"], ["access_token", "36c0b4644214759fea8ccc0884aa0b67"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:20:07.126042"], ["updated_at", "2016-06-16 21:20:07.126042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1920681904 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1920681904], ["username", "billy_14"], ["access_token", "577c8b28523f8e8c0e3b86ee0a0078ac"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:20:07.127663"], ["updated_at", "2016-06-16 21:20:07.127663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1005217721 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1005217721], ["username", "billy_15"], ["access_token", "6914829d6268840080700a3801000bd9"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:20:07.129294"], ["updated_at", "2016-06-16 21:20:07.129294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1086747700 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1086747700], ["username", "billy_16"], ["access_token", "7802f3fb3cf49b5d5981f0608bdc214e"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:20:07.131168"], ["updated_at", "2016-06-16 21:20:07.131168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1600573912 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1600573912], ["username", "billy_17"], ["access_token", "3afee005c448dd92475735823e1faf8f"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:20:07.132857"], ["updated_at", "2016-06-16 21:20:07.132857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1722124963 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1722124963], ["username", "billy_18"], ["access_token", "14a19485ee5ded57e067a3a1ad740a27"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:20:07.134489"], ["updated_at", "2016-06-16 21:20:07.134489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1785025256 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1785025256], ["username", "billy_19"], ["access_token", "304c66f22614d981b13807a16459795e"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:20:07.136347"], ["updated_at", "2016-06-16 21:20:07.136347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -385676399 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -385676399], ["username", "billy_20"], ["access_token", "920b752056daaed02f1b693be07377a5"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:20:07.137986"], ["updated_at", "2016-06-16 21:20:07.137986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -114501434 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -114501434], ["username", "billy_21"], ["access_token", "e2bc22adefb821f96b63e8284e395c7b"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:20:07.139617"], ["updated_at", "2016-06-16 21:20:07.139617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1276740559 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1276740559], ["username", "billy_22"], ["access_token", "71ee5af779ac4026aab2c5cf026a66b7"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:20:07.141259"], ["updated_at", "2016-06-16 21:20:07.141259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -71762707 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -71762707], ["username", "billy_23"], ["access_token", "63555e51291bfdf0977955f6ec32b2fe"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:20:07.143459"], ["updated_at", "2016-06-16 21:20:07.143459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1517777316 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1517777316], ["username", "billy_24"], ["access_token", "2e2dd310713ea8a060f042f0cf26e244"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:20:07.145337"], ["updated_at", "2016-06-16 21:20:07.145337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1769207794 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1769207794], ["username", "billy_25"], ["access_token", "5b0a5037942c449c74c9e26d3167c9e2"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:20:07.146979"], ["updated_at", "2016-06-16 21:20:07.146979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -182246109 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -182246109], ["username", "billy_26"], ["access_token", "f9b1214d8d98c1c5c30367d539c1fab9"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:20:07.148612"], ["updated_at", "2016-06-16 21:20:07.148612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1195635861 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1195635861], ["username", "billy_27"], ["access_token", "e79613e30276e0f6109fce0371979ec0"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:20:07.150247"], ["updated_at", "2016-06-16 21:20:07.150247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2093854193 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2093854193], ["username", "billy_28"], ["access_token", "8558cf5bbe31be44ca6f69ef7fc23760"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:20:07.151901"], ["updated_at", "2016-06-16 21:20:07.151901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1157886870 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1157886870], ["username", "billy_29"], ["access_token", "e50ab7653c827cdb8d5a980d72c3d5ab"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:20:07.153531"], ["updated_at", "2016-06-16 21:20:07.153531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1897188915 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1897188915], ["username", "billy_30"], ["access_token", "812b9473bb6c27df4fb965c546c1105e"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:20:07.155267"], ["updated_at", "2016-06-16 21:20:07.155267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -665351412 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -665351412], ["username", "billy_31"], ["access_token", "ebe99cdccf75f0b8336bed2238c1247d"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:20:07.156906"], ["updated_at", "2016-06-16 21:20:07.156906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1956712285 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1956712285], ["username", "billy_32"], ["access_token", "6350613bacaf0d05f27d9e741d796adf"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:20:07.158534"], ["updated_at", "2016-06-16 21:20:07.158534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1241636108 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1241636108], ["username", "billy_33"], ["access_token", "f1b9db02dc7e10e5f0941f439f5b4657"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:20:07.160175"], ["updated_at", "2016-06-16 21:20:07.160175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -37161115 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -37161115], ["username", "billy_34"], ["access_token", "e1104f8d5ddeff54dbb5403001fd3849"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:20:07.161805"], ["updated_at", "2016-06-16 21:20:07.161805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -613337478 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -613337478], ["username", "billy_35"], ["access_token", "967bc8c6b9d1496ed039dfa9a380e8c2"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:20:07.163429"], ["updated_at", "2016-06-16 21:20:07.163429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1918359539 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1918359539], ["username", "billy_36"], ["access_token", "f4799ecbfa80285861587f7939a66753"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:20:07.165113"], ["updated_at", "2016-06-16 21:20:07.165113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -65979357 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -65979357], ["username", "billy_37"], ["access_token", "f37fc60e7ea6cc5f3f125de92189346b"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:20:07.166786"], ["updated_at", "2016-06-16 21:20:07.166786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2116162095 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2116162095], ["username", "billy_38"], ["access_token", "7b92e77f984281826a90fafb10d0aa15"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:20:07.168621"], ["updated_at", "2016-06-16 21:20:07.168621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1403732915 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1403732915], ["username", "billy_39"], ["access_token", "4e2fec52658289c8417d2fa1fa36d07f"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:20:07.170340"], ["updated_at", "2016-06-16 21:20:07.170340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1491796481 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1491796481], ["username", "billy_40"], ["access_token", "4e7c2c0de666a444dbb24e1525f4d0ec"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:20:07.171968"], ["updated_at", "2016-06-16 21:20:07.171968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1105992769 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1105992769], ["username", "billy_41"], ["access_token", "4d8da8f58317cf3d035e2ab5de70847e"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:20:07.173585"], ["updated_at", "2016-06-16 21:20:07.173585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1283551822 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1283551822], ["username", "billy_42"], ["access_token", "a6600a2f6badf6a7ab767bce386fe508"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:20:07.175207"], ["updated_at", "2016-06-16 21:20:07.175207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -807256291 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -807256291], ["username", "billy_43"], ["access_token", "dc28240bbb42119d3fe3d632b3221414"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:20:07.176825"], ["updated_at", "2016-06-16 21:20:07.176825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -295259458 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -295259458], ["username", "billy_44"], ["access_token", "0ddf6002a0a25a3dae4f2c6220df2688"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:20:07.178484"], ["updated_at", "2016-06-16 21:20:07.178484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -355888120 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -355888120], ["username", "billy_45"], ["access_token", "c53449467871584dc41311c0b8e8cf5c"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:20:07.180106"], ["updated_at", "2016-06-16 21:20:07.180106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1763119056 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1763119056], ["username", "billy_46"], ["access_token", "4065a717d16d0640be92181aa93ebdac"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:20:07.181720"], ["updated_at", "2016-06-16 21:20:07.181720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -273910612 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -273910612], ["username", "billy_47"], ["access_token", "9ffa2f13520e84b7c8db3284f8dffa93"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:20:07.183346"], ["updated_at", "2016-06-16 21:20:07.183346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -686367972 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -686367972], ["username", "billy_48"], ["access_token", "50e05512fceada4f531f4bb3be74153c"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:20:07.184972"], ["updated_at", "2016-06-16 21:20:07.184972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -41527326 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -41527326], ["username", "billy_49"], ["access_token", "d7236bd10a54e1fbeb511a2bca388964"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:20:07.186597"], ["updated_at", "2016-06-16 21:20:07.186597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (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))  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1477429647 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1477429647], ["username", "jstrav"], ["access_token", "c0b6523e393ed8ed1539dc50b71af547"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:07.192409"], ["updated_at", "2016-06-16 21:20:07.192409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2124042848 LIMIT 1 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", -2124042848], ["username", "mary"], ["access_token", "cff241502b7477504b462a01429c3819"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:07.194397"], ["updated_at", "2016-06-16 21:20:07.194397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -614613613 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -614613613], ["username", "jstead"], ["access_token", "27d2170f4a13a3aeb3d865114b05b4fa"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:07.196221"], ["updated_at", "2016-06-16 21:20:07.196221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -42524188 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -42524188], ["username", "bigbear"], ["access_token", "3d637953e5363789a370dd96d4d1c127"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:07.197850"], ["updated_at", "2016-06-16 21:20:07.197850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1188021331 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1188021331], ["username", "billy_00"], ["access_token", "32304ad20c451ba532b2b6f512379b1c"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:20:07.199689"], ["updated_at", "2016-06-16 21:20:07.199689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1389825978 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1389825978], ["username", "billy_01"], ["access_token", "aa7bf7aa36651427f92ebe702a7e8f75"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:20:07.201395"], ["updated_at", "2016-06-16 21:20:07.201395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1905156935 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1905156935], ["username", "billy_02"], ["access_token", "5e6a89e58a9ecde861e407ae6e02170c"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:20:07.203026"], ["updated_at", "2016-06-16 21:20:07.203026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1629228786 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1629228786], ["username", "billy_03"], ["access_token", "d3f5492dce10e6c3f850aaa4becc17e1"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:20:07.204657"], ["updated_at", "2016-06-16 21:20:07.204657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -334476701 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -334476701], ["username", "billy_04"], ["access_token", "6bb68c5df27cc2c7a03733a3fefca321"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:20:07.206280"], ["updated_at", "2016-06-16 21:20:07.206280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -489994416 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -489994416], ["username", "billy_05"], ["access_token", "86d7cdf8a4c35060c6fc3a550afb02dd"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:20:07.207912"], ["updated_at", "2016-06-16 21:20:07.207912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -836275000 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -836275000], ["username", "billy_06"], ["access_token", "709fdaa411e587a019b6d760b444a9c0"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:20:07.209542"], ["updated_at", "2016-06-16 21:20:07.209542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2019403406 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2019403406], ["username", "billy_07"], ["access_token", "18595712d3bc19533a8f1af6fb8881fd"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:20:07.211187"], ["updated_at", "2016-06-16 21:20:07.211187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943028138 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -943028138], ["username", "billy_08"], ["access_token", "53b4c5c96de84908b4e418fe9fd0e188"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:20:07.212813"], ["updated_at", "2016-06-16 21:20:07.212813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1897387148 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1897387148], ["username", "billy_09"], ["access_token", "03a65640cafc6bb0c9961fa3f6e8df29"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:20:07.214434"], ["updated_at", "2016-06-16 21:20:07.214434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1488529694 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1488529694], ["username", "billy_10"], ["access_token", "44df16375bdb7c99816164e55fe72e7a"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:20:07.216058"], ["updated_at", "2016-06-16 21:20:07.216058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1576159216 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1576159216], ["username", "billy_11"], ["access_token", "ddb9933e77b8d5bfcefacf212cda3672"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:20:07.217681"], ["updated_at", "2016-06-16 21:20:07.217681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1645172848 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1645172848], ["username", "billy_12"], ["access_token", "8ffa0be10a81dc477df74cd2e94c28b4"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:20:07.219349"], ["updated_at", "2016-06-16 21:20:07.219349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1432320501 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1432320501], ["username", "billy_13"], ["access_token", "3067d2e2a1cd1d4261eba0cef56141d3"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:20:07.221085"], ["updated_at", "2016-06-16 21:20:07.221085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -147780055 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -147780055], ["username", "billy_14"], ["access_token", "717f87fcb400b484b08596c127fd85b4"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:20:07.222751"], ["updated_at", "2016-06-16 21:20:07.222751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -956431476 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -956431476], ["username", "billy_15"], ["access_token", "b383291ce2b49eee70f58aa7c9c68f71"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:20:07.224421"], ["updated_at", "2016-06-16 21:20:07.224421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1522439313 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1522439313], ["username", "billy_16"], ["access_token", "48ab385bbff4add3131c5db7966a701f"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:20:07.226289"], ["updated_at", "2016-06-16 21:20:07.226289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1453344967 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1453344967], ["username", "billy_17"], ["access_token", "9e0f618835c3e65c1df9eb685433c257"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:20:07.228066"], ["updated_at", "2016-06-16 21:20:07.228066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1594161660 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1594161660], ["username", "billy_18"], ["access_token", "136167f9e98e6b740ff4694965843e54"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:20:07.229742"], ["updated_at", "2016-06-16 21:20:07.229742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -596461018 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -596461018], ["username", "billy_19"], ["access_token", "c14efb3fea01b325e600f3583c50bd16"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:20:07.232259"], ["updated_at", "2016-06-16 21:20:07.232259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -719366093 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -719366093], ["username", "billy_20"], ["access_token", "aea69c28ca92f18035cb0c7fa191185a"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:20:07.234086"], ["updated_at", "2016-06-16 21:20:07.234086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -945598884 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -945598884], ["username", "billy_21"], ["access_token", "334c3a8b98562c3cbd8de76539e0c790"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:20:07.235723"], ["updated_at", "2016-06-16 21:20:07.235723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1741184525 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1741184525], ["username", "billy_22"], ["access_token", "eb194d1b92267e217cb1c0887f7e8252"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:20:07.237418"], ["updated_at", "2016-06-16 21:20:07.237418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1357878264 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1357878264], ["username", "billy_23"], ["access_token", "f044479c290ea83617953c41772bf895"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:20:07.239050"], ["updated_at", "2016-06-16 21:20:07.239050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -896365949 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -896365949], ["username", "billy_24"], ["access_token", "e7c15fa8a571edd20dc94ef4eebb8203"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:20:07.240693"], ["updated_at", "2016-06-16 21:20:07.240693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -521545500 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -521545500], ["username", "billy_25"], ["access_token", "3ef538a69a6b1247947b5bdb9a738617"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:20:07.242328"], ["updated_at", "2016-06-16 21:20:07.242328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1464492895 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1464492895], ["username", "billy_26"], ["access_token", "c23ad5b84d7cda64a2318ac8ca07425d"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:20:07.243977"], ["updated_at", "2016-06-16 21:20:07.243977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2103495952 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2103495952], ["username", "billy_27"], ["access_token", "50f1a8bb8c607574ab435680601ac753"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:20:07.245623"], ["updated_at", "2016-06-16 21:20:07.245623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -288500102 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -288500102], ["username", "billy_28"], ["access_token", "6e64fef199ef0d6b3155d02b197b0127"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:20:07.247251"], ["updated_at", "2016-06-16 21:20:07.247251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1811386397 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1811386397], ["username", "billy_29"], ["access_token", "db3e741bd909abf9e9147451e7c8ac5e"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:20:07.248878"], ["updated_at", "2016-06-16 21:20:07.248878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1341549068 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1341549068], ["username", "billy_30"], ["access_token", "884686f39833c515bcf6464cccc5e61f"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:20:07.250589"], ["updated_at", "2016-06-16 21:20:07.250589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -799312242 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -799312242], ["username", "billy_31"], ["access_token", "1d386b5657284d347cb0b35ee0326f97"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:20:07.252217"], ["updated_at", "2016-06-16 21:20:07.252217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1572796064 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1572796064], ["username", "billy_32"], ["access_token", "9590c21c752e6b757d4ed98f0cbdce68"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:20:07.253848"], ["updated_at", "2016-06-16 21:20:07.253848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1739807114 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1739807114], ["username", "billy_33"], ["access_token", "352c3530cfc74a2709a00a491fd1c8bd"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:20:07.255466"], ["updated_at", "2016-06-16 21:20:07.255466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2070848814 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2070848814], ["username", "billy_34"], ["access_token", "befaab7ea555332da23c8f23b1754492"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:20:07.257088"], ["updated_at", "2016-06-16 21:20:07.257088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -405723454 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -405723454], ["username", "billy_35"], ["access_token", "20fea3971548ca7dabfe387facfe7ee7"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:20:07.258703"], ["updated_at", "2016-06-16 21:20:07.258703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -171814009 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -171814009], ["username", "billy_36"], ["access_token", "ae1a7ba33f878313833db1277922640e"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:20:07.260323"], ["updated_at", "2016-06-16 21:20:07.260323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1286594788 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1286594788], ["username", "billy_37"], ["access_token", "f139e46c32641c5011d63be78389c382"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:20:07.262192"], ["updated_at", "2016-06-16 21:20:07.262192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1748181310 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1748181310], ["username", "billy_38"], ["access_token", "30162b96c5b37b9963e27ecce5dd11bf"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:20:07.264070"], ["updated_at", "2016-06-16 21:20:07.264070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -952748777 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -952748777], ["username", "billy_39"], ["access_token", "631bb972d3a444164701e96c5fcff320"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:20:07.265741"], ["updated_at", "2016-06-16 21:20:07.265741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1714686127 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1714686127], ["username", "billy_40"], ["access_token", "ee0e97a8a47c5e0bae3289783cfee266"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:20:07.267416"], ["updated_at", "2016-06-16 21:20:07.267416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -363232247 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -363232247], ["username", "billy_41"], ["access_token", "445e563cd774bedcba6414f77dc1e306"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:20:07.269061"], ["updated_at", "2016-06-16 21:20:07.269061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2127158589 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2127158589], ["username", "billy_42"], ["access_token", "9afa64efa41c0aea7d9b74ac7849b1be"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:20:07.270719"], ["updated_at", "2016-06-16 21:20:07.270719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1412800906 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1412800906], ["username", "billy_43"], ["access_token", "fe95e6b135dcc93662113eee4d3a447c"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:20:07.272407"], ["updated_at", "2016-06-16 21:20:07.272407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1381192672 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1381192672], ["username", "billy_44"], ["access_token", "b9321110d6cd796ce8b4046effc1cbc8"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:20:07.274123"], ["updated_at", "2016-06-16 21:20:07.274123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -945949894 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -945949894], ["username", "billy_45"], ["access_token", "b0074325c01f6d944531b7174300abbf"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:20:07.275784"], ["updated_at", "2016-06-16 21:20:07.275784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900839848 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1900839848], ["username", "billy_46"], ["access_token", "d6e28db9bf3c5c8c2ef7f5f313b2bccd"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:20:07.277489"], ["updated_at", "2016-06-16 21:20:07.277489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1880580876 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1880580876], ["username", "billy_47"], ["access_token", "8c3c5d7d435afe4de59caf68a335dd7b"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:20:07.289079"], ["updated_at", "2016-06-16 21:20:07.289079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -421514331 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -421514331], ["username", "billy_48"], ["access_token", "1d996941d1e645ea8ef8f2c8c840d7f2"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:20:07.291080"], ["updated_at", "2016-06-16 21:20:07.291080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1288626183 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1288626183], ["username", "billy_49"], ["access_token", "031ab81f58b022aad80ab01a359ef685"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:20:07.292781"], ["updated_at", "2016-06-16 21:20:07.292781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') 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  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1568033205 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1568033205], ["username", "jstrav"], ["access_token", "93e825e62fca93b4bba7b348bb6f19f5"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:07.299863"], ["updated_at", "2016-06-16 21:20:07.299863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1428011194 LIMIT 1 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", -1428011194], ["username", "mary"], ["access_token", "d1b05b9dd2c810b16ce30586317c4d9b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:07.302041"], ["updated_at", "2016-06-16 21:20:07.302041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -714372634 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -714372634], ["username", "jstead"], ["access_token", "9e0f30624a786ac46b134233f4ea5ed2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:07.303943"], ["updated_at", "2016-06-16 21:20:07.303943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -620704081 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -620704081], ["username", "bigbear"], ["access_token", "8e90a6185c54db857871e3726b125b13"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:07.305673"], ["updated_at", "2016-06-16 21:20:07.305673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -381935337 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -381935337], ["username", "billy_00"], ["access_token", "f3ed0b5efcafd9c0383519360358b3ac"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:20:07.307475"], ["updated_at", "2016-06-16 21:20:07.307475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1247727286 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1247727286], ["username", "billy_01"], ["access_token", "cf2fc15bbfcb03744374bbfd320ffa00"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:20:07.309282"], ["updated_at", "2016-06-16 21:20:07.309282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -501053877 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -501053877], ["username", "billy_02"], ["access_token", "fc5fc3ab1734deecd9328a3e04e4b74a"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:20:07.311029"], ["updated_at", "2016-06-16 21:20:07.311029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1286118593 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1286118593], ["username", "billy_03"], ["access_token", "3a826113fbc6642b31eb42258d410b82"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:20:07.312764"], ["updated_at", "2016-06-16 21:20:07.312764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1480361575 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1480361575], ["username", "billy_04"], ["access_token", "19a6095dcf8a0071987fbdbc320106c4"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:20:07.314575"], ["updated_at", "2016-06-16 21:20:07.314575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -828333122 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -828333122], ["username", "billy_05"], ["access_token", "a2797b4a93f25e2df325b851863878c2"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:20:07.316341"], ["updated_at", "2016-06-16 21:20:07.316341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1969053178 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1969053178], ["username", "billy_06"], ["access_token", "d05cfc5a06bdea4693d32a937a302104"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:20:07.318059"], ["updated_at", "2016-06-16 21:20:07.318059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1367076568 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1367076568], ["username", "billy_07"], ["access_token", "3e883a2d3528e9bfd134770aaf0f43b4"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:20:07.319764"], ["updated_at", "2016-06-16 21:20:07.319764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1619794949 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1619794949], ["username", "billy_08"], ["access_token", "c1dad1248f5f8ad4b7569e051eaa02d2"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:20:07.321441"], ["updated_at", "2016-06-16 21:20:07.321441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1607591315 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1607591315], ["username", "billy_09"], ["access_token", "6775a8b6bf7faaf0a43ba7388c32fcac"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:20:07.323156"], ["updated_at", "2016-06-16 21:20:07.323156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2087745000 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2087745000], ["username", "billy_10"], ["access_token", "614e23e8acb69816ebcdf78bc53ff7f4"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:20:07.324874"], ["updated_at", "2016-06-16 21:20:07.324874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1139483654 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1139483654], ["username", "billy_11"], ["access_token", "5edc623e58b734f5b1c74bfe786c498a"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:20:07.326779"], ["updated_at", "2016-06-16 21:20:07.326779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1259866141 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1259866141], ["username", "billy_12"], ["access_token", "5de8dc27f3a6d83af5b463ca7471b333"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:20:07.328574"], ["updated_at", "2016-06-16 21:20:07.328574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1846091388 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1846091388], ["username", "billy_13"], ["access_token", "688bf5f3e107f2e5a0eab094236a7f05"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:20:07.330284"], ["updated_at", "2016-06-16 21:20:07.330284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -904952835 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -904952835], ["username", "billy_14"], ["access_token", "5337430aea5fa63197c658008795d8f2"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:20:07.332007"], ["updated_at", "2016-06-16 21:20:07.332007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1708613092 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1708613092], ["username", "billy_15"], ["access_token", "bc9e6e3be7eb0f0ddc9dbfabf6b67ef9"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:20:07.334053"], ["updated_at", "2016-06-16 21:20:07.334053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1831763076 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1831763076], ["username", "billy_16"], ["access_token", "b00bd49c7637f85fed553d2d833daced"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:20:07.335786"], ["updated_at", "2016-06-16 21:20:07.335786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1451503275 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1451503275], ["username", "billy_17"], ["access_token", "0122fc7f699c1600b949b6a338c18a98"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:20:07.337523"], ["updated_at", "2016-06-16 21:20:07.337523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1449918079 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1449918079], ["username", "billy_18"], ["access_token", "df525eade9df90228ed0e35b1a2b7f13"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:20:07.339261"], ["updated_at", "2016-06-16 21:20:07.339261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -429437271 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -429437271], ["username", "billy_19"], ["access_token", "258744f58c540d63347e07c3b7f48c6c"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:20:07.340968"], ["updated_at", "2016-06-16 21:20:07.340968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -235762949 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -235762949], ["username", "billy_20"], ["access_token", "7ee779e34e37b53137ec6600c50d9f69"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:20:07.343267"], ["updated_at", "2016-06-16 21:20:07.343267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -934734708 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -934734708], ["username", "billy_21"], ["access_token", "afe39f8397a2b9336fb7fec56eec1e88"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:20:07.345222"], ["updated_at", "2016-06-16 21:20:07.345222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1615213202 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1615213202], ["username", "billy_22"], ["access_token", "40c3caabb77d505a34e7179761dcd988"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:20:07.346946"], ["updated_at", "2016-06-16 21:20:07.346946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2119395907 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2119395907], ["username", "billy_23"], ["access_token", "93299d6a61bee172f99e6244906cd38f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:20:07.348668"], ["updated_at", "2016-06-16 21:20:07.348668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -135528761 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -135528761], ["username", "billy_24"], ["access_token", "d2c3ba0c187d1a53f890ad02699a8cb7"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:20:07.350386"], ["updated_at", "2016-06-16 21:20:07.350386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -622868284 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -622868284], ["username", "billy_25"], ["access_token", "0710baa2cca73d4e84bebeaec9f9e610"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:20:07.352095"], ["updated_at", "2016-06-16 21:20:07.352095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1772597271 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1772597271], ["username", "billy_26"], ["access_token", "0bfb6fc51500e7ccc83e365ba6e9c92a"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:20:07.353832"], ["updated_at", "2016-06-16 21:20:07.353832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -768603644 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -768603644], ["username", "billy_27"], ["access_token", "2664b2d113657b10ac2f79c93acf755d"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:20:07.355668"], ["updated_at", "2016-06-16 21:20:07.355668"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1022545235 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1022545235], ["username", "billy_28"], ["access_token", "cccdec952a8c6d5f5a69a636726f3be8"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:20:07.357467"], ["updated_at", "2016-06-16 21:20:07.357467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1067843919 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1067843919], ["username", "billy_29"], ["access_token", "5121279ae7bba475c5efdd21cf16bef9"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:20:07.359389"], ["updated_at", "2016-06-16 21:20:07.359389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -709284247 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -709284247], ["username", "billy_30"], ["access_token", "7a7811033463fd277e274f10e0aadc91"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:20:07.361136"], ["updated_at", "2016-06-16 21:20:07.361136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -820960407 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -820960407], ["username", "billy_31"], ["access_token", "9631de99f6592046eac676cd97003d23"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:20:07.362862"], ["updated_at", "2016-06-16 21:20:07.362862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518929992 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -518929992], ["username", "billy_32"], ["access_token", "72cd884f4bc5fd4c9ffaa90ac38ddd36"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:20:07.364610"], ["updated_at", "2016-06-16 21:20:07.364610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2120814959 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2120814959], ["username", "billy_33"], ["access_token", "89c597e1920eab23763425c129ce00e6"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:20:07.366345"], ["updated_at", "2016-06-16 21:20:07.366345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -944610821 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -944610821], ["username", "billy_34"], ["access_token", "3791df9a2023a30138c52c4009a588c0"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:20:07.368115"], ["updated_at", "2016-06-16 21:20:07.368115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2142293164 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2142293164], ["username", "billy_35"], ["access_token", "4555185470bcaa4aa238dd2b0dbb8e76"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:20:07.369837"], ["updated_at", "2016-06-16 21:20:07.369837"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1308844054 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1308844054], ["username", "billy_36"], ["access_token", "341f5ccd52d898bc1a2d8a18397cca56"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:20:07.373186"], ["updated_at", "2016-06-16 21:20:07.373186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -710019347 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -710019347], ["username", "billy_37"], ["access_token", "9bc6d6385eb9d492ad828d04f1a944f4"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:20:07.376145"], ["updated_at", "2016-06-16 21:20:07.376145"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55410950 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -55410950], ["username", "billy_38"], ["access_token", "5d49ed4265e6b47b635b57f91f92987d"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:20:07.378783"], ["updated_at", "2016-06-16 21:20:07.378783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -844886772 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -844886772], ["username", "billy_39"], ["access_token", "f7c3fa2266696f4897caa9157f0cccdd"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:20:07.381165"], ["updated_at", "2016-06-16 21:20:07.381165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1611842617 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1611842617], ["username", "billy_40"], ["access_token", "50bb0e4de09277b593e25700bfe48602"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:20:07.383320"], ["updated_at", "2016-06-16 21:20:07.383320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1018898051 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1018898051], ["username", "billy_41"], ["access_token", "7aa602b5a7e8ea82619fbc4caec9cfe3"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:20:07.385194"], ["updated_at", "2016-06-16 21:20:07.385194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1201827859 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1201827859], ["username", "billy_42"], ["access_token", "5e2e97fd02915984d07a4735fe6d584c"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:20:07.393613"], ["updated_at", "2016-06-16 21:20:07.393613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -555919236 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -555919236], ["username", "billy_43"], ["access_token", "a07880bf0732a74bf4b4f58311e06c11"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:20:07.395743"], ["updated_at", "2016-06-16 21:20:07.395743"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -228822216 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -228822216], ["username", "billy_44"], ["access_token", "936e5f456b6e91e0b1cc0e15d3da3cf4"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:20:07.397809"], ["updated_at", "2016-06-16 21:20:07.397809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -471513938 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -471513938], ["username", "billy_45"], ["access_token", "6d4c447690888dbb501075c31de920c1"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:20:07.399768"], ["updated_at", "2016-06-16 21:20:07.399768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943306934 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -943306934], ["username", "billy_46"], ["access_token", "0e0eb6a82a2e7f6d24a6de07cb10f27c"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:20:07.401691"], ["updated_at", "2016-06-16 21:20:07.401691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -882339720 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -882339720], ["username", "billy_47"], ["access_token", "a476f463d2b03a6d625af08d2f84694b"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:20:07.403649"], ["updated_at", "2016-06-16 21:20:07.403649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2051185414 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2051185414], ["username", "billy_48"], ["access_token", "5fda6e4e02286bb936974d04e5d629b8"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:20:07.405588"], ["updated_at", "2016-06-16 21:20:07.405588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -476381121 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -476381121], ["username", "billy_49"], ["access_token", "99baab27a0a91efab0b63a2b21d618c8"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:20:07.407431"], ["updated_at", "2016-06-16 21:20:07.407431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 52]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "61ea3d"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 52 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '61ea3d' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 52], ["username", "61ea3d"], ["created_at", "2016-06-16 21:20:07.425152"], ["updated_at", "2016-06-16 21:20:07.425152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 53]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 53 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 53], ["username", "alice"], ["created_at", "2016-06-16 21:20:07.432848"], ["updated_at", "2016-06-16 21:20:07.432848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 54]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 54 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 54], ["username", "alice2"], ["created_at", "2016-06-16 21:20:07.440228"], ["updated_at", "2016-06-16 21:20:07.440228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 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]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "315cc6"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '315cc6' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "315cc6"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["created_at", "2016-06-16 21:20:07.452925"], ["updated_at", "2016-06-16 21:20:07.452925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "6fbe8f8147e8201167cd2247aaa46040"], ["access_token", "a70de0a71080e6acc0ec6ba2b715d350"], ["openstax_uid", 1], ["created_at", "2016-06-16 21:20:07.463731"], ["updated_at", "2016-06-16 21:20:07.463731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2016-06-16 21:20:07.470828"], ["updated_at", "2016-06-16 21:20:07.470828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2016-06-16 21:20:07.472467"], ["updated_at", "2016-06-16 21:20:07.472467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2016-06-16 21:20:07.474352"], ["updated_at", "2016-06-16 21:20:07.474352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 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", "2016-06-16 21:20:07.476451"], ["updated_at", "2016-06-16 21:20:07.476451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2016-06-16 21:20:07.478039"], ["updated_at", "2016-06-16 21:20:07.478039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2016-06-16 21:20:07.479943"], ["updated_at", "2016-06-16 21:20:07.479943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 1 LIMIT 1 SQL (0.1ms) 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", "2016-06-16 21:20:07.481889"], ["updated_at", "2016-06-16 21:20:07.481889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 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]] Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) 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]] 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]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]] 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]] 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]] 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]] 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]] 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]]  (0.1ms) SAVEPOINT active_record_1 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]] 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" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 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", "2016-06-16 21:20:07.524499"], ["updated_at", "2016-06-16 21:20:07.524499"]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 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", "2016-06-16 21:20:07.526120"], ["updated_at", "2016-06-16 21:20:07.526120"]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 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", "2016-06-16 21:20:07.527674"], ["updated_at", "2016-06-16 21:20:07.527674"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 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]] 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]] 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]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 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", "2016-06-16 21:20:07.533297"], ["updated_at", "2016-06-16 21:20:07.533297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "name" = ?, "updated_at" = ? WHERE "openstax_accounts_groups"."id" = ? [["name", "M"], ["updated_at", "2016-06-16 21:20:07.535057"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 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]] 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 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 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 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 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]] Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) 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]] 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]] 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]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]] 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]] 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]] 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]] 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]] 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]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] 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 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", "2016-06-16 21:20:07.591551"], ["updated_at", "2016-06-16 21:20:07.591551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] 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" = 3) LIMIT 1 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", "2016-06-16 21:20:07.596677"], ["updated_at", "2016-06-16 21:20:07.596677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 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]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 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", "2016-06-16 21:20:07.599863"], ["updated_at", "2016-06-16 21:20:07.599863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 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]] 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 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 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 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 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]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -37490970 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -37490970], ["username", "jstrav"], ["access_token", "f2cb91080339e47cb0b185487660aa7b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:07.632517"], ["updated_at", "2016-06-16 21:20:07.632517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -874546028 LIMIT 1 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", -874546028], ["username", "mary"], ["access_token", "2a691f2b053153fe97f613e8022c3c0f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:07.634936"], ["updated_at", "2016-06-16 21:20:07.634936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1245896486 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1245896486], ["username", "jstead"], ["access_token", "10dbca3bfe963c7fb16b4cf322053653"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:07.637118"], ["updated_at", "2016-06-16 21:20:07.637118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1454552147 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1454552147], ["username", "bigbear"], ["access_token", "f06cabc191bdb2f9e98540a71eaa512d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:07.639102"], ["updated_at", "2016-06-16 21:20:07.639102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -905036712 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -905036712], ["username", "billy_00"], ["access_token", "be6517cc8c9019a33603787592110d67"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:20:07.641166"], ["updated_at", "2016-06-16 21:20:07.641166"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1960521488 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1960521488], ["username", "billy_01"], ["access_token", "7c8064caf5eccad64bf443863ebc19fd"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:20:07.644359"], ["updated_at", "2016-06-16 21:20:07.644359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -491331988 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -491331988], ["username", "billy_02"], ["access_token", "ce2f1f1fdb912e00cdf19dfa833f330c"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:20:07.646624"], ["updated_at", "2016-06-16 21:20:07.646624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -38477936 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -38477936], ["username", "billy_03"], ["access_token", "ef940bb27cb4271f2529b9b55ba406dd"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:20:07.649166"], ["updated_at", "2016-06-16 21:20:07.649166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1558260109 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1558260109], ["username", "billy_04"], ["access_token", "2e197a34672e6aead0864f4110400df3"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:20:07.651435"], ["updated_at", "2016-06-16 21:20:07.651435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1174467483 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1174467483], ["username", "billy_05"], ["access_token", "baef029a39ed80c1d72be155bd5398ec"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:20:07.653537"], ["updated_at", "2016-06-16 21:20:07.653537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -141843367 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -141843367], ["username", "billy_06"], ["access_token", "476122381898656819ca86f54eefce69"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:20:07.655568"], ["updated_at", "2016-06-16 21:20:07.655568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1033997727 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1033997727], ["username", "billy_07"], ["access_token", "9b3ed55bdb95e2fb879a95ed948ea6cc"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:20:07.657704"], ["updated_at", "2016-06-16 21:20:07.657704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -72097626 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -72097626], ["username", "billy_08"], ["access_token", "ee2ddd3a1a3819be0005dfb619a4cc47"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:20:07.659678"], ["updated_at", "2016-06-16 21:20:07.659678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -152432212 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -152432212], ["username", "billy_09"], ["access_token", "76666d6af8613f1ca9240ee6915c6e76"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:20:07.661522"], ["updated_at", "2016-06-16 21:20:07.661522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1668972699 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1668972699], ["username", "billy_10"], ["access_token", "81d9422df856db6e9514913554cd65cf"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:20:07.663313"], ["updated_at", "2016-06-16 21:20:07.663313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1137703466 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1137703466], ["username", "billy_11"], ["access_token", "d698bd9bac245c04c2b0ee5ee5bc2900"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:20:07.665066"], ["updated_at", "2016-06-16 21:20:07.665066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1215761106 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1215761106], ["username", "billy_12"], ["access_token", "b1156af2b7588ac137418e38ddd9b06d"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:20:07.666856"], ["updated_at", "2016-06-16 21:20:07.666856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1844770166 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1844770166], ["username", "billy_13"], ["access_token", "bb1ee359c4453a8130dd1efed6bc34a8"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:20:07.668501"], ["updated_at", "2016-06-16 21:20:07.668501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1087129416 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1087129416], ["username", "billy_14"], ["access_token", "0cf7f71f26ae8b2c645cc454955c321b"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:20:07.670136"], ["updated_at", "2016-06-16 21:20:07.670136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1965343185 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1965343185], ["username", "billy_15"], ["access_token", "e44e85db793558a07d5404020912f5ed"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:20:07.671823"], ["updated_at", "2016-06-16 21:20:07.671823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997922008 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1997922008], ["username", "billy_16"], ["access_token", "2fa2627b53a46ed6a6a970b8e5c6599c"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:20:07.673656"], ["updated_at", "2016-06-16 21:20:07.673656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1691104535 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1691104535], ["username", "billy_17"], ["access_token", "7c357b1061efb25f94963ff21841f389"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:20:07.675350"], ["updated_at", "2016-06-16 21:20:07.675350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1714759226 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1714759226], ["username", "billy_18"], ["access_token", "ca9014e00a346093d6a18ce33513ef8f"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:20:07.677728"], ["updated_at", "2016-06-16 21:20:07.677728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1057798582 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1057798582], ["username", "billy_19"], ["access_token", "5c4df51b3986bd1bf8c14663c7884a25"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:20:07.679423"], ["updated_at", "2016-06-16 21:20:07.679423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1717743574 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1717743574], ["username", "billy_20"], ["access_token", "3a1473cb66b0e10874d9dac4fcf84940"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:20:07.681068"], ["updated_at", "2016-06-16 21:20:07.681068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1616693129 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1616693129], ["username", "billy_21"], ["access_token", "22abbd8895a1b9ffaccab0650eb66583"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:20:07.682728"], ["updated_at", "2016-06-16 21:20:07.682728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -958777523 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -958777523], ["username", "billy_22"], ["access_token", "c3a30e794b28a5f53bd427e006f69c38"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:20:07.684377"], ["updated_at", "2016-06-16 21:20:07.684377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2024935767 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2024935767], ["username", "billy_23"], ["access_token", "e02b629ef23bce5609f04e203bb29239"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:20:07.686024"], ["updated_at", "2016-06-16 21:20:07.686024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1156067834 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1156067834], ["username", "billy_24"], ["access_token", "095871eb560719f52f66eb54bd94c167"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:20:07.687739"], ["updated_at", "2016-06-16 21:20:07.687739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2050816121 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2050816121], ["username", "billy_25"], ["access_token", "6e66f195a2e74e266aa4d8b384505239"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:20:07.689379"], ["updated_at", "2016-06-16 21:20:07.689379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -985856135 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -985856135], ["username", "billy_26"], ["access_token", "e354c60a3a310780527b9dbf141ede5a"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:20:07.691071"], ["updated_at", "2016-06-16 21:20:07.691071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1989558825 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1989558825], ["username", "billy_27"], ["access_token", "9895a959d477272b9785e0627ae839ba"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:20:07.692722"], ["updated_at", "2016-06-16 21:20:07.692722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -649424868 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -649424868], ["username", "billy_28"], ["access_token", "fd423abca4ce983a93cce083f6a598ae"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:20:07.694358"], ["updated_at", "2016-06-16 21:20:07.694358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -731588502 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -731588502], ["username", "billy_29"], ["access_token", "ed5bbdb4695a19e7a43725b803ad104a"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:20:07.696054"], ["updated_at", "2016-06-16 21:20:07.696054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1986887997 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1986887997], ["username", "billy_30"], ["access_token", "e14c0a39d20d04838fd961fdf39da8e1"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:20:07.697707"], ["updated_at", "2016-06-16 21:20:07.697707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2050359571 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2050359571], ["username", "billy_31"], ["access_token", "d34b5a1bb93ad95c146586868bad75c0"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:20:07.699335"], ["updated_at", "2016-06-16 21:20:07.699335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2053504175 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2053504175], ["username", "billy_32"], ["access_token", "817465c61186513f2bf1e67999a18b8f"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:20:07.700959"], ["updated_at", "2016-06-16 21:20:07.700959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -245428051 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -245428051], ["username", "billy_33"], ["access_token", "0a4926c68546c4cb108a658eef0c318c"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:20:07.702593"], ["updated_at", "2016-06-16 21:20:07.702593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1297799282 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1297799282], ["username", "billy_34"], ["access_token", "3e5875fc1a4eb12a75d51dff634a21ea"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:20:07.704325"], ["updated_at", "2016-06-16 21:20:07.704325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1472543808 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1472543808], ["username", "billy_35"], ["access_token", "a5878b86e66e4927fb86bcc9d3077291"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:20:07.706123"], ["updated_at", "2016-06-16 21:20:07.706123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -478269213 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -478269213], ["username", "billy_36"], ["access_token", "f0de0f3c240d05b4df168f61f9e440e6"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:20:07.707762"], ["updated_at", "2016-06-16 21:20:07.707762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1988893800 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1988893800], ["username", "billy_37"], ["access_token", "8d66df5d1df3b15c57bd3c20bfb1ac4b"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:20:07.709379"], ["updated_at", "2016-06-16 21:20:07.709379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -766681668 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -766681668], ["username", "billy_38"], ["access_token", "b8483bf8aaadc88205efb600d2b4ab51"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:20:07.710994"], ["updated_at", "2016-06-16 21:20:07.710994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1873827835 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1873827835], ["username", "billy_39"], ["access_token", "f2078f9a1469ad37ba1a01b53faac84d"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:20:07.712620"], ["updated_at", "2016-06-16 21:20:07.712620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -832568026 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -832568026], ["username", "billy_40"], ["access_token", "8fde4a88364f5830a903b2fd46001ce9"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:20:07.714252"], ["updated_at", "2016-06-16 21:20:07.714252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1981437365 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1981437365], ["username", "billy_41"], ["access_token", "92fe499fad13ae243907c427613a8fe7"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:20:07.715877"], ["updated_at", "2016-06-16 21:20:07.715877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2089390719 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2089390719], ["username", "billy_42"], ["access_token", "c1bb479e0acaca00b1c1de808a2f2ab8"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:20:07.717488"], ["updated_at", "2016-06-16 21:20:07.717488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -377276608 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -377276608], ["username", "billy_43"], ["access_token", "6a7b41ac7632ef9c3e23e20cad3bdb94"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:20:07.719100"], ["updated_at", "2016-06-16 21:20:07.719100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1378124195 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1378124195], ["username", "billy_44"], ["access_token", "1d388904fc3e0bdf1831a699aca87373"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:20:07.720722"], ["updated_at", "2016-06-16 21:20:07.720722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1074410146 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1074410146], ["username", "billy_45"], ["access_token", "d87e424902cdb4c0f1010e56307c2898"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:20:07.722345"], ["updated_at", "2016-06-16 21:20:07.722345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -264911426 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -264911426], ["username", "billy_46"], ["access_token", "473ad2bafa9d5a54a910cd975c175661"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:20:07.723971"], ["updated_at", "2016-06-16 21:20:07.723971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1407592096 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1407592096], ["username", "billy_47"], ["access_token", "b5801f4daf7c7032a827d2470ccaffba"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:20:07.725589"], ["updated_at", "2016-06-16 21:20:07.725589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -475196634 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -475196634], ["username", "billy_48"], ["access_token", "17d11bc921f1160fc910b9335086dba5"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:20:07.727212"], ["updated_at", "2016-06-16 21:20:07.727212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -659601359 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -659601359], ["username", "billy_49"], ["access_token", "b63313338d4f0fb7fbff311260d8ae52"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:20:07.728833"], ["updated_at", "2016-06-16 21:20:07.728833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') 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  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -8920553 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -8920553], ["username", "jstrav"], ["access_token", "a69e96be5037b028162ca67f2e0b98c9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 21:20:07.735649"], ["updated_at", "2016-06-16 21:20:07.735649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -899960550 LIMIT 1 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", -899960550], ["username", "mary"], ["access_token", "a915fa2857ab39875afb0c255dcc932e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 21:20:07.737911"], ["updated_at", "2016-06-16 21:20:07.737911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -64774429 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -64774429], ["username", "jstead"], ["access_token", "2de1c59d62afbb064a5d2c6d888785d5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 21:20:07.739819"], ["updated_at", "2016-06-16 21:20:07.739819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1111996219 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1111996219], ["username", "bigbear"], ["access_token", "7c86977e17bde809990cae29880f9566"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 21:20:07.741511"], ["updated_at", "2016-06-16 21:20:07.741511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -851268561 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -851268561], ["username", "billy_00"], ["access_token", "af97eb2354718f7fadd98a58582294ef"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 21:20:07.743198"], ["updated_at", "2016-06-16 21:20:07.743198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1167681934 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1167681934], ["username", "billy_01"], ["access_token", "118673421f69fbda026c1f1fdc0c2dca"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 21:20:07.744927"], ["updated_at", "2016-06-16 21:20:07.744927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -863736676 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -863736676], ["username", "billy_02"], ["access_token", "223eb58cd19f458de52f9865cc7b92d3"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 21:20:07.746584"], ["updated_at", "2016-06-16 21:20:07.746584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -400353896 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -400353896], ["username", "billy_03"], ["access_token", "09a74a2338105a06b278cb36070fe342"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 21:20:07.748230"], ["updated_at", "2016-06-16 21:20:07.748230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -989266562 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -989266562], ["username", "billy_04"], ["access_token", "6872ec4e6acca39b4fc415ae0977293f"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 21:20:07.749880"], ["updated_at", "2016-06-16 21:20:07.749880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1405068073 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1405068073], ["username", "billy_05"], ["access_token", "9f975c30c3cb16fd47810375f032593b"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 21:20:07.751514"], ["updated_at", "2016-06-16 21:20:07.751514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1767696771 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1767696771], ["username", "billy_06"], ["access_token", "f3b5d0f4ae235642d9f3be4f12faac54"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 21:20:07.753148"], ["updated_at", "2016-06-16 21:20:07.753148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -465313121 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -465313121], ["username", "billy_07"], ["access_token", "d804ae03733d840de848ec3e050c51bc"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 21:20:07.754796"], ["updated_at", "2016-06-16 21:20:07.754796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1196648122 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1196648122], ["username", "billy_08"], ["access_token", "8fc02ccc2a28a85c1d696704072ffd0f"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 21:20:07.756441"], ["updated_at", "2016-06-16 21:20:07.756441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -878278995 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -878278995], ["username", "billy_09"], ["access_token", "1867e2847a529ef2e432955b619f1017"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 21:20:07.758075"], ["updated_at", "2016-06-16 21:20:07.758075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1694332648 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1694332648], ["username", "billy_10"], ["access_token", "57ce27c9f4b73fa6e3a3ff0a4ed8669c"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 21:20:07.759714"], ["updated_at", "2016-06-16 21:20:07.759714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1039063800 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1039063800], ["username", "billy_11"], ["access_token", "13b40d36a0d77b32e5fcf9e248f0261a"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 21:20:07.771142"], ["updated_at", "2016-06-16 21:20:07.771142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -241197765 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -241197765], ["username", "billy_12"], ["access_token", "013617d8b538671e5e7980a033ed6ee8"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 21:20:07.773032"], ["updated_at", "2016-06-16 21:20:07.773032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -851575850 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -851575850], ["username", "billy_13"], ["access_token", "348282bbd16ec71894d351a0fba699e0"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 21:20:07.774868"], ["updated_at", "2016-06-16 21:20:07.774868"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1391001834 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1391001834], ["username", "billy_14"], ["access_token", "e5a8ff088b341bcf3023c432b1a19277"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 21:20:07.777113"], ["updated_at", "2016-06-16 21:20:07.777113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2077554762 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2077554762], ["username", "billy_15"], ["access_token", "6f8f8801f6b8c19a4826ebdeb31a6e2e"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 21:20:07.779007"], ["updated_at", "2016-06-16 21:20:07.779007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -208088911 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -208088911], ["username", "billy_16"], ["access_token", "25bf63ec21336a7de5ae29d7cd25b60b"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 21:20:07.780843"], ["updated_at", "2016-06-16 21:20:07.780843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1293342502 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1293342502], ["username", "billy_17"], ["access_token", "0002f4ccccb735b65dd60e6aae7821ff"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 21:20:07.782678"], ["updated_at", "2016-06-16 21:20:07.782678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1643094318 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1643094318], ["username", "billy_18"], ["access_token", "88d8afc5bbf0da92b9682893055e8cf0"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 21:20:07.784488"], ["updated_at", "2016-06-16 21:20:07.784488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1697568411 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1697568411], ["username", "billy_19"], ["access_token", "d85b608d1d44d3462957a94b18f28819"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 21:20:07.786285"], ["updated_at", "2016-06-16 21:20:07.786285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -423150887 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -423150887], ["username", "billy_20"], ["access_token", "4cdd1d4e2646bb6c431c09492b24f3c6"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 21:20:07.788104"], ["updated_at", "2016-06-16 21:20:07.788104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1707830849 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1707830849], ["username", "billy_21"], ["access_token", "d7b2d46b026f8c10ceae1822034a7415"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 21:20:07.789881"], ["updated_at", "2016-06-16 21:20:07.789881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -326330802 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -326330802], ["username", "billy_22"], ["access_token", "5c8524d577cd20984e14afe7ee057c98"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 21:20:07.791661"], ["updated_at", "2016-06-16 21:20:07.791661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1628433171 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1628433171], ["username", "billy_23"], ["access_token", "7c1b17b5d5abc689fdb56ac7797c5da9"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 21:20:07.793494"], ["updated_at", "2016-06-16 21:20:07.793494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -702476048 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -702476048], ["username", "billy_24"], ["access_token", "6b8d6a2af728f9714780f1177ccb2b35"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 21:20:07.795310"], ["updated_at", "2016-06-16 21:20:07.795310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1581446739 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1581446739], ["username", "billy_25"], ["access_token", "54e7b06984f18e4387f4cbefd1e348fb"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 21:20:07.797672"], ["updated_at", "2016-06-16 21:20:07.797672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1974426625 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1974426625], ["username", "billy_26"], ["access_token", "131a26086171cc5d97a101421af0e08e"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 21:20:07.805616"], ["updated_at", "2016-06-16 21:20:07.805616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -758364307 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -758364307], ["username", "billy_27"], ["access_token", "7e6be63d9f679c6e265e6bbd0d690d9f"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 21:20:07.807525"], ["updated_at", "2016-06-16 21:20:07.807525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1004060463 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1004060463], ["username", "billy_28"], ["access_token", "8f88a2afe75737b0abbe041e771a2637"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 21:20:07.809440"], ["updated_at", "2016-06-16 21:20:07.809440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -951959469 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -951959469], ["username", "billy_29"], ["access_token", "62ccc5162bfcc2387168832424084a7d"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 21:20:07.811442"], ["updated_at", "2016-06-16 21:20:07.811442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -439259565 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -439259565], ["username", "billy_30"], ["access_token", "1a07af0f6f3e95f1b43686c16eeaff18"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 21:20:07.813297"], ["updated_at", "2016-06-16 21:20:07.813297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -841629898 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -841629898], ["username", "billy_31"], ["access_token", "c75b283e82bed49d8c13c0c01769bcc9"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 21:20:07.815089"], ["updated_at", "2016-06-16 21:20:07.815089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1724656059 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1724656059], ["username", "billy_32"], ["access_token", "34e16ea73b4b08c8562d918a1f266294"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 21:20:07.816855"], ["updated_at", "2016-06-16 21:20:07.816855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1123444386 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1123444386], ["username", "billy_33"], ["access_token", "0a08ea4d6bdea51e6ac4698b3dfa4c4d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 21:20:07.818624"], ["updated_at", "2016-06-16 21:20:07.818624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1603694273 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1603694273], ["username", "billy_34"], ["access_token", "7c32be40ec1e030b3b287ecd5b83e09e"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 21:20:07.820398"], ["updated_at", "2016-06-16 21:20:07.820398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -129402091 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -129402091], ["username", "billy_35"], ["access_token", "77fe9bd2a2ce72e0fbae14a3a5140080"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 21:20:07.822155"], ["updated_at", "2016-06-16 21:20:07.822155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1070244690 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1070244690], ["username", "billy_36"], ["access_token", "92c32839e9ed987bc56aa841947d7b91"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 21:20:07.823888"], ["updated_at", "2016-06-16 21:20:07.823888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -393505763 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -393505763], ["username", "billy_37"], ["access_token", "68271b0f4634d6f87849dc7913d649bb"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 21:20:07.825640"], ["updated_at", "2016-06-16 21:20:07.825640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1006388728 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1006388728], ["username", "billy_38"], ["access_token", "f675e5c64402c5833711c74641932ca6"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 21:20:07.827436"], ["updated_at", "2016-06-16 21:20:07.827436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1863035129 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1863035129], ["username", "billy_39"], ["access_token", "10bfd108420491df21f4de344c56784b"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 21:20:07.829229"], ["updated_at", "2016-06-16 21:20:07.829229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1352305893 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1352305893], ["username", "billy_40"], ["access_token", "423276fc0d7b6b8621397655610e625f"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 21:20:07.831024"], ["updated_at", "2016-06-16 21:20:07.831024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1156892190 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1156892190], ["username", "billy_41"], ["access_token", "114473629f8f637e59736992f88568f0"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 21:20:07.833042"], ["updated_at", "2016-06-16 21:20:07.833042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1209862637 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1209862637], ["username", "billy_42"], ["access_token", "92e6175bc0a6880ce1fee7df06198ecb"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 21:20:07.835034"], ["updated_at", "2016-06-16 21:20:07.835034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -87140794 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -87140794], ["username", "billy_43"], ["access_token", "54a7ebb1c979b6fb1d8c3f442a8afe6a"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 21:20:07.836854"], ["updated_at", "2016-06-16 21:20:07.836854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -98809925 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -98809925], ["username", "billy_44"], ["access_token", "6450a080d6d8b6d4fcbdbbc4d69ff379"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 21:20:07.838652"], ["updated_at", "2016-06-16 21:20:07.838652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -45873108 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -45873108], ["username", "billy_45"], ["access_token", "a5764590dda93e30d712f70bd7c587aa"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 21:20:07.840438"], ["updated_at", "2016-06-16 21:20:07.840438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -806255627 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -806255627], ["username", "billy_46"], ["access_token", "2a304cad8b77c069c6fa4cb0d8fb05fa"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 21:20:07.842223"], ["updated_at", "2016-06-16 21:20:07.842223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1214552008 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1214552008], ["username", "billy_47"], ["access_token", "5674d3c5e63c9f3381095157f2c8cb89"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 21:20:07.843995"], ["updated_at", "2016-06-16 21:20:07.843995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749766352 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -749766352], ["username", "billy_48"], ["access_token", "194fc6f5d9715c986f21c942ed33cc71"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 21:20:07.845725"], ["updated_at", "2016-06-16 21:20:07.845725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -581379636 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -581379636], ["username", "billy_49"], ["access_token", "0a6b8be58eb24d3563214d2744905c43"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 21:20:07.847486"], ["updated_at", "2016-06-16 21:20:07.847486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2016-06-16 21:20:07.857530"], ["updated_at", "2016-06-16 21:20:07.857530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) 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]]  (0.0ms) SAVEPOINT active_record_1 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 SQL (0.2ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2016-06-16 21:20:07.880170"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2016-06-16 21:20:07.882813"], ["updated_at", "2016-06-16 21:20:07.882813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) 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]]  (0.0ms) SAVEPOINT active_record_1 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  (0.0ms) RELEASE SAVEPOINT active_record_1 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", 4]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 16:20:07 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2016-06-16 21:20:07.939472"], ["updated_at", "2016-06-16 21:20:07.939472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -573300496 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'd42b787e8b9604f820727c72dc87e898' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -573300496], ["username", "d42b787e8b9604f820727c72dc87e898"], ["access_token", "265c8cdfc98edf521e91ac19ded5ea46"], ["created_at", "2016-06-16 21:20:07.944555"], ["updated_at", "2016-06-16 21:20:07.944555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -621025578 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -621025578], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:07.947276"], ["updated_at", "2016-06-16 21:20:07.947276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -750378231 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'dbc24e47614f2ac04a8e9e3713a9362a' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -750378231], ["username", "dbc24e47614f2ac04a8e9e3713a9362a"], ["access_token", "e36c26f533b4e76ee832dfa1c22409a2"], ["created_at", "2016-06-16 21:20:07.951262"], ["updated_at", "2016-06-16 21:20:07.951262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1771855075 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1771855075], ["name", "MyGroup"], ["created_at", "2016-06-16 21:20:07.953933"], ["updated_at", "2016-06-16 21:20:07.953933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2041088973 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '9b1498518eb2628decbcf7d50070a2f6' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2041088973], ["username", "9b1498518eb2628decbcf7d50070a2f6"], ["access_token", "0d830f85e2406bfbe211e372efaf8394"], ["created_at", "2016-06-16 21:20:07.957991"], ["updated_at", "2016-06-16 21:20:07.957991"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "bd66db26ece6b849e8948cf543cd4444"], ["created_at", "2016-06-16 21:20:07.962490"], ["updated_at", "2016-06-16 21:20:07.962490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:20:07.964098"], ["updated_at", "2016-06-16 21:20:07.964098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "f814bcfea197c77030f6e79d6f111c3b"], ["created_at", "2016-06-16 21:20:08.346050"], ["updated_at", "2016-06-16 21:20:08.346050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:20:08.348479"], ["updated_at", "2016-06-16 21:20:08.348479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "dea1be4775e4347710db7959b5850ef5"], ["created_at", "2016-06-16 21:20:08.696686"], ["updated_at", "2016-06-16 21:20:08.696686"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:20:08.699089"], ["updated_at", "2016-06-16 21:20:08.699089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "cca001724188b42a0b09420b795c23d0"], ["created_at", "2016-06-16 21:20:09.069245"], ["updated_at", "2016-06-16 21:20:09.069245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:20:09.071014"], ["updated_at", "2016-06-16 21:20:09.071014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] 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]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] 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]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "25cb74e8caf561012296badb20a14896"], ["created_at", "2016-06-16 21:20:09.443622"], ["updated_at", "2016-06-16 21:20:09.443622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 21:20:09.445198"], ["updated_at", "2016-06-16 21:20:09.445198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] 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]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "a767d66c09700ba8b33df41779dcf6bd"], ["created_at", "2016-06-16 21:20:09.794266"], ["updated_at", "2016-06-16 21:20:09.794266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "3a9e9cf6c96f4c7f1ea02d69ec6a0b15"], ["created_at", "2016-06-16 21:20:09.800744"], ["updated_at", "2016-06-16 21:20:09.800744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "95741b2a1851f39925aa739c8856cb6d"], ["created_at", "2016-06-16 21:20:09.808243"], ["updated_at", "2016-06-16 21:20:09.808243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "066f55ef08a8ea6295f45568f574247a"], ["created_at", "2016-06-16 21:20:09.813737"], ["updated_at", "2016-06-16 21:20:09.813737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "0af5a31d7dbcfbf0cbd44930f86d1cbd"], ["created_at", "2016-06-16 21:20:09.818738"], ["updated_at", "2016-06-16 21:20:09.818738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:52208/logout Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "2e38923f87caab25f62324b62f6c0e7b"], ["created_at", "2016-06-16 21:20:09.825206"], ["updated_at", "2016-06-16 21:20:09.825206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "90108d5552a74080ece69f1a0231ede9"], ["created_at", "2016-06-16 21:20:09.831254"], ["updated_at", "2016-06-16 21:20:09.831254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (1.1ms) 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)   (0.0ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" ("access_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" ("first_name")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" ("full_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'   (0.7ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" ("last_name")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_openstax_uid" ON "openstax_accounts_accounts" ("openstax_uid")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_openstax_uid' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username")  (0.9ms) 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)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" ("group_id", "user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index'  (0.9ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id")  (0.9ms) 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)  (0.9ms) CREATE INDEX "index_openstax_accounts_group_nestings_on_container_group_id" ON "openstax_accounts_group_nestings" ("container_group_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_nestings_on_container_group_id' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id")  (0.9ms) 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)  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_owners_on_group_id_and_user_id" ON "openstax_accounts_group_owners" ("group_id", "user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_group_owners_on_group_id_and_user_id' AND type='index'  (0.9ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id")  (0.9ms) 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)  (0.8ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" ("is_public")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index'  (0.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid")  (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)  (0.7ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('6')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('5')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('1')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('2')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('3')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('4')  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2016-06-16 23:52:18.430924"], ["updated_at", "2016-06-16 23:52:18.430924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:18 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 18:52:18 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) 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]]  (0.0ms) SAVEPOINT active_record_1 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 SQL (0.8ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2016-06-16 23:52:18.493326"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 4], ["username", "fuego"], ["created_at", "2016-06-16 23:52:18.496667"], ["updated_at", "2016-06-16 23:52:18.496667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:18 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 18:52:18 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:18 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 18:52:18 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms) 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]]  (0.0ms) SAVEPOINT active_record_1 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  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:18 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 18:52:18 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1  (1.0ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "a3ddd42c113f36fcc151d3ddbfac262e"], ["created_at", "2016-06-16 23:52:18.568688"], ["updated_at", "2016-06-16 23:52:18.568688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 23:52:18.577227"], ["updated_at", "2016-06-16 23:52:18.577227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 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", "e22837ba78d3c1bc1dcb9656c1cde9b6"], ["created_at", "2016-06-16 23:52:18.579666"], ["updated_at", "2016-06-16 23:52:18.579666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2016-06-16 23:52:18.580985"], ["updated_at", "2016-06-16 23:52:18.580985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1454916139 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1454916139], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:18.590377"], ["updated_at", "2016-06-16 23:52:18.590377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -834798295 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -834798295], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:18.593637"], ["updated_at", "2016-06-16 23:52:18.593637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] 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", -834798295]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -834798295 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] 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", -1454916139]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -1454916139 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -834798295 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1454916139 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1454916139], ["member_group_id", -834798295], ["created_at", "2016-06-16 23:52:18.599862"], ["updated_at", "2016-06-16 23:52:18.599862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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" = -834798295) LIMIT 1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -834798295) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -834798295], ["user_id", 1], ["created_at", "2016-06-16 23:52:18.658574"], ["updated_at", "2016-06-16 23:52:18.658574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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" = -834798295) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] 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", -834798295]] 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"."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", -834798295]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -834798295 - -1454916139 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-834798295, -1454916139) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2016-06-16 23:52:18.689873"], ["updated_at", "2016-06-16 23:52:18.689873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-834798295, -1454916139) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["created_at", "2016-06-16 23:52:18.695251"], ["updated_at", "2016-06-16 23:52:18.695251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-834798295, -1454916139) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 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", "2016-06-16 23:52:18.700864"], ["updated_at", "2016-06-16 23:52:18.700864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-834798295, -1454916139) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-834798295, -1454916139) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2016-06-16 23:52:18.707948"], ["updated_at", "2016-06-16 23:52:18.707948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-834798295, -1454916139) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-834798295, -1454916139) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-834798295, -1454916139) Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2)  (1.4ms) rollback transaction  (0.1ms) begin transaction Processing by AnonymousController#action_needing_authentication as Redirected to http://test.host/accounts/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2016-06-16 23:52:18.745132"], ["updated_at", "2016-06-16 23:52:18.745132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900955985 LIMIT 1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '0f8f99b24a7d34c8048c44a98673ab59' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1900955985], ["username", "0f8f99b24a7d34c8048c44a98673ab59"], ["access_token", "7b8ff6fc737cd140a54304767ca0126b"], ["created_at", "2016-06-16 23:52:18.750856"], ["updated_at", "2016-06-16 23:52:18.750856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -454800702 LIMIT 1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -454800702], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:18.754470"], ["updated_at", "2016-06-16 23:52:18.754470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1193103136 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '57f7022a65ca748f0bdfd8075fa0b580' LIMIT 1 SQL (0.7ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1193103136], ["username", "57f7022a65ca748f0bdfd8075fa0b580"], ["access_token", "afc8fbd099b1a4ed32fbb328b8752b3e"], ["created_at", "2016-06-16 23:52:18.758682"], ["updated_at", "2016-06-16 23:52:18.758682"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -415128580 LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."name" = 'MyGroup' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -415128580], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:18.762937"], ["updated_at", "2016-06-16 23:52:18.762937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -261263505 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '476da78064e75efa73e3cee733b3b357' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -261263505], ["username", "476da78064e75efa73e3cee733b3b357"], ["access_token", "1f8b66a97604e98866ec8ad849a90dae"], ["created_at", "2016-06-16 23:52:18.766960"], ["updated_at", "2016-06-16 23:52:18.766960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -566485574 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -566485574], ["username", "9a8f4d2a6126dbc9f8d61e6cbfcb753d"], ["access_token", "996f379c75c3397e0fa61991ae17f0bf"], ["created_at", "2016-06-16 23:52:18.770949"], ["updated_at", "2016-06-16 23:52:18.770949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -770416066) LIMIT 1 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", -770416066]] OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -770416066) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -770416066 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("name", "is_public", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test"], ["is_public", "t"], ["openstax_uid", -770416066], ["created_at", "2016-06-16 23:52:18.781856"], ["updated_at", "2016-06-16 23:52:18.781856"]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = -770416066) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -770416066], ["user_id", -566485574], ["created_at", "2016-06-16 23:52:18.784109"], ["updated_at", "2016-06-16 23:52:18.784109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* 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" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["group_id", -770416066]] 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" = ? LIMIT 1 [["group_id", -770416066]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 52]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "e6c75b"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 52 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'e6c75b' LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 52], ["username", "e6c75b"], ["created_at", "2016-06-16 23:52:18.804767"], ["updated_at", "2016-06-16 23:52:18.804767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 53]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 53 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 53], ["username", "alice"], ["created_at", "2016-06-16 23:52:18.812567"], ["updated_at", "2016-06-16 23:52:18.812567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 54]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice2"]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 54 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'alice2' LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 54], ["username", "alice2"], ["created_at", "2016-06-16 23:52:18.820129"], ["updated_at", "2016-06-16 23:52:18.820129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 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]] OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "3aed1e"]] OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = '3aed1e' LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "3aed1e"], ["first_name", "Bob"], ["last_name", "Smith"], ["full_name", "Bob Smith"], ["created_at", "2016-06-16 23:52:18.825742"], ["updated_at", "2016-06-16 23:52:18.825742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55858739 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -55858739], ["username", "jstrav"], ["access_token", "e26356f012b8382f6cdfa14957bc6787"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:18.830087"], ["updated_at", "2016-06-16 23:52:18.830087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -63796339 LIMIT 1 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", -63796339], ["username", "mary"], ["access_token", "85d7e071fb8f28e7ccc4df558dcebdad"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:18.832257"], ["updated_at", "2016-06-16 23:52:18.832257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1074945275 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1074945275], ["username", "jstead"], ["access_token", "4840f258f0a16b51f9f849f7a6dd0dbb"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:18.834244"], ["updated_at", "2016-06-16 23:52:18.834244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1822686684 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1822686684], ["username", "bigbear"], ["access_token", "22481c6913d2d9b3320bfe23a06a076f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:18.836893"], ["updated_at", "2016-06-16 23:52:18.836893"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2043729505 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2043729505], ["username", "billy_00"], ["access_token", "ff9b0f491704335ff078c62d39cf3096"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 23:52:18.838662"], ["updated_at", "2016-06-16 23:52:18.838662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -375338206 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -375338206], ["username", "billy_01"], ["access_token", "b75ee48ccd6dfce7f3e662dfcf373fcb"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 23:52:18.840320"], ["updated_at", "2016-06-16 23:52:18.840320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2097181036 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2097181036], ["username", "billy_02"], ["access_token", "8bc239d4b2a939a84cc831cca1975591"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 23:52:18.841957"], ["updated_at", "2016-06-16 23:52:18.841957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1782473166 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1782473166], ["username", "billy_03"], ["access_token", "3ac5f651fcb9b9ff9d4d86e021995009"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 23:52:18.843623"], ["updated_at", "2016-06-16 23:52:18.843623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -264728605 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -264728605], ["username", "billy_04"], ["access_token", "411cba0e3f95376f8a3f32d16ab30cd8"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 23:52:18.845323"], ["updated_at", "2016-06-16 23:52:18.845323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2138312268 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2138312268], ["username", "billy_05"], ["access_token", "314a6bd311d82dff264edeee44715b8e"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 23:52:18.846958"], ["updated_at", "2016-06-16 23:52:18.846958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -350156259 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -350156259], ["username", "billy_06"], ["access_token", "3cb4cbdb89e78df1a2e46b4956880001"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 23:52:18.848650"], ["updated_at", "2016-06-16 23:52:18.848650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1326253760 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1326253760], ["username", "billy_07"], ["access_token", "a48639c8f0ef4352521a60fa4b45bfdc"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 23:52:18.850298"], ["updated_at", "2016-06-16 23:52:18.850298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2067000852 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2067000852], ["username", "billy_08"], ["access_token", "f950aa608c92b3614d62dd98824d985d"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 23:52:18.851981"], ["updated_at", "2016-06-16 23:52:18.851981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1186829447 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1186829447], ["username", "billy_09"], ["access_token", "9d55d85cfbffcd47bec827a64ee828d4"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 23:52:18.853616"], ["updated_at", "2016-06-16 23:52:18.853616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -522146523 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -522146523], ["username", "billy_10"], ["access_token", "57524b6609d37ca576487c506848af4c"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 23:52:18.855272"], ["updated_at", "2016-06-16 23:52:18.855272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -956815056 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -956815056], ["username", "billy_11"], ["access_token", "852202fbe767b43ef7596ac358eaf588"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 23:52:18.856937"], ["updated_at", "2016-06-16 23:52:18.856937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1450376297 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1450376297], ["username", "billy_12"], ["access_token", "ef336045192eca24932369f8a5b28b60"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 23:52:18.858662"], ["updated_at", "2016-06-16 23:52:18.858662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2127107752 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2127107752], ["username", "billy_13"], ["access_token", "fc96791b989c44ed52fd76f72fd556ad"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 23:52:18.860470"], ["updated_at", "2016-06-16 23:52:18.860470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1630643225 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1630643225], ["username", "billy_14"], ["access_token", "77765a154a293016fb526ff230280bd4"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 23:52:18.862238"], ["updated_at", "2016-06-16 23:52:18.862238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -13780452 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -13780452], ["username", "billy_15"], ["access_token", "cad1c33e2a4c56082ebc33b21b341ef7"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 23:52:18.864131"], ["updated_at", "2016-06-16 23:52:18.864131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -313604151 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -313604151], ["username", "billy_16"], ["access_token", "4a4897228206beb258b991e02492bbaa"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 23:52:18.865917"], ["updated_at", "2016-06-16 23:52:18.865917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -746180128 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -746180128], ["username", "billy_17"], ["access_token", "9bfba2054035ba66ac63cb08e425837c"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 23:52:18.868182"], ["updated_at", "2016-06-16 23:52:18.868182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1947858865 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1947858865], ["username", "billy_18"], ["access_token", "5de77694b92782870c7f1daf5a08dcac"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 23:52:18.870025"], ["updated_at", "2016-06-16 23:52:18.870025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1456743265 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1456743265], ["username", "billy_19"], ["access_token", "72c72376a906e54dde9d0935da0375d9"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 23:52:18.871850"], ["updated_at", "2016-06-16 23:52:18.871850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1204007785 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1204007785], ["username", "billy_20"], ["access_token", "130544fc108c09b0eb3dd7d06dbd1765"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 23:52:18.873505"], ["updated_at", "2016-06-16 23:52:18.873505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1957199038 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1957199038], ["username", "billy_21"], ["access_token", "2c42adfc52ac50381dc1a1dbc72c03ec"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 23:52:18.875174"], ["updated_at", "2016-06-16 23:52:18.875174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -140750180 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -140750180], ["username", "billy_22"], ["access_token", "e5c09d266d440fcf4d0f2a88e509a430"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 23:52:18.876802"], ["updated_at", "2016-06-16 23:52:18.876802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1783907591 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1783907591], ["username", "billy_23"], ["access_token", "72a7c79e00f445d0524d74cbb5e7d6c6"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 23:52:18.878502"], ["updated_at", "2016-06-16 23:52:18.878502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -881609172 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -881609172], ["username", "billy_24"], ["access_token", "54941604b55024597379f75b0d66d6b5"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 23:52:18.880191"], ["updated_at", "2016-06-16 23:52:18.880191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1960525023 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1960525023], ["username", "billy_25"], ["access_token", "9494669e405939f699a735d5906f8ee5"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 23:52:18.881914"], ["updated_at", "2016-06-16 23:52:18.881914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1067980552 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1067980552], ["username", "billy_26"], ["access_token", "ef1825661ec078173ab641eeadf3b1e0"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 23:52:18.883568"], ["updated_at", "2016-06-16 23:52:18.883568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -465349571 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -465349571], ["username", "billy_27"], ["access_token", "5d2ccac2303f078555c952d0c4256bba"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 23:52:18.885251"], ["updated_at", "2016-06-16 23:52:18.885251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2093024676 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2093024676], ["username", "billy_28"], ["access_token", "aca2ab6b2afdc78e9ecb4e35e241a756"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 23:52:18.886936"], ["updated_at", "2016-06-16 23:52:18.886936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1187487407 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1187487407], ["username", "billy_29"], ["access_token", "c7aeefda0eff715c2ee730b85d272b4a"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 23:52:18.888646"], ["updated_at", "2016-06-16 23:52:18.888646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -200631431 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -200631431], ["username", "billy_30"], ["access_token", "5e157d618e2bbf9b5d20efef90d6e55c"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 23:52:18.890394"], ["updated_at", "2016-06-16 23:52:18.890394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1403676247 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1403676247], ["username", "billy_31"], ["access_token", "d26923bd10460e8b685b2e41164c590a"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 23:52:18.892374"], ["updated_at", "2016-06-16 23:52:18.892374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -772371972 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -772371972], ["username", "billy_32"], ["access_token", "61e6553cf9e45b11da947df0e2fed988"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 23:52:18.894082"], ["updated_at", "2016-06-16 23:52:18.894082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1512250964 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1512250964], ["username", "billy_33"], ["access_token", "d3b7bc6af396d20ef61a9f0b2cdb5c6a"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 23:52:18.895766"], ["updated_at", "2016-06-16 23:52:18.895766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -509565320 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -509565320], ["username", "billy_34"], ["access_token", "0f3b41fb6118d9f0482181685566f9ec"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 23:52:18.897429"], ["updated_at", "2016-06-16 23:52:18.897429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1209447909 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1209447909], ["username", "billy_35"], ["access_token", "580cc042829b7b1f28a25dde91335058"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 23:52:18.899229"], ["updated_at", "2016-06-16 23:52:18.899229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -857386460 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -857386460], ["username", "billy_36"], ["access_token", "79045b588ff95483dfed165636fc8d87"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 23:52:18.900916"], ["updated_at", "2016-06-16 23:52:18.900916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1316984487 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1316984487], ["username", "billy_37"], ["access_token", "b1904f469a017ee38247c41f240f14bc"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 23:52:18.902611"], ["updated_at", "2016-06-16 23:52:18.902611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1678125848 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1678125848], ["username", "billy_38"], ["access_token", "d80350bef04b87d9888ff067b854c77e"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 23:52:18.904281"], ["updated_at", "2016-06-16 23:52:18.904281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -166317421 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -166317421], ["username", "billy_39"], ["access_token", "4a5b8999d00f3f3fa89a1eefa5a9893d"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 23:52:18.905956"], ["updated_at", "2016-06-16 23:52:18.905956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2100738090 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2100738090], ["username", "billy_40"], ["access_token", "e57ddffe55c7724f8b56288f63e6528c"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 23:52:18.907644"], ["updated_at", "2016-06-16 23:52:18.907644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1967584288 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1967584288], ["username", "billy_41"], ["access_token", "c464945b43d783b1410da5e36cd40da7"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 23:52:18.909321"], ["updated_at", "2016-06-16 23:52:18.909321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1101558010 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1101558010], ["username", "billy_42"], ["access_token", "c0b4b3788b184bbabf486564ef4ba97b"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 23:52:18.911004"], ["updated_at", "2016-06-16 23:52:18.911004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1850778184 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1850778184], ["username", "billy_43"], ["access_token", "443cb1a5660daf3d9a05d1a6044ddd44"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 23:52:18.912712"], ["updated_at", "2016-06-16 23:52:18.912712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1826903040 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1826903040], ["username", "billy_44"], ["access_token", "9ab1c9e92c09c8f7804c5483586e1ec0"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 23:52:18.914510"], ["updated_at", "2016-06-16 23:52:18.914510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1567611652 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1567611652], ["username", "billy_45"], ["access_token", "c018662f9b87e1f33413cdff67842694"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 23:52:18.916305"], ["updated_at", "2016-06-16 23:52:18.916305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -176916814 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -176916814], ["username", "billy_46"], ["access_token", "53ce2c8370cf3f43e32148f7d9614cdb"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 23:52:18.917976"], ["updated_at", "2016-06-16 23:52:18.917976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1340531551 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1340531551], ["username", "billy_47"], ["access_token", "5adf1dcf3c2ec341eb130c6e3f44fe0a"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 23:52:18.919630"], ["updated_at", "2016-06-16 23:52:18.919630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -587268356 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -587268356], ["username", "billy_48"], ["access_token", "a9e66a0a48b91651fb9c3989fe15a7cf"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 23:52:18.921280"], ["updated_at", "2016-06-16 23:52:18.921280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -879585116 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -879585116], ["username", "billy_49"], ["access_token", "78b8fe7a6c5113ec0adba3cf3c28710a"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 23:52:18.922969"], ["updated_at", "2016-06-16 23:52:18.922969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') 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  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1067750125 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1067750125], ["username", "jstrav"], ["access_token", "da4bd12382bbd34e4ca2eb05ff54d1ce"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:18.930881"], ["updated_at", "2016-06-16 23:52:18.930881"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1018183669 LIMIT 1 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", -1018183669], ["username", "mary"], ["access_token", "35f90cc93d1ee41a66837b5b878482ef"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:18.933910"], ["updated_at", "2016-06-16 23:52:18.933910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -882068332 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -882068332], ["username", "jstead"], ["access_token", "fccd5b119b6c49fad9a4eeafc94ad16d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:18.936756"], ["updated_at", "2016-06-16 23:52:18.936756"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -105196436 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -105196436], ["username", "bigbear"], ["access_token", "f3cc54fac1e8defa8545dc8ee643b546"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:18.939045"], ["updated_at", "2016-06-16 23:52:18.939045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -54354600 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -54354600], ["username", "billy_00"], ["access_token", "cae6194df621984d7fc64a70747b0709"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 23:52:18.941108"], ["updated_at", "2016-06-16 23:52:18.941108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -755189665 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -755189665], ["username", "billy_01"], ["access_token", "6f21ccc86f72923617dee82e062dbaa2"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 23:52:18.942924"], ["updated_at", "2016-06-16 23:52:18.942924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -62750970 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -62750970], ["username", "billy_02"], ["access_token", "cd42ad30eedeac020d96f5e1f332679d"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 23:52:18.944585"], ["updated_at", "2016-06-16 23:52:18.944585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -539775099 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -539775099], ["username", "billy_03"], ["access_token", "98e455f26ce7d5ed5a36db84a54af44b"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 23:52:18.946263"], ["updated_at", "2016-06-16 23:52:18.946263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2031539911 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2031539911], ["username", "billy_04"], ["access_token", "2f6409eada017567065a92aaeef65ac4"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 23:52:18.948031"], ["updated_at", "2016-06-16 23:52:18.948031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1391594954 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1391594954], ["username", "billy_05"], ["access_token", "d1b9477f7b5042b73508573457746498"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 23:52:18.949697"], ["updated_at", "2016-06-16 23:52:18.949697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1665855748 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1665855748], ["username", "billy_06"], ["access_token", "c5f704ba0e92f53bdd2564a4f3896266"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 23:52:18.951349"], ["updated_at", "2016-06-16 23:52:18.951349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -402229761 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -402229761], ["username", "billy_07"], ["access_token", "353a38702d768de355c96b952b07555e"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 23:52:18.953032"], ["updated_at", "2016-06-16 23:52:18.953032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -640812232 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -640812232], ["username", "billy_08"], ["access_token", "9db629d23b1b9dedacd7c83f45a64a7a"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 23:52:18.955065"], ["updated_at", "2016-06-16 23:52:18.955065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -200204427 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -200204427], ["username", "billy_09"], ["access_token", "d547f6a3f724db49671c63e7cab0c3e0"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 23:52:18.956889"], ["updated_at", "2016-06-16 23:52:18.956889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -667071350 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -667071350], ["username", "billy_10"], ["access_token", "a4f213a92ee3f8d3eec9c65700f82380"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 23:52:18.958685"], ["updated_at", "2016-06-16 23:52:18.958685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -108850510 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -108850510], ["username", "billy_11"], ["access_token", "e9c80cc998d983e6060acc9c7d12bf37"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 23:52:18.960356"], ["updated_at", "2016-06-16 23:52:18.960356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -880380332 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -880380332], ["username", "billy_12"], ["access_token", "ff2208efb9ab317636999e6307a0abb1"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 23:52:18.962007"], ["updated_at", "2016-06-16 23:52:18.962007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2093442119 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2093442119], ["username", "billy_13"], ["access_token", "734dcfc180a4549ad8c1c6478f51c290"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 23:52:18.963841"], ["updated_at", "2016-06-16 23:52:18.963841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1565046164 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1565046164], ["username", "billy_14"], ["access_token", "47a086e60efebe2043258bf3ae17cf29"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 23:52:18.965651"], ["updated_at", "2016-06-16 23:52:18.965651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2004434277 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2004434277], ["username", "billy_15"], ["access_token", "4c5ddfd00026bdd7e8856f6a95a50df1"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 23:52:18.967870"], ["updated_at", "2016-06-16 23:52:18.967870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1806096643 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1806096643], ["username", "billy_16"], ["access_token", "d332ea86bca551afdf0627c10d9e5c52"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 23:52:18.969920"], ["updated_at", "2016-06-16 23:52:18.969920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -491489841 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -491489841], ["username", "billy_17"], ["access_token", "c10d51f453a27166f34990beb777d590"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 23:52:18.971706"], ["updated_at", "2016-06-16 23:52:18.971706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1988444138 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1988444138], ["username", "billy_18"], ["access_token", "e971b69ec1591d0279644192ba1ab3a3"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 23:52:18.973387"], ["updated_at", "2016-06-16 23:52:18.973387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -392428325 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -392428325], ["username", "billy_19"], ["access_token", "0fae7a7ab5e3d9b87988ff36dbac4a1b"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 23:52:18.975144"], ["updated_at", "2016-06-16 23:52:18.975144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1878449922 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1878449922], ["username", "billy_20"], ["access_token", "ec470a0dee2892178780126996e3b797"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 23:52:18.976803"], ["updated_at", "2016-06-16 23:52:18.976803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1321729659 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1321729659], ["username", "billy_21"], ["access_token", "f4eba9c55ac4ce9ba1592db8e62139f4"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 23:52:18.978480"], ["updated_at", "2016-06-16 23:52:18.978480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -918900147 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -918900147], ["username", "billy_22"], ["access_token", "23c3961b1c810cb5f2cf01c02150c8cd"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 23:52:18.980145"], ["updated_at", "2016-06-16 23:52:18.980145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -860079426 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -860079426], ["username", "billy_23"], ["access_token", "d5806e8e7a789ea9d54e6e00d65a80a3"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 23:52:18.981841"], ["updated_at", "2016-06-16 23:52:18.981841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -861435727 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -861435727], ["username", "billy_24"], ["access_token", "e2678928aa1321e84b66c6accdeae0d3"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 23:52:18.983510"], ["updated_at", "2016-06-16 23:52:18.983510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1356962847 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1356962847], ["username", "billy_25"], ["access_token", "fe92866615ef4c3bdf0ef57c8d4301c1"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 23:52:18.985154"], ["updated_at", "2016-06-16 23:52:18.985154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1807361930 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1807361930], ["username", "billy_26"], ["access_token", "de171a9b8fca15c90c4aeed116e6d193"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 23:52:18.986898"], ["updated_at", "2016-06-16 23:52:18.986898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -296012431 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -296012431], ["username", "billy_27"], ["access_token", "8cebe8f99c230b1ef096615b05b86e79"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 23:52:18.988710"], ["updated_at", "2016-06-16 23:52:18.988710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -400738367 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -400738367], ["username", "billy_28"], ["access_token", "80727b7c37965575f75cdc73d892e62a"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 23:52:18.990362"], ["updated_at", "2016-06-16 23:52:18.990362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -251672577 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -251672577], ["username", "billy_29"], ["access_token", "8bb98b2973cae52c2f63b6f9fd9d03d8"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 23:52:18.992052"], ["updated_at", "2016-06-16 23:52:18.992052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -337080473 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -337080473], ["username", "billy_30"], ["access_token", "0d948b23b7d951f7f8bf3c02fc0b4188"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 23:52:18.993747"], ["updated_at", "2016-06-16 23:52:18.993747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -566045509 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -566045509], ["username", "billy_31"], ["access_token", "c04fd93e53b4e791d71f9759a2da76d2"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 23:52:18.995405"], ["updated_at", "2016-06-16 23:52:18.995405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -583553017 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -583553017], ["username", "billy_32"], ["access_token", "9904ee31f10ec5427b97c656d83e9960"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 23:52:18.997061"], ["updated_at", "2016-06-16 23:52:18.997061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -380905422 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -380905422], ["username", "billy_33"], ["access_token", "6a0555530f06251b4474042d4cd665cf"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 23:52:18.998859"], ["updated_at", "2016-06-16 23:52:18.998859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1687031050 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1687031050], ["username", "billy_34"], ["access_token", "13691fe9f0c5c79369a4e6c08c398def"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 23:52:19.000514"], ["updated_at", "2016-06-16 23:52:19.000514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -273113394 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -273113394], ["username", "billy_35"], ["access_token", "0c7ffa197e8112a66fbee531f26f7c8c"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 23:52:19.002164"], ["updated_at", "2016-06-16 23:52:19.002164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -113526317 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -113526317], ["username", "billy_36"], ["access_token", "42ce186a64e8d4e31f4d5f27c022406f"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 23:52:19.003816"], ["updated_at", "2016-06-16 23:52:19.003816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -361225064 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -361225064], ["username", "billy_37"], ["access_token", "51f9ee8509e1bdaebe0b4d4d48ae2720"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 23:52:19.005460"], ["updated_at", "2016-06-16 23:52:19.005460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -593965664 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -593965664], ["username", "billy_38"], ["access_token", "80592edec392f68da12aab9ce096b80d"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 23:52:19.007117"], ["updated_at", "2016-06-16 23:52:19.007117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -95862282 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -95862282], ["username", "billy_39"], ["access_token", "ce9c99561a7885da5762427938751780"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 23:52:19.008781"], ["updated_at", "2016-06-16 23:52:19.008781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -39437121 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -39437121], ["username", "billy_40"], ["access_token", "783716163b6635f417c955cf7ef8b571"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 23:52:19.010469"], ["updated_at", "2016-06-16 23:52:19.010469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -395150189 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -395150189], ["username", "billy_41"], ["access_token", "81d4f37263db156c598df7173cb1b346"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 23:52:19.012124"], ["updated_at", "2016-06-16 23:52:19.012124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1067700302 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1067700302], ["username", "billy_42"], ["access_token", "d2e784f3bd86701f715d37e8c406a40a"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 23:52:19.013823"], ["updated_at", "2016-06-16 23:52:19.013823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1346221567 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1346221567], ["username", "billy_43"], ["access_token", "56d2d6637d0bef76fe3cc284a19b0099"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 23:52:19.015481"], ["updated_at", "2016-06-16 23:52:19.015481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -748906601 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -748906601], ["username", "billy_44"], ["access_token", "f3da47716ae68becb4c055994f102850"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 23:52:19.017143"], ["updated_at", "2016-06-16 23:52:19.017143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1507137471 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1507137471], ["username", "billy_45"], ["access_token", "0be525813e5595235bf4ade0140378a4"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 23:52:19.018990"], ["updated_at", "2016-06-16 23:52:19.018990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1162678545 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1162678545], ["username", "billy_46"], ["access_token", "7c74d1c758737de68dfe3cd6ca78e227"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 23:52:19.020744"], ["updated_at", "2016-06-16 23:52:19.020744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1470329211 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1470329211], ["username", "billy_47"], ["access_token", "6ab5f966597f108cf2352907bec2d38e"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 23:52:19.022416"], ["updated_at", "2016-06-16 23:52:19.022416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1171292618 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1171292618], ["username", "billy_48"], ["access_token", "0e3aae49b503363cd1dbb13415a4518b"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 23:52:19.024135"], ["updated_at", "2016-06-16 23:52:19.024135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -863811623 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -863811623], ["username", "billy_49"], ["access_token", "b29bc59902df933b412ba32c892f7487"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 23:52:19.025775"], ["updated_at", "2016-06-16 23:52:19.025775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (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))  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1327942627 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1327942627], ["username", "jstrav"], ["access_token", "90179673f03c107627fc1b6d683f01b1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:19.033434"], ["updated_at", "2016-06-16 23:52:19.033434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1311075319 LIMIT 1 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", -1311075319], ["username", "mary"], ["access_token", "e1adb3505d593ee4ba5f1d1aa79bfa6e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:19.035577"], ["updated_at", "2016-06-16 23:52:19.035577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -327159845 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -327159845], ["username", "jstead"], ["access_token", "a1a9c8efb124e5846eae28c28b87e346"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:19.037502"], ["updated_at", "2016-06-16 23:52:19.037502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1071410044 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1071410044], ["username", "bigbear"], ["access_token", "3a8d207e0f7c5b93efcc56d7c4ef8b67"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:19.039192"], ["updated_at", "2016-06-16 23:52:19.039192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1693385849 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1693385849], ["username", "billy_00"], ["access_token", "98858dcb753e9859bf6f07fb605594c1"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 23:52:19.040944"], ["updated_at", "2016-06-16 23:52:19.040944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -529879508 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -529879508], ["username", "billy_01"], ["access_token", "3990cc2110d8d473916f300c2b37c060"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 23:52:19.042649"], ["updated_at", "2016-06-16 23:52:19.042649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1840524499 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1840524499], ["username", "billy_02"], ["access_token", "a00c9d47e16c229141b2b3b4bf71e4f6"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 23:52:19.044437"], ["updated_at", "2016-06-16 23:52:19.044437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -589240013 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -589240013], ["username", "billy_03"], ["access_token", "aec2e5ee53797333d856b4f91bc96a96"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 23:52:19.046120"], ["updated_at", "2016-06-16 23:52:19.046120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1128056564 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1128056564], ["username", "billy_04"], ["access_token", "415d09c902187206ec21b729938d60c0"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 23:52:19.047827"], ["updated_at", "2016-06-16 23:52:19.047827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1172232429 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1172232429], ["username", "billy_05"], ["access_token", "f690415928056bcc3b2c087b9e8b5055"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 23:52:19.049584"], ["updated_at", "2016-06-16 23:52:19.049584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2139943440 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2139943440], ["username", "billy_06"], ["access_token", "c730886fa67bf6c4a579e9dc463aaf25"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 23:52:19.051521"], ["updated_at", "2016-06-16 23:52:19.051521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -554294435 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -554294435], ["username", "billy_07"], ["access_token", "229fa834de3376549f3f3cff44f90ff7"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 23:52:19.053217"], ["updated_at", "2016-06-16 23:52:19.053217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1776280798 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1776280798], ["username", "billy_08"], ["access_token", "31d69f309d77f94f9ed129a83f8bd234"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 23:52:19.054892"], ["updated_at", "2016-06-16 23:52:19.054892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1330828197 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1330828197], ["username", "billy_09"], ["access_token", "539bb541ca6850f8eb40f579bef1b67f"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 23:52:19.056546"], ["updated_at", "2016-06-16 23:52:19.056546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -78992751 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -78992751], ["username", "billy_10"], ["access_token", "cb2b0df0bcc9ff19710dd7c2277917a7"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 23:52:19.058230"], ["updated_at", "2016-06-16 23:52:19.058230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -727347613 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -727347613], ["username", "billy_11"], ["access_token", "45b93b25f7502079c05a75ae0a823fae"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 23:52:19.059908"], ["updated_at", "2016-06-16 23:52:19.059908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -512847304 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -512847304], ["username", "billy_12"], ["access_token", "5edb3bdc0d61f839a9c6833dc6ed81ce"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 23:52:19.061592"], ["updated_at", "2016-06-16 23:52:19.061592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1364169617 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1364169617], ["username", "billy_13"], ["access_token", "b50c8ab9be7d167878466c0957b3ee7b"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 23:52:19.063243"], ["updated_at", "2016-06-16 23:52:19.063243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1936569375 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1936569375], ["username", "billy_14"], ["access_token", "bf60aa6a7b242fcd62b195730dff97c5"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 23:52:19.064939"], ["updated_at", "2016-06-16 23:52:19.064939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -34971981 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -34971981], ["username", "billy_15"], ["access_token", "3eacad54b75a49298b8568db1f17eac4"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 23:52:19.066807"], ["updated_at", "2016-06-16 23:52:19.066807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1112677599 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1112677599], ["username", "billy_16"], ["access_token", "a6f8e3bef581c6ddcc7e99da8ea57435"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 23:52:19.068625"], ["updated_at", "2016-06-16 23:52:19.068625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1429515400 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1429515400], ["username", "billy_17"], ["access_token", "9f175f1e094e8fae5cb43a215f53aa85"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 23:52:19.070500"], ["updated_at", "2016-06-16 23:52:19.070500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -951725809 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -951725809], ["username", "billy_18"], ["access_token", "7ff1a052f4f0c2af3dd0af035a9a52f1"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 23:52:19.072279"], ["updated_at", "2016-06-16 23:52:19.072279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1226930115 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1226930115], ["username", "billy_19"], ["access_token", "fbea5c382326a72375e0c4338ec760b1"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 23:52:19.074575"], ["updated_at", "2016-06-16 23:52:19.074575"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -517738031 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -517738031], ["username", "billy_20"], ["access_token", "7f7aa38ab1cbca2021e512eba8397562"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 23:52:19.076790"], ["updated_at", "2016-06-16 23:52:19.076790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -719646142 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -719646142], ["username", "billy_21"], ["access_token", "46990ca96a78a78e954daa9b7cd60051"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 23:52:19.078732"], ["updated_at", "2016-06-16 23:52:19.078732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1060761066 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1060761066], ["username", "billy_22"], ["access_token", "e6d4976816abd54035b4582653f8f874"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 23:52:19.080474"], ["updated_at", "2016-06-16 23:52:19.080474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1984252019 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1984252019], ["username", "billy_23"], ["access_token", "57703927800294099a1a552b3e820c7b"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 23:52:19.082380"], ["updated_at", "2016-06-16 23:52:19.082380"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1153178078 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1153178078], ["username", "billy_24"], ["access_token", "87e8608c3fc485f058ebc17b125ac498"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 23:52:19.084110"], ["updated_at", "2016-06-16 23:52:19.084110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -604559145 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -604559145], ["username", "billy_25"], ["access_token", "0ee8c3cbf0e1809d629f911ca5479a96"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 23:52:19.085788"], ["updated_at", "2016-06-16 23:52:19.085788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -387583458 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -387583458], ["username", "billy_26"], ["access_token", "c2c71268bab831a4e2eebdb64cdb4047"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 23:52:19.087492"], ["updated_at", "2016-06-16 23:52:19.087492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -19302370 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -19302370], ["username", "billy_27"], ["access_token", "dee064c7934d21470011d5628402682a"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 23:52:19.089227"], ["updated_at", "2016-06-16 23:52:19.089227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1232169364 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1232169364], ["username", "billy_28"], ["access_token", "6db437fafc132b8406e81b74dd513f59"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 23:52:19.090956"], ["updated_at", "2016-06-16 23:52:19.090956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1571937572 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1571937572], ["username", "billy_29"], ["access_token", "9cd90f41842baef0cd02dcbc383955c3"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 23:52:19.092622"], ["updated_at", "2016-06-16 23:52:19.092622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1068237550 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1068237550], ["username", "billy_30"], ["access_token", "d8dc9caf76c354a1f4d1927f4516d8f0"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 23:52:19.094326"], ["updated_at", "2016-06-16 23:52:19.094326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1296278256 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1296278256], ["username", "billy_31"], ["access_token", "2137eff9bf729ffff5931d01265a7f2f"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 23:52:19.096008"], ["updated_at", "2016-06-16 23:52:19.096008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -463343300 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -463343300], ["username", "billy_32"], ["access_token", "0d8ab113a565a8e329f508779e60523d"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 23:52:19.097670"], ["updated_at", "2016-06-16 23:52:19.097670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2114788455 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2114788455], ["username", "billy_33"], ["access_token", "06fddb2776c53a1b65f971a1ef3a9864"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 23:52:19.099341"], ["updated_at", "2016-06-16 23:52:19.099341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1197909076 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1197909076], ["username", "billy_34"], ["access_token", "a41c0166f934bc12220a34ffdd9d806d"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 23:52:19.101079"], ["updated_at", "2016-06-16 23:52:19.101079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -661286829 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -661286829], ["username", "billy_35"], ["access_token", "750b71588fb2305eacc57e4875af7c4a"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 23:52:19.102750"], ["updated_at", "2016-06-16 23:52:19.102750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1011999468 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1011999468], ["username", "billy_36"], ["access_token", "2a30eb2cc032794b78d01ef6513708a5"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 23:52:19.104418"], ["updated_at", "2016-06-16 23:52:19.104418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1513826633 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1513826633], ["username", "billy_37"], ["access_token", "8bbc88645272ab47f7326a0c80b5874f"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 23:52:19.106070"], ["updated_at", "2016-06-16 23:52:19.106070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1751763708 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1751763708], ["username", "billy_38"], ["access_token", "14932a219abc4b3f6df5ec9ac655b73a"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 23:52:19.107753"], ["updated_at", "2016-06-16 23:52:19.107753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -782141868 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -782141868], ["username", "billy_39"], ["access_token", "1dfcb24ee3b5946ab9ea6c89cd42584c"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 23:52:19.109425"], ["updated_at", "2016-06-16 23:52:19.109425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -671327133 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -671327133], ["username", "billy_40"], ["access_token", "b2333a3e662786f5ffb5158f8ef67105"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 23:52:19.111090"], ["updated_at", "2016-06-16 23:52:19.111090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -752292293 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -752292293], ["username", "billy_41"], ["access_token", "9b7dc5173345888df804b2cbe9f06d38"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 23:52:19.112903"], ["updated_at", "2016-06-16 23:52:19.112903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1393754711 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1393754711], ["username", "billy_42"], ["access_token", "40eef8f6bb4587cc25dc0ddbaf6bce9d"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 23:52:19.114689"], ["updated_at", "2016-06-16 23:52:19.114689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -587176954 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -587176954], ["username", "billy_43"], ["access_token", "aff8135f2f3e25176998dab9cc8db3a5"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 23:52:19.127375"], ["updated_at", "2016-06-16 23:52:19.127375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1293986881 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1293986881], ["username", "billy_44"], ["access_token", "666ec98a33dabe1e1f2cf296b6cce9e6"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 23:52:19.129758"], ["updated_at", "2016-06-16 23:52:19.129758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1853381358 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1853381358], ["username", "billy_45"], ["access_token", "aab99cbecfc5b8184ef00f6977c8135f"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 23:52:19.131484"], ["updated_at", "2016-06-16 23:52:19.131484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -233850884 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -233850884], ["username", "billy_46"], ["access_token", "be222b5d403fa5a2ba0e6fb6aed21e57"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 23:52:19.133193"], ["updated_at", "2016-06-16 23:52:19.133193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1548831724 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1548831724], ["username", "billy_47"], ["access_token", "9fcb799b167f3e49b7cbdc43384271da"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 23:52:19.134892"], ["updated_at", "2016-06-16 23:52:19.134892"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749408141 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -749408141], ["username", "billy_48"], ["access_token", "0d8c8f1771f8fc624e75fc769ae8c4b9"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 23:52:19.136600"], ["updated_at", "2016-06-16 23:52:19.136600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -197726238 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -197726238], ["username", "billy_49"], ["access_token", "6d132e63f3fc05a055ddf4a8c584d3a7"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 23:52:19.138322"], ["updated_at", "2016-06-16 23:52:19.138322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1831235198 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1831235198], ["username", "jstrav"], ["access_token", "59f478fa4a5605fa177d289bd9c6719f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:19.143632"], ["updated_at", "2016-06-16 23:52:19.143632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1162150624 LIMIT 1 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", -1162150624], ["username", "mary"], ["access_token", "d46c44dc9a8c6d7a50db417b92edeba5"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:19.145954"], ["updated_at", "2016-06-16 23:52:19.145954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2071462679 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2071462679], ["username", "jstead"], ["access_token", "094a6f7fdc3f4f49891ae8041a2423dd"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:19.147938"], ["updated_at", "2016-06-16 23:52:19.147938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1595933170 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1595933170], ["username", "bigbear"], ["access_token", "73986f863511bdc284aaa2100ac28f85"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:19.149858"], ["updated_at", "2016-06-16 23:52:19.149858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1629581602 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1629581602], ["username", "billy_00"], ["access_token", "1019d874e126453e991d85dac3297b8b"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 23:52:19.151651"], ["updated_at", "2016-06-16 23:52:19.151651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -915228967 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -915228967], ["username", "billy_01"], ["access_token", "d8e9080348c2aa35add2570cab6e5805"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 23:52:19.153370"], ["updated_at", "2016-06-16 23:52:19.153370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -964692784 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -964692784], ["username", "billy_02"], ["access_token", "0b6559591400a5c11346c487a0fe7d2a"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 23:52:19.155079"], ["updated_at", "2016-06-16 23:52:19.155079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1232448399 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1232448399], ["username", "billy_03"], ["access_token", "3aa92f650a2e4c01295267477af395ff"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 23:52:19.156826"], ["updated_at", "2016-06-16 23:52:19.156826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -794633380 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -794633380], ["username", "billy_04"], ["access_token", "6abeaf499e8bc8e5d338752240bf1834"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 23:52:19.158533"], ["updated_at", "2016-06-16 23:52:19.158533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1851887040 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1851887040], ["username", "billy_05"], ["access_token", "7cf5bc4862eb59b1a07dfbd3e672f05b"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 23:52:19.160235"], ["updated_at", "2016-06-16 23:52:19.160235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1209884436 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1209884436], ["username", "billy_06"], ["access_token", "69c0bb722c292d3b4008f97381a82d92"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 23:52:19.161985"], ["updated_at", "2016-06-16 23:52:19.161985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1428202801 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1428202801], ["username", "billy_07"], ["access_token", "acf4800a5de6657fc2b0ee2d3cdf043b"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 23:52:19.163677"], ["updated_at", "2016-06-16 23:52:19.163677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1675062519 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1675062519], ["username", "billy_08"], ["access_token", "501db652079c1cacac5c3c95f5e2c5e8"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 23:52:19.165355"], ["updated_at", "2016-06-16 23:52:19.165355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1215885958 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1215885958], ["username", "billy_09"], ["access_token", "dc3eb53604fe38834d296cf5ab910362"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 23:52:19.167053"], ["updated_at", "2016-06-16 23:52:19.167053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1659223477 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1659223477], ["username", "billy_10"], ["access_token", "456caba297f2358230367672468a5146"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 23:52:19.168755"], ["updated_at", "2016-06-16 23:52:19.168755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -94209365 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -94209365], ["username", "billy_11"], ["access_token", "853c16317e451033111b1b371439c1d7"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 23:52:19.170470"], ["updated_at", "2016-06-16 23:52:19.170470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -447262215 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -447262215], ["username", "billy_12"], ["access_token", "1e35f1c3ade277c3a0bfc543c19ba1c0"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 23:52:19.172181"], ["updated_at", "2016-06-16 23:52:19.172181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1501133485 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1501133485], ["username", "billy_13"], ["access_token", "103b98af55647fdd1e9c1697d8956bb7"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 23:52:19.173975"], ["updated_at", "2016-06-16 23:52:19.173975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -740207360 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -740207360], ["username", "billy_14"], ["access_token", "c83bf1dc71d6019103b7f82456779840"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 23:52:19.175839"], ["updated_at", "2016-06-16 23:52:19.175839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1445383124 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1445383124], ["username", "billy_15"], ["access_token", "de5229f11f93afb0ae8bf6183a503dcf"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 23:52:19.177958"], ["updated_at", "2016-06-16 23:52:19.177958"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1941067178 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1941067178], ["username", "billy_16"], ["access_token", "2a0e9dc37a298bed24429cbf9e7769c0"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 23:52:19.179929"], ["updated_at", "2016-06-16 23:52:19.179929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1385097108 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1385097108], ["username", "billy_17"], ["access_token", "d9832774b881cfc5de474e460406faca"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 23:52:19.181683"], ["updated_at", "2016-06-16 23:52:19.181683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -607679933 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -607679933], ["username", "billy_18"], ["access_token", "85b567edcad36d760bbfb0279f3a1c90"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 23:52:19.183457"], ["updated_at", "2016-06-16 23:52:19.183457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1061110965 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1061110965], ["username", "billy_19"], ["access_token", "6e735e21e2797d5a0b79658dd5b7201e"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 23:52:19.185743"], ["updated_at", "2016-06-16 23:52:19.185743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -97472240 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -97472240], ["username", "billy_20"], ["access_token", "eaff4a949ac2d9c0553e1e5be6fde6a0"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 23:52:19.187680"], ["updated_at", "2016-06-16 23:52:19.187680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1395644484 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1395644484], ["username", "billy_21"], ["access_token", "0215c7cc3070e2c01b5c3ccd51567e9b"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 23:52:19.189398"], ["updated_at", "2016-06-16 23:52:19.189398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -588253945 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -588253945], ["username", "billy_22"], ["access_token", "a3a16115515b60ad32ba8573d1cff866"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 23:52:19.191135"], ["updated_at", "2016-06-16 23:52:19.191135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -742430283 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -742430283], ["username", "billy_23"], ["access_token", "a30741109c34cfdf0049e2d2e2881891"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 23:52:19.192847"], ["updated_at", "2016-06-16 23:52:19.192847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -681433157 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -681433157], ["username", "billy_24"], ["access_token", "8c50a7e716472cd8ffe183e4b775cdc1"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 23:52:19.194552"], ["updated_at", "2016-06-16 23:52:19.194552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -748431497 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -748431497], ["username", "billy_25"], ["access_token", "698008c6fcb324048dc6ef0730c8d42f"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 23:52:19.196259"], ["updated_at", "2016-06-16 23:52:19.196259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1823204032 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1823204032], ["username", "billy_26"], ["access_token", "bc6d16c4d180d2268e5c223caa632335"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 23:52:19.197976"], ["updated_at", "2016-06-16 23:52:19.197976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2018519296 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2018519296], ["username", "billy_27"], ["access_token", "51d46ad842376a8af0f4666fa81eea5a"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 23:52:19.199693"], ["updated_at", "2016-06-16 23:52:19.199693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1380089342 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1380089342], ["username", "billy_28"], ["access_token", "b929e2963b3c0c4aeb8f41cefbe34f3f"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 23:52:19.201406"], ["updated_at", "2016-06-16 23:52:19.201406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1127384959 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1127384959], ["username", "billy_29"], ["access_token", "7a0aac11cdbb45a0669312fcde5385ff"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 23:52:19.203103"], ["updated_at", "2016-06-16 23:52:19.203103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1847051744 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1847051744], ["username", "billy_30"], ["access_token", "0d8687e5cb3f9492c6a59c9b73dfffe6"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 23:52:19.204834"], ["updated_at", "2016-06-16 23:52:19.204834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -547605300 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -547605300], ["username", "billy_31"], ["access_token", "7d522958059b9eda6b7c8fd2fc044a6a"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 23:52:19.206535"], ["updated_at", "2016-06-16 23:52:19.206535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -998105981 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -998105981], ["username", "billy_32"], ["access_token", "24ab8661444123417f51bbd80bf6ffdd"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 23:52:19.208380"], ["updated_at", "2016-06-16 23:52:19.208380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -133243634 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -133243634], ["username", "billy_33"], ["access_token", "4d0dbb5a4c7aa0a3d1c53b0209b35dd2"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 23:52:19.210239"], ["updated_at", "2016-06-16 23:52:19.210239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2033612957 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2033612957], ["username", "billy_34"], ["access_token", "35c3f0f1aa45275dcd81dfcbac7fe1e1"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 23:52:19.211958"], ["updated_at", "2016-06-16 23:52:19.211958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1712654158 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1712654158], ["username", "billy_35"], ["access_token", "483ef2c8c366d235858ef335f60dbc26"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 23:52:19.213697"], ["updated_at", "2016-06-16 23:52:19.213697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1807519464 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1807519464], ["username", "billy_36"], ["access_token", "3cfc83fe41de9efe883bb1080102b57a"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 23:52:19.221349"], ["updated_at", "2016-06-16 23:52:19.221349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -214273252 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -214273252], ["username", "billy_37"], ["access_token", "314603ce8893192a61f73cffba8d2b16"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 23:52:19.223134"], ["updated_at", "2016-06-16 23:52:19.223134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1000344986 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1000344986], ["username", "billy_38"], ["access_token", "56c13b98f799dee47c67565b489d7a06"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 23:52:19.231778"], ["updated_at", "2016-06-16 23:52:19.231778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -992437709 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -992437709], ["username", "billy_39"], ["access_token", "4c350a5559053b1225ec4ba6d0febe4c"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 23:52:19.233599"], ["updated_at", "2016-06-16 23:52:19.233599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -539872005 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -539872005], ["username", "billy_40"], ["access_token", "9fbead5a747131962189e9e06ba62129"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 23:52:19.235597"], ["updated_at", "2016-06-16 23:52:19.235597"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -757669834 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -757669834], ["username", "billy_41"], ["access_token", "9d5d6a2aff0cc396f22b04160a0b4a7a"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 23:52:19.237768"], ["updated_at", "2016-06-16 23:52:19.237768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1581551581 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1581551581], ["username", "billy_42"], ["access_token", "a955aaebbc30e6cdf25af48efddfda05"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 23:52:19.239859"], ["updated_at", "2016-06-16 23:52:19.239859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -657922714 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -657922714], ["username", "billy_43"], ["access_token", "0b13a4df53ef9f88b1b4d8e5463dacc6"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 23:52:19.241860"], ["updated_at", "2016-06-16 23:52:19.241860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1479909416 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1479909416], ["username", "billy_44"], ["access_token", "d5e4fa4b9ae6118506fe7960987c8488"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 23:52:19.243693"], ["updated_at", "2016-06-16 23:52:19.243693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2081946365 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2081946365], ["username", "billy_45"], ["access_token", "f986400b46a86f1cf6788bcb27dff7ba"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 23:52:19.245767"], ["updated_at", "2016-06-16 23:52:19.245767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1594319580 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1594319580], ["username", "billy_46"], ["access_token", "0044d78367719aa9ebaef85b0fffc869"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 23:52:19.247571"], ["updated_at", "2016-06-16 23:52:19.247571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592043166 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -592043166], ["username", "billy_47"], ["access_token", "1e55c8b184b3dd8754c39fc46e4df35f"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 23:52:19.249358"], ["updated_at", "2016-06-16 23:52:19.249358"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1393052748 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1393052748], ["username", "billy_48"], ["access_token", "304856b7959bb747c40de8948cd32217"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 23:52:19.251119"], ["updated_at", "2016-06-16 23:52:19.251119"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1008986376 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1008986376], ["username", "billy_49"], ["access_token", "79ac841c226964daaa0a52e3cca8df05"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 23:52:19.253061"], ["updated_at", "2016-06-16 23:52:19.253061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') 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  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1276973052 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1276973052], ["username", "jstrav"], ["access_token", "139bf7b38e75bedd557576cdb4fee4b4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:19.260188"], ["updated_at", "2016-06-16 23:52:19.260188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -456348780 LIMIT 1 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", -456348780], ["username", "mary"], ["access_token", "dfc5bb8eca43bd51980676da97ab13b7"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:19.262394"], ["updated_at", "2016-06-16 23:52:19.262394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -339844917 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -339844917], ["username", "jstead"], ["access_token", "00ced883935ce1a30a648cb5eb251b08"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:19.264404"], ["updated_at", "2016-06-16 23:52:19.264404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1079801054 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1079801054], ["username", "bigbear"], ["access_token", "8b7f1c64fa02d28b5d8645f5402a176b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:19.266204"], ["updated_at", "2016-06-16 23:52:19.266204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2138400844 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2138400844], ["username", "billy_00"], ["access_token", "f04e8784513e44ec1d07b77a2387bc88"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2016-06-16 23:52:19.268029"], ["updated_at", "2016-06-16 23:52:19.268029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1369925540 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1369925540], ["username", "billy_01"], ["access_token", "659961cca61de311b4b453a813e34e98"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2016-06-16 23:52:19.269791"], ["updated_at", "2016-06-16 23:52:19.269791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1265911280 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1265911280], ["username", "billy_02"], ["access_token", "86d78b356177466d2497ccaef46b7e54"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2016-06-16 23:52:19.271708"], ["updated_at", "2016-06-16 23:52:19.271708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -867379748 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -867379748], ["username", "billy_03"], ["access_token", "e093f49e9f3987d9298f4d0748e40801"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2016-06-16 23:52:19.273608"], ["updated_at", "2016-06-16 23:52:19.273608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749068052 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -749068052], ["username", "billy_04"], ["access_token", "c2d91d7ca1ce5ad5ab6f0cd8c19e9c45"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 23:52:19.275438"], ["updated_at", "2016-06-16 23:52:19.275438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1770202484 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1770202484], ["username", "billy_05"], ["access_token", "b2e566cd1ba7397c00e33b8ab22a0ed8"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 23:52:19.277222"], ["updated_at", "2016-06-16 23:52:19.277222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -313117524 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -313117524], ["username", "billy_06"], ["access_token", "849ecadbcedba69521586946379c8508"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 23:52:19.279048"], ["updated_at", "2016-06-16 23:52:19.279048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2012555851 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2012555851], ["username", "billy_07"], ["access_token", "18e858899822e2ee883495892bbad82e"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 23:52:19.280811"], ["updated_at", "2016-06-16 23:52:19.280811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -940928612 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -940928612], ["username", "billy_08"], ["access_token", "60923f967373978d9bee6fdad30194c4"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 23:52:19.282773"], ["updated_at", "2016-06-16 23:52:19.282773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1325828554 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1325828554], ["username", "billy_09"], ["access_token", "e1dd13ae7c7f7f375159b506fdf8259c"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 23:52:19.284611"], ["updated_at", "2016-06-16 23:52:19.284611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -201173320 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -201173320], ["username", "billy_10"], ["access_token", "f73e3133f368d61b3b61b58daf7d62ef"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 23:52:19.286667"], ["updated_at", "2016-06-16 23:52:19.286667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -432929842 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -432929842], ["username", "billy_11"], ["access_token", "d5ac344b8eeeebc4dfc1fd606bdfdcbd"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 23:52:19.288531"], ["updated_at", "2016-06-16 23:52:19.288531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -221166401 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -221166401], ["username", "billy_12"], ["access_token", "2430b844d6de4785ef4ac840d34ef39a"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 23:52:19.290309"], ["updated_at", "2016-06-16 23:52:19.290309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -661725242 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -661725242], ["username", "billy_13"], ["access_token", "287716e30047c643e68f622a13acf14a"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 23:52:19.292098"], ["updated_at", "2016-06-16 23:52:19.292098"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -202638100 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -202638100], ["username", "billy_14"], ["access_token", "3e8c61552caaaf4b5f9a00cae682bb46"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 23:52:19.294138"], ["updated_at", "2016-06-16 23:52:19.294138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -74450139 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -74450139], ["username", "billy_15"], ["access_token", "d401ed8854aedca3a559b469b0365c8e"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 23:52:19.296314"], ["updated_at", "2016-06-16 23:52:19.296314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -389469210 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -389469210], ["username", "billy_16"], ["access_token", "9e542708cef52009ecbae2d988f235fd"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 23:52:19.298080"], ["updated_at", "2016-06-16 23:52:19.298080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1077358570 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1077358570], ["username", "billy_17"], ["access_token", "634fc6c046c05232ce5dd6e92f57c0ed"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 23:52:19.299835"], ["updated_at", "2016-06-16 23:52:19.299835"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2068305570 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2068305570], ["username", "billy_18"], ["access_token", "634bb1bc9374e0b9ea58f2595fee07ab"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 23:52:19.302051"], ["updated_at", "2016-06-16 23:52:19.302051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2101222850 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2101222850], ["username", "billy_19"], ["access_token", "483b74a286742b55a7ee43310d62f604"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 23:52:19.304176"], ["updated_at", "2016-06-16 23:52:19.304176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -178450161 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -178450161], ["username", "billy_20"], ["access_token", "f64e8f1c12c122ce1b4d5dd9f15d1251"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 23:52:19.306083"], ["updated_at", "2016-06-16 23:52:19.306083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -880322617 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -880322617], ["username", "billy_21"], ["access_token", "7f0ad3992bcc95de6b5cd819858e8f7d"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 23:52:19.307935"], ["updated_at", "2016-06-16 23:52:19.307935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1259676542 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1259676542], ["username", "billy_22"], ["access_token", "e49230f1ac73ac7f38d1d4aca311fcf4"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 23:52:19.309795"], ["updated_at", "2016-06-16 23:52:19.309795"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -351136942 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -351136942], ["username", "billy_23"], ["access_token", "f9733cae069cc9079642d8cb670a7abd"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 23:52:19.311716"], ["updated_at", "2016-06-16 23:52:19.311716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2121963423 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2121963423], ["username", "billy_24"], ["access_token", "1f0ae71ac67796a47d4afe4fb09c47e5"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 23:52:19.313568"], ["updated_at", "2016-06-16 23:52:19.313568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -849138285 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -849138285], ["username", "billy_25"], ["access_token", "f787a9da5185411831c381d5e7c5d936"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 23:52:19.315560"], ["updated_at", "2016-06-16 23:52:19.315560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -371022651 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -371022651], ["username", "billy_26"], ["access_token", "40da52bcb6067cf796358acf6ad15892"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 23:52:19.317466"], ["updated_at", "2016-06-16 23:52:19.317466"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -788287734 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -788287734], ["username", "billy_27"], ["access_token", "c3805a9495a39b48d4862c02ff40fc04"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 23:52:19.319259"], ["updated_at", "2016-06-16 23:52:19.319259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1224890801 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1224890801], ["username", "billy_28"], ["access_token", "c5ee7a524ada0375a5caa0f0897b71c2"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 23:52:19.321156"], ["updated_at", "2016-06-16 23:52:19.321156"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -600244816 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -600244816], ["username", "billy_29"], ["access_token", "d5003310d13213c99744a43072af9d7d"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 23:52:19.323248"], ["updated_at", "2016-06-16 23:52:19.323248"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -887783585 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -887783585], ["username", "billy_30"], ["access_token", "964c3427b2c7d293d8111131bc64bc98"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 23:52:19.325157"], ["updated_at", "2016-06-16 23:52:19.325157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -862785425 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -862785425], ["username", "billy_31"], ["access_token", "9e731f7d80d69e61935c5f197f8dcb9f"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 23:52:19.326979"], ["updated_at", "2016-06-16 23:52:19.326979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -748956748 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -748956748], ["username", "billy_32"], ["access_token", "26c67c74ab1dd76be0fa3dbb898aa093"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 23:52:19.328808"], ["updated_at", "2016-06-16 23:52:19.328808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366368113 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -366368113], ["username", "billy_33"], ["access_token", "47bbae8286c8d40e410668427fe9af4d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 23:52:19.330697"], ["updated_at", "2016-06-16 23:52:19.330697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -478203817 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -478203817], ["username", "billy_34"], ["access_token", "c7edd14976c64dee09fa71a9541f8541"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 23:52:19.332641"], ["updated_at", "2016-06-16 23:52:19.332641"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1826000593 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1826000593], ["username", "billy_35"], ["access_token", "c604207cd68f5517282ad55301e7ae2a"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 23:52:19.334892"], ["updated_at", "2016-06-16 23:52:19.334892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1784959315 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1784959315], ["username", "billy_36"], ["access_token", "5a9a28a09b56f7df7f86912ed1a13e6f"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 23:52:19.337017"], ["updated_at", "2016-06-16 23:52:19.337017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2018450249 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2018450249], ["username", "billy_37"], ["access_token", "1621c6d80862bf2f9c9d62ce91ad9168"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 23:52:19.339336"], ["updated_at", "2016-06-16 23:52:19.339336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1617260027 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1617260027], ["username", "billy_38"], ["access_token", "1fe585aab5e385446fed41b951303782"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 23:52:19.341753"], ["updated_at", "2016-06-16 23:52:19.341753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -18216643 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -18216643], ["username", "billy_39"], ["access_token", "525f7b6fab1ea94efe8df3f29687d227"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 23:52:19.343929"], ["updated_at", "2016-06-16 23:52:19.343929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -829824193 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -829824193], ["username", "billy_40"], ["access_token", "a9c1c78056e43714b2abf6d9d24d7a7e"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 23:52:19.345971"], ["updated_at", "2016-06-16 23:52:19.345971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1083656541 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1083656541], ["username", "billy_41"], ["access_token", "8ba616a2203f165d5de50dbc973b0278"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 23:52:19.347981"], ["updated_at", "2016-06-16 23:52:19.347981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -993123923 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -993123923], ["username", "billy_42"], ["access_token", "ce6074ef5f2327945fdd8741b4d452f9"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 23:52:19.350061"], ["updated_at", "2016-06-16 23:52:19.350061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -326026140 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -326026140], ["username", "billy_43"], ["access_token", "cfd0ba907afdbf9dd5fa89cc91bf8985"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 23:52:19.352173"], ["updated_at", "2016-06-16 23:52:19.352173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1636405038 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1636405038], ["username", "billy_44"], ["access_token", "8523bcbb5264e1fefa6439dbea0f6469"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 23:52:19.354124"], ["updated_at", "2016-06-16 23:52:19.354124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1011634743 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1011634743], ["username", "billy_45"], ["access_token", "83ef948a03e551bf84d47e9a499149c6"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 23:52:19.356016"], ["updated_at", "2016-06-16 23:52:19.356016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2112285539 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2112285539], ["username", "billy_46"], ["access_token", "f67e00f685358b1697e5a7edf3b2a8e7"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 23:52:19.357993"], ["updated_at", "2016-06-16 23:52:19.357993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1781956973 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1781956973], ["username", "billy_47"], ["access_token", "0465466fdbf4e5f0a179e061c09627c3"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 23:52:19.359832"], ["updated_at", "2016-06-16 23:52:19.359832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -758965974 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -758965974], ["username", "billy_48"], ["access_token", "fc2e7601007c0d1f23ffdf6cf5625880"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 23:52:19.361652"], ["updated_at", "2016-06-16 23:52:19.361652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -65422543 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -65422543], ["username", "billy_49"], ["access_token", "59784f0c7e9cbaa6e49c29bedef64e46"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 23:52:19.363428"], ["updated_at", "2016-06-16 23:52:19.363428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "b5e4cb34a064d738b651a3da86b6a3a3"], ["created_at", "2016-06-16 23:52:19.372537"], ["updated_at", "2016-06-16 23:52:19.372537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "5d509f154680fd4c028bd38ad997ee1e"], ["created_at", "2016-06-16 23:52:19.380816"], ["updated_at", "2016-06-16 23:52:19.380816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Redirected to http://test.host/accounts/dev/accounts Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "49036c8888a3876a4b8beda8fe8fe321"], ["created_at", "2016-06-16 23:52:19.385894"], ["updated_at", "2016-06-16 23:52:19.385894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://localhost:54561/logout Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "2e06011c28a6a2100fd22b82d295f3f2"], ["created_at", "2016-06-16 23:52:19.399783"], ["updated_at", "2016-06-16 23:52:19.399783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"https://woohoo"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "42d4ea08532cdd8a4e3fa6bd1b78847c"], ["created_at", "2016-06-16 23:52:19.406457"], ["updated_at", "2016-06-16 23:52:19.406457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::SessionsController#new as HTML Parameters: {"return_to"=>"http://jimmy"} Redirected to http://test.host/accounts/auth/openstax Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "4fe71288f53e8a8a2dc270fb6846beae"], ["created_at", "2016-06-16 23:52:19.413556"], ["updated_at", "2016-06-16 23:52:19.413556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Processing by OpenStax::Accounts::SessionsController#destroy as HTML Redirected to http://test.host/ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "7d8dc8f4e7030b6677f08408f172e8dc"], ["created_at", "2016-06-16 23:52:19.419711"], ["updated_at", "2016-06-16 23:52:19.419711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2016-06-16 23:52:19.427058"], ["updated_at", "2016-06-16 23:52:19.427058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2016-06-16 23:52:19.428870"], ["updated_at", "2016-06-16 23:52:19.428870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2016-06-16 23:52:19.430854"], ["updated_at", "2016-06-16 23:52:19.430854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 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", "2016-06-16 23:52:19.433025"], ["updated_at", "2016-06-16 23:52:19.433025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2016-06-16 23:52:19.434484"], ["updated_at", "2016-06-16 23:52:19.434484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 1 AND "openstax_accounts_group_owners"."group_id" = 4) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2016-06-16 23:52:19.436433"], ["updated_at", "2016-06-16 23:52:19.436433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 1 LIMIT 1 SQL (0.1ms) 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", "2016-06-16 23:52:19.438326"], ["updated_at", "2016-06-16 23:52:19.438326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 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]] Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) 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]] 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]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]] 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]] 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]] 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]] 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]] 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]]  (0.0ms) SAVEPOINT active_record_1 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]] 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" = 3) LIMIT 1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] 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" = 3) LIMIT 1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 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", "2016-06-16 23:52:19.478406"], ["updated_at", "2016-06-16 23:52:19.478406"]] OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 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", "2016-06-16 23:52:19.479897"], ["updated_at", "2016-06-16 23:52:19.479897"]] 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" = 3) LIMIT 1 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", "2016-06-16 23:52:19.481585"], ["updated_at", "2016-06-16 23:52:19.481585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]] 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]] 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]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 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", "2016-06-16 23:52:19.486838"], ["updated_at", "2016-06-16 23:52:19.486838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "name" = ?, "updated_at" = ? WHERE "openstax_accounts_groups"."id" = ? [["name", "M"], ["updated_at", "2016-06-16 23:52:19.488565"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 3 AND "openstax_accounts_groups"."id" != 3) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 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]] 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 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 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 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 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]] Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) 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]] 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]] 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]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 2]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]] 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]] 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]] 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]] 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]] 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]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 3]] 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 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", "2016-06-16 23:52:19.541278"], ["updated_at", "2016-06-16 23:52:19.541278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 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", "2016-06-16 23:52:19.546094"], ["updated_at", "2016-06-16 23:52:19.546094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 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]] 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" = 3) LIMIT 1 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", "2016-06-16 23:52:19.549159"], ["updated_at", "2016-06-16 23:52:19.549159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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]]  (0.0ms) SAVEPOINT active_record_1 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  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 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]] 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 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 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 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 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]] OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 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]]  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "6effff0c6ff026f3a0364749ffe78c29"], ["created_at", "2016-06-16 23:52:19.579593"], ["updated_at", "2016-06-16 23:52:19.579593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML Parameters: {"id"=>"10"} OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 10]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] Redirected to http://test.host/ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 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", "a4777fa6d444df9af3b1d19e4a8c5641"], ["created_at", "2016-06-16 23:52:19.588701"], ["updated_at", "2016-06-16 23:52:19.588701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by OpenStax::Accounts::Dev::AccountsController#index as HTML Rendered /Users/dante/Desktop/accounts-rails/app/views/openstax/accounts/dev/accounts/index.html.erb within layouts/openstax/accounts/application (0.2ms) Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 23:52:19.602844"], ["updated_at", "2016-06-16 23:52:19.602844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started POST "/api/dummy?test=true" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 Parameters: {"test"=>"true"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2123833450 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2123833450], ["username", "d709bf3c099b8e6fb23eb4445c4f508d"], ["access_token", "74a047d2ce6c43eed8834e6fe0d718f7"], ["created_at", "2016-06-16 23:52:19.624818"], ["updated_at", "2016-06-16 23:52:19.624818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1143778436 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1143778436], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.627221"], ["updated_at", "2016-06-16 23:52:19.627221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -463422665 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -463422665], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.629164"], ["updated_at", "2016-06-16 23:52:19.629164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1143778436/nestings/-463422665" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1143778436", "member_group_id"=>"-463422665"} Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1647332040 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1647332040], ["username", "2fe8d47a6af499a10814d0af8289a53b"], ["access_token", "a1081c22e996ec04b424a7701bbb147c"], ["created_at", "2016-06-16 23:52:19.644921"], ["updated_at", "2016-06-16 23:52:19.644921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -77426913 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -77426913], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.647227"], ["updated_at", "2016-06-16 23:52:19.647227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -545572305 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -545572305], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.649199"], ["updated_at", "2016-06-16 23:52:19.649199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] 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", -545572305]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- - -545572305 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 1]] 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", -77426913]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- - -77426913 ' WHERE "openstax_accounts_groups"."id" = ? [["id", 1]] SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -545572305 SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -77426913 SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -77426913], ["member_group_id", -545572305], ["created_at", "2016-06-16 23:52:19.651392"], ["updated_at", "2016-06-16 23:52:19.651392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-77426913/nestings/-545572305" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-77426913", "member_group_id"=>"-545572305"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1815542237 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1815542237], ["username", "bad49c4124d872e7a06824a1f09f3e19"], ["access_token", "7715211fd248dbedd2f4c13853a2f9bb"], ["created_at", "2016-06-16 23:52:19.680281"], ["updated_at", "2016-06-16 23:52:19.680281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/users?q=something" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1474293119 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1474293119], ["username", "b2577863ceaf6ea18181534e5c6833f8"], ["access_token", "62ff810b70f3816ea7e38b29b22604f2"], ["created_at", "2016-06-16 23:52:19.703278"], ["updated_at", "2016-06-16 23:52:19.703278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"username\":\"dummy\"}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -995518554 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -995518554], ["username", "0ab92216cb1ecb68e795b00fc2805749"], ["access_token", "e1301ac6bd2e93f7fe87f466d040a747"], ["created_at", "2016-06-16 23:52:19.726700"], ["updated_at", "2016-06-16 23:52:19.726700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started POST "/api/user/find-or-create" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"email\":\"dummy@dum.my\"}"=>nil} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -238655378 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -238655378], ["username", "ebe5cae0a618a96ae3be55eda5b9d090"], ["access_token", "ba6d93e986cd64c7d76e5153657b7321"], ["created_at", "2016-06-16 23:52:19.745138"], ["updated_at", "2016-06-16 23:52:19.745138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/user" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 Parameters: {"{\"username\":\"ebe5cae0a618a96ae3be55eda5b9d090\",\"first_name\":null,\"last_name\":null,\"full_name\":null,\"title\":null}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1500596872 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1500596872], ["username", "18a6eb4d333362a3a87265f39c56a8e6"], ["access_token", "4b03fde196c45f37f2d097a307b79117"], ["created_at", "2016-06-16 23:52:19.757266"], ["updated_at", "2016-06-16 23:52:19.757266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1933121703 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1933121703], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.760236"], ["updated_at", "2016-06-16 23:52:19.760236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1931647745 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1931647745], ["username", "eb3d3c8f9daa49741b3c667750bec2a5"], ["access_token", "6be667b1b56545f9cc7c5c7730b8afb5"], ["created_at", "2016-06-16 23:52:19.762537"], ["updated_at", "2016-06-16 23:52:19.762537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-1933121703/members/-1931647745" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1933121703", "user_id"=>"-1931647745"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -315979827 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -315979827], ["username", "246b5c206a586f39080468e970ecd832"], ["access_token", "34aa85922f92c1d17fd243549b08f71c"], ["created_at", "2016-06-16 23:52:19.780725"], ["updated_at", "2016-06-16 23:52:19.780725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -97129407 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -97129407], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.784111"], ["updated_at", "2016-06-16 23:52:19.784111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1651598106 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1651598106], ["username", "097dce9a5021c61421665769fc22a5f6"], ["access_token", "185d023bd179dab955818a686c10a94a"], ["created_at", "2016-06-16 23:52:19.786526"], ["updated_at", "2016-06-16 23:52:19.786526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 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" = -97129407) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -97129407], ["user_id", -1651598106], ["created_at", "2016-06-16 23:52:19.788855"], ["updated_at", "2016-06-16 23:52:19.788855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-97129407/members/-1651598106" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-97129407", "user_id"=>"-1651598106"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1936238032 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1936238032], ["username", "7e46a90cae44c99dee17528567307b20"], ["access_token", "bf56c4ded0173c83df901414a2f7b412"], ["created_at", "2016-06-16 23:52:19.800667"], ["updated_at", "2016-06-16 23:52:19.800667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -322239451 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -322239451], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.803307"], ["updated_at", "2016-06-16 23:52:19.803307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1570266163 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1570266163], ["username", "f2902f7b93ed1d33cd09b888d0f76a0c"], ["access_token", "948c3d7f0ae741060731432bfa715eb3"], ["created_at", "2016-06-16 23:52:19.805468"], ["updated_at", "2016-06-16 23:52:19.805468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups/-322239451/owners/-1570266163" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-322239451", "user_id"=>"-1570266163"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -72301499 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -72301499], ["username", "2968e5b67f2d39d865ca50580e2d3dd1"], ["access_token", "e53a959b045a4a0562d0913e16dd9a83"], ["created_at", "2016-06-16 23:52:19.821004"], ["updated_at", "2016-06-16 23:52:19.821004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1756036617 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1756036617], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.823570"], ["updated_at", "2016-06-16 23:52:19.823570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -404993017 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -404993017], ["username", "ca7476504fe8f994f64142921306de9e"], ["access_token", "45fbac6f1d483cf4a99be13092eb81f7"], ["created_at", "2016-06-16 23:52:19.825744"], ["updated_at", "2016-06-16 23:52:19.825744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 2 AND "openstax_accounts_group_owners"."group_id" = -1756036617) LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1756036617], ["user_id", -404993017], ["created_at", "2016-06-16 23:52:19.827806"], ["updated_at", "2016-06-16 23:52:19.827806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-1756036617/owners/-404993017" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"group_id"=>"-1756036617", "user_id"=>"-404993017"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 23:52:19.840743"], ["updated_at", "2016-06-16 23:52:19.840743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_groups/updates" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 23:52:19.860445"], ["updated_at", "2016-06-16 23:52:19.860445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"id\":1,\"read_updates\":1}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -478745600 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -478745600], ["username", "79bd06261f4145507137d809a9d128a1"], ["access_token", "0f4e285dd5186ee5d572afd54e76c983"], ["created_at", "2016-06-16 23:52:19.878607"], ["updated_at", "2016-06-16 23:52:19.878607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -945050483 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -945050483], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.880976"], ["updated_at", "2016-06-16 23:52:19.880976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/api/groups" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupsController#create as application/vnd.accounts.openstax.v1 Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1844909901 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1844909901], ["username", "2f16beb54a44b8baba5b4b321ba79175"], ["access_token", "f6ac1ca05c02922db7d933ffe58b26df"], ["created_at", "2016-06-16 23:52:19.896668"], ["updated_at", "2016-06-16 23:52:19.896668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -415639373 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -415639373], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.899706"], ["updated_at", "2016-06-16 23:52:19.899706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -415639373 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/api/groups/-415639373" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 Parameters: {"id"=>"-415639373"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -954313645 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -954313645], ["username", "4df7d7d80657eb9eee4ac1928ba59258"], ["access_token", "e3978a5752b09cea0951c5911c09fba7"], ["created_at", "2016-06-16 23:52:19.913634"], ["updated_at", "2016-06-16 23:52:19.913634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -796494665 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -796494665], ["name", "MyGroup"], ["created_at", "2016-06-16 23:52:19.915961"], ["updated_at", "2016-06-16 23:52:19.915961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -796494665 AND "openstax_accounts_groups"."id" != 1) LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/api/groups/-796494665" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil, "id"=>"-796494665"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 23:52:19.928646"], ["updated_at", "2016-06-16 23:52:19.928646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/api/application_users?q=something" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 Parameters: {"q"=>"something"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 23:52:19.949584"], ["updated_at", "2016-06-16 23:52:19.949584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started PUT "/api/application_users/updated" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 Parameters: {"{\"id\":1,\"read_updates\":1}"=>nil} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "2016-06-16 23:52:19.968030"], ["updated_at", "2016-06-16 23:52:19.968030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started POST "/oauth/token" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by OauthController#token as */* Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/api/application_users/updates" for 127.0.0.1 at 2016-06-16 18:52:19 -0500 Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -226625630 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -226625630], ["username", "jstrav"], ["access_token", "11394a792561a1b925ff103a1bb564ac"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:19.985786"], ["updated_at", "2016-06-16 23:52:19.985786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1443689315 LIMIT 1 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", -1443689315], ["username", "mary"], ["access_token", "af8367497a59a6f3b978cd906660b7d8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:19.988116"], ["updated_at", "2016-06-16 23:52:19.988116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1695341552 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1695341552], ["username", "jstead"], ["access_token", "731643b271de732d21f912be45e39d65"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:19.990204"], ["updated_at", "2016-06-16 23:52:19.990204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -786784972 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -786784972], ["username", "bigbear"], ["access_token", "2cc082ad7635457d5a9035ed0cec41e7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:19.992048"], ["updated_at", "2016-06-16 23:52:19.992048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts"  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1404814691 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1404814691], ["username", "jstrav"], ["access_token", "77a1258b3333ae3802be75bb970d132b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:19.997340"], ["updated_at", "2016-06-16 23:52:19.997340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1439047216 LIMIT 1 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", -1439047216], ["username", "mary"], ["access_token", "f87b14a9274d435370324725108c89fb"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:19.999577"], ["updated_at", "2016-06-16 23:52:19.999577"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -881716173 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -881716173], ["username", "jstead"], ["access_token", "4a423485a7c3f8afa5cd3ab7308e25a2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.001708"], ["updated_at", "2016-06-16 23:52:20.001708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -301938808 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -301938808], ["username", "bigbear"], ["access_token", "283c776c3e59597d9164f4e76316c22d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.003693"], ["updated_at", "2016-06-16 23:52:20.003693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (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))  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1742136379 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1742136379], ["username", "jstrav"], ["access_token", "e634b367d2383f296e1fe48cf8535af0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.010040"], ["updated_at", "2016-06-16 23:52:20.010040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1149467817 LIMIT 1 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", -1149467817], ["username", "mary"], ["access_token", "a21a35b823fae4d7c582726c8bde28a3"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.012219"], ["updated_at", "2016-06-16 23:52:20.012219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1399941156 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1399941156], ["username", "jstead"], ["access_token", "223f8387cf4ea00dbe113ac919d394a0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.014258"], ["updated_at", "2016-06-16 23:52:20.014258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -121097589 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -121097589], ["username", "bigbear"], ["access_token", "4a4ca9b0c2f8369ba69c42992d5f41b4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.016119"], ["updated_at", "2016-06-16 23:52:20.016119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (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))  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1314713852 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1314713852], ["username", "jstrav"], ["access_token", "4000abe07720117c6680b57f39aca239"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.022075"], ["updated_at", "2016-06-16 23:52:20.022075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -452362450 LIMIT 1 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", -452362450], ["username", "mary"], ["access_token", "c0d86baa5a783c0cef64d1b6cc9e25f0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.024257"], ["updated_at", "2016-06-16 23:52:20.024257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1992662961 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1992662961], ["username", "jstead"], ["access_token", "59520c847fe9131625fbc4b58071b9f6"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.026872"], ["updated_at", "2016-06-16 23:52:20.026872"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -770942698 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -770942698], ["username", "bigbear"], ["access_token", "8aeefa70becf43ebe092fce26ad4e786"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.029183"], ["updated_at", "2016-06-16 23:52:20.029183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -339488065 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -339488065], ["username", "jstrav"], ["access_token", "639c69ebd4f5d30cb1a9d18c9852d53e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.034786"], ["updated_at", "2016-06-16 23:52:20.034786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -528415116 LIMIT 1 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", -528415116], ["username", "mary"], ["access_token", "7add37d89f0579b8c807a207f8843a6c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.037169"], ["updated_at", "2016-06-16 23:52:20.037169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1962762053 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1962762053], ["username", "jstead"], ["access_token", "9f078c3b422fea7f0899fb213da82111"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.039272"], ["updated_at", "2016-06-16 23:52:20.039272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1337681035 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1337681035], ["username", "bigbear"], ["access_token", "ef888bce86777c0495d87daeef3d4823"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.041098"], ["updated_at", "2016-06-16 23:52:20.041098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726133536 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -726133536], ["username", "jstrav"], ["access_token", "758d3be60732c83162add8484b25b881"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.046422"], ["updated_at", "2016-06-16 23:52:20.046422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -598676461 LIMIT 1 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", -598676461], ["username", "mary"], ["access_token", "d96ea4b458b6331b37c943f537556abd"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.048581"], ["updated_at", "2016-06-16 23:52:20.048581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -988975182 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -988975182], ["username", "jstead"], ["access_token", "09f687fa912cef1a71f523dfcd85fb89"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.050910"], ["updated_at", "2016-06-16 23:52:20.050910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -638600476 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -638600476], ["username", "bigbear"], ["access_token", "219e15fc9f803d5ba636cbf2596743cd"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.052806"], ["updated_at", "2016-06-16 23:52:20.052806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (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%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1156156667 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1156156667], ["username", "jstrav"], ["access_token", "3afbfddc9b02fd715f43075f772de479"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.059466"], ["updated_at", "2016-06-16 23:52:20.059466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -696859477 LIMIT 1 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", -696859477], ["username", "mary"], ["access_token", "28677bb9e0504a3fd9f9c7322d35ca6f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.062354"], ["updated_at", "2016-06-16 23:52:20.062354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -210113679 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -210113679], ["username", "jstead"], ["access_token", "e1cf2a3a70274e4e76c9370742ad2c34"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.064451"], ["updated_at", "2016-06-16 23:52:20.064451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1216273630 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1216273630], ["username", "bigbear"], ["access_token", "7eb39c068f7b7f9517602a008d13251b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.066321"], ["updated_at", "2016-06-16 23:52:20.066321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (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))  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -784361976 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -784361976], ["username", "jstrav"], ["access_token", "7a638d6ef28ea26cb947b868b75aec58"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.072874"], ["updated_at", "2016-06-16 23:52:20.072874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -786945081 LIMIT 1 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", -786945081], ["username", "mary"], ["access_token", "b14334478eefed10519ba8b6a1c820fa"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.075003"], ["updated_at", "2016-06-16 23:52:20.075003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1942792080 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1942792080], ["username", "jstead"], ["access_token", "8379c7a6550778caf3b438617e0c8a4c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.077012"], ["updated_at", "2016-06-16 23:52:20.077012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1751462237 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1751462237], ["username", "bigbear"], ["access_token", "b802eb77c415f40f981f3d79149a0589"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.078878"], ["updated_at", "2016-06-16 23:52:20.078878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."first_name" LIKE 'John%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1402286979 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1402286979], ["username", "jstrav"], ["access_token", "83767539924e6e123f45d1a34aa9564a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.084237"], ["updated_at", "2016-06-16 23:52:20.084237"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -633002506 LIMIT 1 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", -633002506], ["username", "mary"], ["access_token", "27872469bd1c0da3059252ee7bcb3891"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.086490"], ["updated_at", "2016-06-16 23:52:20.086490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1271840186 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1271840186], ["username", "jstead"], ["access_token", "05c094fcc06c117abe9ca6b00dacefd4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.088526"], ["updated_at", "2016-06-16 23:52:20.088526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1189199179 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1189199179], ["username", "bigbear"], ["access_token", "c8b909a01c438da55fc3452717775636"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.090210"], ["updated_at", "2016-06-16 23:52:20.090210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'ar%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1646214510 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1646214510], ["username", "jstrav"], ["access_token", "2b0091a9efc208c488c6da46b187064d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.095460"], ["updated_at", "2016-06-16 23:52:20.095460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -440577878 LIMIT 1 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", -440577878], ["username", "mary"], ["access_token", "970c32a525d71e68f068d35388cc31cc"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.097459"], ["updated_at", "2016-06-16 23:52:20.097459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -277298227 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -277298227], ["username", "jstead"], ["access_token", "17064e688a3ddda988a2774df6e57a37"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.099585"], ["updated_at", "2016-06-16 23:52:20.099585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -615523425 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -615523425], ["username", "bigbear"], ["access_token", "a136462a63f78abb6bd761b69f11433f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.101398"], ["updated_at", "2016-06-16 23:52:20.101398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1870414758 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1870414758], ["username", "jstrav"], ["access_token", "5ce31f8a3b3602b163a0c87c9e50d53b"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.106802"], ["updated_at", "2016-06-16 23:52:20.106802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1605729288 LIMIT 1 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", -1605729288], ["username", "mary"], ["access_token", "2ca6c49f97a76594e3ba07d32a2ad84c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.108945"], ["updated_at", "2016-06-16 23:52:20.108945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1743701831 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1743701831], ["username", "jstead"], ["access_token", "50d046920462d820b424e01b9894e353"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.111111"], ["updated_at", "2016-06-16 23:52:20.111111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -389716744 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -389716744], ["username", "bigbear"], ["access_token", "516490aa1099eaad5609e128db0e71f2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.112992"], ["updated_at", "2016-06-16 23:52:20.112992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -754422053 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -754422053], ["username", "billy_00"], ["access_token", "0d223d02f8737b4ac93419b7af5f6053"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 23:52:20.114891"], ["updated_at", "2016-06-16 23:52:20.114891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1753996871 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1753996871], ["username", "billy_01"], ["access_token", "6e21701bf4ec4d75422eeb70fef2d2f8"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 23:52:20.116683"], ["updated_at", "2016-06-16 23:52:20.116683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1258480396 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1258480396], ["username", "billy_02"], ["access_token", "e8899bf603180028d302f9458bba046b"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 23:52:20.118389"], ["updated_at", "2016-06-16 23:52:20.118389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1373998538 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1373998538], ["username", "billy_03"], ["access_token", "8675d78ac68a5ecf9e4733d94321ab09"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 23:52:20.120081"], ["updated_at", "2016-06-16 23:52:20.120081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -409010404 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -409010404], ["username", "billy_04"], ["access_token", "8c8adf271a73dace153aa871f41b6368"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 23:52:20.121811"], ["updated_at", "2016-06-16 23:52:20.121811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1768641061 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1768641061], ["username", "billy_05"], ["access_token", "f53d08df78b42561e7c5d6a8acec3f25"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 23:52:20.123685"], ["updated_at", "2016-06-16 23:52:20.123685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -126101580 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -126101580], ["username", "billy_06"], ["access_token", "692eea9f9e5dd53296dc744186e84028"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 23:52:20.125365"], ["updated_at", "2016-06-16 23:52:20.125365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1122372700 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1122372700], ["username", "billy_07"], ["access_token", "9b13b6a08e38d30ee925591f4eb181f2"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 23:52:20.127031"], ["updated_at", "2016-06-16 23:52:20.127031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1222790526 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1222790526], ["username", "billy_08"], ["access_token", "43d7158ebb32fb0cc61b65e02cdb9d1d"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 23:52:20.128742"], ["updated_at", "2016-06-16 23:52:20.128742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1588292726 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1588292726], ["username", "billy_09"], ["access_token", "ec78a07b75b9c99a12ed4dfbae0af9cd"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 23:52:20.130623"], ["updated_at", "2016-06-16 23:52:20.130623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1275820937 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1275820937], ["username", "billy_10"], ["access_token", "027404808cc56d9f0efc91f4cb50636d"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 23:52:20.132353"], ["updated_at", "2016-06-16 23:52:20.132353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1462570443 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1462570443], ["username", "billy_11"], ["access_token", "6351998419c66c063667ae9261e22b77"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 23:52:20.134039"], ["updated_at", "2016-06-16 23:52:20.134039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -543198748 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -543198748], ["username", "billy_12"], ["access_token", "9f0b9ac0c61dc862c4268722b23ee891"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 23:52:20.135934"], ["updated_at", "2016-06-16 23:52:20.135934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -813875468 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -813875468], ["username", "billy_13"], ["access_token", "868b6fa46f3f4c4c2fd91347974d3616"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 23:52:20.137872"], ["updated_at", "2016-06-16 23:52:20.137872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1176887332 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1176887332], ["username", "billy_14"], ["access_token", "1e3cbcdbd3d69852eef7f72a40402c2a"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 23:52:20.139667"], ["updated_at", "2016-06-16 23:52:20.139667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1198916277 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1198916277], ["username", "billy_15"], ["access_token", "1693c2cc5eb3011e56ecbc66dd52d7a3"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 23:52:20.141475"], ["updated_at", "2016-06-16 23:52:20.141475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -629265183 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -629265183], ["username", "billy_16"], ["access_token", "4447c95b87d406b99de40fc17cb18774"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 23:52:20.143224"], ["updated_at", "2016-06-16 23:52:20.143224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1459637594 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1459637594], ["username", "billy_17"], ["access_token", "446da4c9c5d5ace352c330be7c55ee33"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 23:52:20.144909"], ["updated_at", "2016-06-16 23:52:20.144909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -177116882 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -177116882], ["username", "billy_18"], ["access_token", "e750ba35c291891c74a4e67045cf8470"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 23:52:20.146610"], ["updated_at", "2016-06-16 23:52:20.146610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1181793970 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1181793970], ["username", "billy_19"], ["access_token", "c496aa6307f68d8115946a03a49d3a69"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 23:52:20.148268"], ["updated_at", "2016-06-16 23:52:20.148268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1527888551 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1527888551], ["username", "billy_20"], ["access_token", "889f659845ae96328bb640b3cb4b5bda"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 23:52:20.149934"], ["updated_at", "2016-06-16 23:52:20.149934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1345045574 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1345045574], ["username", "billy_21"], ["access_token", "a2fe9854a255a04cf4e44fc758088824"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 23:52:20.151605"], ["updated_at", "2016-06-16 23:52:20.151605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1929586602 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1929586602], ["username", "billy_22"], ["access_token", "d8023d1301e091e6cf2e406156aef3e2"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 23:52:20.153255"], ["updated_at", "2016-06-16 23:52:20.153255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2104487291 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2104487291], ["username", "billy_23"], ["access_token", "262f32b271029f28105be83cfeea2791"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 23:52:20.155108"], ["updated_at", "2016-06-16 23:52:20.155108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1812770806 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1812770806], ["username", "billy_24"], ["access_token", "8f77cb31914e9dce25785f34afda6282"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 23:52:20.156782"], ["updated_at", "2016-06-16 23:52:20.156782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -561528393 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -561528393], ["username", "billy_25"], ["access_token", "7e31e3eb08bc845f2239ee1490806716"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 23:52:20.158430"], ["updated_at", "2016-06-16 23:52:20.158430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1921074312 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1921074312], ["username", "billy_26"], ["access_token", "43782179b8ec7faa0836671b88a69734"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 23:52:20.160136"], ["updated_at", "2016-06-16 23:52:20.160136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -396310762 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -396310762], ["username", "billy_27"], ["access_token", "68b6ea8eb2bb6c54008e06f22b785f11"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 23:52:20.161772"], ["updated_at", "2016-06-16 23:52:20.161772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1374097895 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1374097895], ["username", "billy_28"], ["access_token", "424afee6b24358b4603553ec06f82c53"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 23:52:20.163409"], ["updated_at", "2016-06-16 23:52:20.163409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1828570006 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1828570006], ["username", "billy_29"], ["access_token", "f59ec40bc7488a61acde24f9d3467887"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 23:52:20.165095"], ["updated_at", "2016-06-16 23:52:20.165095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1569561186 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1569561186], ["username", "billy_30"], ["access_token", "d512c8045444672e1e537a2eddd14ba2"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 23:52:20.166940"], ["updated_at", "2016-06-16 23:52:20.166940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1026076163 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1026076163], ["username", "billy_31"], ["access_token", "4dd8fc2122ace97ab3d29b7a4c2eead6"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 23:52:20.168580"], ["updated_at", "2016-06-16 23:52:20.168580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726292316 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -726292316], ["username", "billy_32"], ["access_token", "fb66f3ca5c6a973ecbec38dd69372aeb"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 23:52:20.170206"], ["updated_at", "2016-06-16 23:52:20.170206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -298142090 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -298142090], ["username", "billy_33"], ["access_token", "7d5a0bb473e83e587403d65ed253b2a3"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 23:52:20.171836"], ["updated_at", "2016-06-16 23:52:20.171836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1327735736 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1327735736], ["username", "billy_34"], ["access_token", "9b803110ebd24007886c93cc9a1eddf8"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 23:52:20.173457"], ["updated_at", "2016-06-16 23:52:20.173457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -897879569 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -897879569], ["username", "billy_35"], ["access_token", "33dd45ebe25ce218d555ad1942d83599"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 23:52:20.175142"], ["updated_at", "2016-06-16 23:52:20.175142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1904782755 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1904782755], ["username", "billy_36"], ["access_token", "08f594f3b5f7a3d7ab864472d5aa304f"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 23:52:20.176853"], ["updated_at", "2016-06-16 23:52:20.176853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -517429994 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -517429994], ["username", "billy_37"], ["access_token", "12ee69cf49e2deadb7c69995b2b19dad"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 23:52:20.178591"], ["updated_at", "2016-06-16 23:52:20.178591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1437206776 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1437206776], ["username", "billy_38"], ["access_token", "1b2d261f35a10b890afa97057d015b1c"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 23:52:20.180278"], ["updated_at", "2016-06-16 23:52:20.180278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1544818632 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1544818632], ["username", "billy_39"], ["access_token", "62e77c9dc4e017ea6e602181c98a25a8"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 23:52:20.182013"], ["updated_at", "2016-06-16 23:52:20.182013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -904718579 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -904718579], ["username", "billy_40"], ["access_token", "0769ec39a3ea5ef2cf9abe8929dae091"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 23:52:20.183737"], ["updated_at", "2016-06-16 23:52:20.183737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1880649694 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1880649694], ["username", "billy_41"], ["access_token", "07ccdb9ea385a48dffcc94af8dae68b9"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 23:52:20.185461"], ["updated_at", "2016-06-16 23:52:20.185461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1288202299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1288202299], ["username", "billy_42"], ["access_token", "ff174e58061f391b264321fdfc8afe63"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 23:52:20.187302"], ["updated_at", "2016-06-16 23:52:20.187302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -867481642 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -867481642], ["username", "billy_43"], ["access_token", "b3cf832416e9dcfce856c776001fb481"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 23:52:20.188937"], ["updated_at", "2016-06-16 23:52:20.188937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1948805993 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1948805993], ["username", "billy_44"], ["access_token", "53731ac8c2d48d4f4850b2fd87326c67"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 23:52:20.190571"], ["updated_at", "2016-06-16 23:52:20.190571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -407671800 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -407671800], ["username", "billy_45"], ["access_token", "b0da79237d92560abaccf94d79e010a1"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 23:52:20.192275"], ["updated_at", "2016-06-16 23:52:20.192275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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 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 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  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2074982376 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2074982376], ["username", "jstrav"], ["access_token", "a4cfab197df0b68056f848e6263a8acd"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.199248"], ["updated_at", "2016-06-16 23:52:20.199248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1729518211 LIMIT 1 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", -1729518211], ["username", "mary"], ["access_token", "e7e116127bb657dcbbc7b79aae352b9a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.201493"], ["updated_at", "2016-06-16 23:52:20.201493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1340177182 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1340177182], ["username", "jstead"], ["access_token", "9b79bbf7502fea41909f44f97536b52d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.203581"], ["updated_at", "2016-06-16 23:52:20.203581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1725620873 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1725620873], ["username", "bigbear"], ["access_token", "c2af5ad3a3bed5a3fa69ac4f7380b1de"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.205316"], ["updated_at", "2016-06-16 23:52:20.205316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1831651548 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1831651548], ["username", "billy_00"], ["access_token", "60ab45e0b5e28680b73f5cc69f27eb3b"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 23:52:20.207022"], ["updated_at", "2016-06-16 23:52:20.207022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -753098128 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -753098128], ["username", "billy_01"], ["access_token", "5badfab9bd1eab88c217ce6838d40600"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 23:52:20.208773"], ["updated_at", "2016-06-16 23:52:20.208773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1089150360 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1089150360], ["username", "billy_02"], ["access_token", "a79a53fb4767d43a10609c04abe3cdb9"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 23:52:20.210449"], ["updated_at", "2016-06-16 23:52:20.210449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -316734011 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -316734011], ["username", "billy_03"], ["access_token", "091c4a1d859822310ec9c196a8f5ee34"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 23:52:20.212114"], ["updated_at", "2016-06-16 23:52:20.212114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2020039664 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2020039664], ["username", "billy_04"], ["access_token", "6a0ed798cde1082aed4da8cb2d7ef9b9"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 23:52:20.213868"], ["updated_at", "2016-06-16 23:52:20.213868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1568998662 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1568998662], ["username", "billy_05"], ["access_token", "979b086fe9443d7a7f0e9df81d9d3f9f"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 23:52:20.215692"], ["updated_at", "2016-06-16 23:52:20.215692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1642714380 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1642714380], ["username", "billy_06"], ["access_token", "49e762fd283642b9afaf287bd3d867da"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 23:52:20.217511"], ["updated_at", "2016-06-16 23:52:20.217511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -301364832 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -301364832], ["username", "billy_07"], ["access_token", "16194d8d52dc029205f143708118597d"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 23:52:20.219393"], ["updated_at", "2016-06-16 23:52:20.219393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -779051479 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -779051479], ["username", "billy_08"], ["access_token", "d8a0041d350c14d21abf531eb0946045"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 23:52:20.221117"], ["updated_at", "2016-06-16 23:52:20.221117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2028843528 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2028843528], ["username", "billy_09"], ["access_token", "c0849027fb272a2c810400669522858c"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 23:52:20.229917"], ["updated_at", "2016-06-16 23:52:20.229917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1873408711 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1873408711], ["username", "billy_10"], ["access_token", "3a2db7a27bd82c592c76a68bf632c323"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 23:52:20.231685"], ["updated_at", "2016-06-16 23:52:20.231685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1567724343 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1567724343], ["username", "billy_11"], ["access_token", "49aefe8deb740569a5995a3aca46bfa6"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 23:52:20.233781"], ["updated_at", "2016-06-16 23:52:20.233781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2049588556 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2049588556], ["username", "billy_12"], ["access_token", "6bf08baead8d830a4bcc7b8596a7c4a6"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 23:52:20.235914"], ["updated_at", "2016-06-16 23:52:20.235914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1407421530 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1407421530], ["username", "billy_13"], ["access_token", "e34ecbbe9809237eadd5ef9535c6cc7d"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 23:52:20.237870"], ["updated_at", "2016-06-16 23:52:20.237870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2053277650 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2053277650], ["username", "billy_14"], ["access_token", "fb864b2b6572f283e1221624b618df8b"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 23:52:20.239719"], ["updated_at", "2016-06-16 23:52:20.239719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1975184520 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1975184520], ["username", "billy_15"], ["access_token", "5e95768760a648d3586709370bda6cf6"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 23:52:20.241544"], ["updated_at", "2016-06-16 23:52:20.241544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -47948951 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -47948951], ["username", "billy_16"], ["access_token", "402e805df86ff03529aaced2587b4241"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 23:52:20.243351"], ["updated_at", "2016-06-16 23:52:20.243351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1287080580 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1287080580], ["username", "billy_17"], ["access_token", "afb2cdd03ac9684253871dea98a35b8b"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 23:52:20.245169"], ["updated_at", "2016-06-16 23:52:20.245169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1674045028 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1674045028], ["username", "billy_18"], ["access_token", "0b8ff91d5abdff90d861151f837a7a44"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 23:52:20.246926"], ["updated_at", "2016-06-16 23:52:20.246926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1597046778 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1597046778], ["username", "billy_19"], ["access_token", "aade99d565ce050de7e6882cf65cfe00"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 23:52:20.248712"], ["updated_at", "2016-06-16 23:52:20.248712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -857205320 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -857205320], ["username", "billy_20"], ["access_token", "d91f3cec517197cb829f103a642d2cec"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 23:52:20.250720"], ["updated_at", "2016-06-16 23:52:20.250720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1651863409 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1651863409], ["username", "billy_21"], ["access_token", "0323d1f95818be16248982c3e4c12980"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 23:52:20.252499"], ["updated_at", "2016-06-16 23:52:20.252499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -679815203 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -679815203], ["username", "billy_22"], ["access_token", "8b4f2c2dcbfaf71c0e1a04f79ab275d5"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 23:52:20.254315"], ["updated_at", "2016-06-16 23:52:20.254315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -838573630 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -838573630], ["username", "billy_23"], ["access_token", "489fee9c0f2a8f38d1afd73a3d595387"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 23:52:20.262491"], ["updated_at", "2016-06-16 23:52:20.262491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -827520468 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -827520468], ["username", "billy_24"], ["access_token", "6dae80dd85b08d9cfaabca6514a8e7b1"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 23:52:20.265581"], ["updated_at", "2016-06-16 23:52:20.265581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1917389208 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1917389208], ["username", "billy_25"], ["access_token", "fd9cc64aa1769012451c1d3d2529d391"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 23:52:20.267475"], ["updated_at", "2016-06-16 23:52:20.267475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1532479718 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1532479718], ["username", "billy_26"], ["access_token", "2590805fb7d1a8c7d56b146ef0f3ab0c"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 23:52:20.269324"], ["updated_at", "2016-06-16 23:52:20.269324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -991042583 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -991042583], ["username", "billy_27"], ["access_token", "49338179f9fc3ba82f3e99876cd18c17"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 23:52:20.271115"], ["updated_at", "2016-06-16 23:52:20.271115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1021160195 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1021160195], ["username", "billy_28"], ["access_token", "a2524cfbc193f03cfc0d0b54326300e5"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 23:52:20.272924"], ["updated_at", "2016-06-16 23:52:20.272924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1620834835 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1620834835], ["username", "billy_29"], ["access_token", "b51a1d13c9d01676ce6de9d692421532"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 23:52:20.274724"], ["updated_at", "2016-06-16 23:52:20.274724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -882692513 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -882692513], ["username", "billy_30"], ["access_token", "9315ff14eee2748969eae858d14eaa7e"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 23:52:20.276551"], ["updated_at", "2016-06-16 23:52:20.276551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1108999322 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1108999322], ["username", "billy_31"], ["access_token", "43d2238eaa2696e618822b51f43f8784"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 23:52:20.278530"], ["updated_at", "2016-06-16 23:52:20.278530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -542082458 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -542082458], ["username", "billy_32"], ["access_token", "5ff9d7ca17fb7f50fbc965cb21bfb0a1"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 23:52:20.280416"], ["updated_at", "2016-06-16 23:52:20.280416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1080815516 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1080815516], ["username", "billy_33"], ["access_token", "b74f04f5ab2648486f4c2a87a1134324"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 23:52:20.282392"], ["updated_at", "2016-06-16 23:52:20.282392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -952125879 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -952125879], ["username", "billy_34"], ["access_token", "b31bedc1d6601b9102035ad5be2bd414"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 23:52:20.284270"], ["updated_at", "2016-06-16 23:52:20.284270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -477978767 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -477978767], ["username", "billy_35"], ["access_token", "a0b48180dcc76c54fd660d8dd66d6d87"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 23:52:20.286161"], ["updated_at", "2016-06-16 23:52:20.286161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -958959918 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -958959918], ["username", "billy_36"], ["access_token", "0adafbde1eb693bc18fbd2e434c035b6"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 23:52:20.288040"], ["updated_at", "2016-06-16 23:52:20.288040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1031704370 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1031704370], ["username", "billy_37"], ["access_token", "3ecb7c5610a5f71250e7f4c9544cd673"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 23:52:20.289825"], ["updated_at", "2016-06-16 23:52:20.289825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -269320578 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -269320578], ["username", "billy_38"], ["access_token", "0372476643d94483b85698f979411162"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 23:52:20.291567"], ["updated_at", "2016-06-16 23:52:20.291567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -360952346 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -360952346], ["username", "billy_39"], ["access_token", "a09ccfb18d0753341767befc485ccdd3"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 23:52:20.293314"], ["updated_at", "2016-06-16 23:52:20.293314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -667893625 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -667893625], ["username", "billy_40"], ["access_token", "8f84ad7c534f788dbac42aef30e02a32"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 23:52:20.296316"], ["updated_at", "2016-06-16 23:52:20.296316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -82499207 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -82499207], ["username", "billy_41"], ["access_token", "8d01dce107b0743f0c86ce0e1e6d7309"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 23:52:20.299417"], ["updated_at", "2016-06-16 23:52:20.299417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1748598299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1748598299], ["username", "billy_42"], ["access_token", "91861f607805d11a3ac4349064f4b0fb"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 23:52:20.302123"], ["updated_at", "2016-06-16 23:52:20.302123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -598996113 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -598996113], ["username", "billy_43"], ["access_token", "db6e4e64054710330f07bb2e51b3ad0b"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 23:52:20.304612"], ["updated_at", "2016-06-16 23:52:20.304612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2002307203 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2002307203], ["username", "billy_44"], ["access_token", "1b306bfc5bcbfdf25b666ac802a94440"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 23:52:20.306837"], ["updated_at", "2016-06-16 23:52:20.306837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1299410928 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1299410928], ["username", "billy_45"], ["access_token", "1fa240dde9ea83a211d99370cb581c5e"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 23:52:20.308877"], ["updated_at", "2016-06-16 23:52:20.308877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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 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  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -410365375 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -410365375], ["username", "jstrav"], ["access_token", "172102cda96607edc6f3883482f03ac1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.315825"], ["updated_at", "2016-06-16 23:52:20.315825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1679938071 LIMIT 1 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", -1679938071], ["username", "mary"], ["access_token", "d4d4da53991230e5c9ee86be6f23c589"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.318017"], ["updated_at", "2016-06-16 23:52:20.318017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2058864710 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2058864710], ["username", "jstead"], ["access_token", "66516baf6665998b56c7c298adb7ce2c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.320121"], ["updated_at", "2016-06-16 23:52:20.320121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1504415607 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1504415607], ["username", "bigbear"], ["access_token", "057b73c36e6340b36d4e22ad01795c18"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.321881"], ["updated_at", "2016-06-16 23:52:20.321881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1134834770 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1134834770], ["username", "billy_00"], ["access_token", "46be192cb7b544d1c4d17cc6d9fff2cf"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2016-06-16 23:52:20.323753"], ["updated_at", "2016-06-16 23:52:20.323753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2011124036 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2011124036], ["username", "billy_01"], ["access_token", "ea4c39bda6b8ab73e6fcd7e8d6256e6a"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2016-06-16 23:52:20.325580"], ["updated_at", "2016-06-16 23:52:20.325580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2065524097 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2065524097], ["username", "billy_02"], ["access_token", "a9a75a6b15f25af986456f77a0c24e80"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2016-06-16 23:52:20.327344"], ["updated_at", "2016-06-16 23:52:20.327344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1600780033 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1600780033], ["username", "billy_03"], ["access_token", "f4209e6424e7f19ca157ef7fd74684a0"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2016-06-16 23:52:20.329168"], ["updated_at", "2016-06-16 23:52:20.329168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -677015054 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -677015054], ["username", "billy_04"], ["access_token", "b6ee2ccb75478b60eb86647981b0c13d"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2016-06-16 23:52:20.331038"], ["updated_at", "2016-06-16 23:52:20.331038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1283205862 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1283205862], ["username", "billy_05"], ["access_token", "266dc6bbaabd75b034bf84f70f560c53"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2016-06-16 23:52:20.332976"], ["updated_at", "2016-06-16 23:52:20.332976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -600321323 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -600321323], ["username", "billy_06"], ["access_token", "ab3afe59f234eef696c86717d130b561"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2016-06-16 23:52:20.335006"], ["updated_at", "2016-06-16 23:52:20.335006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1913398617 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1913398617], ["username", "billy_07"], ["access_token", "5204597d2117390246f14acefa520260"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2016-06-16 23:52:20.336939"], ["updated_at", "2016-06-16 23:52:20.336939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -890295823 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -890295823], ["username", "billy_08"], ["access_token", "05a6cab976a9176923bbee87c27d0e9c"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2016-06-16 23:52:20.338848"], ["updated_at", "2016-06-16 23:52:20.338848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1447917716 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1447917716], ["username", "billy_09"], ["access_token", "8f4e771857082ff19a233a7b182ec69e"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2016-06-16 23:52:20.340709"], ["updated_at", "2016-06-16 23:52:20.340709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1065597105 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1065597105], ["username", "billy_10"], ["access_token", "02863b3b3dd6904c60e3b4d85f4db20f"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2016-06-16 23:52:20.342810"], ["updated_at", "2016-06-16 23:52:20.342810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -405102993 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -405102993], ["username", "billy_11"], ["access_token", "1749cc4e94250f282eb8febf943dd5cc"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2016-06-16 23:52:20.345630"], ["updated_at", "2016-06-16 23:52:20.345630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -435918968 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -435918968], ["username", "billy_12"], ["access_token", "afeb9b9bdc2bf8c4141afbd077bd5926"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2016-06-16 23:52:20.348381"], ["updated_at", "2016-06-16 23:52:20.348381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1335585852 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1335585852], ["username", "billy_13"], ["access_token", "8fb5cf03e73fcf3265166c48c5c23b30"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2016-06-16 23:52:20.350801"], ["updated_at", "2016-06-16 23:52:20.350801"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -646063110 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -646063110], ["username", "billy_14"], ["access_token", "e98596d879a81d0ddf45637e9bd5d80a"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2016-06-16 23:52:20.353434"], ["updated_at", "2016-06-16 23:52:20.353434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -433762097 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -433762097], ["username", "billy_15"], ["access_token", "4c4bfa6ba9bf82e109ba7feefdc97d60"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2016-06-16 23:52:20.355401"], ["updated_at", "2016-06-16 23:52:20.355401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -702372850 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -702372850], ["username", "billy_16"], ["access_token", "3318d85e442f3d21a6761dbf643f83b3"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2016-06-16 23:52:20.357283"], ["updated_at", "2016-06-16 23:52:20.357283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2035180824 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2035180824], ["username", "billy_17"], ["access_token", "d626d7d0d6008c77cf22603c8145eb15"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2016-06-16 23:52:20.359028"], ["updated_at", "2016-06-16 23:52:20.359028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1928940766 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1928940766], ["username", "billy_18"], ["access_token", "e4fb006caad16c3a67d4bbd68f9f4c36"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2016-06-16 23:52:20.360962"], ["updated_at", "2016-06-16 23:52:20.360962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1470129331 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1470129331], ["username", "billy_19"], ["access_token", "6be285d529a1c6895e4be8b397934816"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2016-06-16 23:52:20.362760"], ["updated_at", "2016-06-16 23:52:20.362760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -855113561 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -855113561], ["username", "billy_20"], ["access_token", "40f03585a00cf33131c1f3f088d6a752"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2016-06-16 23:52:20.364539"], ["updated_at", "2016-06-16 23:52:20.364539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -846020877 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -846020877], ["username", "billy_21"], ["access_token", "e48a8dc4c504c3f23b975077f0fa4370"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2016-06-16 23:52:20.366443"], ["updated_at", "2016-06-16 23:52:20.366443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1688967501 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1688967501], ["username", "billy_22"], ["access_token", "fde13f24600728365b6115ca5e3a4c33"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2016-06-16 23:52:20.368284"], ["updated_at", "2016-06-16 23:52:20.368284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -913884626 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -913884626], ["username", "billy_23"], ["access_token", "de7e0655780d271a4c9fa2987e067890"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2016-06-16 23:52:20.370085"], ["updated_at", "2016-06-16 23:52:20.370085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -559962023 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -559962023], ["username", "billy_24"], ["access_token", "ba8eac40faecd0c17d8a0bbcc82ed541"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2016-06-16 23:52:20.371869"], ["updated_at", "2016-06-16 23:52:20.371869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1169394765 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1169394765], ["username", "billy_25"], ["access_token", "3f7b115b539d840ef852e8a5102e7f6b"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2016-06-16 23:52:20.373625"], ["updated_at", "2016-06-16 23:52:20.373625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1410624533 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1410624533], ["username", "billy_26"], ["access_token", "306d1af734baacef72af7a2fc282771f"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2016-06-16 23:52:20.375658"], ["updated_at", "2016-06-16 23:52:20.375658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1676510299 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1676510299], ["username", "billy_27"], ["access_token", "504687ff37516d0a2833886c51287420"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2016-06-16 23:52:20.377506"], ["updated_at", "2016-06-16 23:52:20.377506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -305321806 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -305321806], ["username", "billy_28"], ["access_token", "d4896467f04903944f35adc8ec07db8a"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2016-06-16 23:52:20.379286"], ["updated_at", "2016-06-16 23:52:20.379286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1637575544 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1637575544], ["username", "billy_29"], ["access_token", "b14da7f8afa93b6475cc9fccc5cde400"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2016-06-16 23:52:20.381104"], ["updated_at", "2016-06-16 23:52:20.381104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1180238532 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1180238532], ["username", "billy_30"], ["access_token", "a73a950e464d4cd173c1005d3ae00544"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2016-06-16 23:52:20.382985"], ["updated_at", "2016-06-16 23:52:20.382985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1439628174 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1439628174], ["username", "billy_31"], ["access_token", "8854ce695290d5878049ab43707302e1"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2016-06-16 23:52:20.384767"], ["updated_at", "2016-06-16 23:52:20.384767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -136639628 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -136639628], ["username", "billy_32"], ["access_token", "be0bf8305177b56223d783a5463a77ca"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2016-06-16 23:52:20.386516"], ["updated_at", "2016-06-16 23:52:20.386516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2143555674 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2143555674], ["username", "billy_33"], ["access_token", "20a160370b6363cb0c610780afef621e"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2016-06-16 23:52:20.388290"], ["updated_at", "2016-06-16 23:52:20.388290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2014776407 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2014776407], ["username", "billy_34"], ["access_token", "4fe15007fd5f94f2fc7e172fb9f260ad"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2016-06-16 23:52:20.390009"], ["updated_at", "2016-06-16 23:52:20.390009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -299782751 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -299782751], ["username", "billy_35"], ["access_token", "bf8c74d925cc31abcc4d879461f4e45a"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2016-06-16 23:52:20.391759"], ["updated_at", "2016-06-16 23:52:20.391759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1972913281 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1972913281], ["username", "billy_36"], ["access_token", "6e0640a5ee956e944a85f76b3dc6934b"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2016-06-16 23:52:20.393633"], ["updated_at", "2016-06-16 23:52:20.393633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1776962048 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1776962048], ["username", "billy_37"], ["access_token", "63798893968f2b5c631e4ac88dd4d9dd"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2016-06-16 23:52:20.395496"], ["updated_at", "2016-06-16 23:52:20.395496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -365245934 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -365245934], ["username", "billy_38"], ["access_token", "858e18f4b52f93d4aa91a85f4624c48f"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2016-06-16 23:52:20.397312"], ["updated_at", "2016-06-16 23:52:20.397312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1806365588 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1806365588], ["username", "billy_39"], ["access_token", "41a1ddd7c85fdcbc49265ffb3790e0bb"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2016-06-16 23:52:20.399589"], ["updated_at", "2016-06-16 23:52:20.399589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1226360200 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1226360200], ["username", "billy_40"], ["access_token", "f3dbbf60e2171ec2c10f7927c36c7aa9"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2016-06-16 23:52:20.401652"], ["updated_at", "2016-06-16 23:52:20.401652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -153509525 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -153509525], ["username", "billy_41"], ["access_token", "df05ada3b31f1553d1e67c2cb5be38eb"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2016-06-16 23:52:20.403706"], ["updated_at", "2016-06-16 23:52:20.403706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -332716865 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -332716865], ["username", "billy_42"], ["access_token", "abe7ae6d6f8e234b78f74f3ed13f7ac8"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2016-06-16 23:52:20.405619"], ["updated_at", "2016-06-16 23:52:20.405619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -210409558 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -210409558], ["username", "billy_43"], ["access_token", "3301031ba486fff4975a998ce64c3133"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2016-06-16 23:52:20.407628"], ["updated_at", "2016-06-16 23:52:20.407628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -53824469 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -53824469], ["username", "billy_44"], ["access_token", "ed7e7bbde5e5acd3c484e09627bfeb0d"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2016-06-16 23:52:20.409381"], ["updated_at", "2016-06-16 23:52:20.409381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1444415226 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1444415226], ["username", "billy_45"], ["access_token", "c7f0d9a46528926a1339da4d9cd5cad3"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2016-06-16 23:52:20.411161"], ["updated_at", "2016-06-16 23:52:20.411161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.2ms) 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 OpenStax::Accounts::Account Load (0.4ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 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  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1457957151 LIMIT 1 SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1457957151], ["username", "jstrav"], ["access_token", "482d97bc2a15d56cd1c017db7570b810"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2016-06-16 23:52:20.419568"], ["updated_at", "2016-06-16 23:52:20.419568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -851308259 LIMIT 1 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", -851308259], ["username", "mary"], ["access_token", "640826173b863356449ba01c5f513ef8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2016-06-16 23:52:20.421760"], ["updated_at", "2016-06-16 23:52:20.421760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -649648873 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -649648873], ["username", "jstead"], ["access_token", "55d29265aef0edfb62a8a16da6223eed"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2016-06-16 23:52:20.423775"], ["updated_at", "2016-06-16 23:52:20.423775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1572089205 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1572089205], ["username", "bigbear"], ["access_token", "ebab4f489c1ff701f5568a211d374e63"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2016-06-16 23:52:20.425557"], ["updated_at", "2016-06-16 23:52:20.425557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -653900424 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -653900424], ["username", "foo_bb"], ["access_token", "6be864ad71efdb5f5f329b44139d6dd1"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2016-06-16 23:52:20.427501"], ["updated_at", "2016-06-16 23:52:20.427501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -771222850 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -771222850], ["username", "foo_bj"], ["access_token", "53d4c853c68f23620ed8ac86b6288bb2"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2016-06-16 23:52:20.429317"], ["updated_at", "2016-06-16 23:52:20.429317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -508584384 LIMIT 1 SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -508584384], ["username", "foo_tj"], ["access_token", "cf24f45eb1c7075a8ac1d62212de52e9"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2016-06-16 23:52:20.431051"], ["updated_at", "2016-06-16 23:52:20.431051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 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  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" IS NULL LIMIT 1  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "fdaacd62704d384f91817a582a8e6f99"], ["access_token", "02d0a9005dca3c230f0b4c280567486f"], ["openstax_uid", 1], ["created_at", "2016-06-16 23:52:20.440378"], ["updated_at", "2016-06-16 23:52:20.440378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "89531a921408db5565c4ef0cd08bcc79"], ["created_at", "2016-06-16 23:52:20.445603"], ["updated_at", "2016-06-16 23:52:20.445603"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 23:52:20.447171"], ["updated_at", "2016-06-16 23:52:20.447171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "c32108e29615744912f810b2c13cafc4"], ["created_at", "2016-06-16 23:52:20.824460"], ["updated_at", "2016-06-16 23:52:20.824460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 23:52:20.826293"], ["updated_at", "2016-06-16 23:52:20.826293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "9a082501ec28a12ef84f252e5bddad0c"], ["created_at", "2016-06-16 23:52:21.188019"], ["updated_at", "2016-06-16 23:52:21.188019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 23:52:21.189631"], ["updated_at", "2016-06-16 23:52:21.189631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "867c86dc967797f0239b2b70784759a9"], ["created_at", "2016-06-16 23:52:21.548850"], ["updated_at", "2016-06-16 23:52:21.548850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 23:52:21.551188"], ["updated_at", "2016-06-16 23:52:21.551188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] 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]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 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", "6ac038b8c28c8dbc7be9d66bb23db63c"], ["created_at", "2016-06-16 23:52:21.941964"], ["updated_at", "2016-06-16 23:52:21.941964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2016-06-16 23:52:21.944192"], ["updated_at", "2016-06-16 23:52:21.944192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] 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]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]]  (1.3ms) rollback transaction