spec/dummy/log/test.log in openstax_accounts-5.1.1 vs spec/dummy/log/test.log in openstax_accounts-5.1.2

- old
+ new

@@ -1031408,5 +1031408,2974 @@ 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.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "16284816b5972ce48244e38538128489"], ["access_token", "5459ca84491f8a4fd59cce847f2d210b"], ["openstax_uid", 1], ["created_at", "2015-04-24 23:54:04.737868"], ["updated_at", "2015-04-24 23:54:04.737868"]]  (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 +  (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.8ms) 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.8ms) CREATE TABLE "openstax_accounts_group_members" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime) +  (0.7ms) 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.7ms) 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.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id") +  (0.8ms) 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.8ms) CREATE TABLE "openstax_accounts_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "is_public" boolean DEFAULT 'f' NOT NULL, "name" varchar, "cached_subtree_group_ids" text, "cached_supertree_group_ids" text, "created_at" datetime, "updated_at" datetime) +  (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.9ms) 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.9ms) 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.9ms) INSERT INTO "schema_migrations" (version) VALUES ('1') +  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('2') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('3') +  (0.6ms) 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" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2015-05-01 18:25:54.600298"], ["updated_at", "2015-05-01 18:25:54.600298"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) 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.5ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2015-05-01 18:25:54.603029"], ["updated_at", "2015-05-01 18:25:54.603029"]] +  (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 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", "2015-05-01 18:25:54.609504"], ["updated_at", "2015-05-01 18:25:54.609504"]] +  (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" = 2 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2015-05-01 18:25:54.624086"], ["updated_at", "2015-05-01 18:25:54.624086"]] +  (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", "2015-05-01 18:25:54.626369"], ["updated_at", "2015-05-01 18:25:54.626369"]] +  (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" = 4) LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2015-05-01 18:25:54.632476"], ["updated_at", "2015-05-01 18:25:54.632476"]] +  (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" = 2 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", "2015-05-01 18:25:54.642285"], ["updated_at", "2015-05-01 18:25:54.642285"]] +  (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.2ms) 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 2015-05-01 13:25:54 -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 2015-05-01 13:25:54 -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::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::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", "2015-05-01 18:25:54.727840"], ["updated_at", "2015-05-01 18:25:54.727840"]] +  (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", "2015-05-01 18:25:54.729870"], ["id", 1]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + 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::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 3 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 + 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", "2015-05-01 18:25:54.733488"], ["updated_at", "2015-05-01 18:25:54.733488"]] + OpenStax::Accounts::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 3 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2015-05-01 18:25:54.734710"], ["updated_at", "2015-05-01 18:25:54.734710"]] + OpenStax::Accounts::GroupMember Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = 3) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 2], ["created_at", "2015-05-01 18:25:54.735940"], ["updated_at", "2015-05-01 18:25:54.735940"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-05-01 13:25:54 -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 2015-05-01 13:25:54 -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 2015-05-01 13:25:54 -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 2015-05-01 13:25:54 -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::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::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", "2015-05-01 18:25:54.787192"], ["updated_at", "2015-05-01 18:25:54.787192"]] +  (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::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", 3]] +  (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" = 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", "2015-05-01 18:25:54.791347"], ["updated_at", "2015-05-01 18:25:54.791347"]] +  (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::GroupOwner Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 3 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 3], ["user_id", 3], ["created_at", "2015-05-01 18:25:54.793696"], ["updated_at", "2015-05-01 18:25:54.793696"]] +  (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 2015-05-01 13:25:54 -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 2015-05-01 13:25:54 -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.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", 3], ["id", 1]] +  (1.1ms) rollback transaction +  (0.4ms) 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.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" = 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", "2015-05-01 18:25:54.835545"], ["updated_at", "2015-05-01 18:25:54.835545"]] +  (0.0ms) RELEASE 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 +  (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" = 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", "38108419da89f2929b8a66632b7698f8"], ["created_at", "2015-05-01 18:25:54.840606"], ["updated_at", "2015-05-01 18:25:54.840606"]] +  (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 12ms (ActiveRecord: 0.3ms) +  (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" = -471402739 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", -471402739], ["username", "jstrav"], ["access_token", "5cd26d3f4f867310e378afef0178690a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:54.866650"], ["updated_at", "2015-05-01 18:25:54.866650"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -276812247 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", -276812247], ["username", "mary"], ["access_token", "37521b6522ddf36bf20b98aae599e6af"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:54.868811"], ["updated_at", "2015-05-01 18:25:54.868811"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -867035472 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -867035472], ["username", "jstead"], ["access_token", "3b51f72b220e19d3515e37e7a0821437"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:54.870795"], ["updated_at", "2015-05-01 18:25:54.870795"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -373458779 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -373458779], ["username", "bigbear"], ["access_token", "7e5c2fd4a46edfd5b23784a3f9342825"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:54.872493"], ["updated_at", "2015-05-01 18:25:54.872493"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1580617869 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1580617869], ["username", "billy_00"], ["access_token", "67bb9ab3eb03db20c1968109b252d509"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-05-01 18:25:54.874198"], ["updated_at", "2015-05-01 18:25:54.874198"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -953594338 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -953594338], ["username", "billy_01"], ["access_token", "1cf06c86a6bc99771942e845ad654fa1"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-05-01 18:25:54.875902"], ["updated_at", "2015-05-01 18:25:54.875902"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1814867346 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1814867346], ["username", "billy_02"], ["access_token", "8268cd4e29effb784a770c733d430909"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-05-01 18:25:54.877584"], ["updated_at", "2015-05-01 18:25:54.877584"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -708297603 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -708297603], ["username", "billy_03"], ["access_token", "3551c85294ea9c11a82d41651c27a8e2"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-05-01 18:25:54.879246"], ["updated_at", "2015-05-01 18:25:54.879246"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2121436348 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2121436348], ["username", "billy_04"], ["access_token", "cdf981fd0fa065ab27f5d375812a04af"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-05-01 18:25:54.881001"], ["updated_at", "2015-05-01 18:25:54.881001"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1643479142 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1643479142], ["username", "billy_05"], ["access_token", "f49e73b0495c964384961bd8bfefbd37"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-05-01 18:25:54.882699"], ["updated_at", "2015-05-01 18:25:54.882699"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1629215216 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1629215216], ["username", "billy_06"], ["access_token", "342530938fa9466961aac1ad3ea7567f"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-05-01 18:25:54.884384"], ["updated_at", "2015-05-01 18:25:54.884384"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -891703826 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -891703826], ["username", "billy_07"], ["access_token", "5a86b4831d6a64587f20315720fbc97f"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-05-01 18:25:54.886138"], ["updated_at", "2015-05-01 18:25:54.886138"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900312987 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1900312987], ["username", "billy_08"], ["access_token", "ad72fde068bac79204e104bd2f871d47"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-05-01 18:25:54.887913"], ["updated_at", "2015-05-01 18:25:54.887913"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1923101830 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1923101830], ["username", "billy_09"], ["access_token", "73e31d30323e9e25e9debb55c857c68a"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-05-01 18:25:54.903251"], ["updated_at", "2015-05-01 18:25:54.903251"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2109705480 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2109705480], ["username", "billy_10"], ["access_token", "1735b21f93bb26197f0013f2de4313a8"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-05-01 18:25:54.905256"], ["updated_at", "2015-05-01 18:25:54.905256"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1462857290 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1462857290], ["username", "billy_11"], ["access_token", "37d99cff89c44eedc2846c80d391001b"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-05-01 18:25:54.907115"], ["updated_at", "2015-05-01 18:25:54.907115"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2534952 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2534952], ["username", "billy_12"], ["access_token", "4bda8020299a5e4ff8fb0b27cb9d5967"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-05-01 18:25:54.908871"], ["updated_at", "2015-05-01 18:25:54.908871"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -224790588 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -224790588], ["username", "billy_13"], ["access_token", "75e4810556f5233667c31eb872a9b779"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-05-01 18:25:54.910646"], ["updated_at", "2015-05-01 18:25:54.910646"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1672409001 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1672409001], ["username", "billy_14"], ["access_token", "d66ae18b44fdf6bb6bf23c7d3f31e256"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-05-01 18:25:54.912740"], ["updated_at", "2015-05-01 18:25:54.912740"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726697465 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -726697465], ["username", "billy_15"], ["access_token", "bfd2218b402264fda431375e6d0b3fa1"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-05-01 18:25:54.914698"], ["updated_at", "2015-05-01 18:25:54.914698"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -184948930 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -184948930], ["username", "billy_16"], ["access_token", "92c5c3947e233acaa2c00c34c352fe33"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-05-01 18:25:54.916641"], ["updated_at", "2015-05-01 18:25:54.916641"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -565454648 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -565454648], ["username", "billy_17"], ["access_token", "ffc889dcd70e3fb8df820e4281cfcb17"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-05-01 18:25:54.918520"], ["updated_at", "2015-05-01 18:25:54.918520"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -847246730 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -847246730], ["username", "billy_18"], ["access_token", "542e7e1fa68daa151199dd2c9b891026"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-05-01 18:25:54.920293"], ["updated_at", "2015-05-01 18:25:54.920293"]] +  (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" = -219655982 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -219655982], ["username", "billy_19"], ["access_token", "420736f05b4eb5705ea8e10b948a7b84"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-05-01 18:25:54.921987"], ["updated_at", "2015-05-01 18:25:54.921987"]] +  (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" = -665424978 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -665424978], ["username", "billy_20"], ["access_token", "18f2f3822655431bc2c1adb529927052"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-05-01 18:25:54.923935"], ["updated_at", "2015-05-01 18:25:54.923935"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -380646705 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -380646705], ["username", "billy_21"], ["access_token", "1deb3cc31ccc5c211d33ab27efb55fc4"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-05-01 18:25:54.925900"], ["updated_at", "2015-05-01 18:25:54.925900"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -796923513 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -796923513], ["username", "billy_22"], ["access_token", "0332120cbe777f352dd5525a475fe271"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-05-01 18:25:54.927631"], ["updated_at", "2015-05-01 18:25:54.927631"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -34973787 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -34973787], ["username", "billy_23"], ["access_token", "83cbb6c7acc4b0ea42c4e2fd22664503"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-05-01 18:25:54.929390"], ["updated_at", "2015-05-01 18:25:54.929390"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -515969833 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -515969833], ["username", "billy_24"], ["access_token", "360df44015088dbf9adc603facbe8b26"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-05-01 18:25:54.931083"], ["updated_at", "2015-05-01 18:25:54.931083"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1524910258 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1524910258], ["username", "billy_25"], ["access_token", "3e6784588ad3ca0d9fc9fc8afde5d736"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-05-01 18:25:54.932792"], ["updated_at", "2015-05-01 18:25:54.932792"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1992721951 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1992721951], ["username", "billy_26"], ["access_token", "6de92b2610c77d8bca1926fdce0af01b"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-05-01 18:25:54.934490"], ["updated_at", "2015-05-01 18:25:54.934490"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1574707567 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1574707567], ["username", "billy_27"], ["access_token", "7f8011495d287d48265441a889ff86f1"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-05-01 18:25:54.936202"], ["updated_at", "2015-05-01 18:25:54.936202"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1584620144 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1584620144], ["username", "billy_28"], ["access_token", "771e28ceab7c3e41358d7d9c669593fa"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-05-01 18:25:54.937930"], ["updated_at", "2015-05-01 18:25:54.937930"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1471834021 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1471834021], ["username", "billy_29"], ["access_token", "e13d1453496b5057718e29d1cb7e5b7d"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-05-01 18:25:54.939594"], ["updated_at", "2015-05-01 18:25:54.939594"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -446179572 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -446179572], ["username", "billy_30"], ["access_token", "3a1564b34ef82bd581fb7abaad2a3edb"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-05-01 18:25:54.941321"], ["updated_at", "2015-05-01 18:25:54.941321"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1747313315 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1747313315], ["username", "billy_31"], ["access_token", "09cd9119d88285b94740c7bcb5d9f30f"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-05-01 18:25:54.943084"], ["updated_at", "2015-05-01 18:25:54.943084"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1707676250 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1707676250], ["username", "billy_32"], ["access_token", "0d4a77e1cbb9d2b0e416ac72dcf1d337"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-05-01 18:25:54.944952"], ["updated_at", "2015-05-01 18:25:54.944952"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2099882986 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2099882986], ["username", "billy_33"], ["access_token", "c0d3b9083726edd4e01deb229062aa58"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-05-01 18:25:54.947482"], ["updated_at", "2015-05-01 18:25:54.947482"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -54133440 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -54133440], ["username", "billy_34"], ["access_token", "7678e0d527c7a1e92e0abd57843f3fc2"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-05-01 18:25:54.950797"], ["updated_at", "2015-05-01 18:25:54.950797"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -116754597 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -116754597], ["username", "billy_35"], ["access_token", "1a5bd704beb9db53d09b20b5fd92151c"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-05-01 18:25:54.952490"], ["updated_at", "2015-05-01 18:25:54.952490"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -718927472 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -718927472], ["username", "billy_36"], ["access_token", "a38c6d747f538f1d5d3403991f65c6e8"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-05-01 18:25:54.954846"], ["updated_at", "2015-05-01 18:25:54.954846"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -291684740 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -291684740], ["username", "billy_37"], ["access_token", "d23c533c4bef962b8c6e582fe649a2b9"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-05-01 18:25:54.957254"], ["updated_at", "2015-05-01 18:25:54.957254"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1963820164 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1963820164], ["username", "billy_38"], ["access_token", "596d3e167e11faf02ac45af5695145db"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-05-01 18:25:54.959441"], ["updated_at", "2015-05-01 18:25:54.959441"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1871619501 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1871619501], ["username", "billy_39"], ["access_token", "8f813ee25f41631f903827f0f75a4fe0"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-05-01 18:25:54.961411"], ["updated_at", "2015-05-01 18:25:54.961411"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2123516108 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2123516108], ["username", "billy_40"], ["access_token", "2dbe8601b5ec72cdb7e1673fb4454c7c"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-05-01 18:25:54.963266"], ["updated_at", "2015-05-01 18:25:54.963266"]] +  (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" = -1791160082 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1791160082], ["username", "billy_41"], ["access_token", "4ccbea857f48d48b3ebc7e3a6986a20b"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-05-01 18:25:54.964955"], ["updated_at", "2015-05-01 18:25:54.964955"]] +  (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" = -1807135354 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1807135354], ["username", "billy_42"], ["access_token", "f5807b227821bc9d8bc8b60b4ce12926"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-05-01 18:25:54.966848"], ["updated_at", "2015-05-01 18:25:54.966848"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1059280731 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1059280731], ["username", "billy_43"], ["access_token", "c5c494b873ebbcf03565511968f8bad2"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-05-01 18:25:54.968553"], ["updated_at", "2015-05-01 18:25:54.968553"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1606019914 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1606019914], ["username", "billy_44"], ["access_token", "47c8787e4e9137e241d05e2372754d62"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-05-01 18:25:54.970229"], ["updated_at", "2015-05-01 18:25:54.970229"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1706832312 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1706832312], ["username", "billy_45"], ["access_token", "1730680ce800e6259997a646aa77b367"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-05-01 18:25:54.972045"], ["updated_at", "2015-05-01 18:25:54.972045"]] +  (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" = -1615759819 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1615759819], ["username", "billy_46"], ["access_token", "7d422c43858d4d597aa0ac76aea6cdd7"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-05-01 18:25:54.973881"], ["updated_at", "2015-05-01 18:25:54.973881"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -416277113 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -416277113], ["username", "billy_47"], ["access_token", "e31686bd83b584f05eec3e3d5067713e"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-05-01 18:25:54.975594"], ["updated_at", "2015-05-01 18:25:54.975594"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2036139656 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2036139656], ["username", "billy_48"], ["access_token", "b19c2d9c6fae2d16c96ede203593878b"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-05-01 18:25:54.977230"], ["updated_at", "2015-05-01 18:25:54.977230"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486714018 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -486714018], ["username", "billy_49"], ["access_token", "746d793e98ceea2b4668eca3abe9ef9b"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-05-01 18:25:54.978921"], ["updated_at", "2015-05-01 18:25:54.978921"]] +  (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" = -1600180973 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", -1600180973], ["username", "jstrav"], ["access_token", "ca51dec4c4b21e232fef2729bfe57439"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:54.990585"], ["updated_at", "2015-05-01 18:25:54.990585"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -288340684 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", -288340684], ["username", "mary"], ["access_token", "f47b6f29a6792d6cc1192d2e5a1e8d82"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:54.993451"], ["updated_at", "2015-05-01 18:25:54.993451"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1519173398 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1519173398], ["username", "jstead"], ["access_token", "1f14629b9f92c8b2a0ebc6e204730320"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:54.996086"], ["updated_at", "2015-05-01 18:25:54.996086"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1410584482 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1410584482], ["username", "bigbear"], ["access_token", "40eeb1e4ce4d1a669e55d4d578ea6932"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:54.998320"], ["updated_at", "2015-05-01 18:25:54.998320"]] +  (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" = -1370008262 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1370008262], ["username", "billy_00"], ["access_token", "01cf99d80d60395f8c18ab06309f3da5"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-05-01 18:25:55.000115"], ["updated_at", "2015-05-01 18:25:55.000115"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -532655402 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -532655402], ["username", "billy_01"], ["access_token", "bd419d68acbbfe9f5a2683251c719180"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-05-01 18:25:55.001954"], ["updated_at", "2015-05-01 18:25:55.001954"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1876275844 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1876275844], ["username", "billy_02"], ["access_token", "01066c6b06026811cf58e3b7220cd226"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-05-01 18:25:55.003645"], ["updated_at", "2015-05-01 18:25:55.003645"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -337225135 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -337225135], ["username", "billy_03"], ["access_token", "ff48a08f0a97611890fab14a1b1bcc63"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-05-01 18:25:55.005633"], ["updated_at", "2015-05-01 18:25:55.005633"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -613924125 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -613924125], ["username", "billy_04"], ["access_token", "5f02fe9d3f9b67ea0563a25475c9a286"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-05-01 18:25:55.007303"], ["updated_at", "2015-05-01 18:25:55.007303"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2021352425 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2021352425], ["username", "billy_05"], ["access_token", "e83a29afa8551deaa0c77b5e2339c642"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-05-01 18:25:55.008973"], ["updated_at", "2015-05-01 18:25:55.008973"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1960643898 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1960643898], ["username", "billy_06"], ["access_token", "3089078e584c2aa7a13df24c8b9a731a"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-05-01 18:25:55.010647"], ["updated_at", "2015-05-01 18:25:55.010647"]] +  (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" = -1659928967 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1659928967], ["username", "billy_07"], ["access_token", "9c52a838a7fc6550e4e4b883690b3143"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-05-01 18:25:55.012326"], ["updated_at", "2015-05-01 18:25:55.012326"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -810262899 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -810262899], ["username", "billy_08"], ["access_token", "929c7f92f72f67372dee43194ab96f18"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-05-01 18:25:55.014091"], ["updated_at", "2015-05-01 18:25:55.014091"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1823485753 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1823485753], ["username", "billy_09"], ["access_token", "e72e74531c026a2ff48f4e13c1aebefc"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-05-01 18:25:55.015739"], ["updated_at", "2015-05-01 18:25:55.015739"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -738266684 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -738266684], ["username", "billy_10"], ["access_token", "23c1997475e0792df220a7d512362d58"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-05-01 18:25:55.017419"], ["updated_at", "2015-05-01 18:25:55.017419"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1030500965 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1030500965], ["username", "billy_11"], ["access_token", "d544a36701ef0bc7a8566682340376e0"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-05-01 18:25:55.019078"], ["updated_at", "2015-05-01 18:25:55.019078"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -521387458 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -521387458], ["username", "billy_12"], ["access_token", "826f0c1310a6e07c523cec7d869be843"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-05-01 18:25:55.020732"], ["updated_at", "2015-05-01 18:25:55.020732"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1834315093 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1834315093], ["username", "billy_13"], ["access_token", "c5e6f4b5889fee0726635dac97af9276"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-05-01 18:25:55.022837"], ["updated_at", "2015-05-01 18:25:55.022837"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -433526089 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -433526089], ["username", "billy_14"], ["access_token", "65de8ea8de9cc2f250869081d975d305"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-05-01 18:25:55.025114"], ["updated_at", "2015-05-01 18:25:55.025114"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1406117818 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1406117818], ["username", "billy_15"], ["access_token", "f968166afa399c16d0c9e16430bcf877"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-05-01 18:25:55.027203"], ["updated_at", "2015-05-01 18:25:55.027203"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -483042028 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -483042028], ["username", "billy_16"], ["access_token", "49603397e36d0dac298ed90b7464d8f1"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-05-01 18:25:55.029808"], ["updated_at", "2015-05-01 18:25:55.029808"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -520763646 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -520763646], ["username", "billy_17"], ["access_token", "d1d459c5f8be3d62992b6679a3b1cab4"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-05-01 18:25:55.031820"], ["updated_at", "2015-05-01 18:25:55.031820"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1344282815 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1344282815], ["username", "billy_18"], ["access_token", "8bcf5327909bed3642e30348fed514ed"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-05-01 18:25:55.033752"], ["updated_at", "2015-05-01 18:25:55.033752"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -250671539 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -250671539], ["username", "billy_19"], ["access_token", "41173ff59b722df41511a3f4552a5515"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-05-01 18:25:55.035526"], ["updated_at", "2015-05-01 18:25:55.035526"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1476859217 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1476859217], ["username", "billy_20"], ["access_token", "45ae912b8550b91946749939a75fadfe"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-05-01 18:25:55.037286"], ["updated_at", "2015-05-01 18:25:55.037286"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -627287747 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -627287747], ["username", "billy_21"], ["access_token", "e16244b7feeee64aa3e5292a1d43764d"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-05-01 18:25:55.039036"], ["updated_at", "2015-05-01 18:25:55.039036"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1946395794 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1946395794], ["username", "billy_22"], ["access_token", "c4fee5be09a567911c5e14fa4243cd08"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-05-01 18:25:55.040764"], ["updated_at", "2015-05-01 18:25:55.040764"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -8510946 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -8510946], ["username", "billy_23"], ["access_token", "9a91a95cc80eb20a9ed0fe47c57e55a9"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-05-01 18:25:55.042447"], ["updated_at", "2015-05-01 18:25:55.042447"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1349551009 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1349551009], ["username", "billy_24"], ["access_token", "c3f3606311a941f6e6206be5d2c20dbb"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-05-01 18:25:55.044200"], ["updated_at", "2015-05-01 18:25:55.044200"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -521204724 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -521204724], ["username", "billy_25"], ["access_token", "98d728edd08aa460e7d73424fe8f33a0"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-05-01 18:25:55.045845"], ["updated_at", "2015-05-01 18:25:55.045845"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -129915152 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -129915152], ["username", "billy_26"], ["access_token", "1a3dcf01a00685a16c20f058e318670d"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-05-01 18:25:55.047845"], ["updated_at", "2015-05-01 18:25:55.047845"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1567836096 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1567836096], ["username", "billy_27"], ["access_token", "1cbbc4b97880198c9381d6fe38d8014b"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-05-01 18:25:55.049530"], ["updated_at", "2015-05-01 18:25:55.049530"]] +  (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" = -1911835672 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1911835672], ["username", "billy_28"], ["access_token", "820b23706054b017e77149d34ae4aeff"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-05-01 18:25:55.051211"], ["updated_at", "2015-05-01 18:25:55.051211"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1966191666 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1966191666], ["username", "billy_29"], ["access_token", "d22884ec291f163d6db986ebd5784100"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-05-01 18:25:55.052944"], ["updated_at", "2015-05-01 18:25:55.052944"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1504773215 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1504773215], ["username", "billy_30"], ["access_token", "ed51963cdcf0e03b97c2f7fe07245560"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-05-01 18:25:55.054650"], ["updated_at", "2015-05-01 18:25:55.054650"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1888161803 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1888161803], ["username", "billy_31"], ["access_token", "c69e0ff1ed65b98f4b3eb752cd7a88fa"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-05-01 18:25:55.056297"], ["updated_at", "2015-05-01 18:25:55.056297"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2024252927 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2024252927], ["username", "billy_32"], ["access_token", "ade9c3e5bcd98ef548406bae9ef6f246"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-05-01 18:25:55.057981"], ["updated_at", "2015-05-01 18:25:55.057981"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -535166153 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -535166153], ["username", "billy_33"], ["access_token", "42270fbbefbe5ae42457a3c7c05dd3de"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-05-01 18:25:55.059694"], ["updated_at", "2015-05-01 18:25:55.059694"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2143774903 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2143774903], ["username", "billy_34"], ["access_token", "0dfec5696142f73ce18a5addc788a1e2"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-05-01 18:25:55.061377"], ["updated_at", "2015-05-01 18:25:55.061377"]] +  (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" = -577940730 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -577940730], ["username", "billy_35"], ["access_token", "dfa0f16a60fdddee3fd640f589a47af1"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-05-01 18:25:55.063090"], ["updated_at", "2015-05-01 18:25:55.063090"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -847297791 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -847297791], ["username", "billy_36"], ["access_token", "2553255780a4f81dc715e408ba0e2c54"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-05-01 18:25:55.064831"], ["updated_at", "2015-05-01 18:25:55.064831"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1126812941 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1126812941], ["username", "billy_37"], ["access_token", "f363bd343637ac85a77e69c7c782994f"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-05-01 18:25:55.066911"], ["updated_at", "2015-05-01 18:25:55.066911"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -609416192 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -609416192], ["username", "billy_38"], ["access_token", "2b42a2d10ae495f9317b7be2d67869e1"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-05-01 18:25:55.068610"], ["updated_at", "2015-05-01 18:25:55.068610"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1283534243 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1283534243], ["username", "billy_39"], ["access_token", "213f6f7b6663fc47da1c54605194929f"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-05-01 18:25:55.070312"], ["updated_at", "2015-05-01 18:25:55.070312"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -829052960 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -829052960], ["username", "billy_40"], ["access_token", "2f447222151422b34354267ce3a07686"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-05-01 18:25:55.072003"], ["updated_at", "2015-05-01 18:25:55.072003"]] +  (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" = -685710255 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -685710255], ["username", "billy_41"], ["access_token", "79eeaad69a757307c4f8d8d550ed581c"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-05-01 18:25:55.073696"], ["updated_at", "2015-05-01 18:25:55.073696"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1586481951 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1586481951], ["username", "billy_42"], ["access_token", "897d5c0228aa14bedf2e172aced2bb0f"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-05-01 18:25:55.075362"], ["updated_at", "2015-05-01 18:25:55.075362"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -846719508 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -846719508], ["username", "billy_43"], ["access_token", "7a1740eb0c32dfa71b9a5a0f11d17306"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-05-01 18:25:55.077039"], ["updated_at", "2015-05-01 18:25:55.077039"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -995608063 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -995608063], ["username", "billy_44"], ["access_token", "2fadc7a138331334f65bd3a1513b7815"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-05-01 18:25:55.078716"], ["updated_at", "2015-05-01 18:25:55.078716"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1286255571 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1286255571], ["username", "billy_45"], ["access_token", "ca20ba2a9dabc1ea8a6fb0b3e2544faf"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-05-01 18:25:55.080704"], ["updated_at", "2015-05-01 18:25:55.080704"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1004481215 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1004481215], ["username", "billy_46"], ["access_token", "d354165daef6df03b1e92d84bf762768"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-05-01 18:25:55.082344"], ["updated_at", "2015-05-01 18:25:55.082344"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -34612450 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -34612450], ["username", "billy_47"], ["access_token", "88f642af1444ea44bda999e681316a63"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-05-01 18:25:55.084016"], ["updated_at", "2015-05-01 18:25:55.084016"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -631106367 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -631106367], ["username", "billy_48"], ["access_token", "f00da5e4eea5589167cb3ee0e8986293"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-05-01 18:25:55.085810"], ["updated_at", "2015-05-01 18:25:55.085810"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -969465578 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -969465578], ["username", "billy_49"], ["access_token", "ce7880d812b6f8cb91f9c970965012f9"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-05-01 18:25:55.087451"], ["updated_at", "2015-05-01 18:25:55.087451"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) 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" = -2006765676 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", -2006765676], ["username", "jstrav"], ["access_token", "a3f2d1d48432b6aeb188241ded44e528"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:55.094395"], ["updated_at", "2015-05-01 18:25:55.094395"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -397654004 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", -397654004], ["username", "mary"], ["access_token", "7ce67fe4d4439cef063f96b566460be1"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:55.096388"], ["updated_at", "2015-05-01 18:25:55.096388"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -241556387 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -241556387], ["username", "jstead"], ["access_token", "bf635f0814ce68a2f8e2279075735ba2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:55.098323"], ["updated_at", "2015-05-01 18:25:55.098323"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1893855417 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1893855417], ["username", "bigbear"], ["access_token", "1421532c94cdd12549e380904f5753c0"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:55.100242"], ["updated_at", "2015-05-01 18:25:55.100242"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2080659337 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2080659337], ["username", "billy_00"], ["access_token", "e4afddfcde2966bf27db8527f7be5f21"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-05-01 18:25:55.102054"], ["updated_at", "2015-05-01 18:25:55.102054"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236717153 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -236717153], ["username", "billy_01"], ["access_token", "39e7fe0614f983df4edcaf995755f2e1"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-05-01 18:25:55.103885"], ["updated_at", "2015-05-01 18:25:55.103885"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1413450638 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1413450638], ["username", "billy_02"], ["access_token", "6a52fbd7f34f8d5d560c36991b190991"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-05-01 18:25:55.105716"], ["updated_at", "2015-05-01 18:25:55.105716"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -29680190 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -29680190], ["username", "billy_03"], ["access_token", "a4c74607ba2a10459858305dce4387d5"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-05-01 18:25:55.107434"], ["updated_at", "2015-05-01 18:25:55.107434"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2021348880 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2021348880], ["username", "billy_04"], ["access_token", "02a64d2349e6f9c5a9a07f667c7a5a67"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-05-01 18:25:55.109167"], ["updated_at", "2015-05-01 18:25:55.109167"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1253928805 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1253928805], ["username", "billy_05"], ["access_token", "0e32d41ff78c40a09fe6f6bb0efe076d"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-05-01 18:25:55.110964"], ["updated_at", "2015-05-01 18:25:55.110964"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1173533317 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1173533317], ["username", "billy_06"], ["access_token", "e0e748119a37d0bcc7fc02af2210bcb0"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-05-01 18:25:55.112893"], ["updated_at", "2015-05-01 18:25:55.112893"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2119921696 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2119921696], ["username", "billy_07"], ["access_token", "b5026826ed1f7e1b45360756546c565d"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-05-01 18:25:55.114917"], ["updated_at", "2015-05-01 18:25:55.114917"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1308840433 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1308840433], ["username", "billy_08"], ["access_token", "52b44796a0f5950b0c7e7fc280227fb8"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-05-01 18:25:55.116605"], ["updated_at", "2015-05-01 18:25:55.116605"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1190348467 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1190348467], ["username", "billy_09"], ["access_token", "3c2123b0a5ab060f85d4d695ce502121"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-05-01 18:25:55.118288"], ["updated_at", "2015-05-01 18:25:55.118288"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1710073943 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1710073943], ["username", "billy_10"], ["access_token", "97cb6097fc258c7dd21af01b0253c233"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-05-01 18:25:55.119963"], ["updated_at", "2015-05-01 18:25:55.119963"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -309324788 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -309324788], ["username", "billy_11"], ["access_token", "7430499ca549ecfee9dd9a2df75c4bfe"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-05-01 18:25:55.121734"], ["updated_at", "2015-05-01 18:25:55.121734"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1979089686 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1979089686], ["username", "billy_12"], ["access_token", "aed04924997e961d6b605906e3909063"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-05-01 18:25:55.123503"], ["updated_at", "2015-05-01 18:25:55.123503"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1830672791 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1830672791], ["username", "billy_13"], ["access_token", "b8774ee39f3fcb2adeff3f40dd20ae7f"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-05-01 18:25:55.125164"], ["updated_at", "2015-05-01 18:25:55.125164"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2021255670 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2021255670], ["username", "billy_14"], ["access_token", "05a2fb6f855b2af31b6dfe96d7894888"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-05-01 18:25:55.126870"], ["updated_at", "2015-05-01 18:25:55.126870"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -139889608 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -139889608], ["username", "billy_15"], ["access_token", "9105a8dcdf39a89911bb9a3cdfdc100e"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-05-01 18:25:55.128911"], ["updated_at", "2015-05-01 18:25:55.128911"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -814750245 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -814750245], ["username", "billy_16"], ["access_token", "2e3ac7c19b2c983bb67a87bfcb613a20"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-05-01 18:25:55.130680"], ["updated_at", "2015-05-01 18:25:55.130680"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1461104205 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1461104205], ["username", "billy_17"], ["access_token", "40bf4a1f544d4e4de258690d8b5c5a61"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-05-01 18:25:55.132646"], ["updated_at", "2015-05-01 18:25:55.132646"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -184456341 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -184456341], ["username", "billy_18"], ["access_token", "449e6b1629c15dc77870e118a32bb450"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-05-01 18:25:55.135266"], ["updated_at", "2015-05-01 18:25:55.135266"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -839566227 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -839566227], ["username", "billy_19"], ["access_token", "061699ae7306439fa996c493253784ae"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-05-01 18:25:55.137087"], ["updated_at", "2015-05-01 18:25:55.137087"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1744775507 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1744775507], ["username", "billy_20"], ["access_token", "4b6bf9bd3805ad63df726ee864b9b69b"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-05-01 18:25:55.138912"], ["updated_at", "2015-05-01 18:25:55.138912"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -111839891 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -111839891], ["username", "billy_21"], ["access_token", "41762e1571422e379551329dd3453862"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-05-01 18:25:55.140689"], ["updated_at", "2015-05-01 18:25:55.140689"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1871423537 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1871423537], ["username", "billy_22"], ["access_token", "bccff106aa8bd2c189e0956245b4edfa"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-05-01 18:25:55.142451"], ["updated_at", "2015-05-01 18:25:55.142451"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -647881424 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -647881424], ["username", "billy_23"], ["access_token", "9827e76d9065b037482e398fdef7c9a5"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-05-01 18:25:55.144185"], ["updated_at", "2015-05-01 18:25:55.144185"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -622841344 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -622841344], ["username", "billy_24"], ["access_token", "c556e7c0b4f1ed1d02b6c6c0912f08de"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-05-01 18:25:55.146040"], ["updated_at", "2015-05-01 18:25:55.146040"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1136401366 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1136401366], ["username", "billy_25"], ["access_token", "ae7647ed21c060fac224f7ae8dc77c81"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-05-01 18:25:55.147745"], ["updated_at", "2015-05-01 18:25:55.147745"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1011024317 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1011024317], ["username", "billy_26"], ["access_token", "313c6f4a5275f177b109d5ebc29bbe2c"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-05-01 18:25:55.149398"], ["updated_at", "2015-05-01 18:25:55.149398"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -771302882 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -771302882], ["username", "billy_27"], ["access_token", "45dddf3bf9bee66b9eef0fb716f6d4e9"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-05-01 18:25:55.151096"], ["updated_at", "2015-05-01 18:25:55.151096"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965384031 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -965384031], ["username", "billy_28"], ["access_token", "72c1aac8c359de8772f1c0ab701a008c"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-05-01 18:25:55.152789"], ["updated_at", "2015-05-01 18:25:55.152789"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1757088218 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1757088218], ["username", "billy_29"], ["access_token", "0840fcb7d9bc65a7aac618ed61beecea"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-05-01 18:25:55.154676"], ["updated_at", "2015-05-01 18:25:55.154676"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1601653023 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1601653023], ["username", "billy_30"], ["access_token", "4cc56224dc87cf3a0e44ae6d9c99ceb4"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-05-01 18:25:55.156444"], ["updated_at", "2015-05-01 18:25:55.156444"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55036964 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -55036964], ["username", "billy_31"], ["access_token", "05eb692eacf278fff34927831c93ea82"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-05-01 18:25:55.158217"], ["updated_at", "2015-05-01 18:25:55.158217"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1676757369 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1676757369], ["username", "billy_32"], ["access_token", "fcb34daa295cf38ab64a533db5fbc7f2"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-05-01 18:25:55.160278"], ["updated_at", "2015-05-01 18:25:55.160278"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -656306491 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -656306491], ["username", "billy_33"], ["access_token", "0f3559b860be567ac40adb0d71d14305"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-05-01 18:25:55.161978"], ["updated_at", "2015-05-01 18:25:55.161978"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -662023078 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -662023078], ["username", "billy_34"], ["access_token", "30d9fed7c82b813bca14a4118f810f12"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-05-01 18:25:55.163655"], ["updated_at", "2015-05-01 18:25:55.163655"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1937743295 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1937743295], ["username", "billy_35"], ["access_token", "7704f39948cc85f1ce671f1f4840a3a8"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-05-01 18:25:55.165322"], ["updated_at", "2015-05-01 18:25:55.165322"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1169996400 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1169996400], ["username", "billy_36"], ["access_token", "d45c1191845d4f311c25ca6f0c85845a"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-05-01 18:25:55.166955"], ["updated_at", "2015-05-01 18:25:55.166955"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1916503773 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1916503773], ["username", "billy_37"], ["access_token", "e790edc246bd0f5e17fb9392ca358aa8"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-05-01 18:25:55.168633"], ["updated_at", "2015-05-01 18:25:55.168633"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -879317343 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -879317343], ["username", "billy_38"], ["access_token", "a4bbc1a9f0eae9b3e8d87474671f0e6d"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-05-01 18:25:55.170311"], ["updated_at", "2015-05-01 18:25:55.170311"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -132075447 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -132075447], ["username", "billy_39"], ["access_token", "3e2c9b3e9015cb21ba3f4c44fdf72cb1"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-05-01 18:25:55.172304"], ["updated_at", "2015-05-01 18:25:55.172304"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -73279433 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -73279433], ["username", "billy_40"], ["access_token", "a659c6478f206759056de018dfaa3366"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-05-01 18:25:55.173976"], ["updated_at", "2015-05-01 18:25:55.173976"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1324423075 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1324423075], ["username", "billy_41"], ["access_token", "d2d0da25cc08b500b8dbd369176d1fdc"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-05-01 18:25:55.175630"], ["updated_at", "2015-05-01 18:25:55.175630"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -156195834 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -156195834], ["username", "billy_42"], ["access_token", "51b25a81eb0db8d04aa53ce38d27d258"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-05-01 18:25:55.177301"], ["updated_at", "2015-05-01 18:25:55.177301"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -73750057 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -73750057], ["username", "billy_43"], ["access_token", "70f5e9b510b0068c833781e350479dd1"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-05-01 18:25:55.179300"], ["updated_at", "2015-05-01 18:25:55.179300"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -492344397 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -492344397], ["username", "billy_44"], ["access_token", "559d5edeec6a5f2c586bbded75886803"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-05-01 18:25:55.181026"], ["updated_at", "2015-05-01 18:25:55.181026"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1238323070 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1238323070], ["username", "billy_45"], ["access_token", "beb9b1ff3420e59e4a8db234adb85d97"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-05-01 18:25:55.182997"], ["updated_at", "2015-05-01 18:25:55.182997"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1111293921 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1111293921], ["username", "billy_46"], ["access_token", "c53c1fc84eec4278fd1dc8d09abd08ff"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-05-01 18:25:55.184834"], ["updated_at", "2015-05-01 18:25:55.184834"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -258908431 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -258908431], ["username", "billy_47"], ["access_token", "dac4f3ea4a3338c27dc7c088a67a0420"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-05-01 18:25:55.186521"], ["updated_at", "2015-05-01 18:25:55.186521"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -683694670 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -683694670], ["username", "billy_48"], ["access_token", "47748a3f118fef80ee977d5af81f4ccd"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-05-01 18:25:55.188301"], ["updated_at", "2015-05-01 18:25:55.188301"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -172744331 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -172744331], ["username", "billy_49"], ["access_token", "c7804da7505f0eeee2b7f8f82b2dac78"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-05-01 18:25:55.190399"], ["updated_at", "2015-05-01 18:25:55.190399"]] +  (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" = -10955509 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", -10955509], ["username", "jstrav"], ["access_token", "f26ad63bdb18aff03ad0af2c3ab64dfc"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:55.201506"], ["updated_at", "2015-05-01 18:25:55.201506"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1632412230 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", -1632412230], ["username", "mary"], ["access_token", "38f6e20b3e1619a4c4c0e21b99715111"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:55.204379"], ["updated_at", "2015-05-01 18:25:55.204379"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1812952442 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1812952442], ["username", "jstead"], ["access_token", "6c88704956c34556e418637c9e324fab"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:55.206879"], ["updated_at", "2015-05-01 18:25:55.206879"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -812771482 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -812771482], ["username", "bigbear"], ["access_token", "b22cdff1efb6a5c0cb4dfa6044cea87a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:55.208840"], ["updated_at", "2015-05-01 18:25:55.208840"]] +  (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.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" = -872803629 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", -872803629], ["username", "jstrav"], ["access_token", "7cfad1688ee5ff891a13bb87ee31cfd6"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:55.214339"], ["updated_at", "2015-05-01 18:25:55.214339"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1323048693 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", -1323048693], ["username", "mary"], ["access_token", "a00de651376b557c402560ada38f3373"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:55.216352"], ["updated_at", "2015-05-01 18:25:55.216352"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1693911434 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1693911434], ["username", "jstead"], ["access_token", "223f4ffc42d1d4e42394c3c618852120"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:55.218275"], ["updated_at", "2015-05-01 18:25:55.218275"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1744083541 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1744083541], ["username", "bigbear"], ["access_token", "45baa66d0095a80058fb168607c3f7a8"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:55.220044"], ["updated_at", "2015-05-01 18:25:55.220044"]] +  (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.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" = -1385751685 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", -1385751685], ["username", "jstrav"], ["access_token", "d14ebc2d0ec009857e004906af2ebdcf"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:55.225463"], ["updated_at", "2015-05-01 18:25:55.225463"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2083285434 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", -2083285434], ["username", "mary"], ["access_token", "4f5d4bb7886ee5f82eca558552f83575"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:55.227311"], ["updated_at", "2015-05-01 18:25:55.227311"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1147464898 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1147464898], ["username", "jstead"], ["access_token", "410d76ce53d31d7b8f1a524a7aa7930d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:55.229150"], ["updated_at", "2015-05-01 18:25:55.229150"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1537670866 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1537670866], ["username", "bigbear"], ["access_token", "66c1ccc55a440cf33a63882d2ce53e6f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:55.230814"], ["updated_at", "2015-05-01 18:25:55.230814"]] +  (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.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" = -819545859 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", -819545859], ["username", "jstrav"], ["access_token", "496742a60ae73de202fc51eeb4421d67"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:55.235171"], ["updated_at", "2015-05-01 18:25:55.235171"]] +  (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" = -1651122386 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", -1651122386], ["username", "mary"], ["access_token", "635bc62472d68a0fe7bcc0111015984e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:55.237127"], ["updated_at", "2015-05-01 18:25:55.237127"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1125304805 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1125304805], ["username", "jstead"], ["access_token", "f13ca6396fcf6936518a68e6986ea597"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:55.238898"], ["updated_at", "2015-05-01 18:25:55.238898"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -461732016 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -461732016], ["username", "bigbear"], ["access_token", "ea53dd97918721f91d9c4537f49c28ed"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:55.240493"], ["updated_at", "2015-05-01 18:25:55.240493"]] +  (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.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" = -1362992603 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", -1362992603], ["username", "jstrav"], ["access_token", "b461104708fbc3e3214d36c4c9f46b73"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:55.245024"], ["updated_at", "2015-05-01 18:25:55.245024"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1018168228 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", -1018168228], ["username", "mary"], ["access_token", "be50105885e82a61a13c7ebdea81d512"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:55.247253"], ["updated_at", "2015-05-01 18:25:55.247253"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -30233658 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -30233658], ["username", "jstead"], ["access_token", "40556c944025e137d051931909bb0339"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:55.249055"], ["updated_at", "2015-05-01 18:25:55.249055"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2060337118 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2060337118], ["username", "bigbear"], ["access_token", "8f3bf840e89bccdcfa9b94afd5aee2e9"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:55.250618"], ["updated_at", "2015-05-01 18:25:55.250618"]] +  (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.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" = -1027853152 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", -1027853152], ["username", "jstrav"], ["access_token", "d29da552e1f9f13d8004c772a71a1a21"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:55.256352"], ["updated_at", "2015-05-01 18:25:55.256352"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -813151644 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", -813151644], ["username", "mary"], ["access_token", "4c2a5454319d5f724fab76336ac62972"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:55.259366"], ["updated_at", "2015-05-01 18:25:55.259366"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -301544547 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -301544547], ["username", "jstead"], ["access_token", "14b50431c282ac41681acdc6f53956b9"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:55.262010"], ["updated_at", "2015-05-01 18:25:55.262010"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1667270273 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1667270273], ["username", "bigbear"], ["access_token", "47571e3ebe37b26fc47fbc8e143bc46b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:55.264216"], ["updated_at", "2015-05-01 18:25:55.264216"]] +  (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.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" = -82936628 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", -82936628], ["username", "jstrav"], ["access_token", "3dc93995e022136191864a82c281d1b6"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:55.269227"], ["updated_at", "2015-05-01 18:25:55.269227"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -630979579 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", -630979579], ["username", "mary"], ["access_token", "09c3db20fce82473e7bb76199e08a855"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:55.271068"], ["updated_at", "2015-05-01 18:25:55.271068"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2050360875 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2050360875], ["username", "jstead"], ["access_token", "b8ab54e6a4e64cc46f1e4e9b1ab0db2d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:55.272861"], ["updated_at", "2015-05-01 18:25:55.272861"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1866214964 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1866214964], ["username", "bigbear"], ["access_token", "2c7ff8447ff4062dfecf4ce6ae3a20b0"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:55.274450"], ["updated_at", "2015-05-01 18:25:55.274450"]] +  (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.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" = -532169803 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", -532169803], ["username", "jstrav"], ["access_token", "4c1a2357e37abd0b5cc9f1a30bf7ed31"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:55.279986"], ["updated_at", "2015-05-01 18:25:55.279986"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -357100119 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", -357100119], ["username", "mary"], ["access_token", "6cabd9fe8810fc72cacf4a274d8a2154"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:55.282273"], ["updated_at", "2015-05-01 18:25:55.282273"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -880502628 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -880502628], ["username", "jstead"], ["access_token", "3f95e9ccd240e7f3c24c80edebaf5950"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:55.285084"], ["updated_at", "2015-05-01 18:25:55.285084"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -935308345 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -935308345], ["username", "bigbear"], ["access_token", "4d34c72b822fc61ab94a3755b2c2591c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:55.287331"], ["updated_at", "2015-05-01 18:25:55.287331"]] +  (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.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" = -699926938 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", -699926938], ["username", "jstrav"], ["access_token", "91340346d68d819803cbbc10d8553a19"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:55.294515"], ["updated_at", "2015-05-01 18:25:55.294515"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -287914434 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", -287914434], ["username", "mary"], ["access_token", "18da50c174e6fa4013a1d8b0a0cf91e6"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:55.297481"], ["updated_at", "2015-05-01 18:25:55.297481"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2074039535 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2074039535], ["username", "jstead"], ["access_token", "0ae8ab25e88744cd5fa4e85b5fcf864d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:55.300136"], ["updated_at", "2015-05-01 18:25:55.300136"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -22358850 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -22358850], ["username", "bigbear"], ["access_token", "89cb8e8377c72046c9f224830125f3ef"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:55.302465"], ["updated_at", "2015-05-01 18:25:55.302465"]] +  (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.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" = -1250652337 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", -1250652337], ["username", "jstrav"], ["access_token", "c16feccf1f0ee5bc3db8c1b9d5b0b5ee"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:55.307464"], ["updated_at", "2015-05-01 18:25:55.307464"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1433590043 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", -1433590043], ["username", "mary"], ["access_token", "fa25faed911dcdcb3df7644dc58b5e4c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:55.309415"], ["updated_at", "2015-05-01 18:25:55.309415"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -942383470 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -942383470], ["username", "jstead"], ["access_token", "083e1b8ed3565ade69f819713a624929"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:55.311475"], ["updated_at", "2015-05-01 18:25:55.311475"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1010016864 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1010016864], ["username", "bigbear"], ["access_token", "662cdf10df384ee111f1203ed17d4461"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:55.313469"], ["updated_at", "2015-05-01 18:25:55.313469"]] +  (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.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" = -15021333 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", -15021333], ["username", "jstrav"], ["access_token", "3c5c22ba7c1ca53bc93868e4554a8aeb"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:55.318395"], ["updated_at", "2015-05-01 18:25:55.318395"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1950413990 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", -1950413990], ["username", "mary"], ["access_token", "536133899e4491887d784cc4e2c89e68"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:55.320288"], ["updated_at", "2015-05-01 18:25:55.320288"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1378120376 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1378120376], ["username", "jstead"], ["access_token", "6ae0720d4150def9152fd6da74370fbc"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:55.322423"], ["updated_at", "2015-05-01 18:25:55.322423"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1788413587 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1788413587], ["username", "bigbear"], ["access_token", "46083e25ab5e793894ed325ea685d7c5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:55.324082"], ["updated_at", "2015-05-01 18:25:55.324082"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -965803252 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -965803252], ["username", "foo_bb"], ["access_token", "00af58f47ca0d545d50fc296830fc40e"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2015-05-01 18:25:55.325803"], ["updated_at", "2015-05-01 18:25:55.325803"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -147476644 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -147476644], ["username", "foo_bj"], ["access_token", "939bec513135a2e36b7867a52b8dd71f"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2015-05-01 18:25:55.327468"], ["updated_at", "2015-05-01 18:25:55.327468"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -635686128 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -635686128], ["username", "foo_tj"], ["access_token", "3713bac17c1b37b589ee2a59b9417df2"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2015-05-01 18:25:55.329188"], ["updated_at", "2015-05-01 18:25:55.329188"]] +  (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.0ms) 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.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" = -2053616669 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", -2053616669], ["username", "jstrav"], ["access_token", "56ff84048ec4651462fb89f47768666e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:55.337019"], ["updated_at", "2015-05-01 18:25:55.337019"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1367449322 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", -1367449322], ["username", "mary"], ["access_token", "05f6a0708f4934f311d28c08a2f10f41"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:55.339926"], ["updated_at", "2015-05-01 18:25:55.339926"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1632544272 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1632544272], ["username", "jstead"], ["access_token", "945e395a8c72f8fad83bfd397b058058"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:55.342603"], ["updated_at", "2015-05-01 18:25:55.342603"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1937629801 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1937629801], ["username", "bigbear"], ["access_token", "737bbf5f6d31c593c9202f433a3af899"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:55.344803"], ["updated_at", "2015-05-01 18:25:55.344803"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1590446522 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1590446522], ["username", "billy_00"], ["access_token", "4e4c1e862120c638673b2d1a04569d00"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-05-01 18:25:55.358810"], ["updated_at", "2015-05-01 18:25:55.358810"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1429368340 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1429368340], ["username", "billy_01"], ["access_token", "b1f043526580b83d7105e1129a3e557e"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-05-01 18:25:55.360677"], ["updated_at", "2015-05-01 18:25:55.360677"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -471236865 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -471236865], ["username", "billy_02"], ["access_token", "9be377b52675aeb331ff24083e6c7f22"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-05-01 18:25:55.362472"], ["updated_at", "2015-05-01 18:25:55.362472"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1762654456 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1762654456], ["username", "billy_03"], ["access_token", "f2423741af6786283d079a03f9c163d3"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-05-01 18:25:55.364295"], ["updated_at", "2015-05-01 18:25:55.364295"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (1.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1202595527 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1202595527], ["username", "billy_04"], ["access_token", "298fd6b6cbabc9150df3d98cecd4336e"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-05-01 18:25:55.367014"], ["updated_at", "2015-05-01 18:25:55.367014"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -712990214 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -712990214], ["username", "billy_05"], ["access_token", "fde7c0eff083ddd82b6b8a2429940150"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-05-01 18:25:55.370735"], ["updated_at", "2015-05-01 18:25:55.370735"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1377376637 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1377376637], ["username", "billy_06"], ["access_token", "d31936fe0e4c3304c533d4d752f747e2"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-05-01 18:25:55.375238"], ["updated_at", "2015-05-01 18:25:55.375238"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1284388618 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1284388618], ["username", "billy_07"], ["access_token", "b46b3e31d6df6b6b1a27b0088d6e00e7"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-05-01 18:25:55.377811"], ["updated_at", "2015-05-01 18:25:55.377811"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1375334391 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1375334391], ["username", "billy_08"], ["access_token", "36f2dc5e59fa960102196096e5fb6e9c"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-05-01 18:25:55.379534"], ["updated_at", "2015-05-01 18:25:55.379534"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -815236966 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -815236966], ["username", "billy_09"], ["access_token", "4d5514e41da9b34d4b97462adaa425b2"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-05-01 18:25:55.381245"], ["updated_at", "2015-05-01 18:25:55.381245"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -930160686 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -930160686], ["username", "billy_10"], ["access_token", "215b6ced62c04e62f1733ccb86dc4aa4"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-05-01 18:25:55.383020"], ["updated_at", "2015-05-01 18:25:55.383020"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -898716040 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -898716040], ["username", "billy_11"], ["access_token", "8d2508aa1663a5e2766f35cbcf8a2360"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-05-01 18:25:55.384715"], ["updated_at", "2015-05-01 18:25:55.384715"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1299625983 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1299625983], ["username", "billy_12"], ["access_token", "15941fc551acea375ba3f1b9d0df1574"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-05-01 18:25:55.386417"], ["updated_at", "2015-05-01 18:25:55.386417"]] +  (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" = -1819658532 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1819658532], ["username", "billy_13"], ["access_token", "757546efe508714e3a1883642410d8e7"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-05-01 18:25:55.388089"], ["updated_at", "2015-05-01 18:25:55.388089"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -283656435 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -283656435], ["username", "billy_14"], ["access_token", "ff94a600da8ed7f66a30d064e5d1dcb4"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-05-01 18:25:55.389797"], ["updated_at", "2015-05-01 18:25:55.389797"]] +  (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" = -579734113 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -579734113], ["username", "billy_15"], ["access_token", "f0315f129018c0f26e91b8eef6e2e26b"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-05-01 18:25:55.391502"], ["updated_at", "2015-05-01 18:25:55.391502"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2128058314 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2128058314], ["username", "billy_16"], ["access_token", "81923593f156fa3e31e9e6fbb90e14dd"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-05-01 18:25:55.393225"], ["updated_at", "2015-05-01 18:25:55.393225"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -699690378 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -699690378], ["username", "billy_17"], ["access_token", "71f6d1c3e8fa6ed774ce5582ba09844e"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-05-01 18:25:55.394939"], ["updated_at", "2015-05-01 18:25:55.394939"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -369795049 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -369795049], ["username", "billy_18"], ["access_token", "d9f5d0cfbceb1dd8391010030e7df97f"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-05-01 18:25:55.396636"], ["updated_at", "2015-05-01 18:25:55.396636"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1260734904 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1260734904], ["username", "billy_19"], ["access_token", "5e01f58742cc2bd050cec56f801f04fe"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-05-01 18:25:55.398397"], ["updated_at", "2015-05-01 18:25:55.398397"]] +  (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" = -118693184 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -118693184], ["username", "billy_20"], ["access_token", "c1028e8a587683dd738e6d2632ebb89c"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-05-01 18:25:55.400084"], ["updated_at", "2015-05-01 18:25:55.400084"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1039477866 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1039477866], ["username", "billy_21"], ["access_token", "49effcd83f1be7b20f42f47bc3f908e4"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-05-01 18:25:55.401865"], ["updated_at", "2015-05-01 18:25:55.401865"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1621260190 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1621260190], ["username", "billy_22"], ["access_token", "1bd38360d8a2972e2ec7071f9ad87f12"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-05-01 18:25:55.403602"], ["updated_at", "2015-05-01 18:25:55.403602"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1293915595 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1293915595], ["username", "billy_23"], ["access_token", "782da892996fbe81a6728ee50b58845f"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-05-01 18:25:55.405310"], ["updated_at", "2015-05-01 18:25:55.405310"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1357309624 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1357309624], ["username", "billy_24"], ["access_token", "b9f69e0865cdb5f78ed23b3d4b325903"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-05-01 18:25:55.406978"], ["updated_at", "2015-05-01 18:25:55.406978"]] +  (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" = -1578101373 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1578101373], ["username", "billy_25"], ["access_token", "21be43a2988b209b20e51a65a403b778"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-05-01 18:25:55.408907"], ["updated_at", "2015-05-01 18:25:55.408907"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1369082537 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1369082537], ["username", "billy_26"], ["access_token", "1a33013ff739a29f9cda5eb6a5b9e88e"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-05-01 18:25:55.410603"], ["updated_at", "2015-05-01 18:25:55.410603"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -578145975 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -578145975], ["username", "billy_27"], ["access_token", "a333d5da36377d08f5c31c4d764303bd"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-05-01 18:25:55.412260"], ["updated_at", "2015-05-01 18:25:55.412260"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1010726356 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1010726356], ["username", "billy_28"], ["access_token", "dfa8440f16bd10c95980ad7299e37dd6"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-05-01 18:25:55.413943"], ["updated_at", "2015-05-01 18:25:55.413943"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -990365545 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -990365545], ["username", "billy_29"], ["access_token", "2b3416115527b2f8b970e652981199f1"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-05-01 18:25:55.415620"], ["updated_at", "2015-05-01 18:25:55.415620"]] +  (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" = -515624111 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -515624111], ["username", "billy_30"], ["access_token", "b8ecdda08e9b83797b8711ecb4f6c23e"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-05-01 18:25:55.417327"], ["updated_at", "2015-05-01 18:25:55.417327"]] +  (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" = -524191648 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -524191648], ["username", "billy_31"], ["access_token", "fda7651d2d593c9e09c760ae71754828"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-05-01 18:25:55.419007"], ["updated_at", "2015-05-01 18:25:55.419007"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -783593186 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -783593186], ["username", "billy_32"], ["access_token", "71b1e542d4c9baed87541f4e9c93cfbe"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-05-01 18:25:55.420686"], ["updated_at", "2015-05-01 18:25:55.420686"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1279732181 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1279732181], ["username", "billy_33"], ["access_token", "bdfe8516087d76a8e85136456edab574"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-05-01 18:25:55.422611"], ["updated_at", "2015-05-01 18:25:55.422611"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1688918607 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1688918607], ["username", "billy_34"], ["access_token", "1313eb1427e7a7b54572476166cc5e2f"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-05-01 18:25:55.424291"], ["updated_at", "2015-05-01 18:25:55.424291"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -342861605 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -342861605], ["username", "billy_35"], ["access_token", "0ed2dc8775ae8f10a3b10d04aa80e177"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-05-01 18:25:55.426004"], ["updated_at", "2015-05-01 18:25:55.426004"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -589344805 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -589344805], ["username", "billy_36"], ["access_token", "09a57b66def071a1771e89bd333c67bd"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-05-01 18:25:55.427671"], ["updated_at", "2015-05-01 18:25:55.427671"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -818853249 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -818853249], ["username", "billy_37"], ["access_token", "9424b2221bdc04f86a444f28517e0d2a"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-05-01 18:25:55.429353"], ["updated_at", "2015-05-01 18:25:55.429353"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -430184105 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -430184105], ["username", "billy_38"], ["access_token", "9ac8ef18e7c75bf7c4941ed07b3c2d79"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-05-01 18:25:55.431069"], ["updated_at", "2015-05-01 18:25:55.431069"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -623998756 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -623998756], ["username", "billy_39"], ["access_token", "74a3fe0efce0972feddadefeef5f687c"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-05-01 18:25:55.432737"], ["updated_at", "2015-05-01 18:25:55.432737"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736874032 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1736874032], ["username", "billy_40"], ["access_token", "7618098c13e88c7f2613146edaa8b8d3"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-05-01 18:25:55.434412"], ["updated_at", "2015-05-01 18:25:55.434412"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1884093076 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1884093076], ["username", "billy_41"], ["access_token", "2999374314de7702dcdccb4c4e03cd19"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-05-01 18:25:55.436089"], ["updated_at", "2015-05-01 18:25:55.436089"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1282398365 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1282398365], ["username", "billy_42"], ["access_token", "81eb68dcd10b4b2bb00d15e6d48fefb6"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-05-01 18:25:55.437775"], ["updated_at", "2015-05-01 18:25:55.437775"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -706147767 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -706147767], ["username", "billy_43"], ["access_token", "2e1d9395da4c056a0ae3f3af67d9d1f3"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-05-01 18:25:55.439461"], ["updated_at", "2015-05-01 18:25:55.439461"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1277870506 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1277870506], ["username", "billy_44"], ["access_token", "8cb1ecd694784dfeb7199ad5af901287"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-05-01 18:25:55.441192"], ["updated_at", "2015-05-01 18:25:55.441192"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1637150257 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1637150257], ["username", "billy_45"], ["access_token", "03bed63c674a7c4e794047129f0ea82e"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-05-01 18:25:55.442890"], ["updated_at", "2015-05-01 18:25:55.442890"]] +  (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.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" = -1523761796 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", -1523761796], ["username", "jstrav"], ["access_token", "12fcc119ff08f459decb24cd8ceabdef"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:55.452363"], ["updated_at", "2015-05-01 18:25:55.452363"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -831981459 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", -831981459], ["username", "mary"], ["access_token", "6fa82947be63cae53ab60ad0840f0e6b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:55.454462"], ["updated_at", "2015-05-01 18:25:55.454462"]] +  (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" = -2070680142 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2070680142], ["username", "jstead"], ["access_token", "241b5e6fb51461b4e545fb94878f11b9"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:55.456470"], ["updated_at", "2015-05-01 18:25:55.456470"]] +  (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" = -973070335 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -973070335], ["username", "bigbear"], ["access_token", "3419fe54589888bcfaa11ee1a31cd1c5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:55.458990"], ["updated_at", "2015-05-01 18:25:55.458990"]] +  (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" = -1314335872 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1314335872], ["username", "billy_00"], ["access_token", "d73a7d8589e4f358509228b19edf0b78"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-05-01 18:25:55.462127"], ["updated_at", "2015-05-01 18:25:55.462127"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1037489158 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1037489158], ["username", "billy_01"], ["access_token", "fcc558523b1d31d6498fdb7b2ab6ea99"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-05-01 18:25:55.464809"], ["updated_at", "2015-05-01 18:25:55.464809"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1522461391 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1522461391], ["username", "billy_02"], ["access_token", "55b10961fe658dbf4f0ba5fa2d2c422b"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-05-01 18:25:55.467257"], ["updated_at", "2015-05-01 18:25:55.467257"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2110837288 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2110837288], ["username", "billy_03"], ["access_token", "9954eccbb985c43c059295f5e66ebfa4"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-05-01 18:25:55.469503"], ["updated_at", "2015-05-01 18:25:55.469503"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1438444255 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1438444255], ["username", "billy_04"], ["access_token", "a8c8aaf2166b365b1ac41481d6392ad1"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-05-01 18:25:55.471505"], ["updated_at", "2015-05-01 18:25:55.471505"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1595315665 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1595315665], ["username", "billy_05"], ["access_token", "fa9d9b7b503904a9160db8d9f99cbef6"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-05-01 18:25:55.473293"], ["updated_at", "2015-05-01 18:25:55.473293"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -427249074 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -427249074], ["username", "billy_06"], ["access_token", "ff0fc6b2022a49723fdd4759d2d3dcf3"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-05-01 18:25:55.475196"], ["updated_at", "2015-05-01 18:25:55.475196"]] +  (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" = -1745912911 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1745912911], ["username", "billy_07"], ["access_token", "48161c0dbae7cbc6a97459f0b117c527"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-05-01 18:25:55.476904"], ["updated_at", "2015-05-01 18:25:55.476904"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -681576331 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -681576331], ["username", "billy_08"], ["access_token", "d3787ff8ceed301a2316a5e2c10e0322"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-05-01 18:25:55.478609"], ["updated_at", "2015-05-01 18:25:55.478609"]] +  (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" = -1540894861 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1540894861], ["username", "billy_09"], ["access_token", "65d75f2f1e4b54e9dba831d7c47c2aca"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-05-01 18:25:55.480305"], ["updated_at", "2015-05-01 18:25:55.480305"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2070614971 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2070614971], ["username", "billy_10"], ["access_token", "0c5aaccba63ab0ea48099c1b84c2389d"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-05-01 18:25:55.481992"], ["updated_at", "2015-05-01 18:25:55.481992"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -949184230 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -949184230], ["username", "billy_11"], ["access_token", "efb9a4c52110c8fcead1b0605a2536d1"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-05-01 18:25:55.483713"], ["updated_at", "2015-05-01 18:25:55.483713"]] +  (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" = -273835592 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -273835592], ["username", "billy_12"], ["access_token", "7c27279248953a0601333b79ecd83f13"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-05-01 18:25:55.485534"], ["updated_at", "2015-05-01 18:25:55.485534"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -856756818 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -856756818], ["username", "billy_13"], ["access_token", "a000283ce43ffc80346f66c12f27c553"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-05-01 18:25:55.487426"], ["updated_at", "2015-05-01 18:25:55.487426"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -413590497 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -413590497], ["username", "billy_14"], ["access_token", "047585181bf0df43f52ad4befe03b190"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-05-01 18:25:55.489146"], ["updated_at", "2015-05-01 18:25:55.489146"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -587149567 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -587149567], ["username", "billy_15"], ["access_token", "d768b7f1fec35b8b566a87a4fc441c57"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-05-01 18:25:55.490897"], ["updated_at", "2015-05-01 18:25:55.490897"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1097809673 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1097809673], ["username", "billy_16"], ["access_token", "d488d71d04fa87788d75f9afcd5e0561"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-05-01 18:25:55.492694"], ["updated_at", "2015-05-01 18:25:55.492694"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1238589297 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1238589297], ["username", "billy_17"], ["access_token", "a1934f6633ff6e9ea54af261fd525740"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-05-01 18:25:55.494500"], ["updated_at", "2015-05-01 18:25:55.494500"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1898579562 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1898579562], ["username", "billy_18"], ["access_token", "6cd5309a15851a2fc6e2698e5d8e0bf6"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-05-01 18:25:55.496711"], ["updated_at", "2015-05-01 18:25:55.496711"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1045453005 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1045453005], ["username", "billy_19"], ["access_token", "34b274fb7304b9594d94237708136c14"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-05-01 18:25:55.498648"], ["updated_at", "2015-05-01 18:25:55.498648"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -673758595 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -673758595], ["username", "billy_20"], ["access_token", "54287f2ac59b85acb6243c9ec0fe619a"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-05-01 18:25:55.500448"], ["updated_at", "2015-05-01 18:25:55.500448"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1291729675 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1291729675], ["username", "billy_21"], ["access_token", "f23affdc7544319a5a6a733c79fbffb4"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-05-01 18:25:55.502264"], ["updated_at", "2015-05-01 18:25:55.502264"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749337321 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -749337321], ["username", "billy_22"], ["access_token", "57aca112c618d47c150572a8a6583934"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-05-01 18:25:55.504134"], ["updated_at", "2015-05-01 18:25:55.504134"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1619041084 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1619041084], ["username", "billy_23"], ["access_token", "5f41bc27d62d6b305e5eab84cbf92d8c"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-05-01 18:25:55.505958"], ["updated_at", "2015-05-01 18:25:55.505958"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -348132766 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -348132766], ["username", "billy_24"], ["access_token", "a7fa10caeefb6c05fad867b88da13912"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-05-01 18:25:55.507932"], ["updated_at", "2015-05-01 18:25:55.507932"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -513823890 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -513823890], ["username", "billy_25"], ["access_token", "3f5dd647c1cfaf9a20840db40cea1be3"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-05-01 18:25:55.509706"], ["updated_at", "2015-05-01 18:25:55.509706"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1647679175 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1647679175], ["username", "billy_26"], ["access_token", "31156e9a62ea31719076948eeeafe358"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-05-01 18:25:55.511537"], ["updated_at", "2015-05-01 18:25:55.511537"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -815575397 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -815575397], ["username", "billy_27"], ["access_token", "7898f60b553d38009a5f14e47d3901b5"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-05-01 18:25:55.513320"], ["updated_at", "2015-05-01 18:25:55.513320"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1778090094 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1778090094], ["username", "billy_28"], ["access_token", "a27dbd43dac6d80a20cf651c9fdfd9be"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-05-01 18:25:55.515053"], ["updated_at", "2015-05-01 18:25:55.515053"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1220308503 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1220308503], ["username", "billy_29"], ["access_token", "1c563d70c606f9dfc3a7c97fd8a60735"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-05-01 18:25:55.516786"], ["updated_at", "2015-05-01 18:25:55.516786"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -173773043 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -173773043], ["username", "billy_30"], ["access_token", "2edd32e503bd17954c57cf00ece54c4d"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-05-01 18:25:55.518791"], ["updated_at", "2015-05-01 18:25:55.518791"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1697187650 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1697187650], ["username", "billy_31"], ["access_token", "e5d61f2e9415e6a44b5fa140b0589f16"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-05-01 18:25:55.520509"], ["updated_at", "2015-05-01 18:25:55.520509"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1004203177 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1004203177], ["username", "billy_32"], ["access_token", "0560bdfa53b9ac374aa71b2b2d08a014"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-05-01 18:25:55.522232"], ["updated_at", "2015-05-01 18:25:55.522232"]] +  (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" = -1437358532 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1437358532], ["username", "billy_33"], ["access_token", "2e3e18afc902be31746cb33acbbd7616"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-05-01 18:25:55.523999"], ["updated_at", "2015-05-01 18:25:55.523999"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -408858153 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -408858153], ["username", "billy_34"], ["access_token", "a7edcade786baa93bedcf3ce1c752560"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-05-01 18:25:55.525733"], ["updated_at", "2015-05-01 18:25:55.525733"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -301627148 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -301627148], ["username", "billy_35"], ["access_token", "ecb8e69e76e7400d6d8fd1e2437fd056"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-05-01 18:25:55.527449"], ["updated_at", "2015-05-01 18:25:55.527449"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -437470670 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -437470670], ["username", "billy_36"], ["access_token", "a0eb6f2704d6202409d15eef88e5aee2"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-05-01 18:25:55.529163"], ["updated_at", "2015-05-01 18:25:55.529163"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1224327412 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1224327412], ["username", "billy_37"], ["access_token", "c59e1d6df0573620ebf19a6aeb757467"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-05-01 18:25:55.530984"], ["updated_at", "2015-05-01 18:25:55.530984"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -709084930 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -709084930], ["username", "billy_38"], ["access_token", "fede1b4e9d973e00becd1ba64b0099fc"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-05-01 18:25:55.532721"], ["updated_at", "2015-05-01 18:25:55.532721"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -989494504 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -989494504], ["username", "billy_39"], ["access_token", "b7fb8f0d4698865d95881bec25894e8e"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-05-01 18:25:55.534443"], ["updated_at", "2015-05-01 18:25:55.534443"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1690893959 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1690893959], ["username", "billy_40"], ["access_token", "7951b4972cc289ee82e9b15b4d9fb90b"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-05-01 18:25:55.536209"], ["updated_at", "2015-05-01 18:25:55.536209"]] +  (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" = -1680241428 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1680241428], ["username", "billy_41"], ["access_token", "ba50073b915b7d4c446029f8226649b6"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-05-01 18:25:55.537935"], ["updated_at", "2015-05-01 18:25:55.537935"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1780523516 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1780523516], ["username", "billy_42"], ["access_token", "744f7bb10b7cdde66b0e6e7cae25fa9f"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-05-01 18:25:55.539699"], ["updated_at", "2015-05-01 18:25:55.539699"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1945631042 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1945631042], ["username", "billy_43"], ["access_token", "4bc11af14a4a245688dd7d88272de1e2"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-05-01 18:25:55.541462"], ["updated_at", "2015-05-01 18:25:55.541462"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1160405864 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1160405864], ["username", "billy_44"], ["access_token", "d7cb645c5d509573432935eb4a47a3cc"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-05-01 18:25:55.543260"], ["updated_at", "2015-05-01 18:25:55.543260"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -815453844 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -815453844], ["username", "billy_45"], ["access_token", "9182d7c218c8dc0e97bd617f9efa532b"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-05-01 18:25:55.545007"], ["updated_at", "2015-05-01 18:25:55.545007"]] +  (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 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.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" = -1710619663 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", -1710619663], ["username", "jstrav"], ["access_token", "a0fb4b0b01efcf11348fed31aa2c1bcb"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:55.554771"], ["updated_at", "2015-05-01 18:25:55.554771"]] +  (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" = -874935985 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", -874935985], ["username", "mary"], ["access_token", "7f50e19f48299dbc3fe7064446a0e5d0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:55.556980"], ["updated_at", "2015-05-01 18:25:55.556980"]] +  (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" = -1121384086 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1121384086], ["username", "jstead"], ["access_token", "061c4d97dae81e87cac2f0ab3fecba02"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:55.558992"], ["updated_at", "2015-05-01 18:25:55.558992"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -959490977 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -959490977], ["username", "bigbear"], ["access_token", "f1e959d98df8f4f2a998a3bd90a88fda"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:55.560820"], ["updated_at", "2015-05-01 18:25:55.560820"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -349712149 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -349712149], ["username", "billy_00"], ["access_token", "41e04df450bc69e1af42a6ab76a53ab1"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-05-01 18:25:55.562580"], ["updated_at", "2015-05-01 18:25:55.562580"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1628585783 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1628585783], ["username", "billy_01"], ["access_token", "20c9fcea2176793dffb3aa8dd5a4fe66"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-05-01 18:25:55.564426"], ["updated_at", "2015-05-01 18:25:55.564426"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1154160101 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1154160101], ["username", "billy_02"], ["access_token", "f699da8179ec14cd6779b553889c3e40"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-05-01 18:25:55.566371"], ["updated_at", "2015-05-01 18:25:55.566371"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -388207017 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -388207017], ["username", "billy_03"], ["access_token", "825b1469c63a15e3e5397012ce980964"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-05-01 18:25:55.568242"], ["updated_at", "2015-05-01 18:25:55.568242"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1606596264 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1606596264], ["username", "billy_04"], ["access_token", "3095804aa66893d489f3b72644bed3bb"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-05-01 18:25:55.569990"], ["updated_at", "2015-05-01 18:25:55.569990"]] +  (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" = -274365417 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -274365417], ["username", "billy_05"], ["access_token", "f601b092e639b19c7eee99325bfa8a91"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-05-01 18:25:55.571718"], ["updated_at", "2015-05-01 18:25:55.571718"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1296361962 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1296361962], ["username", "billy_06"], ["access_token", "ce45965aece461e84f96f0decf1da901"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-05-01 18:25:55.573477"], ["updated_at", "2015-05-01 18:25:55.573477"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2065406728 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2065406728], ["username", "billy_07"], ["access_token", "54bbe355cce2144f19ce98a7a12f23d4"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-05-01 18:25:55.575201"], ["updated_at", "2015-05-01 18:25:55.575201"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1335407729 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1335407729], ["username", "billy_08"], ["access_token", "64503602288ecb2ec10457cd6534028c"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-05-01 18:25:55.576913"], ["updated_at", "2015-05-01 18:25:55.576913"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1560512767 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1560512767], ["username", "billy_09"], ["access_token", "545844300f1f12ea68da4abd02db5b92"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-05-01 18:25:55.578633"], ["updated_at", "2015-05-01 18:25:55.578633"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1171127437 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1171127437], ["username", "billy_10"], ["access_token", "f50a1574bc6de443067d53d77e79ecb3"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-05-01 18:25:55.580357"], ["updated_at", "2015-05-01 18:25:55.580357"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1830966186 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1830966186], ["username", "billy_11"], ["access_token", "43d6296d6595e6bca235d4ab27f078e3"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-05-01 18:25:55.582059"], ["updated_at", "2015-05-01 18:25:55.582059"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1321852925 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1321852925], ["username", "billy_12"], ["access_token", "bf4022454d3314c67d2d0ef901215eaa"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-05-01 18:25:55.583762"], ["updated_at", "2015-05-01 18:25:55.583762"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -302987932 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -302987932], ["username", "billy_13"], ["access_token", "bcb20f75237a803f329f28871b5a13b2"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-05-01 18:25:55.585454"], ["updated_at", "2015-05-01 18:25:55.585454"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2067587024 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2067587024], ["username", "billy_14"], ["access_token", "2e52d8a91bb8369c98ae2ba9eb791b4e"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-05-01 18:25:55.587130"], ["updated_at", "2015-05-01 18:25:55.587130"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2102404693 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2102404693], ["username", "billy_15"], ["access_token", "4433b418902811baf29adca33cb3b2b6"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-05-01 18:25:55.589136"], ["updated_at", "2015-05-01 18:25:55.589136"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1141233099 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1141233099], ["username", "billy_16"], ["access_token", "67546b34ebdb8c5cfbb1cbe1b773d4aa"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-05-01 18:25:55.590908"], ["updated_at", "2015-05-01 18:25:55.590908"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1030862358 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1030862358], ["username", "billy_17"], ["access_token", "1fc445198d7d5730e10ba1838c287e38"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-05-01 18:25:55.592665"], ["updated_at", "2015-05-01 18:25:55.592665"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -676926603 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -676926603], ["username", "billy_18"], ["access_token", "4e23d925091d4833a996c54ae4ace036"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-05-01 18:25:55.594645"], ["updated_at", "2015-05-01 18:25:55.594645"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1696961162 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1696961162], ["username", "billy_19"], ["access_token", "eb9e56e08ef38daf0bfa9d6b0fb39a0f"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-05-01 18:25:55.596871"], ["updated_at", "2015-05-01 18:25:55.596871"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1358647106 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1358647106], ["username", "billy_20"], ["access_token", "9992608dc9a8d7d5bd3d1e4a99f51c5f"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-05-01 18:25:55.598750"], ["updated_at", "2015-05-01 18:25:55.598750"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736164480 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1736164480], ["username", "billy_21"], ["access_token", "8264c279789f95dda7af3726b88e38cd"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-05-01 18:25:55.600604"], ["updated_at", "2015-05-01 18:25:55.600604"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2137417184 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2137417184], ["username", "billy_22"], ["access_token", "2204322afec40296000a8d2cbb44b0df"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-05-01 18:25:55.602424"], ["updated_at", "2015-05-01 18:25:55.602424"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -817873205 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -817873205], ["username", "billy_23"], ["access_token", "3bbbef2326019e2fa9f0197d0eb6e12b"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-05-01 18:25:55.604232"], ["updated_at", "2015-05-01 18:25:55.604232"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1833300325 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1833300325], ["username", "billy_24"], ["access_token", "e5b16732176ad4e4a3756a781fa18c9e"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-05-01 18:25:55.606188"], ["updated_at", "2015-05-01 18:25:55.606188"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1784305592 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1784305592], ["username", "billy_25"], ["access_token", "0263c53eab4b114fea9ff4ad1a290121"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-05-01 18:25:55.608197"], ["updated_at", "2015-05-01 18:25:55.608197"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -469138391 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -469138391], ["username", "billy_26"], ["access_token", "46cf02139ec24c8a3278b8c1ce6b3525"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-05-01 18:25:55.609977"], ["updated_at", "2015-05-01 18:25:55.609977"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -217281224 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -217281224], ["username", "billy_27"], ["access_token", "a873d0d2dfdc8e4fd9ebcfa14c2ce5b0"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-05-01 18:25:55.611891"], ["updated_at", "2015-05-01 18:25:55.611891"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943027646 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -943027646], ["username", "billy_28"], ["access_token", "0f37b51d996056dd90bd9f478baa319b"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-05-01 18:25:55.613884"], ["updated_at", "2015-05-01 18:25:55.613884"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2013939009 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2013939009], ["username", "billy_29"], ["access_token", "7a29e11ba0282afb04d10501dc4b2343"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-05-01 18:25:55.615807"], ["updated_at", "2015-05-01 18:25:55.615807"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1339894589 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1339894589], ["username", "billy_30"], ["access_token", "bbd9a67b0679c2f07e6ad2d1df156717"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-05-01 18:25:55.617571"], ["updated_at", "2015-05-01 18:25:55.617571"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1910873511 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1910873511], ["username", "billy_31"], ["access_token", "55c4ee3e5512dedef1a1b9b2ea501d12"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-05-01 18:25:55.619326"], ["updated_at", "2015-05-01 18:25:55.619326"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1196944285 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1196944285], ["username", "billy_32"], ["access_token", "a855d896647d6c0513884c0dcf239ace"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-05-01 18:25:55.621066"], ["updated_at", "2015-05-01 18:25:55.621066"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1250927390 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1250927390], ["username", "billy_33"], ["access_token", "a07b9cb3c416a01507a85262f41ad83d"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-05-01 18:25:55.622800"], ["updated_at", "2015-05-01 18:25:55.622800"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1191836309 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1191836309], ["username", "billy_34"], ["access_token", "a7cc79045c0f6c24a89b118dedb46390"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-05-01 18:25:55.624558"], ["updated_at", "2015-05-01 18:25:55.624558"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1304253507 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1304253507], ["username", "billy_35"], ["access_token", "7cf8aaa588c9f87d621203a3ccfb4877"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-05-01 18:25:55.626295"], ["updated_at", "2015-05-01 18:25:55.626295"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1971065224 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1971065224], ["username", "billy_36"], ["access_token", "79e5aa199074989c08605de7ad7682e7"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-05-01 18:25:55.628038"], ["updated_at", "2015-05-01 18:25:55.628038"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1894540819 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1894540819], ["username", "billy_37"], ["access_token", "7542fb6710edeb99ffdf4bd3b2537643"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-05-01 18:25:55.629759"], ["updated_at", "2015-05-01 18:25:55.629759"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1630124530 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1630124530], ["username", "billy_38"], ["access_token", "7f838e4dc07f527c446a72f018f59d2b"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-05-01 18:25:55.631485"], ["updated_at", "2015-05-01 18:25:55.631485"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1745363915 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1745363915], ["username", "billy_39"], ["access_token", "f1b56cf4c2459ae3c3ee0715a345b80a"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-05-01 18:25:55.633187"], ["updated_at", "2015-05-01 18:25:55.633187"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -87828349 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -87828349], ["username", "billy_40"], ["access_token", "fe4c318140191b6f1de08ed58ba46146"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-05-01 18:25:55.634895"], ["updated_at", "2015-05-01 18:25:55.634895"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2108108399 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2108108399], ["username", "billy_41"], ["access_token", "6ea9baee7abb31b864aaf07c0ee36585"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-05-01 18:25:55.636626"], ["updated_at", "2015-05-01 18:25:55.636626"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2043593498 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2043593498], ["username", "billy_42"], ["access_token", "0e54079dfcd3dc9e0e4e4735d39a06ca"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-05-01 18:25:55.638588"], ["updated_at", "2015-05-01 18:25:55.638588"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -378218190 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -378218190], ["username", "billy_43"], ["access_token", "51dd5e2ebeec430fd5c8379176716a18"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-05-01 18:25:55.640538"], ["updated_at", "2015-05-01 18:25:55.640538"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -130268029 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -130268029], ["username", "billy_44"], ["access_token", "cb4af62e0d2dccf65ca0e66332401a6c"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-05-01 18:25:55.642233"], ["updated_at", "2015-05-01 18:25:55.642233"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1264843013 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1264843013], ["username", "billy_45"], ["access_token", "873ed0eeafd49c9b6e3ff57822ce574e"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-05-01 18:25:55.643966"], ["updated_at", "2015-05-01 18:25:55.643966"]] +  (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.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", 2]] + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "a892b6"]] + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'a892b6' LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "a892b6"], ["created_at", "2015-05-01 18:25:55.670462"], ["updated_at", "2015-05-01 18:25:55.670462"]] +  (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", 3]] + 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.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 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", 3], ["username", "alice"], ["created_at", "2015-05-01 18:25:55.678500"], ["updated_at", "2015-05-01 18:25:55.678500"]] +  (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", 4]] + 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" = 4 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", 4], ["username", "alice2"], ["created_at", "2015-05-01 18:25:55.685543"], ["updated_at", "2015-05-01 18:25:55.685543"]] +  (0.0ms) RELEASE SAVEPOINT active_record_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" = 1 LIMIT 1 + SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "7e4cccab5eae3acec599aeeb3c40bb20"], ["created_at", "2015-05-01 18:25:55.690234"], ["updated_at", "2015-05-01 18:25:55.690234"]] +  (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", "2015-05-01 18:25:55.695670"], ["updated_at", "2015-05-01 18:25:55.695670"]] +  (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.1ms) 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", "de9601189e67afc7406428ff9e927401"], ["created_at", "2015-05-01 18:25:56.064369"], ["updated_at", "2015-05-01 18:25:56.064369"]] +  (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", "2015-05-01 18:25:56.066592"], ["updated_at", "2015-05-01 18:25:56.066592"]] +  (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.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", "ce56d17d21b172067c4f96495b7c1fea"], ["created_at", "2015-05-01 18:25:56.442139"], ["updated_at", "2015-05-01 18:25:56.442139"]] +  (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", "2015-05-01 18:25:56.443694"], ["updated_at", "2015-05-01 18:25:56.443694"]] +  (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.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.2ms) rollback transaction +  (0.1ms) begin transaction +  (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" = 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", "a2f471ca81879f0814eaa52237a05be0"], ["created_at", "2015-05-01 18:25:56.803663"], ["updated_at", "2015-05-01 18:25:56.803663"]] +  (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", "2015-05-01 18:25:56.806018"], ["updated_at", "2015-05-01 18:25:56.806018"]] +  (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", "aa1c84dbcf42d5caa491dc7db8b1bb2a"], ["created_at", "2015-05-01 18:25:57.179410"], ["updated_at", "2015-05-01 18:25:57.179410"]] +  (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", "2015-05-01 18:25:57.180948"], ["updated_at", "2015-05-01 18:25:57.180948"]] +  (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.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2015-05-01 18:25:57.539517"], ["updated_at", "2015-05-01 18:25:57.539517"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-05-01 13:25:57 -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/dummy?test=true" for 127.0.0.1 at 2015-05-01 13:25:57 -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.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" = 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", "2015-05-01 18:25:57.558987"], ["updated_at", "2015-05-01 18:25:57.558987"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-05-01 13:25:57 -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 2015-05-01 13:25:57 -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.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" = 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", "2015-05-01 18:25:57.575442"], ["updated_at", "2015-05-01 18:25:57.575442"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-05-01 13:25:57 -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 2015-05-01 13:25:57 -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" = -572343270 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -572343270], ["username", "bbf51584061668170836188c8b46c121"], ["access_token", "d9cad62a7b06b67eb2dbf670b0385a9d"], ["created_at", "2015-05-01 18:25:57.592545"], ["updated_at", "2015-05-01 18:25:57.592545"]] +  (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" = -2086981001 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2086981001], ["name", "MyGroup"], ["created_at", "2015-05-01 18:25:57.595181"], ["updated_at", "2015-05-01 18:25:57.595181"]] +  (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" = -1375694993 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1375694993], ["name", "MyGroup"], ["created_at", "2015-05-01 18:25:57.597001"], ["updated_at", "2015-05-01 18:25:57.597001"]] +  (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" = -1375694993 LIMIT 1 + OpenStax::Accounts::Group Load (0.2ms) 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", -1375694993]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- +- -1375694993 +' 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", -2086981001]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -2086981001 +' 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" = -1375694993 + SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -2086981001 + SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -2086981001], ["member_group_id", -1375694993], ["created_at", "2015-05-01 18:25:57.598715"], ["updated_at", "2015-05-01 18:25:57.598715"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-2086981001/nestings/-1375694993" for 127.0.0.1 at 2015-05-01 13:25:57 -0500 +Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-2086981001", "member_group_id"=>"-1375694993"} +Completed 200 OK in 0ms (Views: 0.2ms | 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" = -1057060139 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1057060139], ["username", "fc8db3694291fa8350bbb8f5fa222dab"], ["access_token", "2f67ef99deb68fced84193bd93f3086e"], ["created_at", "2015-05-01 18:25:57.638790"], ["updated_at", "2015-05-01 18:25:57.638790"]] +  (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" = -122899047 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -122899047], ["name", "MyGroup"], ["created_at", "2015-05-01 18:25:57.641126"], ["updated_at", "2015-05-01 18:25:57.641126"]] +  (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" = -1092619605 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1092619605], ["name", "MyGroup"], ["created_at", "2015-05-01 18:25:57.644032"], ["updated_at", "2015-05-01 18:25:57.644032"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-122899047/nestings/-1092619605" for 127.0.0.1 at 2015-05-01 13:25:57 -0500 +Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-122899047", "member_group_id"=>"-1092619605"} +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", "2015-05-01 18:25:57.657319"], ["updated_at", "2015-05-01 18:25:57.657319"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-05-01 13:25:57 -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 2015-05-01 13:25:57 -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.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" = 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", "2015-05-01 18:25:57.679899"], ["updated_at", "2015-05-01 18:25:57.679899"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-05-01 13:25:57 -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 2015-05-01 13:25:57 -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", "2015-05-01 18:25:57.697757"], ["updated_at", "2015-05-01 18:25:57.697757"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-05-01 13:25:57 -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 2015-05-01 13:25:57 -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.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" = -513874663 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -513874663], ["username", "98eb0cbacfcbd822a2058c06ded1fffa"], ["access_token", "43e1d23dc02424167d4e223e5f354997"], ["created_at", "2015-05-01 18:25:57.716207"], ["updated_at", "2015-05-01 18:25:57.716207"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-05-01 13:25:57 -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 2015-05-01 13:25:57 -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" = -167391188 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -167391188], ["username", "627e7d5a2015b54691a9636bbe346b2e"], ["access_token", "e388ebe6b68a78734c0c47ae75078e6b"], ["created_at", "2015-05-01 18:25:57.738142"], ["updated_at", "2015-05-01 18:25:57.738142"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-05-01 13:25:57 -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 2015-05-01 13:25:57 -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" = -2137775101 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2137775101], ["username", "4ae8c064453dc47164b359ab603386a9"], ["access_token", "209881d91ef77c70d6210cb059f80ee1"], ["created_at", "2015-05-01 18:25:57.756460"], ["updated_at", "2015-05-01 18:25:57.756460"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PUT "/api/user" for 127.0.0.1 at 2015-05-01 13:25:57 -0500 +Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 + Parameters: {"{\"username\":\"4ae8c064453dc47164b359ab603386a9\",\"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" = -1664230274 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1664230274], ["username", "86169e918afd8c4d4147673338d0171f"], ["access_token", "0d442092fbf4707dbcce5cbf189012ee"], ["created_at", "2015-05-01 18:25:57.767575"], ["updated_at", "2015-05-01 18:25:57.767575"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-05-01 13:25:57 -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 2015-05-01 13:25:57 -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.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" = -1759568564 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1759568564], ["username", "8e158ca5a2b793c31fc75f9832055d76"], ["access_token", "14876494e47ef50bf6439c899e274827"], ["created_at", "2015-05-01 18:25:57.786152"], ["updated_at", "2015-05-01 18:25:57.786152"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1640263430 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1640263430], ["name", "MyGroup"], ["created_at", "2015-05-01 18:25:57.788745"], ["updated_at", "2015-05-01 18:25:57.788745"]] +  (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" = -1640263430 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-1640263430" for 127.0.0.1 at 2015-05-01 13:25:57 -0500 +Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"id"=>"-1640263430"} +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" = -1747494596 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1747494596], ["username", "6dcc16b42a48c5facb58405498648d17"], ["access_token", "72d767e3f869c696d202de65034809c2"], ["created_at", "2015-05-01 18:25:57.805199"], ["updated_at", "2015-05-01 18:25:57.805199"]] +  (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" = -1845385795 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1845385795], ["name", "MyGroup"], ["created_at", "2015-05-01 18:25:57.807431"], ["updated_at", "2015-05-01 18:25:57.807431"]] +  (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" = -1845385795 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PUT "/api/groups/-1845385795" for 127.0.0.1 at 2015-05-01 13:25:57 -0500 +Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 + Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil, "id"=>"-1845385795"} +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" = -483417890 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -483417890], ["username", "19c21ca48fa3e10888f309a31c99cb37"], ["access_token", "fb9247344d677b78b10eeb1556d0caf1"], ["created_at", "2015-05-01 18:25:57.820012"], ["updated_at", "2015-05-01 18:25:57.820012"]] +  (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" = -1021572799 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1021572799], ["name", "MyGroup"], ["created_at", "2015-05-01 18:25:57.822599"], ["updated_at", "2015-05-01 18:25:57.822599"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups" for 127.0.0.1 at 2015-05-01 13:25:57 -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.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" = -138675357 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -138675357], ["username", "82dfccb976afebafba709d27da6d5d4f"], ["access_token", "54fd7d6adbc65414c721e67c1734c69d"], ["created_at", "2015-05-01 18:25:57.833695"], ["updated_at", "2015-05-01 18:25:57.833695"]] +  (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" = -620538739 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -620538739], ["name", "MyGroup"], ["created_at", "2015-05-01 18:25:57.836129"], ["updated_at", "2015-05-01 18:25:57.836129"]] +  (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" = -1414247978 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1414247978], ["username", "779bcad79f3c5e0c958751517386ea6f"], ["access_token", "d0044458a9bbf68a9e854512acac50a8"], ["created_at", "2015-05-01 18:25:57.838378"], ["updated_at", "2015-05-01 18:25:57.838378"]] +  (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" = -1414247978 AND "openstax_accounts_group_members"."group_id" = -620538739) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -620538739], ["user_id", -1414247978], ["created_at", "2015-05-01 18:25:57.840425"], ["updated_at", "2015-05-01 18:25:57.840425"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-620538739/members/-1414247978" for 127.0.0.1 at 2015-05-01 13:25:57 -0500 +Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-620538739", "user_id"=>"-1414247978"} +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" = -167943259 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -167943259], ["username", "464cc14e4f9ce7913a8b9b477aad3220"], ["access_token", "3479c6bd9431fcb0579a8b40684dfdfa"], ["created_at", "2015-05-01 18:25:57.855765"], ["updated_at", "2015-05-01 18:25:57.855765"]] +  (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" = -417998542 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -417998542], ["name", "MyGroup"], ["created_at", "2015-05-01 18:25:57.858296"], ["updated_at", "2015-05-01 18:25:57.858296"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -566854498 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -566854498], ["username", "da682f7ce888f946f08b4519389ec7ba"], ["access_token", "23b855cf8ab533e1ee4c036691fa6393"], ["created_at", "2015-05-01 18:25:57.860542"], ["updated_at", "2015-05-01 18:25:57.860542"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-417998542/members/-566854498" for 127.0.0.1 at 2015-05-01 13:25:57 -0500 +Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-417998542", "user_id"=>"-566854498"} +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" = -1880908501 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1880908501], ["username", "1fc9b3f71d433f972d015f91bfe26b00"], ["access_token", "b67f9330664ad45b81044be8942d2e40"], ["created_at", "2015-05-01 18:25:57.872342"], ["updated_at", "2015-05-01 18:25:57.872342"]] +  (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" = -1726453287 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1726453287], ["name", "MyGroup"], ["created_at", "2015-05-01 18:25:57.874809"], ["updated_at", "2015-05-01 18:25:57.874809"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1363547024 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1363547024], ["username", "5ac5ed97caa0a373437d81828df38de6"], ["access_token", "05b25511d009fa62dc75a634ea390a0e"], ["created_at", "2015-05-01 18:25:57.876989"], ["updated_at", "2015-05-01 18:25:57.876989"]] +  (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" = -1363547024 AND "openstax_accounts_group_owners"."group_id" = -1726453287) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1726453287], ["user_id", -1363547024], ["created_at", "2015-05-01 18:25:57.879015"], ["updated_at", "2015-05-01 18:25:57.879015"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-1726453287/owners/-1363547024" for 127.0.0.1 at 2015-05-01 13:25:57 -0500 +Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-1726453287", "user_id"=>"-1363547024"} +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" = -1593649575 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1593649575], ["username", "1d09b72337769545dbe6fd95c4014203"], ["access_token", "d82ff9f6bcd262c9603d4f686be18b6b"], ["created_at", "2015-05-01 18:25:57.894252"], ["updated_at", "2015-05-01 18:25:57.894252"]] +  (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" = -1453687373 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1453687373], ["name", "MyGroup"], ["created_at", "2015-05-01 18:25:57.897462"], ["updated_at", "2015-05-01 18:25:57.897462"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1209415007 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1209415007], ["username", "1d0a3f0e8770746f38ba97b6af12ddb2"], ["access_token", "2962d1635e0f8ee04c29dcb62ccd0273"], ["created_at", "2015-05-01 18:25:57.899902"], ["updated_at", "2015-05-01 18:25:57.899902"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-1453687373/owners/-1209415007" for 127.0.0.1 at 2015-05-01 13:25:57 -0500 +Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-1453687373", "user_id"=>"-1209415007"} +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.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", "8ddedd53c3caee79a1e120441cd7931e"], ["created_at", "2015-05-01 18:25:57.913652"], ["updated_at", "2015-05-01 18:25:57.913652"]] +  (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.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", "37c1ba8211f05766081b380518d29fe1"], ["created_at", "2015-05-01 18:25:57.921691"], ["updated_at", "2015-05-01 18:25:57.921691"]] +  (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" = 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", "570df23bc532e6d5970efd7c6a6633a8"], ["created_at", "2015-05-01 18:25:57.925712"], ["updated_at", "2015-05-01 18:25:57.925712"]] +  (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 1ms (ActiveRecord: 0.0ms) +  (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", "13a38f7ca2cad060e060015101dafd57"], ["created_at", "2015-05-01 18:25:57.931992"], ["updated_at", "2015-05-01 18:25:57.931992"]] +  (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", "2015-05-01 18:25:57.933595"], ["updated_at", "2015-05-01 18:25:57.933595"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) 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", "357ec27f8e9ad767911a43e2db2a7bfa"], ["created_at", "2015-05-01 18:25:57.935456"], ["updated_at", "2015-05-01 18:25:57.935456"]] +  (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", "2015-05-01 18:25:57.936751"], ["updated_at", "2015-05-01 18:25:57.936751"]] +  (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" = -1079385529 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1079385529], ["name", "MyGroup"], ["created_at", "2015-05-01 18:25:57.938619"], ["updated_at", "2015-05-01 18:25:57.938619"]] +  (0.1ms) 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" = -150023276 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -150023276], ["name", "MyGroup"], ["created_at", "2015-05-01 18:25:57.940467"], ["updated_at", "2015-05-01 18:25:57.940467"]] +  (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" = -150023276 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", -150023276]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- +- -150023276 +' 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", -1079385529]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -1079385529 +' 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" = -150023276 + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1079385529 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1079385529], ["member_group_id", -150023276], ["created_at", "2015-05-01 18:25:57.942148"], ["updated_at", "2015-05-01 18:25:57.942148"]] +  (0.0ms) RELEASE 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" = -150023276) LIMIT 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" = -150023276) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -150023276], ["user_id", 1], ["created_at", "2015-05-01 18:25:57.951084"], ["updated_at", "2015-05-01 18:25:57.951084"]] +  (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"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -150023276) 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", -150023276]] + 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", -150023276]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -150023276 +- -1079385529 +' 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 (-150023276, -1079385529) + Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2015-05-01 18:25:57.977748"], ["updated_at", "2015-05-01 18:25:57.977748"]] +  (0.1ms) 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.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.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-150023276, -1079385529) + 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", "2015-05-01 18:25:57.986621"], ["updated_at", "2015-05-01 18:25:57.986621"]] +  (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 (-150023276, -1079385529) + 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", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2015-05-01 18:25:57.992123"], ["updated_at", "2015-05-01 18:25:57.992123"]] +  (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 (-150023276, -1079385529) + 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 (-150023276, -1079385529) + 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", "2015-05-01 18:25:57.998869"], ["updated_at", "2015-05-01 18:25:57.998869"]] +  (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 (-150023276, -1079385529) + 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 (-150023276, -1079385529) + 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 (-150023276, -1079385529) + 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.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.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "192176065db33ed64c61af1084d2a057"], ["access_token", "e767e1e18b415f5da217b0f45e3645ee"], ["openstax_uid", 1], ["created_at", "2015-05-01 18:25:58.012349"], ["updated_at", "2015-05-01 18:25:58.012349"]] +  (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.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" = -1040218766 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", -1040218766], ["username", "jstrav"], ["access_token", "6a6d69e95edd3b85c5e5a8720fee7885"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:58.016651"], ["updated_at", "2015-05-01 18:25:58.016651"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1667752192 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", -1667752192], ["username", "mary"], ["access_token", "c2aca111ae6e990ff4a8773695d34a9c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:58.018762"], ["updated_at", "2015-05-01 18:25:58.018762"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -291777570 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -291777570], ["username", "jstead"], ["access_token", "bd5b0120b1e64bb23f25bc2cac8d0d22"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:58.020677"], ["updated_at", "2015-05-01 18:25:58.020677"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -109370875 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -109370875], ["username", "bigbear"], ["access_token", "844575ae141b72d31cfe6135f2ac63d7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:58.022400"], ["updated_at", "2015-05-01 18:25:58.022400"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1187877231 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1187877231], ["username", "billy_00"], ["access_token", "eb58c28bada53456cad46159fa253edb"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-05-01 18:25:58.024171"], ["updated_at", "2015-05-01 18:25:58.024171"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1747702240 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1747702240], ["username", "billy_01"], ["access_token", "fb3d4557ec21c33f057489b9f2779d08"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-05-01 18:25:58.025924"], ["updated_at", "2015-05-01 18:25:58.025924"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1898433379 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1898433379], ["username", "billy_02"], ["access_token", "f830755613ed69cd87abe188188e26da"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-05-01 18:25:58.027680"], ["updated_at", "2015-05-01 18:25:58.027680"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1220223579 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1220223579], ["username", "billy_03"], ["access_token", "fccc246c3e175d8b4628129153cdc887"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-05-01 18:25:58.029409"], ["updated_at", "2015-05-01 18:25:58.029409"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1136480857 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1136480857], ["username", "billy_04"], ["access_token", "20e43a8a203a7177ee349fa204a13355"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-05-01 18:25:58.031255"], ["updated_at", "2015-05-01 18:25:58.031255"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1201414530 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1201414530], ["username", "billy_05"], ["access_token", "1d168ad8f38c5756ded47ecb71879b54"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-05-01 18:25:58.033253"], ["updated_at", "2015-05-01 18:25:58.033253"]] +  (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" = -1589257606 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1589257606], ["username", "billy_06"], ["access_token", "115979341dac204344c39b5c8ea2fb31"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-05-01 18:25:58.035645"], ["updated_at", "2015-05-01 18:25:58.035645"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1301939652 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1301939652], ["username", "billy_07"], ["access_token", "6095970c20f93c6a0b244cd375ccfe00"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-05-01 18:25:58.037900"], ["updated_at", "2015-05-01 18:25:58.037900"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -445314735 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -445314735], ["username", "billy_08"], ["access_token", "260f9b9cab1e1f8d974301301d6301a2"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-05-01 18:25:58.039880"], ["updated_at", "2015-05-01 18:25:58.039880"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -24660987 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -24660987], ["username", "billy_09"], ["access_token", "9f43f8de4258c0dd12f5a7ac11228f24"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-05-01 18:25:58.041740"], ["updated_at", "2015-05-01 18:25:58.041740"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1688571279 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1688571279], ["username", "billy_10"], ["access_token", "c526469ab333d6d7f94ec581236cb647"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-05-01 18:25:58.043716"], ["updated_at", "2015-05-01 18:25:58.043716"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -770243485 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -770243485], ["username", "billy_11"], ["access_token", "cc258f432a36cede2120b44dee0df616"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-05-01 18:25:58.045772"], ["updated_at", "2015-05-01 18:25:58.045772"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1594401920 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1594401920], ["username", "billy_12"], ["access_token", "fc1902e605c268c72c84624115d9c7c5"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-05-01 18:25:58.048139"], ["updated_at", "2015-05-01 18:25:58.048139"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1012589015 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1012589015], ["username", "billy_13"], ["access_token", "29c6be63541ad73ad34504e4068a3db3"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-05-01 18:25:58.050080"], ["updated_at", "2015-05-01 18:25:58.050080"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -602710551 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -602710551], ["username", "billy_14"], ["access_token", "afb7c65eeea308b5cbe5a44da1d5d3b7"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-05-01 18:25:58.051922"], ["updated_at", "2015-05-01 18:25:58.051922"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1185911566 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1185911566], ["username", "billy_15"], ["access_token", "8b289cd66b294d1968e7444f5255ac38"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-05-01 18:25:58.053672"], ["updated_at", "2015-05-01 18:25:58.053672"]] +  (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" = -1745036175 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1745036175], ["username", "billy_16"], ["access_token", "4421e8250c2e4e604e050eb1bb1247f9"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-05-01 18:25:58.055584"], ["updated_at", "2015-05-01 18:25:58.055584"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -827301193 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -827301193], ["username", "billy_17"], ["access_token", "cb0b6be5308e738272687d93d525a806"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-05-01 18:25:58.057440"], ["updated_at", "2015-05-01 18:25:58.057440"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1436398096 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1436398096], ["username", "billy_18"], ["access_token", "13ce930afa6e5ea26065896c45667aef"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-05-01 18:25:58.059218"], ["updated_at", "2015-05-01 18:25:58.059218"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1545148897 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1545148897], ["username", "billy_19"], ["access_token", "a2a05afa79f729fd3d8161a1d82ebe29"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-05-01 18:25:58.061071"], ["updated_at", "2015-05-01 18:25:58.061071"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1309070830 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1309070830], ["username", "billy_20"], ["access_token", "8b913c1930cd785482885d69c368d3c2"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-05-01 18:25:58.062870"], ["updated_at", "2015-05-01 18:25:58.062870"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -255791425 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -255791425], ["username", "billy_21"], ["access_token", "770b160958894d75cfbed03f31e908ce"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-05-01 18:25:58.064670"], ["updated_at", "2015-05-01 18:25:58.064670"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1427245824 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1427245824], ["username", "billy_22"], ["access_token", "859d5a4d3d5b00003136fd4888a2db42"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-05-01 18:25:58.066465"], ["updated_at", "2015-05-01 18:25:58.066465"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -629433105 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -629433105], ["username", "billy_23"], ["access_token", "cc6f831f215e67ca77e1f774f0257405"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-05-01 18:25:58.068369"], ["updated_at", "2015-05-01 18:25:58.068369"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -372710157 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -372710157], ["username", "billy_24"], ["access_token", "b4d6aa3a4b409ddc138d7f172cefe05a"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-05-01 18:25:58.070156"], ["updated_at", "2015-05-01 18:25:58.070156"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -626307685 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -626307685], ["username", "billy_25"], ["access_token", "c7ca83768b1024e5f03759521d39d8b8"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-05-01 18:25:58.071987"], ["updated_at", "2015-05-01 18:25:58.071987"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2508429 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2508429], ["username", "billy_26"], ["access_token", "e5776e09c0795872eca5dbf9636b29e5"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-05-01 18:25:58.073835"], ["updated_at", "2015-05-01 18:25:58.073835"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -169601313 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -169601313], ["username", "billy_27"], ["access_token", "ff7d7c65ef1410ea4eab269e78785a88"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-05-01 18:25:58.075453"], ["updated_at", "2015-05-01 18:25:58.075453"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -485889103 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -485889103], ["username", "billy_28"], ["access_token", "bdf81fa3ff37e48b5fc88aa3d7cf8743"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-05-01 18:25:58.077075"], ["updated_at", "2015-05-01 18:25:58.077075"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1351783441 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1351783441], ["username", "billy_29"], ["access_token", "41807100db62afbb35d638def0eb7fc6"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-05-01 18:25:58.078717"], ["updated_at", "2015-05-01 18:25:58.078717"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1243252751 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1243252751], ["username", "billy_30"], ["access_token", "5d310b1f605f2c99e94c239bdae5938d"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-05-01 18:25:58.080354"], ["updated_at", "2015-05-01 18:25:58.080354"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1561546793 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1561546793], ["username", "billy_31"], ["access_token", "ea122f46e0a22d9845b858db8ca2d3da"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-05-01 18:25:58.081986"], ["updated_at", "2015-05-01 18:25:58.081986"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1123051858 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1123051858], ["username", "billy_32"], ["access_token", "35903151713076f00d9da8fe1e721797"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-05-01 18:25:58.083667"], ["updated_at", "2015-05-01 18:25:58.083667"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1331982180 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1331982180], ["username", "billy_33"], ["access_token", "1f5ffe18b396eaf9e1723b05275ca137"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-05-01 18:25:58.085352"], ["updated_at", "2015-05-01 18:25:58.085352"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1364102954 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1364102954], ["username", "billy_34"], ["access_token", "a7c10dab35f84e66974df0f5ca958ac4"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-05-01 18:25:58.086981"], ["updated_at", "2015-05-01 18:25:58.086981"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1942140210 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1942140210], ["username", "billy_35"], ["access_token", "fd04c594cad2bacba852bc456ecff954"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-05-01 18:25:58.088604"], ["updated_at", "2015-05-01 18:25:58.088604"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -36151228 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -36151228], ["username", "billy_36"], ["access_token", "06b9976c39a83eb269ec801f73ceebf8"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-05-01 18:25:58.090229"], ["updated_at", "2015-05-01 18:25:58.090229"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1154661775 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1154661775], ["username", "billy_37"], ["access_token", "16671cabbfa075f88a0f7533399ffec7"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-05-01 18:25:58.091863"], ["updated_at", "2015-05-01 18:25:58.091863"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1674245990 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1674245990], ["username", "billy_38"], ["access_token", "cd5dab4f976a50b5e73a46fcc6bf1b48"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-05-01 18:25:58.093523"], ["updated_at", "2015-05-01 18:25:58.093523"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -303636237 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -303636237], ["username", "billy_39"], ["access_token", "b7da864e2cf0fc637ee4c56a77ad4739"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-05-01 18:25:58.095168"], ["updated_at", "2015-05-01 18:25:58.095168"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1845066826 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1845066826], ["username", "billy_40"], ["access_token", "1a90f3a2b088c6e3cb17996661a909e0"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-05-01 18:25:58.096788"], ["updated_at", "2015-05-01 18:25:58.096788"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -835582308 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -835582308], ["username", "billy_41"], ["access_token", "5408e1cb643664e55cb62d6d1de53b22"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-05-01 18:25:58.098408"], ["updated_at", "2015-05-01 18:25:58.098408"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -318625640 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -318625640], ["username", "billy_42"], ["access_token", "f8a25a1eae49b5cc9ac5de25b3d14db2"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-05-01 18:25:58.100028"], ["updated_at", "2015-05-01 18:25:58.100028"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -3093803 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -3093803], ["username", "billy_43"], ["access_token", "b9f09d2cfcfaae77dd90511f44d47474"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-05-01 18:25:58.101660"], ["updated_at", "2015-05-01 18:25:58.101660"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488065332 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -488065332], ["username", "billy_44"], ["access_token", "7a98c87a82cbfc20a84cfc267e7189a9"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-05-01 18:25:58.103274"], ["updated_at", "2015-05-01 18:25:58.103274"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1244264096 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1244264096], ["username", "billy_45"], ["access_token", "3339efd805063439e5759c77ac91981e"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-05-01 18:25:58.104927"], ["updated_at", "2015-05-01 18:25:58.104927"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -343926295 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -343926295], ["username", "billy_46"], ["access_token", "8da7b5e3d9d82e48230c001645e587cb"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-05-01 18:25:58.106547"], ["updated_at", "2015-05-01 18:25:58.106547"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1325632675 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1325632675], ["username", "billy_47"], ["access_token", "80e7b5c1501c7ef57f7b1bd6631ab202"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-05-01 18:25:58.108228"], ["updated_at", "2015-05-01 18:25:58.108228"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -197325202 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -197325202], ["username", "billy_48"], ["access_token", "7b8bb66d243aa7b0b0a7b11730c36683"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-05-01 18:25:58.109856"], ["updated_at", "2015-05-01 18:25:58.109856"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -321418726 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -321418726], ["username", "billy_49"], ["access_token", "44fc559937731f7b7bb514ac9c307b4b"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-05-01 18:25:58.111502"], ["updated_at", "2015-05-01 18:25:58.111502"]] +  (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.2ms) 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.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" = -986385223 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", -986385223], ["username", "jstrav"], ["access_token", "345871fb83c9c6f8812a9b9f670e9ca8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-05-01 18:25:58.120818"], ["updated_at", "2015-05-01 18:25:58.120818"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -982646248 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", -982646248], ["username", "mary"], ["access_token", "0a7b9a79e58830214f0486b61bbc3197"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-05-01 18:25:58.122756"], ["updated_at", "2015-05-01 18:25:58.122756"]] +  (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" = -1851319695 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1851319695], ["username", "jstead"], ["access_token", "c68aa29c6eb9c9e4aa7af1b9ad4ad569"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-05-01 18:25:58.134728"], ["updated_at", "2015-05-01 18:25:58.134728"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2110710369 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2110710369], ["username", "bigbear"], ["access_token", "77b07013b595a5d045a2ea8e33430333"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-05-01 18:25:58.136759"], ["updated_at", "2015-05-01 18:25:58.136759"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1616749781 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1616749781], ["username", "billy_00"], ["access_token", "09d629c292b580384196ec113e01f363"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-05-01 18:25:58.138553"], ["updated_at", "2015-05-01 18:25:58.138553"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1098072863 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1098072863], ["username", "billy_01"], ["access_token", "d2a493de48863ac50167d5ab67c38a84"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-05-01 18:25:58.140242"], ["updated_at", "2015-05-01 18:25:58.140242"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1633216482 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1633216482], ["username", "billy_02"], ["access_token", "77c3c4c8154ee5c7d84982dfe3aab65b"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-05-01 18:25:58.144506"], ["updated_at", "2015-05-01 18:25:58.144506"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2005548313 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2005548313], ["username", "billy_03"], ["access_token", "e4599c699a74728265086fa2120e14f2"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-05-01 18:25:58.146541"], ["updated_at", "2015-05-01 18:25:58.146541"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -924341099 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -924341099], ["username", "billy_04"], ["access_token", "9dbe982c7d40aff691d0a3a3a539f215"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-05-01 18:25:58.148296"], ["updated_at", "2015-05-01 18:25:58.148296"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1217441056 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1217441056], ["username", "billy_05"], ["access_token", "1eaf4b4be292d1d9893f31d9ed0b1490"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-05-01 18:25:58.150027"], ["updated_at", "2015-05-01 18:25:58.150027"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1038442447 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1038442447], ["username", "billy_06"], ["access_token", "f4d51d56c3cbbabde8d84bed2c6f8881"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-05-01 18:25:58.151752"], ["updated_at", "2015-05-01 18:25:58.151752"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -369883303 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -369883303], ["username", "billy_07"], ["access_token", "336260ff9a729d6831e486f5fbedd851"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-05-01 18:25:58.153467"], ["updated_at", "2015-05-01 18:25:58.153467"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -246279555 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -246279555], ["username", "billy_08"], ["access_token", "98a32ce3b135fc4a053d02f6028df54e"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-05-01 18:25:58.155480"], ["updated_at", "2015-05-01 18:25:58.155480"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1101302089 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1101302089], ["username", "billy_09"], ["access_token", "97a60ea8bcb71ff414d5dd224fc84e7c"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-05-01 18:25:58.157317"], ["updated_at", "2015-05-01 18:25:58.157317"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -184636199 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -184636199], ["username", "billy_10"], ["access_token", "d85f5aad27da9844a47227b2dba6b07e"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-05-01 18:25:58.159125"], ["updated_at", "2015-05-01 18:25:58.159125"]] +  (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" = -42085232 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -42085232], ["username", "billy_11"], ["access_token", "9dcfa33b1f37f3514c188da51f1a5712"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-05-01 18:25:58.160992"], ["updated_at", "2015-05-01 18:25:58.160992"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2077340935 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2077340935], ["username", "billy_12"], ["access_token", "9f6721f79a3cd5c5fd26c8ee28f81000"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-05-01 18:25:58.162824"], ["updated_at", "2015-05-01 18:25:58.162824"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1581939460 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1581939460], ["username", "billy_13"], ["access_token", "ea9dbcfc025fb0f1e4bce6ecafb54085"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-05-01 18:25:58.164914"], ["updated_at", "2015-05-01 18:25:58.164914"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -669420728 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -669420728], ["username", "billy_14"], ["access_token", "ca1f8326f7f2484376feb5c4ce3d8d7c"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-05-01 18:25:58.166720"], ["updated_at", "2015-05-01 18:25:58.166720"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1889895162 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1889895162], ["username", "billy_15"], ["access_token", "a4ea30269455d9e4cb8ba1ccf3ea3186"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-05-01 18:25:58.168491"], ["updated_at", "2015-05-01 18:25:58.168491"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -739574792 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -739574792], ["username", "billy_16"], ["access_token", "ef04241b93a08fdc8c7c948991b24a07"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-05-01 18:25:58.170237"], ["updated_at", "2015-05-01 18:25:58.170237"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2002666562 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2002666562], ["username", "billy_17"], ["access_token", "4849a5f1c16b6ef36dd7e0540479f98c"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-05-01 18:25:58.171950"], ["updated_at", "2015-05-01 18:25:58.171950"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -202320994 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -202320994], ["username", "billy_18"], ["access_token", "d0cba53fc3e4913b4de7b8eb780b8d73"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-05-01 18:25:58.173678"], ["updated_at", "2015-05-01 18:25:58.173678"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -569807825 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -569807825], ["username", "billy_19"], ["access_token", "4cd42445808a57b430a0f473e02b0275"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-05-01 18:25:58.175412"], ["updated_at", "2015-05-01 18:25:58.175412"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -63941861 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -63941861], ["username", "billy_20"], ["access_token", "75cd5c07eff60592ba115ddee6916ff5"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-05-01 18:25:58.177259"], ["updated_at", "2015-05-01 18:25:58.177259"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -727660226 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -727660226], ["username", "billy_21"], ["access_token", "6ef8fd306747880961d2c3f1f5a84563"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-05-01 18:25:58.179003"], ["updated_at", "2015-05-01 18:25:58.179003"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2065662934 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2065662934], ["username", "billy_22"], ["access_token", "ef985853ef6b4bc5da1381440fca7027"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-05-01 18:25:58.180812"], ["updated_at", "2015-05-01 18:25:58.180812"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1532562357 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1532562357], ["username", "billy_23"], ["access_token", "c75b4902cff54ddf2669669bde13e92f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-05-01 18:25:58.182739"], ["updated_at", "2015-05-01 18:25:58.182739"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2112098394 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2112098394], ["username", "billy_24"], ["access_token", "01b7dc1bb415beb634175a73fdb65a53"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-05-01 18:25:58.184578"], ["updated_at", "2015-05-01 18:25:58.184578"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -166844632 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -166844632], ["username", "billy_25"], ["access_token", "b8be4dd817fe8af439dcd57e95d56ffe"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-05-01 18:25:58.186344"], ["updated_at", "2015-05-01 18:25:58.186344"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1734099814 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1734099814], ["username", "billy_26"], ["access_token", "8f6bb5044c6231eb29e97b2ca2fbddad"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-05-01 18:25:58.188121"], ["updated_at", "2015-05-01 18:25:58.188121"]] +  (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" = -829567903 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -829567903], ["username", "billy_27"], ["access_token", "acd6aaa74ca9c94a8dae53e2975bcaa5"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-05-01 18:25:58.189879"], ["updated_at", "2015-05-01 18:25:58.189879"]] +  (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" = -663056385 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -663056385], ["username", "billy_28"], ["access_token", "ae50348e340201fa1269df37aaa71fc3"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-05-01 18:25:58.191608"], ["updated_at", "2015-05-01 18:25:58.191608"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1878644934 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1878644934], ["username", "billy_29"], ["access_token", "56aefe3bd61092f52a7cd3891a8e6639"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-05-01 18:25:58.193339"], ["updated_at", "2015-05-01 18:25:58.193339"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -285663387 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -285663387], ["username", "billy_30"], ["access_token", "98f8117865bad2df8ef33e3da944a942"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-05-01 18:25:58.195086"], ["updated_at", "2015-05-01 18:25:58.195086"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -594571286 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -594571286], ["username", "billy_31"], ["access_token", "1bfc04b24a84889d5ff499e0633fbc2c"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-05-01 18:25:58.196869"], ["updated_at", "2015-05-01 18:25:58.196869"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1640823099 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1640823099], ["username", "billy_32"], ["access_token", "55b8dd061c22be2abe9126fe43aa0e10"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-05-01 18:25:58.198561"], ["updated_at", "2015-05-01 18:25:58.198561"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1267117411 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1267117411], ["username", "billy_33"], ["access_token", "7b10b17b2928664446b94b63699045ba"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-05-01 18:25:58.200248"], ["updated_at", "2015-05-01 18:25:58.200248"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -291261797 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -291261797], ["username", "billy_34"], ["access_token", "52b11fd52a726f75e840f9b78ef6b0b8"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-05-01 18:25:58.201947"], ["updated_at", "2015-05-01 18:25:58.201947"]] +  (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" = -1882616641 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1882616641], ["username", "billy_35"], ["access_token", "8a7c0780061bc92e05f7a86299af64b2"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-05-01 18:25:58.203701"], ["updated_at", "2015-05-01 18:25:58.203701"]] +  (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" = -898719637 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -898719637], ["username", "billy_36"], ["access_token", "e72b585fc51aff0d8e6cb78f8b560b90"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-05-01 18:25:58.205531"], ["updated_at", "2015-05-01 18:25:58.205531"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1446225832 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1446225832], ["username", "billy_37"], ["access_token", "fafc8438abbba726822c7cf8da3b54a2"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-05-01 18:25:58.207301"], ["updated_at", "2015-05-01 18:25:58.207301"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1177313956 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1177313956], ["username", "billy_38"], ["access_token", "161af3d71c25be5d5e967724d7536c71"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-05-01 18:25:58.209329"], ["updated_at", "2015-05-01 18:25:58.209329"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -939605855 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -939605855], ["username", "billy_39"], ["access_token", "f941407a0bc6050c5974c07f9451b11d"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-05-01 18:25:58.211288"], ["updated_at", "2015-05-01 18:25:58.211288"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1685200676 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1685200676], ["username", "billy_40"], ["access_token", "a0d3c18cdb0ea2fdd5b11e65b27fb954"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-05-01 18:25:58.213010"], ["updated_at", "2015-05-01 18:25:58.213010"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1353701214 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1353701214], ["username", "billy_41"], ["access_token", "e5ae52678f9a7a6b1757581af122459a"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-05-01 18:25:58.214760"], ["updated_at", "2015-05-01 18:25:58.214760"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -42931633 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -42931633], ["username", "billy_42"], ["access_token", "3958386977bb5221d5cc65515069f973"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-05-01 18:25:58.216484"], ["updated_at", "2015-05-01 18:25:58.216484"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -485204349 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -485204349], ["username", "billy_43"], ["access_token", "72ccd28c54c13b70e5e74772d736062c"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-05-01 18:25:58.218260"], ["updated_at", "2015-05-01 18:25:58.218260"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2013715137 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2013715137], ["username", "billy_44"], ["access_token", "a3fabb6aa65289804d67212ceb5f6aac"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-05-01 18:25:58.220001"], ["updated_at", "2015-05-01 18:25:58.220001"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -88696327 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -88696327], ["username", "billy_45"], ["access_token", "0713bca67c98689be57153cdfdf4dbfc"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-05-01 18:25:58.221717"], ["updated_at", "2015-05-01 18:25:58.221717"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1961149777 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1961149777], ["username", "billy_46"], ["access_token", "dbadf09d3d799d9106c8dfdefa92dc4a"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-05-01 18:25:58.223407"], ["updated_at", "2015-05-01 18:25:58.223407"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1942370499 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1942370499], ["username", "billy_47"], ["access_token", "47d3ee7a65c1367639b5eb5510f96d3c"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-05-01 18:25:58.225086"], ["updated_at", "2015-05-01 18:25:58.225086"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1049752049 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1049752049], ["username", "billy_48"], ["access_token", "86fc64671ebce864d00cca1aa0660d71"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-05-01 18:25:58.226819"], ["updated_at", "2015-05-01 18:25:58.226819"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1387046511 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1387046511], ["username", "billy_49"], ["access_token", "2a417f5f3bc7e88ce095e816d524b5d5"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-05-01 18:25:58.228569"], ["updated_at", "2015-05-01 18:25:58.228569"]] +  (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.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2015-05-01 18:25:58.242730"], ["updated_at", "2015-05-01 18:25:58.242730"]] +  (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 2015-05-01 13:25:58 -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 2015-05-01 13:25:58 -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.2ms) 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", "2015-05-01 18:25:58.269086"], ["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", "2015-05-01 18:25:58.271548"], ["updated_at", "2015-05-01 18:25:58.271548"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-05-01 13:25:58 -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 2015-05-01 13:25:58 -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 2015-05-01 13:25:58 -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 2015-05-01 13:25:58 -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.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.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 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 2015-05-01 13:25:58 -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 2015-05-01 13:25:58 -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.7ms) rollback transaction