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

- old
+ new

@@ -1016608,5 +1016608,14805 @@  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%')  (0.0ms) RELEASE SAVEPOINT active_record_1 OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC  (0.5ms) rollback transaction +  (0.8ms) CREATE TABLE "openstax_accounts_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "username" varchar NOT NULL, "access_token" varchar, "first_name" varchar, "last_name" varchar, "full_name" varchar, "title" varchar, "created_at" datetime, "updated_at" datetime)  +  (0.1ms) select sqlite_version(*) +  (0.7ms) 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.7ms) 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.6ms) 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.6ms) 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.6ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username") +  (0.6ms) 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.6ms) 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.6ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id") +  (0.6ms) 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.6ms) 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.6ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id") +  (0.6ms) 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.6ms) 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.6ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id") +  (0.7ms) 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.7ms) 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.6ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid") +  (0.6ms) CREATE TABLE "ownerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar NOT NULL, "created_at" datetime, "updated_at" datetime) +  (0.7ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type") +  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime) +  (0.6ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id") +  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) +  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('6') +  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('5') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1') +  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('2') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('3') +  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('4') +  (0.4ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2073922780 LIMIT 1 + SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2073922780], ["username", "jstrav"], ["access_token", "39f5046ab50411b248d219838a0cf4d6"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:29.661523"], ["updated_at", "2015-04-24 23:49:29.661523"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1954031146 LIMIT 1 + SQL (0.8ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1954031146], ["username", "mary"], ["access_token", "81ffd76c5f6e8f312abf841650bc3801"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:29.664492"], ["updated_at", "2015-04-24 23:49:29.664492"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1744325606 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1744325606], ["username", "jstead"], ["access_token", "50cfe3518955276a8a36d4623eb1499c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:29.667549"], ["updated_at", "2015-04-24 23:49:29.667549"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1535442675 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1535442675], ["username", "bigbear"], ["access_token", "4864465e1d3ac4f15ccabfd168002434"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:29.669698"], ["updated_at", "2015-04-24 23:49:29.669698"]] +  (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" = -1900731147 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", -1900731147], ["username", "jstrav"], ["access_token", "5394e73b567825825118ff06edf59556"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:29.676712"], ["updated_at", "2015-04-24 23:49:29.676712"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -817138790 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", -817138790], ["username", "mary"], ["access_token", "f0662f85d58e1663f19b14c91f9d5ccf"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:29.679062"], ["updated_at", "2015-04-24 23:49:29.679062"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1505083558 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1505083558], ["username", "jstead"], ["access_token", "560e7ba2bdc3a7ca6e45b002cce6d3b4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:29.681248"], ["updated_at", "2015-04-24 23:49:29.681248"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -785965341 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -785965341], ["username", "bigbear"], ["access_token", "57afed783c0ab5ec39f4c433cbe08a7d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:29.683027"], ["updated_at", "2015-04-24 23:49:29.683027"]] +  (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.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.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" = -222981263 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", -222981263], ["username", "jstrav"], ["access_token", "41bbd155b7045eeb57e0bf8cc5c5acae"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:29.688336"], ["updated_at", "2015-04-24 23:49:29.688336"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -662109604 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", -662109604], ["username", "mary"], ["access_token", "8e6a2bc41d969ed1779a4c92370cc224"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:29.690722"], ["updated_at", "2015-04-24 23:49:29.690722"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -630735395 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -630735395], ["username", "jstead"], ["access_token", "af2533c41130f7d6e99487dacac9a84e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:29.692894"], ["updated_at", "2015-04-24 23:49:29.692894"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2082832924 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2082832924], ["username", "bigbear"], ["access_token", "aeb04f1666e34b4cf73efa2d6ab57307"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:29.694804"], ["updated_at", "2015-04-24 23:49:29.694804"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.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" = -1757015433 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", -1757015433], ["username", "jstrav"], ["access_token", "6dbfc10629d696354d70b6c27b955589"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:29.700230"], ["updated_at", "2015-04-24 23:49:29.700230"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1556333395 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", -1556333395], ["username", "mary"], ["access_token", "0b8abca9f19bb659f6f7b92d4383d0b3"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:29.702543"], ["updated_at", "2015-04-24 23:49:29.702543"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2083321920 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2083321920], ["username", "jstead"], ["access_token", "cdb8886d2b28516347bc5de87ade750c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:29.704704"], ["updated_at", "2015-04-24 23:49:29.704704"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -405338423 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -405338423], ["username", "bigbear"], ["access_token", "7b1795dbb47103a52c2b92c75d805f15"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:29.706572"], ["updated_at", "2015-04-24 23:49:29.706572"]] +  (0.1ms) 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.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" = -1666523609 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", -1666523609], ["username", "jstrav"], ["access_token", "fe96ea786999380e089f93b2b117bb1e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:29.713484"], ["updated_at", "2015-04-24 23:49:29.713484"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -66542817 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", -66542817], ["username", "mary"], ["access_token", "6fd63fb3cbc3a0b92f315a775be0342b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:29.715929"], ["updated_at", "2015-04-24 23:49:29.715929"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -264126472 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -264126472], ["username", "jstead"], ["access_token", "46a3e3fa5d240b718458b49850f0619c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:29.718142"], ["updated_at", "2015-04-24 23:49:29.718142"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -706597894 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -706597894], ["username", "bigbear"], ["access_token", "9b93b8e10a2ba227c1e38ab56e9751ff"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:29.720132"], ["updated_at", "2015-04-24 23:49:29.720132"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -188056078 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", -188056078], ["username", "jstrav"], ["access_token", "a8985e889017a9c494fe865190b58284"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:29.726159"], ["updated_at", "2015-04-24 23:49:29.726159"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1074734022 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", -1074734022], ["username", "mary"], ["access_token", "2bad1d0f8a81731194f2882bd0e320a3"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:29.728419"], ["updated_at", "2015-04-24 23:49:29.728419"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2083187044 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2083187044], ["username", "jstead"], ["access_token", "e63d66db02b52d6cc6035ffc4a9a0ecc"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:29.730741"], ["updated_at", "2015-04-24 23:49:29.730741"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1183260961 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1183260961], ["username", "bigbear"], ["access_token", "800ae15d9cd1b77edaa39bad0db2159c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:29.732807"], ["updated_at", "2015-04-24 23:49:29.732807"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%') OR ("openstax_accounts_accounts"."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.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" = -1610982578 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", -1610982578], ["username", "jstrav"], ["access_token", "4acfe5668695985c7a86b66cac1807d1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:29.740262"], ["updated_at", "2015-04-24 23:49:29.740262"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1776030178 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", -1776030178], ["username", "mary"], ["access_token", "d27c240facd3ebea7d1b01378f464257"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:29.742522"], ["updated_at", "2015-04-24 23:49:29.742522"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -434197491 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -434197491], ["username", "jstead"], ["access_token", "445d6cbe2762890066ac04543a894928"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:29.744469"], ["updated_at", "2015-04-24 23:49:29.744469"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1215581839 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1215581839], ["username", "bigbear"], ["access_token", "d5b58575b58dc7d4f754d17ad9f011f7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:29.746367"], ["updated_at", "2015-04-24 23:49:29.746367"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2107342670 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", -2107342670], ["username", "jstrav"], ["access_token", "0591707bd0899190427091f4f68f8b50"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:29.751101"], ["updated_at", "2015-04-24 23:49:29.751101"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -529362104 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", -529362104], ["username", "mary"], ["access_token", "08df63015725c152cea4da112c419d38"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:29.753261"], ["updated_at", "2015-04-24 23:49:29.753261"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -658350805 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -658350805], ["username", "jstead"], ["access_token", "b7c2cce3d0821084929fdd484733f094"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:29.755636"], ["updated_at", "2015-04-24 23:49:29.755636"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -794134831 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -794134831], ["username", "bigbear"], ["access_token", "5a95b4f8e9958c3444501e212cadbba8"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:29.757620"], ["updated_at", "2015-04-24 23:49:29.757620"]] +  (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" = -1674802730 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", -1674802730], ["username", "jstrav"], ["access_token", "5bda72fe18b3f54a20253b651e52bb13"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:29.763205"], ["updated_at", "2015-04-24 23:49:29.763205"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -812671737 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", -812671737], ["username", "mary"], ["access_token", "5861ca24e7c05e9f20b03b99fa064898"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:29.765498"], ["updated_at", "2015-04-24 23:49:29.765498"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1758785306 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1758785306], ["username", "jstead"], ["access_token", "487eea31abc4530fe83dd5b9ecb2318f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:29.767939"], ["updated_at", "2015-04-24 23:49:29.767939"]] +  (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" = -1259368318 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1259368318], ["username", "bigbear"], ["access_token", "e8b9d1bd7f4752c37cc679a9a7551aee"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:29.770750"], ["updated_at", "2015-04-24 23:49:29.770750"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2017175971 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", -2017175971], ["username", "jstrav"], ["access_token", "22729a292a76ef2d42c0403841fa021e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:29.776706"], ["updated_at", "2015-04-24 23:49:29.776706"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -5807335 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", -5807335], ["username", "mary"], ["access_token", "84e063fb45185ec17252605aba98b03b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:29.778753"], ["updated_at", "2015-04-24 23:49:29.778753"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -549802982 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -549802982], ["username", "jstead"], ["access_token", "6c9423dbc6522e1edff2f44cfec906fd"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:29.780887"], ["updated_at", "2015-04-24 23:49:29.780887"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1172081682 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1172081682], ["username", "bigbear"], ["access_token", "3dc8434bd29e43a511b95aec5d2b3ddc"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:29.782780"], ["updated_at", "2015-04-24 23:49:29.782780"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -263143989 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", -263143989], ["username", "jstrav"], ["access_token", "270de6ea4574162111c5896a9bee3218"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:29.788202"], ["updated_at", "2015-04-24 23:49:29.788202"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1348325080 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", -1348325080], ["username", "mary"], ["access_token", "65f04e6c2310a95408b1d50f31edd786"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:29.790501"], ["updated_at", "2015-04-24 23:49:29.790501"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1357311673 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1357311673], ["username", "jstead"], ["access_token", "92a6792485c8880bf17b02ce7c21eb8e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:29.792723"], ["updated_at", "2015-04-24 23:49:29.792723"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1610643288 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1610643288], ["username", "bigbear"], ["access_token", "8b7f34827b152dbc29093737524c0a3b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:29.794967"], ["updated_at", "2015-04-24 23:49:29.794967"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530390096 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1530390096], ["username", "billy_00"], ["access_token", "a48e09c07d4fc631bee5194155372801"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:49:29.797194"], ["updated_at", "2015-04-24 23:49:29.797194"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -974230579 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -974230579], ["username", "billy_01"], ["access_token", "b689f496a9492e18ca1a97b77745aa8c"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:49:29.799278"], ["updated_at", "2015-04-24 23:49:29.799278"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1401972098 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1401972098], ["username", "billy_02"], ["access_token", "4bbf34743ea9520b846795852e01850a"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:49:29.801305"], ["updated_at", "2015-04-24 23:49:29.801305"]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -598697008 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -598697008], ["username", "billy_03"], ["access_token", "a723855face50fa21d6637a2a479c53e"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:49:29.804020"], ["updated_at", "2015-04-24 23:49:29.804020"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -772505104 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -772505104], ["username", "billy_04"], ["access_token", "e935041edd9a343d5d4c014038ec0e18"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:49:29.806215"], ["updated_at", "2015-04-24 23:49:29.806215"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -356007735 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -356007735], ["username", "billy_05"], ["access_token", "da2e03a9174f6bcc1d4003bb0bdd0d8c"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:49:29.808235"], ["updated_at", "2015-04-24 23:49:29.808235"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -738059988 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -738059988], ["username", "billy_06"], ["access_token", "9d177ec71ad139314f272bb1bb685de4"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:49:29.810280"], ["updated_at", "2015-04-24 23:49:29.810280"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -861332947 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -861332947], ["username", "billy_07"], ["access_token", "a60b5d9829cee8bec301f98a09e1fc87"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:49:29.812203"], ["updated_at", "2015-04-24 23:49:29.812203"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -876853926 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -876853926], ["username", "billy_08"], ["access_token", "8e1ac5098153fbc023142c258be58e7f"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:49:29.814191"], ["updated_at", "2015-04-24 23:49:29.814191"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -149891165 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -149891165], ["username", "billy_09"], ["access_token", "be2bb51876af328142ed41059fb8a525"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:49:29.816170"], ["updated_at", "2015-04-24 23:49:29.816170"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1215690109 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1215690109], ["username", "billy_10"], ["access_token", "64695c2f58986b9e7ef7ed4ecfb25246"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:49:29.817993"], ["updated_at", "2015-04-24 23:49:29.817993"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2067577720 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2067577720], ["username", "billy_11"], ["access_token", "aa29de14c852b7e2e9bed4e4cfac5e87"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:49:29.819985"], ["updated_at", "2015-04-24 23:49:29.819985"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1349987015 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1349987015], ["username", "billy_12"], ["access_token", "97dae45798c918f6808d5b06a78f4f89"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:49:29.821858"], ["updated_at", "2015-04-24 23:49:29.821858"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -111778584 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -111778584], ["username", "billy_13"], ["access_token", "0e73f05f5c8a2c580de27388f7b4d51c"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:49:29.823833"], ["updated_at", "2015-04-24 23:49:29.823833"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2094947364 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2094947364], ["username", "billy_14"], ["access_token", "3bde9be3163ff720d11db1d85d653e99"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:49:29.825915"], ["updated_at", "2015-04-24 23:49:29.825915"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -483957122 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -483957122], ["username", "billy_15"], ["access_token", "672db24c01e81cb41154a1e813cf825a"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:49:29.827838"], ["updated_at", "2015-04-24 23:49:29.827838"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1665965995 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1665965995], ["username", "billy_16"], ["access_token", "7745c90f66ddb7adf27c4dd510cd3c7d"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:49:29.829974"], ["updated_at", "2015-04-24 23:49:29.829974"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1796435109 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1796435109], ["username", "billy_17"], ["access_token", "9c3d5b336e140a6e0c78ca9559116184"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:49:29.831974"], ["updated_at", "2015-04-24 23:49:29.831974"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -245876383 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -245876383], ["username", "billy_18"], ["access_token", "d8a41aeb71b90585a08c854ab272ddd6"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:49:29.833831"], ["updated_at", "2015-04-24 23:49:29.833831"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1579714359 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1579714359], ["username", "billy_19"], ["access_token", "347d502de4bc957641cb47b5a8b8a6d8"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:49:29.835760"], ["updated_at", "2015-04-24 23:49:29.835760"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1186965314 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1186965314], ["username", "billy_20"], ["access_token", "de9298945a20d895b6a22d503106c48d"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:49:29.837637"], ["updated_at", "2015-04-24 23:49:29.837637"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736468725 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1736468725], ["username", "billy_21"], ["access_token", "b55d26f4332a135ee3343ea91a76897c"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:49:29.839531"], ["updated_at", "2015-04-24 23:49:29.839531"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -781802486 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -781802486], ["username", "billy_22"], ["access_token", "c4bf2ce828ea5db3316809c789e3ac4a"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:49:29.841451"], ["updated_at", "2015-04-24 23:49:29.841451"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1808230279 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1808230279], ["username", "billy_23"], ["access_token", "5f38db8bdd7f649deb3370d744429458"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:49:29.843527"], ["updated_at", "2015-04-24 23:49:29.843527"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -582550568 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -582550568], ["username", "billy_24"], ["access_token", "a01fa368d4edb03212d31850395d0a52"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:49:29.845418"], ["updated_at", "2015-04-24 23:49:29.845418"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -669255232 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -669255232], ["username", "billy_25"], ["access_token", "0364ce7347ed0fa05b423cd30effea71"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:49:29.847331"], ["updated_at", "2015-04-24 23:49:29.847331"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1385537036 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1385537036], ["username", "billy_26"], ["access_token", "1f746ffafa44475a58a9bec862f48e66"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:49:29.849350"], ["updated_at", "2015-04-24 23:49:29.849350"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1247218408 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1247218408], ["username", "billy_27"], ["access_token", "df7846be56951a9cd950209831754012"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:49:29.851335"], ["updated_at", "2015-04-24 23:49:29.851335"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1574998854 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1574998854], ["username", "billy_28"], ["access_token", "222f33740da64f20ff70baac5864f722"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:49:29.853452"], ["updated_at", "2015-04-24 23:49:29.853452"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2001458345 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2001458345], ["username", "billy_29"], ["access_token", "f6b86f1390dafac0b397aff66610b985"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:49:29.855393"], ["updated_at", "2015-04-24 23:49:29.855393"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -580509922 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -580509922], ["username", "billy_30"], ["access_token", "0140fd3567bb33ad89e6c910997f1f6e"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:49:29.857390"], ["updated_at", "2015-04-24 23:49:29.857390"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1417886981 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1417886981], ["username", "billy_31"], ["access_token", "1ff484dbc5577fac0b81b24a65b6e7d5"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:49:29.859388"], ["updated_at", "2015-04-24 23:49:29.859388"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1236468318 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1236468318], ["username", "billy_32"], ["access_token", "37854b70611f1671ad18ce3af85644d5"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:49:29.861332"], ["updated_at", "2015-04-24 23:49:29.861332"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1286421471 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1286421471], ["username", "billy_33"], ["access_token", "af9a5a0e4fb3c588e742c88afc303c05"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:49:29.863423"], ["updated_at", "2015-04-24 23:49:29.863423"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366412582 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -366412582], ["username", "billy_34"], ["access_token", "40687dd03875df625c7ce462b34bac96"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:49:29.865357"], ["updated_at", "2015-04-24 23:49:29.865357"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -932601969 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -932601969], ["username", "billy_35"], ["access_token", "dc0ca1e956fdcac4821e7883462ed424"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:49:29.867366"], ["updated_at", "2015-04-24 23:49:29.867366"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -911018931 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -911018931], ["username", "billy_36"], ["access_token", "3cd4c658ba6b85c03f0438cbf505b9ef"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:49:29.869334"], ["updated_at", "2015-04-24 23:49:29.869334"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -946813475 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -946813475], ["username", "billy_37"], ["access_token", "e22b1f059b4002048ca85d9de6ff1f70"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:49:29.871380"], ["updated_at", "2015-04-24 23:49:29.871380"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -973978178 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -973978178], ["username", "billy_38"], ["access_token", "01be9918e7cdc6d1afc4ef8592f49514"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:49:29.873342"], ["updated_at", "2015-04-24 23:49:29.873342"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1828379959 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1828379959], ["username", "billy_39"], ["access_token", "89ebf2fe4a6b42a419db69908e2f7316"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:49:29.875155"], ["updated_at", "2015-04-24 23:49:29.875155"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -294455900 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -294455900], ["username", "billy_40"], ["access_token", "36473c53bf67af735605097fffe09bb7"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:49:29.877131"], ["updated_at", "2015-04-24 23:49:29.877131"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -72605560 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -72605560], ["username", "billy_41"], ["access_token", "b9480da9949d641339c1ad24d4701ff8"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:49:29.879057"], ["updated_at", "2015-04-24 23:49:29.879057"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -603331173 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -603331173], ["username", "billy_42"], ["access_token", "69f517101800932c8fdb81cb84571f77"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:49:29.880951"], ["updated_at", "2015-04-24 23:49:29.880951"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1018027929 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1018027929], ["username", "billy_43"], ["access_token", "99bfe57e0703edc33a65e4b0115104f4"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:49:29.882824"], ["updated_at", "2015-04-24 23:49:29.882824"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -491023370 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -491023370], ["username", "billy_44"], ["access_token", "8115817c6003003c1d2e094d4e4b4f40"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:49:29.884772"], ["updated_at", "2015-04-24 23:49:29.884772"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -364295129 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -364295129], ["username", "billy_45"], ["access_token", "c65d778fec5442c4238af128e5bca600"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:49:29.886804"], ["updated_at", "2015-04-24 23:49:29.886804"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 +  (0.9ms) 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" = -1922197708 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", -1922197708], ["username", "jstrav"], ["access_token", "3a9b61b8743e11ca0590175ecb863e51"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:29.897002"], ["updated_at", "2015-04-24 23:49:29.897002"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -638551086 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", -638551086], ["username", "mary"], ["access_token", "f4a0ed39d0183f989f666bdd112eeaa0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:29.899255"], ["updated_at", "2015-04-24 23:49:29.899255"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1834225858 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1834225858], ["username", "jstead"], ["access_token", "f563764668733780608f41a2de9ceb6f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:29.901618"], ["updated_at", "2015-04-24 23:49:29.901618"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -919417537 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -919417537], ["username", "bigbear"], ["access_token", "36eec8f6defb1d58d08eadf9fdedd1a9"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:29.903573"], ["updated_at", "2015-04-24 23:49:29.903573"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2082333428 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2082333428], ["username", "billy_00"], ["access_token", "6a5de485a1923c97b9eae3e7c496b1fd"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:49:29.905486"], ["updated_at", "2015-04-24 23:49:29.905486"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -793795069 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -793795069], ["username", "billy_01"], ["access_token", "900d05b56a5f687cfbdcae9b24869bfe"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:49:29.907352"], ["updated_at", "2015-04-24 23:49:29.907352"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1616265362 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1616265362], ["username", "billy_02"], ["access_token", "4f43ae1800010697e3847acb624966f3"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:49:29.909133"], ["updated_at", "2015-04-24 23:49:29.909133"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1946667020 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1946667020], ["username", "billy_03"], ["access_token", "aac8841344d522b59526f155fb2ba1ef"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:49:29.911105"], ["updated_at", "2015-04-24 23:49:29.911105"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1927100049 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1927100049], ["username", "billy_04"], ["access_token", "ad5593d982d1039b9ac3f4df80570006"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:49:29.913027"], ["updated_at", "2015-04-24 23:49:29.913027"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1161735590 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1161735590], ["username", "billy_05"], ["access_token", "8c3cb02df26009062b4993e919b2c62e"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:49:29.914952"], ["updated_at", "2015-04-24 23:49:29.914952"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1107176015 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1107176015], ["username", "billy_06"], ["access_token", "0196dd4edc86f6759d5f7cdba202a2a6"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:49:29.916817"], ["updated_at", "2015-04-24 23:49:29.916817"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -42049940 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -42049940], ["username", "billy_07"], ["access_token", "51e9464e4cf62a0381d5fee3f62e12f4"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:49:29.918609"], ["updated_at", "2015-04-24 23:49:29.918609"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2078001894 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2078001894], ["username", "billy_08"], ["access_token", "6ed8301a12df0f6e72520ac6a60a8035"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:49:29.920580"], ["updated_at", "2015-04-24 23:49:29.920580"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -349945081 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -349945081], ["username", "billy_09"], ["access_token", "ade21e6f6a5cb717bf339e45fb6f1337"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:49:29.922425"], ["updated_at", "2015-04-24 23:49:29.922425"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1966146171 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1966146171], ["username", "billy_10"], ["access_token", "5c9b83ffcafe733cc82894b286c87f91"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:49:29.924291"], ["updated_at", "2015-04-24 23:49:29.924291"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -895132407 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -895132407], ["username", "billy_11"], ["access_token", "d33f4d7a1662e97f91bc663025c43198"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:49:29.926154"], ["updated_at", "2015-04-24 23:49:29.926154"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262441884 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -262441884], ["username", "billy_12"], ["access_token", "76fdd95325fd36dd528840e395a743ea"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:49:29.927919"], ["updated_at", "2015-04-24 23:49:29.927919"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1453354182 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1453354182], ["username", "billy_13"], ["access_token", "c17d1003b61fbbb97834d09a9e34a11e"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:49:29.929861"], ["updated_at", "2015-04-24 23:49:29.929861"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2131708750 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2131708750], ["username", "billy_14"], ["access_token", "d438bed44c47ede881ac57fd2f23f4f0"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:49:29.931966"], ["updated_at", "2015-04-24 23:49:29.931966"]] +  (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" = -1876515870 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1876515870], ["username", "billy_15"], ["access_token", "ac93df303f987b39644e66e8b72acaca"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:49:29.933886"], ["updated_at", "2015-04-24 23:49:29.933886"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -580614655 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -580614655], ["username", "billy_16"], ["access_token", "ad38b4c952d02172af70b263e2710c2c"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:49:29.935921"], ["updated_at", "2015-04-24 23:49:29.935921"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1759913604 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1759913604], ["username", "billy_17"], ["access_token", "d239165daf341be90d75c6c3b92c5b5b"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:49:29.938123"], ["updated_at", "2015-04-24 23:49:29.938123"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1700939180 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1700939180], ["username", "billy_18"], ["access_token", "6afa4db92f89adf99fdf93f432d078ad"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:49:29.940205"], ["updated_at", "2015-04-24 23:49:29.940205"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -241108207 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -241108207], ["username", "billy_19"], ["access_token", "dc1754852b5b9f4e6aa242bc9718cb4a"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:49:29.942044"], ["updated_at", "2015-04-24 23:49:29.942044"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -222855831 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -222855831], ["username", "billy_20"], ["access_token", "feeadf2953e0b8f54f201538c38fb44a"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:49:29.943813"], ["updated_at", "2015-04-24 23:49:29.943813"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -818648642 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -818648642], ["username", "billy_21"], ["access_token", "20bb595641fcfd29ec48b703b7338aeb"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:49:29.945607"], ["updated_at", "2015-04-24 23:49:29.945607"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1814505845 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1814505845], ["username", "billy_22"], ["access_token", "155341e256676650a8cbf577aa4f5b4c"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:49:29.947406"], ["updated_at", "2015-04-24 23:49:29.947406"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1872731481 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1872731481], ["username", "billy_23"], ["access_token", "26f82b284fa02c99533d361ad6bf75a4"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:49:29.949230"], ["updated_at", "2015-04-24 23:49:29.949230"]] +  (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" = -94627700 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -94627700], ["username", "billy_24"], ["access_token", "3cfcf980aa6b631c4cef45343bb63262"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:49:29.951108"], ["updated_at", "2015-04-24 23:49:29.951108"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -775513361 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -775513361], ["username", "billy_25"], ["access_token", "b755da2ab04a2616156626ad2fad791a"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:49:29.952959"], ["updated_at", "2015-04-24 23:49:29.952959"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -583384532 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -583384532], ["username", "billy_26"], ["access_token", "2d7a6777672409582fe4f6f42e64b356"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:49:29.954736"], ["updated_at", "2015-04-24 23:49:29.954736"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -768247855 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -768247855], ["username", "billy_27"], ["access_token", "007ac7ace5ae028dfe500e5db01fdfe5"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:49:29.956517"], ["updated_at", "2015-04-24 23:49:29.956517"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -914381398 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -914381398], ["username", "billy_28"], ["access_token", "96ee6f93926bdd33f661fb970e520aca"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:49:29.958260"], ["updated_at", "2015-04-24 23:49:29.958260"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -596917919 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -596917919], ["username", "billy_29"], ["access_token", "2f4c0133205deaf98d6620ae546ef74d"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:49:29.960055"], ["updated_at", "2015-04-24 23:49:29.960055"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -53755011 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -53755011], ["username", "billy_30"], ["access_token", "c4cd1e7b34b430de7bd31eac2e7b0978"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:49:29.961860"], ["updated_at", "2015-04-24 23:49:29.961860"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -619966077 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -619966077], ["username", "billy_31"], ["access_token", "65515055d471db177ee3111d6f317c61"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:49:29.963607"], ["updated_at", "2015-04-24 23:49:29.963607"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -752414291 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -752414291], ["username", "billy_32"], ["access_token", "3ef1ed6cecc7e571821c82a594cea9b5"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:49:29.965400"], ["updated_at", "2015-04-24 23:49:29.965400"]] +  (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" = -710014466 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -710014466], ["username", "billy_33"], ["access_token", "85f58e7b7f4cf35232d1366ce4e22fe9"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:49:29.978187"], ["updated_at", "2015-04-24 23:49:29.978187"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1746883061 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1746883061], ["username", "billy_34"], ["access_token", "1cb4679a73ad9c7f12853215436d086f"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:49:29.980112"], ["updated_at", "2015-04-24 23:49:29.980112"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1687937721 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1687937721], ["username", "billy_35"], ["access_token", "a64e9fae05619e51d149463e8e9ba8ec"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:49:29.981892"], ["updated_at", "2015-04-24 23:49:29.981892"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -285748565 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -285748565], ["username", "billy_36"], ["access_token", "8d8134474edacf1c43828ade8e437e36"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:49:29.983674"], ["updated_at", "2015-04-24 23:49:29.983674"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1650713334 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1650713334], ["username", "billy_37"], ["access_token", "a67ca88f7f500c2cd13cb9f85d6ab5bb"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:49:29.985401"], ["updated_at", "2015-04-24 23:49:29.985401"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -732829616 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -732829616], ["username", "billy_38"], ["access_token", "789ef9db2e08d0a082b414c7e18c562e"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:49:29.987163"], ["updated_at", "2015-04-24 23:49:29.987163"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -551375184 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -551375184], ["username", "billy_39"], ["access_token", "59f3c0994a685c950508e23b21b30865"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:49:29.988897"], ["updated_at", "2015-04-24 23:49:29.988897"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -308061144 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -308061144], ["username", "billy_40"], ["access_token", "af5d828362be95c680f6f972d5862de5"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:49:29.990708"], ["updated_at", "2015-04-24 23:49:29.990708"]] +  (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" = -1798310903 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1798310903], ["username", "billy_41"], ["access_token", "0c7f89b678cb25e5ab3727159bbf23f4"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:49:29.992467"], ["updated_at", "2015-04-24 23:49:29.992467"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1416637709 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1416637709], ["username", "billy_42"], ["access_token", "b7d25498f465d9d6825f30f80cc8914c"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:49:29.994190"], ["updated_at", "2015-04-24 23:49:29.994190"]] +  (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" = -1092973478 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1092973478], ["username", "billy_43"], ["access_token", "8966f9ad84904b5d2935e96dc11d1e06"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:49:29.995954"], ["updated_at", "2015-04-24 23:49:29.995954"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1618728357 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1618728357], ["username", "billy_44"], ["access_token", "83228d288dc3809167439bd1ad4ec17f"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:49:29.997689"], ["updated_at", "2015-04-24 23:49:29.997689"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -528411391 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -528411391], ["username", "billy_45"], ["access_token", "dfd942d4648c5ea022037fce1543291a"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:49:29.999438"], ["updated_at", "2015-04-24 23:49:29.999438"]] +  (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 +  (0.9ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1945347094 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", -1945347094], ["username", "jstrav"], ["access_token", "87d8c9b40936593b7d00b8df1f2fcdf1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:30.008416"], ["updated_at", "2015-04-24 23:49:30.008416"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -885423632 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", -885423632], ["username", "mary"], ["access_token", "95d893eed4637dd0d0e9ffb8c387799b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:30.010705"], ["updated_at", "2015-04-24 23:49:30.010705"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1942732693 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1942732693], ["username", "jstead"], ["access_token", "0e55739c0805d883b2c43d1c655bcfe0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:30.012729"], ["updated_at", "2015-04-24 23:49:30.012729"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -678253466 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -678253466], ["username", "bigbear"], ["access_token", "a08ce1bd2a6d78f131decb808226c2f7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:30.014712"], ["updated_at", "2015-04-24 23:49:30.014712"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1962026092 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1962026092], ["username", "billy_00"], ["access_token", "d74a70a45419f2708b338e9290f36c0d"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:49:30.016702"], ["updated_at", "2015-04-24 23:49:30.016702"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -229605447 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -229605447], ["username", "billy_01"], ["access_token", "cca39c4fb00956446f277c0a8a3d4de2"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:49:30.018576"], ["updated_at", "2015-04-24 23:49:30.018576"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -339905341 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -339905341], ["username", "billy_02"], ["access_token", "aae6f174023147b93842f1538db91c8e"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:49:30.020545"], ["updated_at", "2015-04-24 23:49:30.020545"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2017242486 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2017242486], ["username", "billy_03"], ["access_token", "f5f2d5a604705d05a06f2af84af42643"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:49:30.022368"], ["updated_at", "2015-04-24 23:49:30.022368"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1812192976 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1812192976], ["username", "billy_04"], ["access_token", "d94b947918e1977cf449f99ac70e62b2"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:49:30.024118"], ["updated_at", "2015-04-24 23:49:30.024118"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -999911142 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -999911142], ["username", "billy_05"], ["access_token", "78b74c0a74038f856a5678b6e6189bc8"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:49:30.026018"], ["updated_at", "2015-04-24 23:49:30.026018"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -400187112 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -400187112], ["username", "billy_06"], ["access_token", "123c62a8a8c753fe1235df81e4545c61"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:49:30.027827"], ["updated_at", "2015-04-24 23:49:30.027827"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2128430114 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2128430114], ["username", "billy_07"], ["access_token", "6d5284228ffb70b35a7e591e38a0ed4e"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:49:30.029609"], ["updated_at", "2015-04-24 23:49:30.029609"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -963291672 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -963291672], ["username", "billy_08"], ["access_token", "8c6bd73ad8c61de7f37aebff6fe0e92f"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:49:30.031436"], ["updated_at", "2015-04-24 23:49:30.031436"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -36176732 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -36176732], ["username", "billy_09"], ["access_token", "624aac65dafe7bdcc0a9e4787b7181bc"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:49:30.033287"], ["updated_at", "2015-04-24 23:49:30.033287"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1774684429 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1774684429], ["username", "billy_10"], ["access_token", "6e6969201bfc219bb529eee508f47693"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:49:30.035252"], ["updated_at", "2015-04-24 23:49:30.035252"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1883329849 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1883329849], ["username", "billy_11"], ["access_token", "1b230ec001b7b9b71c9ce66101786891"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:49:30.037193"], ["updated_at", "2015-04-24 23:49:30.037193"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2106901226 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2106901226], ["username", "billy_12"], ["access_token", "4cd842f7e9dc32ac27a5ef7d572d1b2c"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:49:30.039293"], ["updated_at", "2015-04-24 23:49:30.039293"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1943260898 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1943260898], ["username", "billy_13"], ["access_token", "4e57cdf32ecc608b7f70d5afaa28adb0"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:49:30.041159"], ["updated_at", "2015-04-24 23:49:30.041159"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1805481469 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1805481469], ["username", "billy_14"], ["access_token", "63ec684af5e68a9df6fb2c62566d6325"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:49:30.043220"], ["updated_at", "2015-04-24 23:49:30.043220"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -275578307 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -275578307], ["username", "billy_15"], ["access_token", "0fbfd09da527020cbbbb4100dca4cce0"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:49:30.045236"], ["updated_at", "2015-04-24 23:49:30.045236"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -648864777 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -648864777], ["username", "billy_16"], ["access_token", "f4c2d417bae4bba60e8780b43261e965"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:49:30.047153"], ["updated_at", "2015-04-24 23:49:30.047153"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -553762807 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -553762807], ["username", "billy_17"], ["access_token", "a86fd79826b56a6d8f66cadaa6756ea2"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:49:30.049031"], ["updated_at", "2015-04-24 23:49:30.049031"]] +  (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" = -271306696 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -271306696], ["username", "billy_18"], ["access_token", "85d362301712af35b79c8c9d4f8c655a"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:49:30.057055"], ["updated_at", "2015-04-24 23:49:30.057055"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -34675324 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -34675324], ["username", "billy_19"], ["access_token", "2d90eae979433f3a43e91a13012dd96b"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:49:30.061642"], ["updated_at", "2015-04-24 23:49:30.061642"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2071480513 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2071480513], ["username", "billy_20"], ["access_token", "92998d0041d56b7d4bbf7d7e34a4fd0c"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:49:30.064469"], ["updated_at", "2015-04-24 23:49:30.064469"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1114138705 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1114138705], ["username", "billy_21"], ["access_token", "1b2e42afc1d4d56ed39ddd5061a6ce32"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:49:30.068223"], ["updated_at", "2015-04-24 23:49:30.068223"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1411268101 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1411268101], ["username", "billy_22"], ["access_token", "e942e314837bb31e6340edb47da9d702"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:49:30.070413"], ["updated_at", "2015-04-24 23:49:30.070413"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -474873622 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -474873622], ["username", "billy_23"], ["access_token", "1853c72e95543918cf133013a396ec25"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:49:30.072795"], ["updated_at", "2015-04-24 23:49:30.072795"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1942647629 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1942647629], ["username", "billy_24"], ["access_token", "c2ebad4b63367d82989a92c33eb9c4a8"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:49:30.074819"], ["updated_at", "2015-04-24 23:49:30.074819"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1743126830 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1743126830], ["username", "billy_25"], ["access_token", "ceb03ee14ff4720b579c954b5f38727f"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:49:30.076798"], ["updated_at", "2015-04-24 23:49:30.076798"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1917725834 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1917725834], ["username", "billy_26"], ["access_token", "fcb85857ed009e39d58cc450c04084b1"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:49:30.078849"], ["updated_at", "2015-04-24 23:49:30.078849"]] +  (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" = -2114861973 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2114861973], ["username", "billy_27"], ["access_token", "49afd998d4b68d076394fc19a100f4c8"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:49:30.080864"], ["updated_at", "2015-04-24 23:49:30.080864"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1899774925 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1899774925], ["username", "billy_28"], ["access_token", "b2ba20c4274c02cb0024666582bcac3d"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:49:30.082838"], ["updated_at", "2015-04-24 23:49:30.082838"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -244961167 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -244961167], ["username", "billy_29"], ["access_token", "ca3fd0492ef2a1003dbcabfd49e2f291"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:49:30.084899"], ["updated_at", "2015-04-24 23:49:30.084899"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -366991649 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -366991649], ["username", "billy_30"], ["access_token", "a7dba6fc27ec3d401ab182b6c3789033"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:49:30.086886"], ["updated_at", "2015-04-24 23:49:30.086886"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -844253658 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -844253658], ["username", "billy_31"], ["access_token", "c569730ec522e5de26c068aeed8f2ce8"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:49:30.088934"], ["updated_at", "2015-04-24 23:49:30.088934"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -689763646 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -689763646], ["username", "billy_32"], ["access_token", "ae72ebdac7a22aad8e5b2d3404b9f32b"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:49:30.090976"], ["updated_at", "2015-04-24 23:49:30.090976"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1793987832 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1793987832], ["username", "billy_33"], ["access_token", "ba3d0f9a7b001a9ed7335b21229a39d6"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:49:30.093115"], ["updated_at", "2015-04-24 23:49:30.093115"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2061019386 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2061019386], ["username", "billy_34"], ["access_token", "77768fe712d80a8f53911c14900d8a49"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:49:30.095408"], ["updated_at", "2015-04-24 23:49:30.095408"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1512550095 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1512550095], ["username", "billy_35"], ["access_token", "a68393e836b31e75653a3b7208a4c22a"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:49:30.097541"], ["updated_at", "2015-04-24 23:49:30.097541"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1015963056 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1015963056], ["username", "billy_36"], ["access_token", "f683b30fb4a2dc46c11bc9d3152f03f9"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:49:30.099522"], ["updated_at", "2015-04-24 23:49:30.099522"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1123675028 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1123675028], ["username", "billy_37"], ["access_token", "9830ea12b3c63d2c530bcbe84d4620bb"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:49:30.101560"], ["updated_at", "2015-04-24 23:49:30.101560"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1063507397 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1063507397], ["username", "billy_38"], ["access_token", "13b62fdbcc1fde39911e61bf556aabbc"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:49:30.103662"], ["updated_at", "2015-04-24 23:49:30.103662"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1659688438 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1659688438], ["username", "billy_39"], ["access_token", "7eb388f51e30e4f430c4cc70e3df985c"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:49:30.105624"], ["updated_at", "2015-04-24 23:49:30.105624"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -221152806 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -221152806], ["username", "billy_40"], ["access_token", "eff5247fcb776ae277c5804be9695688"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:49:30.107701"], ["updated_at", "2015-04-24 23:49:30.107701"]] +  (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" = -1271273209 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1271273209], ["username", "billy_41"], ["access_token", "57cdb11ed78074a8c16e6e3c3acf33c7"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:49:30.109620"], ["updated_at", "2015-04-24 23:49:30.109620"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1783466041 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1783466041], ["username", "billy_42"], ["access_token", "0330e4e2054ab0f12b9313b4cb953159"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:49:30.111625"], ["updated_at", "2015-04-24 23:49:30.111625"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1905568483 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1905568483], ["username", "billy_43"], ["access_token", "9ac0a07b71734e4c619db3902eff99b6"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:49:30.113644"], ["updated_at", "2015-04-24 23:49:30.113644"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1151185494 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1151185494], ["username", "billy_44"], ["access_token", "c7730ea5903a5395e541ba1f8765fa55"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:49:30.115742"], ["updated_at", "2015-04-24 23:49:30.115742"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1769885802 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1769885802], ["username", "billy_45"], ["access_token", "b42428971384abed2e3f5a9c3a1a38dc"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:49:30.117948"], ["updated_at", "2015-04-24 23:49:30.117948"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 +  (0.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" = -144402188 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", -144402188], ["username", "jstrav"], ["access_token", "71c4d7062f866bdc3b285938bed1f653"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:30.127326"], ["updated_at", "2015-04-24 23:49:30.127326"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2116083777 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", -2116083777], ["username", "mary"], ["access_token", "3869df23f5afedf71d9dff346bb824f8"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:30.129808"], ["updated_at", "2015-04-24 23:49:30.129808"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1764770912 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1764770912], ["username", "jstead"], ["access_token", "6a622aa45d07dd270ffef265b0179817"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:30.132200"], ["updated_at", "2015-04-24 23:49:30.132200"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -324352196 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -324352196], ["username", "bigbear"], ["access_token", "a921ed9c57050399957986922a43cba8"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:30.134393"], ["updated_at", "2015-04-24 23:49:30.134393"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -144606040 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -144606040], ["username", "foo_bb"], ["access_token", "8ef18a08a1ebb26e7cceb4d1c85c1b70"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2015-04-24 23:49:30.136544"], ["updated_at", "2015-04-24 23:49:30.136544"]] +  (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" = -1123697508 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1123697508], ["username", "foo_bj"], ["access_token", "620fbdd3ec61e2e9c1c33b64ab4ca750"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2015-04-24 23:49:30.138489"], ["updated_at", "2015-04-24 23:49:30.138489"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -75947357 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -75947357], ["username", "foo_tj"], ["access_token", "aa94981cf470993996fc151e8ffb26aa"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2015-04-24 23:49:30.140578"], ["updated_at", "2015-04-24 23:49:30.140578"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -89837108 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", -89837108], ["username", "jstrav"], ["access_token", "40b70009bec49dfd930500e1de2c5396"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:30.148066"], ["updated_at", "2015-04-24 23:49:30.148066"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -696979881 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", -696979881], ["username", "mary"], ["access_token", "428a01388e13da3e37e56070ba1b844b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:30.150399"], ["updated_at", "2015-04-24 23:49:30.150399"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -718655152 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -718655152], ["username", "jstead"], ["access_token", "449c379bc9c32aa48d1d9be584816048"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:30.152472"], ["updated_at", "2015-04-24 23:49:30.152472"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -779099830 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -779099830], ["username", "bigbear"], ["access_token", "320980d8a3665bf85440a718e689436e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:30.154484"], ["updated_at", "2015-04-24 23:49:30.154484"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1997780171 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1997780171], ["username", "billy_00"], ["access_token", "08da604ab19d0b333211a705863dc927"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:49:30.156490"], ["updated_at", "2015-04-24 23:49:30.156490"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -616554456 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -616554456], ["username", "billy_01"], ["access_token", "73d39f563c360b39616b2d9e222214cd"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:49:30.158467"], ["updated_at", "2015-04-24 23:49:30.158467"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1688748839 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1688748839], ["username", "billy_02"], ["access_token", "15100f33b0b7223338a25452722868b2"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:49:30.160702"], ["updated_at", "2015-04-24 23:49:30.160702"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -201098323 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -201098323], ["username", "billy_03"], ["access_token", "e5fd9b95ecdf479f43b5b7c509657a69"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:49:30.162943"], ["updated_at", "2015-04-24 23:49:30.162943"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1040687567 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1040687567], ["username", "billy_04"], ["access_token", "a1998b912b3719a7ea31fd71fec2d582"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:49:30.165138"], ["updated_at", "2015-04-24 23:49:30.165138"]] +  (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" = -2123953709 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2123953709], ["username", "billy_05"], ["access_token", "e8d9edf0b150d3d8c46cc65afd1f8440"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:49:30.167204"], ["updated_at", "2015-04-24 23:49:30.167204"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1792686607 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1792686607], ["username", "billy_06"], ["access_token", "b7dc39ab84cc5f4944deb35e43f6da5f"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:49:30.169690"], ["updated_at", "2015-04-24 23:49:30.169690"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -248624405 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -248624405], ["username", "billy_07"], ["access_token", "81ad0d19d13ad5af8fb24d3e01f3c521"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:49:30.171841"], ["updated_at", "2015-04-24 23:49:30.171841"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1406806456 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1406806456], ["username", "billy_08"], ["access_token", "834c58669d043ff4de0614f75df4f7ca"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:49:30.173925"], ["updated_at", "2015-04-24 23:49:30.173925"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -525537839 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -525537839], ["username", "billy_09"], ["access_token", "9b095fa46bfbe2560d56435a714bfd3e"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:49:30.175808"], ["updated_at", "2015-04-24 23:49:30.175808"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -593942919 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -593942919], ["username", "billy_10"], ["access_token", "46bab9a907ac962c5a186d4c4bbd864c"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:49:30.177747"], ["updated_at", "2015-04-24 23:49:30.177747"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -558403818 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -558403818], ["username", "billy_11"], ["access_token", "a72b8a2ada77622e9a3c48695a4ddd8e"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:49:30.179742"], ["updated_at", "2015-04-24 23:49:30.179742"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -231202816 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -231202816], ["username", "billy_12"], ["access_token", "d9f8a2d91db72c551b3795ab37ad61b8"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:49:30.181694"], ["updated_at", "2015-04-24 23:49:30.181694"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -491515468 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -491515468], ["username", "billy_13"], ["access_token", "5deccb91a3da9a2f45d4a719908c2a11"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:49:30.183784"], ["updated_at", "2015-04-24 23:49:30.183784"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1887527762 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1887527762], ["username", "billy_14"], ["access_token", "9dbce7715eaa2f3ce92b17605b9f67cc"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:49:30.185699"], ["updated_at", "2015-04-24 23:49:30.185699"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1192229561 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1192229561], ["username", "billy_15"], ["access_token", "763b6d5ba42186890894a013cd385683"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:49:30.187676"], ["updated_at", "2015-04-24 23:49:30.187676"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1023142203 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1023142203], ["username", "billy_16"], ["access_token", "ad3d8e98ad513c74e1c7b1995452d884"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:49:30.189717"], ["updated_at", "2015-04-24 23:49:30.189717"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -710705492 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -710705492], ["username", "billy_17"], ["access_token", "533442d8ad14f810c2d37a348bd485f0"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:49:30.191571"], ["updated_at", "2015-04-24 23:49:30.191571"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1005358887 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1005358887], ["username", "billy_18"], ["access_token", "fb54e9a8d040ebed45082ad8bc957864"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:49:30.193599"], ["updated_at", "2015-04-24 23:49:30.193599"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1145756557 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1145756557], ["username", "billy_19"], ["access_token", "b129ce5f5bc729005df92cc99a21b20b"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:49:30.195489"], ["updated_at", "2015-04-24 23:49:30.195489"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -729977428 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -729977428], ["username", "billy_20"], ["access_token", "ffd42557d81944960c6cc79f5875820b"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:49:30.197383"], ["updated_at", "2015-04-24 23:49:30.197383"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -192876630 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -192876630], ["username", "billy_21"], ["access_token", "111200a4c59c412df8f530fc3b7a7e9a"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:49:30.199473"], ["updated_at", "2015-04-24 23:49:30.199473"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2047997772 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2047997772], ["username", "billy_22"], ["access_token", "a9b450f27cfaf786e4401bacdbae3d17"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:49:30.201428"], ["updated_at", "2015-04-24 23:49:30.201428"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1839137333 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1839137333], ["username", "billy_23"], ["access_token", "4bb9b98f0bd6ee959b4a973799172492"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:49:30.203471"], ["updated_at", "2015-04-24 23:49:30.203471"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1300493479 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1300493479], ["username", "billy_24"], ["access_token", "1a46e46d2b6b5459b795adf7fcee71c0"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:49:30.205421"], ["updated_at", "2015-04-24 23:49:30.205421"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2104397030 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2104397030], ["username", "billy_25"], ["access_token", "aafb49bf7af3a029d5f077db63fa4865"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:49:30.207389"], ["updated_at", "2015-04-24 23:49:30.207389"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -311513469 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -311513469], ["username", "billy_26"], ["access_token", "510de3a8142135cb3a86a3eb9ff682e7"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:49:30.209290"], ["updated_at", "2015-04-24 23:49:30.209290"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1559804607 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1559804607], ["username", "billy_27"], ["access_token", "484ffb9d8b3690e10b40db5bd0418516"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:49:30.211514"], ["updated_at", "2015-04-24 23:49:30.211514"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1759347974 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1759347974], ["username", "billy_28"], ["access_token", "103c30e4da3123c410ac1311b939ecb7"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:49:30.213552"], ["updated_at", "2015-04-24 23:49:30.213552"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -194621652 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -194621652], ["username", "billy_29"], ["access_token", "3cc530fb3464f0910cef0e12a8b4e2dc"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:49:30.215429"], ["updated_at", "2015-04-24 23:49:30.215429"]] +  (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" = -1466441655 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1466441655], ["username", "billy_30"], ["access_token", "bfe0096b6cd4bbb061f480401060c378"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:49:30.217628"], ["updated_at", "2015-04-24 23:49:30.217628"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1381821649 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1381821649], ["username", "billy_31"], ["access_token", "c7cb6fc847fb1d2d51b7b26214dd7aac"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:49:30.219611"], ["updated_at", "2015-04-24 23:49:30.219611"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -636906797 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -636906797], ["username", "billy_32"], ["access_token", "353ed593617a21f1105a28544ab8d902"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:49:30.221550"], ["updated_at", "2015-04-24 23:49:30.221550"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1046615050 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1046615050], ["username", "billy_33"], ["access_token", "6bff57cfcdd419c5bcd5027c0c72ddf3"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:49:30.223462"], ["updated_at", "2015-04-24 23:49:30.223462"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1990463655 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1990463655], ["username", "billy_34"], ["access_token", "9537e29e3131868cbc733cacdedd1c60"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:49:30.225255"], ["updated_at", "2015-04-24 23:49:30.225255"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1273628111 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1273628111], ["username", "billy_35"], ["access_token", "3a8e40905c25d0b5fb0e749300e27009"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:49:30.227257"], ["updated_at", "2015-04-24 23:49:30.227257"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2031310227 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2031310227], ["username", "billy_36"], ["access_token", "371f6137df88cd51849fdec4b1562db2"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:49:30.229176"], ["updated_at", "2015-04-24 23:49:30.229176"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -754439250 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -754439250], ["username", "billy_37"], ["access_token", "39cbbce1ed3fba4f988a023a8497e8fe"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:49:30.231039"], ["updated_at", "2015-04-24 23:49:30.231039"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1079072277 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1079072277], ["username", "billy_38"], ["access_token", "c85f6ae2de5acda4dbf1e2386b94cd09"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:49:30.232931"], ["updated_at", "2015-04-24 23:49:30.232931"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -691946451 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -691946451], ["username", "billy_39"], ["access_token", "f27faa8b39e77d01b761ae426ee74103"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:49:30.234896"], ["updated_at", "2015-04-24 23:49:30.234896"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1642387790 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1642387790], ["username", "billy_40"], ["access_token", "05d0ae8b80731efd707a94576c7b500b"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:49:30.237024"], ["updated_at", "2015-04-24 23:49:30.237024"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1856968737 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1856968737], ["username", "billy_41"], ["access_token", "b2dfecc32ff8273b1677599c487cacf5"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:49:30.238882"], ["updated_at", "2015-04-24 23:49:30.238882"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -343658917 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -343658917], ["username", "billy_42"], ["access_token", "ddd50ab6b6ec45399f0542fd170165f1"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:49:30.240616"], ["updated_at", "2015-04-24 23:49:30.240616"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1322905768 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1322905768], ["username", "billy_43"], ["access_token", "7266dfdddfe42391242dbd1727b18abe"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:49:30.242296"], ["updated_at", "2015-04-24 23:49:30.242296"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1259328726 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1259328726], ["username", "billy_44"], ["access_token", "618e3cbe6731f9504a7132c01e42220d"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:49:30.243976"], ["updated_at", "2015-04-24 23:49:30.243976"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1775680591 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1775680591], ["username", "billy_45"], ["access_token", "df87013f09e9477d1ffcae1bbfddd21a"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:49:30.245871"], ["updated_at", "2015-04-24 23:49:30.245871"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -761381604 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -761381604], ["username", "billy_46"], ["access_token", "f38d5aaea546cbbcd2f65864a314c7e8"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:49:30.247532"], ["updated_at", "2015-04-24 23:49:30.247532"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1534480348 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1534480348], ["username", "billy_47"], ["access_token", "8dd3f1163113e2cc54844fe4650d0923"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:49:30.249197"], ["updated_at", "2015-04-24 23:49:30.249197"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1834917470 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1834917470], ["username", "billy_48"], ["access_token", "cf4c4b34a14438644aed08e8f72c9791"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:49:30.251034"], ["updated_at", "2015-04-24 23:49:30.251034"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2024779703 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2024779703], ["username", "billy_49"], ["access_token", "2183ebed5371f7d90ada6d7682ec81ef"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:49:30.252721"], ["updated_at", "2015-04-24 23:49:30.252721"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1494065926 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", -1494065926], ["username", "jstrav"], ["access_token", "1ba7e7fe8538978c6cc905d05a860a49"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:30.258871"], ["updated_at", "2015-04-24 23:49:30.258871"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1330157442 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", -1330157442], ["username", "mary"], ["access_token", "5c555095f348b985e7a0b78f15c114eb"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:30.260920"], ["updated_at", "2015-04-24 23:49:30.260920"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -64283296 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -64283296], ["username", "jstead"], ["access_token", "5d02a8e8b3de955e1fe9c3fd981618c6"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:30.262865"], ["updated_at", "2015-04-24 23:49:30.262865"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -266270508 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -266270508], ["username", "bigbear"], ["access_token", "42758785f6a550a46e50c2daa08d4661"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:30.264627"], ["updated_at", "2015-04-24 23:49:30.264627"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2023138001 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2023138001], ["username", "billy_00"], ["access_token", "3db69e58398bd6765a07a7782e6d31dd"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:49:30.266453"], ["updated_at", "2015-04-24 23:49:30.266453"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1495865577 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1495865577], ["username", "billy_01"], ["access_token", "460b17c58d0822bad642a73c07e20138"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:49:30.268170"], ["updated_at", "2015-04-24 23:49:30.268170"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1861480766 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1861480766], ["username", "billy_02"], ["access_token", "1ac6a8f44478c247d337fd2f3a194aee"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:49:30.269853"], ["updated_at", "2015-04-24 23:49:30.269853"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1858403787 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1858403787], ["username", "billy_03"], ["access_token", "775dfafab3708d0a8d945a9d39eda1c1"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:49:30.271495"], ["updated_at", "2015-04-24 23:49:30.271495"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -335137232 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -335137232], ["username", "billy_04"], ["access_token", "d52ca80490a300e5d01e7bdb42a0a8b2"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:49:30.273168"], ["updated_at", "2015-04-24 23:49:30.273168"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -187398299 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -187398299], ["username", "billy_05"], ["access_token", "7dd1080f8b54e3417dfae2d2fdf50938"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:49:30.274835"], ["updated_at", "2015-04-24 23:49:30.274835"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -237434557 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -237434557], ["username", "billy_06"], ["access_token", "c51d4e77d4aac02834fd8e1693270a12"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:49:30.276516"], ["updated_at", "2015-04-24 23:49:30.276516"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -904546166 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -904546166], ["username", "billy_07"], ["access_token", "d83dd3baa85f5016f468fec02bc71b0d"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:49:30.278195"], ["updated_at", "2015-04-24 23:49:30.278195"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -231560869 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -231560869], ["username", "billy_08"], ["access_token", "ef8c131144ee276db052bbfc38c4cec2"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:49:30.279872"], ["updated_at", "2015-04-24 23:49:30.279872"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1217259693 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1217259693], ["username", "billy_09"], ["access_token", "0a8dc7746e3f5034f79f31cf91f34bca"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:49:30.281547"], ["updated_at", "2015-04-24 23:49:30.281547"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -527342485 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -527342485], ["username", "billy_10"], ["access_token", "4350db102ba266defa6917c7fd1b4926"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:49:30.283297"], ["updated_at", "2015-04-24 23:49:30.283297"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -682665710 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -682665710], ["username", "billy_11"], ["access_token", "13cc57b8a67742c2281d37a4bb65ffed"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:49:30.285052"], ["updated_at", "2015-04-24 23:49:30.285052"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1692810996 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1692810996], ["username", "billy_12"], ["access_token", "e060c636cc3a607dbf471aa80d0379fe"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:49:30.286793"], ["updated_at", "2015-04-24 23:49:30.286793"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -410750132 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -410750132], ["username", "billy_13"], ["access_token", "bda04f37acbf00b92232808f6884679e"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:49:30.288491"], ["updated_at", "2015-04-24 23:49:30.288491"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1426211099 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1426211099], ["username", "billy_14"], ["access_token", "762ae4f26a79793a7f129b3199feb482"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:49:30.290228"], ["updated_at", "2015-04-24 23:49:30.290228"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -913119576 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -913119576], ["username", "billy_15"], ["access_token", "eef5df2bb4feba87bdcb1b6245a82fbf"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:49:30.292025"], ["updated_at", "2015-04-24 23:49:30.292025"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1118849659 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1118849659], ["username", "billy_16"], ["access_token", "aa37296325914f1c623cebf6a90d8861"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:49:30.293825"], ["updated_at", "2015-04-24 23:49:30.293825"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -564537023 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -564537023], ["username", "billy_17"], ["access_token", "71402153140eea3e109bf5bdaa1b290a"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:49:30.295520"], ["updated_at", "2015-04-24 23:49:30.295520"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1787368193 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1787368193], ["username", "billy_18"], ["access_token", "22911a4ff23a9eec180e490b561b81df"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:49:30.297196"], ["updated_at", "2015-04-24 23:49:30.297196"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1174729294 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1174729294], ["username", "billy_19"], ["access_token", "68b963705754dc5ab58b83440bfe0c31"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:49:30.298851"], ["updated_at", "2015-04-24 23:49:30.298851"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -535552529 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -535552529], ["username", "billy_20"], ["access_token", "6e3e7cd3af2661c28882d01af0267a51"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:49:30.300569"], ["updated_at", "2015-04-24 23:49:30.300569"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -199026446 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -199026446], ["username", "billy_21"], ["access_token", "0ba0e056156db774a0b3587c7cce8983"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:49:30.302736"], ["updated_at", "2015-04-24 23:49:30.302736"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1095273474 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1095273474], ["username", "billy_22"], ["access_token", "7df07662e405836c346838edfaa16d14"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:49:30.304421"], ["updated_at", "2015-04-24 23:49:30.304421"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -835568082 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -835568082], ["username", "billy_23"], ["access_token", "dbdf60c899937dbaeed8bfc3041197f7"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:49:30.306081"], ["updated_at", "2015-04-24 23:49:30.306081"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -872266887 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -872266887], ["username", "billy_24"], ["access_token", "04ab81e05c88367aa1c35bbde679e2a3"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:49:30.307766"], ["updated_at", "2015-04-24 23:49:30.307766"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -75854607 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -75854607], ["username", "billy_25"], ["access_token", "a6c0ee721b5e1a110aebeebcbf4b0200"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:49:30.309443"], ["updated_at", "2015-04-24 23:49:30.309443"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -463699584 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -463699584], ["username", "billy_26"], ["access_token", "0d9a3e4dc3c1b7136e378ac3968b04f3"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:49:30.311060"], ["updated_at", "2015-04-24 23:49:30.311060"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1031148009 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1031148009], ["username", "billy_27"], ["access_token", "ec97d8e148a58590ca565d433ee1f614"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:49:30.312744"], ["updated_at", "2015-04-24 23:49:30.312744"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1880597010 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1880597010], ["username", "billy_28"], ["access_token", "c99cbe9e9fb183cf37ac7bb5cd95d932"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:49:30.314446"], ["updated_at", "2015-04-24 23:49:30.314446"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1433519692 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1433519692], ["username", "billy_29"], ["access_token", "ad12e3255203b331175695d42b2be847"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:49:30.316114"], ["updated_at", "2015-04-24 23:49:30.316114"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -981992385 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -981992385], ["username", "billy_30"], ["access_token", "50d7fd7f246af3f7b43b77a4c2669cec"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:49:30.317881"], ["updated_at", "2015-04-24 23:49:30.317881"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1280391399 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1280391399], ["username", "billy_31"], ["access_token", "beee51b1499a1f9fd4109c4a52d289af"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:49:30.319557"], ["updated_at", "2015-04-24 23:49:30.319557"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -50358377 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -50358377], ["username", "billy_32"], ["access_token", "6fb5dfd7b4474da8af3cfeb08bf8042b"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:49:30.321212"], ["updated_at", "2015-04-24 23:49:30.321212"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -65509946 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -65509946], ["username", "billy_33"], ["access_token", "6dd05f584e3bc864615d3ada16b576e8"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:49:30.322875"], ["updated_at", "2015-04-24 23:49:30.322875"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1160301864 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1160301864], ["username", "billy_34"], ["access_token", "2db00fd04dfdd273c27f3088ed016384"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:49:30.324573"], ["updated_at", "2015-04-24 23:49:30.324573"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -659537476 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -659537476], ["username", "billy_35"], ["access_token", "7dc1f739def27c1731387527ea8b9647"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:49:30.326245"], ["updated_at", "2015-04-24 23:49:30.326245"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -469904776 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -469904776], ["username", "billy_36"], ["access_token", "a2a5eb0dc12b62fad0704fb008107b93"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:49:30.327915"], ["updated_at", "2015-04-24 23:49:30.327915"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1701478879 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1701478879], ["username", "billy_37"], ["access_token", "6c019d9f3b7ca0374810dc90b679e057"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:49:30.329572"], ["updated_at", "2015-04-24 23:49:30.329572"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1324284660 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1324284660], ["username", "billy_38"], ["access_token", "01e8e296682f23680824f034bb089530"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:49:30.331287"], ["updated_at", "2015-04-24 23:49:30.331287"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -338377188 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -338377188], ["username", "billy_39"], ["access_token", "f7c39cbe40d4319a47eb663b50b343f5"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:49:30.332998"], ["updated_at", "2015-04-24 23:49:30.332998"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1210821697 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1210821697], ["username", "billy_40"], ["access_token", "d135ad88ad710ca1f4ac22b168a33436"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:49:30.334703"], ["updated_at", "2015-04-24 23:49:30.334703"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -774349122 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -774349122], ["username", "billy_41"], ["access_token", "27098e18e51e1d85f13f834ea7acc315"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:49:30.336419"], ["updated_at", "2015-04-24 23:49:30.336419"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1857276570 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1857276570], ["username", "billy_42"], ["access_token", "0e64222a6b868a1223cfa4ced16bb31a"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:49:30.338084"], ["updated_at", "2015-04-24 23:49:30.338084"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -334038657 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -334038657], ["username", "billy_43"], ["access_token", "186170f78bb54f9ceba048fc28e9d14c"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:49:30.339760"], ["updated_at", "2015-04-24 23:49:30.339760"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -391986642 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -391986642], ["username", "billy_44"], ["access_token", "f4b32d0c5c1d5712f5d223547b6dd00f"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:49:30.341431"], ["updated_at", "2015-04-24 23:49:30.341431"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -49325556 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -49325556], ["username", "billy_45"], ["access_token", "f3b2b1aed8367eb7d2008a7d01f2e435"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:49:30.343089"], ["updated_at", "2015-04-24 23:49:30.343089"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1386429517 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1386429517], ["username", "billy_46"], ["access_token", "6282d850c1650693f2a8c19b1032d364"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:49:30.344762"], ["updated_at", "2015-04-24 23:49:30.344762"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1496657184 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1496657184], ["username", "billy_47"], ["access_token", "28d7661d94ef0b9f22f0f6390a0a3d24"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:49:30.346436"], ["updated_at", "2015-04-24 23:49:30.346436"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -367104108 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -367104108], ["username", "billy_48"], ["access_token", "6720794a786a0b816ea8570fc7fd22d7"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:49:30.348093"], ["updated_at", "2015-04-24 23:49:30.348093"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -699928104 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -699928104], ["username", "billy_49"], ["access_token", "6bd296a9692b0ab79c9c6f50c5ab9e9f"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:49:30.349745"], ["updated_at", "2015-04-24 23:49:30.349745"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.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" = -931785171 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", -931785171], ["username", "jstrav"], ["access_token", "1b4903eb25f3e029b4ee50f5ded93337"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:30.357024"], ["updated_at", "2015-04-24 23:49:30.357024"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1443040876 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", -1443040876], ["username", "mary"], ["access_token", "3569fad7f3a4ca8f97f856d492ee2990"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:30.359083"], ["updated_at", "2015-04-24 23:49:30.359083"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -516684215 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -516684215], ["username", "jstead"], ["access_token", "1335c320e0b90fe0f5f59ceb482d557e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:30.360978"], ["updated_at", "2015-04-24 23:49:30.360978"]] +  (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" = -564365299 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -564365299], ["username", "bigbear"], ["access_token", "f08a1d2b8ab84f97fd30709681bf020f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:30.362917"], ["updated_at", "2015-04-24 23:49:30.362917"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -950175406 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -950175406], ["username", "billy_00"], ["access_token", "c777c99b46e7628867a8f73a6782f3b4"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:49:30.364975"], ["updated_at", "2015-04-24 23:49:30.364975"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -58169027 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -58169027], ["username", "billy_01"], ["access_token", "6e823096964bb5d2265a14702dc84fc8"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:49:30.367120"], ["updated_at", "2015-04-24 23:49:30.367120"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -364406052 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -364406052], ["username", "billy_02"], ["access_token", "1dd3acd79191cc47cd2e7f2e67e6b752"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:49:30.369207"], ["updated_at", "2015-04-24 23:49:30.369207"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1936691222 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1936691222], ["username", "billy_03"], ["access_token", "1897620588524754d95e49c392ac739b"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:49:30.371052"], ["updated_at", "2015-04-24 23:49:30.371052"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2106194464 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2106194464], ["username", "billy_04"], ["access_token", "9dd07f52aa350de6696d20b320740160"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:49:30.372792"], ["updated_at", "2015-04-24 23:49:30.372792"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2132232234 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2132232234], ["username", "billy_05"], ["access_token", "e26d39b037eb8d22616e9e212ac37f9e"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:49:30.374580"], ["updated_at", "2015-04-24 23:49:30.374580"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1965656548 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1965656548], ["username", "billy_06"], ["access_token", "f177ed88e732a7e99b7337c798458b26"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:49:30.376310"], ["updated_at", "2015-04-24 23:49:30.376310"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1391321417 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1391321417], ["username", "billy_07"], ["access_token", "ca779731a0d705caf143cdd063b598ed"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:49:30.377994"], ["updated_at", "2015-04-24 23:49:30.377994"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -364814679 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -364814679], ["username", "billy_08"], ["access_token", "321167c893d59161019cdb069fffba63"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:49:30.379785"], ["updated_at", "2015-04-24 23:49:30.379785"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -791547564 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -791547564], ["username", "billy_09"], ["access_token", "d274d84b6624939246ecf3d351e50209"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:49:30.381493"], ["updated_at", "2015-04-24 23:49:30.381493"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -970853542 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -970853542], ["username", "billy_10"], ["access_token", "f58dec16da91b75af6dd6016b6e9779e"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:49:30.383298"], ["updated_at", "2015-04-24 23:49:30.383298"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1668582518 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1668582518], ["username", "billy_11"], ["access_token", "2fa4dd25b6834c271b39adf4664a1c9b"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:49:30.385025"], ["updated_at", "2015-04-24 23:49:30.385025"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1800325681 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1800325681], ["username", "billy_12"], ["access_token", "b0ab7bb226b03b86f8dcfb92b3becee1"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:49:30.386784"], ["updated_at", "2015-04-24 23:49:30.386784"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1883004813 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1883004813], ["username", "billy_13"], ["access_token", "574d4f61cc7d72fa5b3434909a89e592"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:49:30.388634"], ["updated_at", "2015-04-24 23:49:30.388634"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -615502908 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -615502908], ["username", "billy_14"], ["access_token", "ef9e21728e79672f0b34afa389caf5aa"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:49:30.390367"], ["updated_at", "2015-04-24 23:49:30.390367"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1240277936 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1240277936], ["username", "billy_15"], ["access_token", "dbaa60b877492c4fa23a1b99b78644b9"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:49:30.392397"], ["updated_at", "2015-04-24 23:49:30.392397"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -380367800 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -380367800], ["username", "billy_16"], ["access_token", "5a0bc02b216bc663d257cf17ca54c3c3"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:49:30.394191"], ["updated_at", "2015-04-24 23:49:30.394191"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1300828279 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1300828279], ["username", "billy_17"], ["access_token", "afd040f8efc9e33efea355a21b76414c"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:49:30.395868"], ["updated_at", "2015-04-24 23:49:30.395868"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -182453272 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -182453272], ["username", "billy_18"], ["access_token", "42629862759ce33f02869a2ea8c12f82"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:49:30.397721"], ["updated_at", "2015-04-24 23:49:30.397721"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -653999590 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -653999590], ["username", "billy_19"], ["access_token", "a196f1763446634c6b5ac5eed1c475a0"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:49:30.399490"], ["updated_at", "2015-04-24 23:49:30.399490"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2018956583 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2018956583], ["username", "billy_20"], ["access_token", "dd60c9884897d89456026ee8d170c5f9"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:49:30.401237"], ["updated_at", "2015-04-24 23:49:30.401237"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1099381789 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1099381789], ["username", "billy_21"], ["access_token", "36ef8670fea696d6649efbf358756f3a"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:49:30.403870"], ["updated_at", "2015-04-24 23:49:30.403870"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1046884989 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1046884989], ["username", "billy_22"], ["access_token", "73734696ec80bbe00732aa917b42c8ec"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:49:30.405797"], ["updated_at", "2015-04-24 23:49:30.405797"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -640785120 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -640785120], ["username", "billy_23"], ["access_token", "d0d6dcbac5acf6ee6ab14e55921679b1"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:49:30.407642"], ["updated_at", "2015-04-24 23:49:30.407642"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1336875053 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1336875053], ["username", "billy_24"], ["access_token", "5cdb628e2536c3234f3598dfef2da162"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:49:30.409401"], ["updated_at", "2015-04-24 23:49:30.409401"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1462525044 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1462525044], ["username", "billy_25"], ["access_token", "e984e264a644cd28d96f79ee2f6e65a3"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:49:30.411089"], ["updated_at", "2015-04-24 23:49:30.411089"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1065222631 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1065222631], ["username", "billy_26"], ["access_token", "afe544fdc8591eb0c86f1bf08ade6375"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:49:30.412925"], ["updated_at", "2015-04-24 23:49:30.412925"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1627378057 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1627378057], ["username", "billy_27"], ["access_token", "17b46e2da57cc269bc1a4ec530f1b0e1"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:49:30.414713"], ["updated_at", "2015-04-24 23:49:30.414713"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1355758376 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1355758376], ["username", "billy_28"], ["access_token", "b65fc253bf33a6c114310d4c08c93e70"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:49:30.416402"], ["updated_at", "2015-04-24 23:49:30.416402"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -42142162 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -42142162], ["username", "billy_29"], ["access_token", "1109c5d661801b19e3028ed2f67bd504"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:49:30.418255"], ["updated_at", "2015-04-24 23:49:30.418255"]] +  (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" = -15587173 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -15587173], ["username", "billy_30"], ["access_token", "91507678df6aa0c39355c173f0a692ec"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:49:30.430577"], ["updated_at", "2015-04-24 23:49:30.430577"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -862876492 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -862876492], ["username", "billy_31"], ["access_token", "a6a861d85b87cc55249c72cf9190cbb4"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:49:30.432567"], ["updated_at", "2015-04-24 23:49:30.432567"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -92152953 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -92152953], ["username", "billy_32"], ["access_token", "7875ee65797f381a1e31a18ea640adba"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:49:30.434506"], ["updated_at", "2015-04-24 23:49:30.434506"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -848328994 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -848328994], ["username", "billy_33"], ["access_token", "741774eb753091abfe4ca25d7f120529"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:49:30.436310"], ["updated_at", "2015-04-24 23:49:30.436310"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1169316296 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1169316296], ["username", "billy_34"], ["access_token", "c890994c1ef5c10d01072d5702d5b547"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:49:30.438142"], ["updated_at", "2015-04-24 23:49:30.438142"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1211126212 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1211126212], ["username", "billy_35"], ["access_token", "8dab832ef50e6a8903ef0c2cd817ad7d"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:49:30.440113"], ["updated_at", "2015-04-24 23:49:30.440113"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -45537876 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -45537876], ["username", "billy_36"], ["access_token", "11ab19dc3b6149b0e8ca4f3aa4650f28"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:49:30.441895"], ["updated_at", "2015-04-24 23:49:30.441895"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2123179990 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2123179990], ["username", "billy_37"], ["access_token", "500540a46f2627677241dfcb174d3130"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:49:30.443836"], ["updated_at", "2015-04-24 23:49:30.443836"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1705029613 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1705029613], ["username", "billy_38"], ["access_token", "83a65574b28f85d4a68eaf539c8b32e8"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:49:30.445697"], ["updated_at", "2015-04-24 23:49:30.445697"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -721059035 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -721059035], ["username", "billy_39"], ["access_token", "5901d7b817f2a509119ce0e02d86d663"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:49:30.447587"], ["updated_at", "2015-04-24 23:49:30.447587"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -194443382 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -194443382], ["username", "billy_40"], ["access_token", "97846a949852262954442844872c9cec"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:49:30.449560"], ["updated_at", "2015-04-24 23:49:30.449560"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1496913633 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1496913633], ["username", "billy_41"], ["access_token", "a61dfaad9341edfa3693b7789da66954"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:49:30.451574"], ["updated_at", "2015-04-24 23:49:30.451574"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1335027076 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1335027076], ["username", "billy_42"], ["access_token", "2203d17f00e9d19ca1cd00d68838fafe"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:49:30.453675"], ["updated_at", "2015-04-24 23:49:30.453675"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1917840604 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1917840604], ["username", "billy_43"], ["access_token", "c7c19c276528268e616349206b4606f1"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:49:30.455546"], ["updated_at", "2015-04-24 23:49:30.455546"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -282593341 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -282593341], ["username", "billy_44"], ["access_token", "8e1a461c279ac6182c3bfcec63cf2b19"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:49:30.457531"], ["updated_at", "2015-04-24 23:49:30.457531"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -167899228 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -167899228], ["username", "billy_45"], ["access_token", "3d56d3022d88844727a9fa83ac39cf7b"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:49:30.459419"], ["updated_at", "2015-04-24 23:49:30.459419"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -290371804 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -290371804], ["username", "billy_46"], ["access_token", "229dcce25a1e705d0a1df090f11da4d2"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:49:30.461207"], ["updated_at", "2015-04-24 23:49:30.461207"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1319738452 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1319738452], ["username", "billy_47"], ["access_token", "9b9ed4ef5ea9508c6fe99d704ba83d31"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:49:30.463132"], ["updated_at", "2015-04-24 23:49:30.463132"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1888382815 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1888382815], ["username", "billy_48"], ["access_token", "4426be65a35fab85dfd5516103373e43"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:49:30.465008"], ["updated_at", "2015-04-24 23:49:30.465008"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1256513960 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1256513960], ["username", "billy_49"], ["access_token", "6d7ef877a40a3966d586170ad16bd3b8"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:49:30.466853"], ["updated_at", "2015-04-24 23:49:30.466853"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 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", "8d8ab7f1a65c2b677355ff573a698fb4"], ["created_at", "2015-04-24 23:49:30.475671"], ["updated_at", "2015-04-24 23:49:30.475671"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 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", "4ca2bf931793a8d1bc3327224633cc0e"], ["created_at", "2015-04-24 23:49:30.479415"], ["updated_at", "2015-04-24 23:49:30.479415"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +Processing by OpenStax::Accounts::SessionsController#destroy as HTML +Redirected to http://test.host/ +Completed 302 Found in 7ms (ActiveRecord: 0.0ms) +  (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", "77253e67af27c9a1313d216f3681f521"], ["created_at", "2015-04-24 23:49:30.507142"], ["updated_at", "2015-04-24 23:49:30.507142"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Processing by OpenStax::Accounts::SessionsController#new as HTML +Redirected to http://test.host/accounts/dev/accounts +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.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" = 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-04-24 23:49:30.512251"], ["updated_at", "2015-04-24 23:49:30.512251"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:49:30 -0500 +Processing by OauthController#token as */* + Parameters: {"grant_type"=>"client_credentials"} +Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) +Started POST "/api/dummy?test=true" for 127.0.0.1 at 2015-04-24 18:49:30 -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.3ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -403209667 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -403209667], ["username", "f910cc559d0d449808c5501500d35283"], ["access_token", "d7efc4d5d8d329bf23d42c977363f484"], ["created_at", "2015-04-24 23:49:30.570103"], ["updated_at", "2015-04-24 23:49:30.570103"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1399154599 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1399154599], ["name", "MyGroup"], ["created_at", "2015-04-24 23:49:30.580776"], ["updated_at", "2015-04-24 23:49:30.580776"]] +  (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" = -2052604601 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2052604601], ["username", "e245ec741cfe9d5d70e33c004a82ba61"], ["access_token", "2f3e89fa0a46688370faa59eb722085b"], ["created_at", "2015-04-24 23:49:30.589657"], ["updated_at", "2015-04-24 23:49:30.589657"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-1399154599/owners/-2052604601" for 127.0.0.1 at 2015-04-24 18:49:30 -0500 +Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-1399154599", "user_id"=>"-2052604601"} +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" = -622368780 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -622368780], ["username", "be608f2a08e61b66d8fcb4cbb07cdde5"], ["access_token", "ffcce10925a6c51b5e76a2874fc25cde"], ["created_at", "2015-04-24 23:49:30.607180"], ["updated_at", "2015-04-24 23:49:30.607180"]] +  (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" = -2113888476 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2113888476], ["name", "MyGroup"], ["created_at", "2015-04-24 23:49:30.610266"], ["updated_at", "2015-04-24 23:49:30.610266"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1678175496 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1678175496], ["username", "8615e469da0d3658c8cbc95e04898b17"], ["access_token", "fd7bd1827b6a26eebd455a238d34c8e1"], ["created_at", "2015-04-24 23:49:30.612638"], ["updated_at", "2015-04-24 23:49:30.612638"]] +  (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" = -1678175496 AND "openstax_accounts_group_owners"."group_id" = -2113888476) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -2113888476], ["user_id", -1678175496], ["created_at", "2015-04-24 23:49:30.615212"], ["updated_at", "2015-04-24 23:49:30.615212"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-2113888476/owners/-1678175496" for 127.0.0.1 at 2015-04-24 18:49:30 -0500 +Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-2113888476", "user_id"=>"-1678175496"} +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-04-24 23:49:30.627100"], ["updated_at", "2015-04-24 23:49:30.627100"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:49:30 -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-04-24 18:49:30 -0500 +Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 +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-04-24 23:49:30.649141"], ["updated_at", "2015-04-24 23:49:30.649141"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:49:30 -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-04-24 18:49:30 -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-04-24 23:49:30.667240"], ["updated_at", "2015-04-24 23:49:30.667240"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:49:30 -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-04-24 18:49:30 -0500 +Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 +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-04-24 23:49:30.689903"], ["updated_at", "2015-04-24 23:49:30.689903"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:49:30 -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-04-24 18:49:30 -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-04-24 23:49:30.708663"], ["updated_at", "2015-04-24 23:49:30.708663"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:49:30 -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-04-24 18:49:30 -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.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" = -1452144494 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1452144494], ["username", "273da70a0ab6eccce3afab9627a8fb1b"], ["access_token", "440d605311310b82a8b5c7a5e66f0b37"], ["created_at", "2015-04-24 23:49:30.728285"], ["updated_at", "2015-04-24 23:49:30.728285"]] +  (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" = -1812073536 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1812073536], ["name", "MyGroup"], ["created_at", "2015-04-24 23:49:30.733976"], ["updated_at", "2015-04-24 23:49:30.733976"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -179975248 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -179975248], ["name", "MyGroup"], ["created_at", "2015-04-24 23:49:30.738098"], ["updated_at", "2015-04-24 23:49:30.738098"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-1812073536/nestings/-179975248" for 127.0.0.1 at 2015-04-24 18:49:30 -0500 +Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-1812073536", "member_group_id"=>"-179975248"} +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" = -20305414 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -20305414], ["username", "ee6104663d48c37725ffee663a9cb1fc"], ["access_token", "0b4789d21eb2be276ddb70b94336c7ea"], ["created_at", "2015-04-24 23:49:30.758888"], ["updated_at", "2015-04-24 23:49:30.758888"]] +  (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" = -1561792364 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1561792364], ["name", "MyGroup"], ["created_at", "2015-04-24 23:49:30.761869"], ["updated_at", "2015-04-24 23:49:30.761869"]] +  (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" = -1860596787 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1860596787], ["name", "MyGroup"], ["created_at", "2015-04-24 23:49:30.764639"], ["updated_at", "2015-04-24 23:49:30.764639"]] +  (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" = -1860596787 LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] + SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1860596787]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- +- -1860596787 +' 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", -1561792364]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -1561792364 +' 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" = -1860596787 + SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1561792364 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1561792364], ["member_group_id", -1860596787], ["created_at", "2015-04-24 23:49:30.767223"], ["updated_at", "2015-04-24 23:49:30.767223"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-1561792364/nestings/-1860596787" for 127.0.0.1 at 2015-04-24 18:49:30 -0500 +Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-1561792364", "member_group_id"=>"-1860596787"} +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" = -1386445250 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1386445250], ["username", "91059d99a4caf9826af87187558af7ca"], ["access_token", "c9ec1179c834a78d3641745f83c32f32"], ["created_at", "2015-04-24 23:49:30.793486"], ["updated_at", "2015-04-24 23:49:30.793486"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -658229452 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -658229452], ["name", "MyGroup"], ["created_at", "2015-04-24 23:49:30.796108"], ["updated_at", "2015-04-24 23:49:30.796108"]] +  (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" = -658229452 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PUT "/api/groups/-658229452" for 127.0.0.1 at 2015-04-24 18:49:30 -0500 +Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 + Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil, "id"=>"-658229452"} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1188938282 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1188938282], ["username", "102d4a6e757754603a9d5ccd75d8f722"], ["access_token", "19738d968b7aa4829f0baf698398641c"], ["created_at", "2015-04-24 23:49:30.813808"], ["updated_at", "2015-04-24 23:49:30.813808"]] +  (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" = -1328163525 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1328163525], ["name", "MyGroup"], ["created_at", "2015-04-24 23:49:30.816342"], ["updated_at", "2015-04-24 23:49:30.816342"]] +  (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" = -1328163525 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-1328163525" for 127.0.0.1 at 2015-04-24 18:49:30 -0500 +Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"id"=>"-1328163525"} +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" = -1153004162 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1153004162], ["username", "fef531c27b40ad3c36ae50eeb7cf8698"], ["access_token", "5dbfe7dc7cc49c93bf8cce0370f3fbfe"], ["created_at", "2015-04-24 23:49:30.830269"], ["updated_at", "2015-04-24 23:49:30.830269"]] +  (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" = -1836869988 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1836869988], ["name", "MyGroup"], ["created_at", "2015-04-24 23:49:30.832912"], ["updated_at", "2015-04-24 23:49:30.832912"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups" for 127.0.0.1 at 2015-04-24 18:49:30 -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" = -778764918 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -778764918], ["username", "7fd70d58ad2343421d2ae4f1614e8b0e"], ["access_token", "2a851dca6d0f21e64e1a140368be8d40"], ["created_at", "2015-04-24 23:49:30.845599"], ["updated_at", "2015-04-24 23:49:30.845599"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PUT "/api/user" for 127.0.0.1 at 2015-04-24 18:49:30 -0500 +Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 + Parameters: {"{\"username\":\"7fd70d58ad2343421d2ae4f1614e8b0e\",\"first_name\":null,\"last_name\":null,\"full_name\":null,\"title\":null}"=>nil} +Completed 200 OK in 0ms (Views: 0.2ms | 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" = -896025469 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -896025469], ["username", "318d039307e00722dd3844706a24655f"], ["access_token", "cee499b70e7f4cdf903ad219cee8d612"], ["created_at", "2015-04-24 23:49:30.860252"], ["updated_at", "2015-04-24 23:49:30.860252"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:49:30 -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-04-24 18:49:30 -0500 +Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"{\"email\":\"dummy@dum.my\"}"=>nil} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +  (0.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" = -2117818764 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2117818764], ["username", "4e22e5e74bd678ada10dd00a66fa14dd"], ["access_token", "9f40f2e0cb2898a45387b13fcdebd355"], ["created_at", "2015-04-24 23:49:30.880121"], ["updated_at", "2015-04-24 23:49:30.880121"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:49:30 -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-04-24 18:49:30 -0500 +Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 + Parameters: {"q"=>"something"} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +  (0.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" = -901639632 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -901639632], ["username", "76d5ae3f5f126836b4db7294ec20d3cc"], ["access_token", "f5f4863614c8a06041bbe3d20c943230"], ["created_at", "2015-04-24 23:49:30.896903"], ["updated_at", "2015-04-24 23:49:30.896903"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:49:30 -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-04-24 18:49:30 -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.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" = -1422449101 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1422449101], ["username", "a96f23bdce541734ec342c82dccf16b7"], ["access_token", "63cb841c25032105f095b5dcb9482ecb"], ["created_at", "2015-04-24 23:49:30.913923"], ["updated_at", "2015-04-24 23:49:30.913923"]] +  (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" = -525042572 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -525042572], ["name", "MyGroup"], ["created_at", "2015-04-24 23:49:30.918801"], ["updated_at", "2015-04-24 23:49:30.918801"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1768152133 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1768152133], ["username", "94a3f10b84fb4e9d7ffe4f829cbe609f"], ["access_token", "5fbf8d58c6f88bd447ce3db1cc24d791"], ["created_at", "2015-04-24 23:49:30.922565"], ["updated_at", "2015-04-24 23:49:30.922565"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-525042572/members/-1768152133" for 127.0.0.1 at 2015-04-24 18:49:30 -0500 +Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-525042572", "user_id"=>"-1768152133"} +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" = -364831530 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -364831530], ["username", "e9a1b426fbd2446d2bfc46d41b8f0f13"], ["access_token", "eb8551a0fcd1e6e5d4eba765f9a12dd9"], ["created_at", "2015-04-24 23:49:30.938955"], ["updated_at", "2015-04-24 23:49:30.938955"]] +  (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" = -253077080 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -253077080], ["name", "MyGroup"], ["created_at", "2015-04-24 23:49:30.941891"], ["updated_at", "2015-04-24 23:49:30.941891"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -35353535 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -35353535], ["username", "6cce9bdf5867b2226337f38e9c9f7882"], ["access_token", "3ec25654d2cfcc003ffcd17560e00bc1"], ["created_at", "2015-04-24 23:49:30.944514"], ["updated_at", "2015-04-24 23:49:30.944514"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = -35353535 AND "openstax_accounts_group_members"."group_id" = -253077080) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -253077080], ["user_id", -35353535], ["created_at", "2015-04-24 23:49:30.947150"], ["updated_at", "2015-04-24 23:49:30.947150"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-253077080/members/-35353535" for 127.0.0.1 at 2015-04-24 18:49:30 -0500 +Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-253077080", "user_id"=>"-35353535"} +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" = 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", "a2cdc06281717964ad81b389c0ec9e53"], ["created_at", "2015-04-24 23:49:30.959772"], ["updated_at", "2015-04-24 23:49:30.959772"]] +  (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 2ms (ActiveRecord: 0.2ms) +  (0.3ms) rollback transaction +  (0.0ms) begin transaction + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2015-04-24 23:49:30.973671"], ["updated_at", "2015-04-24 23:49:30.973671"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 +  (0.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" = 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", "8ca2265ee904adeeeb8138ef765f24d1"], ["created_at", "2015-04-24 23:49:30.978185"], ["updated_at", "2015-04-24 23:49:30.978185"]] +  (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-04-24 23:49:30.982003"], ["updated_at", "2015-04-24 23:49:30.982003"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", "another_user"], ["access_token", "d145c2d34fcf4fb9ded3defc6004f742"], ["created_at", "2015-04-24 23:49:30.984634"], ["updated_at", "2015-04-24 23:49:30.984634"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2015-04-24 23:49:30.986469"], ["updated_at", "2015-04-24 23:49:30.986469"]] +  (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" = -923847181 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -923847181], ["name", "MyGroup"], ["created_at", "2015-04-24 23:49:30.988642"], ["updated_at", "2015-04-24 23:49:30.988642"]] +  (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" = -2003712086 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2003712086], ["name", "MyGroup"], ["created_at", "2015-04-24 23:49:30.990442"], ["updated_at", "2015-04-24 23:49:30.990442"]] +  (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" = -2003712086 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", -2003712086]] + SQL (0.2ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- +- -2003712086 +' 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"."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", -923847181]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -923847181 +' 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" = -2003712086 + SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -923847181 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -923847181], ["member_group_id", -2003712086], ["created_at", "2015-04-24 23:49:30.992136"], ["updated_at", "2015-04-24 23:49:30.992136"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -2003712086) 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" = -2003712086) LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -2003712086], ["user_id", 1], ["created_at", "2015-04-24 23:49:31.014570"], ["updated_at", "2015-04-24 23:49:31.014570"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -2003712086) LIMIT 1 +  (0.1ms) 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", -2003712086]] + SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -2003712086]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -2003712086 +- -923847181 +' 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 (-2003712086, -923847181) + Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) +  (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-04-24 23:49:31.051716"], ["updated_at", "2015-04-24 23:49:31.051716"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] + OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2003712086, -923847181) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "User"], ["created_at", "2015-04-24 23:49:31.058461"], ["updated_at", "2015-04-24 23:49:31.058461"]] +  (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 (-2003712086, -923847181) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2015-04-24 23:49:31.065221"], ["updated_at", "2015-04-24 23:49:31.065221"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2003712086, -923847181) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2003712086, -923847181) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2015-04-24 23:49:31.075327"], ["updated_at", "2015-04-24 23:49:31.075327"]] +  (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 (-2003712086, -923847181) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2003712086, -923847181) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-2003712086, -923847181) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "2a28ecc0c463f5280e94bc7c4725f311"], ["created_at", "2015-04-24 23:49:31.087387"], ["updated_at", "2015-04-24 23:49:31.087387"]] +  (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-04-24 23:49:31.088957"], ["updated_at", "2015-04-24 23:49:31.088957"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] + OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +  (0.9ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "fe3e08a02d135582390d2c13f5e98ef4"], ["created_at", "2015-04-24 23:49:31.461992"], ["updated_at", "2015-04-24 23:49:31.461992"]] +  (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-04-24 23:49:31.463583"], ["updated_at", "2015-04-24 23:49:31.463583"]] +  (0.1ms) 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]] +  (0.9ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "56c1c37cd55d9d48f70d2bd4144dedf0"], ["created_at", "2015-04-24 23:49:31.839901"], ["updated_at", "2015-04-24 23:49:31.839901"]] +  (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-04-24 23:49:31.841521"], ["updated_at", "2015-04-24 23:49:31.841521"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +  (0.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" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "cfb533e904932da9fbedf772e7f97426"], ["created_at", "2015-04-24 23:49:32.232248"], ["updated_at", "2015-04-24 23:49:32.232248"]] +  (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-04-24 23:49:32.233818"], ["updated_at", "2015-04-24 23:49:32.233818"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +  (0.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" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "348a5e2d2cb3a44af65f9fe9de99cc8e"], ["created_at", "2015-04-24 23:49:32.608309"], ["updated_at", "2015-04-24 23:49:32.608309"]] +  (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-04-24 23:49:32.609867"], ["updated_at", "2015-04-24 23:49:32.609867"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" IS NULL LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "9eeb3b4e4065318454c379bf761f7573"], ["access_token", "68fadb4ddbdc6685ebec91ce6cd7658a"], ["openstax_uid", 1], ["created_at", "2015-04-24 23:49:32.998058"], ["updated_at", "2015-04-24 23:49:32.998058"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2015-04-24 23:49:33.010912"], ["updated_at", "2015-04-24 23:49:33.010912"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2015-04-24 23:49:33.013015"], ["updated_at", "2015-04-24 23:49:33.013015"]] +  (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-04-24 23:49:33.015117"], ["updated_at", "2015-04-24 23:49:33.015117"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2015-04-24 23:49:33.017251"], ["updated_at", "2015-04-24 23:49:33.017251"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2015-04-24 23:49:33.019021"], ["updated_at", "2015-04-24 23:49:33.019021"]] +  (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.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2015-04-24 23:49:33.021019"], ["updated_at", "2015-04-24 23:49:33.021019"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 + 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-04-24 23:49:33.022964"], ["updated_at", "2015-04-24 23:49:33.022964"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_groups" + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 2], ["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 4], ["id", 1]] +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:49:33 -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-04-24 18:49:33 -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-04-24 23:49:33.073014"], ["updated_at", "2015-04-24 23:49:33.073014"]] +  (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-04-24 23:49:33.074941"], ["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.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 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2015-04-24 23:49:33.079083"], ["updated_at", "2015-04-24 23:49:33.079083"]] + OpenStax::Accounts::GroupOwner Exists (0.0ms) 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-04-24 23:49:33.080439"], ["updated_at", "2015-04-24 23:49:33.080439"]] + 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-04-24 23:49:33.081796"], ["updated_at", "2015-04-24 23:49:33.081796"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:49:33 -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-04-24 18:49:33 -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.2ms | 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-04-24 18:49:33 -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-04-24 18:49:33 -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-04-24 23:49:33.137476"], ["updated_at", "2015-04-24 23:49:33.137476"]] +  (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-04-24 23:49:33.142539"], ["updated_at", "2015-04-24 23:49:33.142539"]] +  (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-04-24 23:49:33.145522"], ["updated_at", "2015-04-24 23:49:33.145522"]] +  (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-04-24 18:49:33 -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-04-24 18:49:33 -0500 +Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 + Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]] +  (0.5ms) rollback transaction +  (0.0ms) 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-04-24 23:49:33.180661"], ["updated_at", "2015-04-24 23:49:33.180661"]] +  (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-04-24 18:49:33 -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-04-24 18:49:33 -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.0ms) 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 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 + SQL (0.3ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2015-04-24 23:49:33.205469"], ["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.1ms) 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-04-24 23:49:33.207976"], ["updated_at", "2015-04-24 23:49:33.207976"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:49:33 -0500 +Processing by OauthController#token as */* + Parameters: {"grant_type"=>"client_credentials"} +Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) +Started PUT "/api/application_users/updated" for 127.0.0.1 at 2015-04-24 18:49:33 -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-04-24 18:49:33 -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-04-24 18:49:33 -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.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 2 AND "openstax_accounts_accounts"."id" != 1) LIMIT 1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 4]] +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:49:33 -0500 +Processing by OauthController#token as */* + Parameters: {"grant_type"=>"client_credentials"} +Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) +Started PUT "/api/application_users/updated" for 127.0.0.1 at 2015-04-24 18:49:33 -0500 +Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 + Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", -113952725]] + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "707e1a"]] + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -113952725 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -113952725], ["username", "707e1a"], ["created_at", "2015-04-24 23:49:33.269210"], ["updated_at", "2015-04-24 23:49:33.269210"]] +  (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", -1217765590]] + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "alice"]] + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1217765590 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1217765590], ["username", "alice"], ["created_at", "2015-04-24 23:49:33.273063"], ["updated_at", "2015-04-24 23:49:33.273063"]] +  (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", -781733039]] + 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" = -781733039 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -781733039], ["username", "alice2"], ["created_at", "2015-04-24 23:49:33.276910"], ["updated_at", "2015-04-24 23:49:33.276910"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2002908321 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", -2002908321], ["username", "jstrav"], ["access_token", "35739faae5dcdf536bbe6c05213b20a7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:33.285762"], ["updated_at", "2015-04-24 23:49:33.285762"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1624366922 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", -1624366922], ["username", "mary"], ["access_token", "bd0341d592a000ac67d796d16f4f8497"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:33.288217"], ["updated_at", "2015-04-24 23:49:33.288217"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -19077099 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -19077099], ["username", "jstead"], ["access_token", "3e9e7d52e04d09735734951b0a98aee0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:33.290644"], ["updated_at", "2015-04-24 23:49:33.290644"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1724011217 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1724011217], ["username", "bigbear"], ["access_token", "ff1f7338c8e8f990f9deb50a8fd637f1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:33.292743"], ["updated_at", "2015-04-24 23:49:33.292743"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -797126080 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -797126080], ["username", "billy_00"], ["access_token", "31f9a1c04ce3d6289e3fc4cc891a9e36"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:49:33.294839"], ["updated_at", "2015-04-24 23:49:33.294839"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1165546602 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1165546602], ["username", "billy_01"], ["access_token", "fc9333733a6e9c9633fd3b264c8bdf46"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:49:33.296951"], ["updated_at", "2015-04-24 23:49:33.296951"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1568378656 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1568378656], ["username", "billy_02"], ["access_token", "1e42a66ab87b30bf46233c7508bd531c"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:49:33.298987"], ["updated_at", "2015-04-24 23:49:33.298987"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -418873017 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -418873017], ["username", "billy_03"], ["access_token", "588ed4b843fd2bec7cc60b60a0d0c483"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:49:33.300868"], ["updated_at", "2015-04-24 23:49:33.300868"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1571765824 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1571765824], ["username", "billy_04"], ["access_token", "619cbecb07327844db723f818b67a21e"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:49:33.302910"], ["updated_at", "2015-04-24 23:49:33.302910"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -654698703 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -654698703], ["username", "billy_05"], ["access_token", "757eed7a055d853f904a402bc8d10204"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:49:33.304671"], ["updated_at", "2015-04-24 23:49:33.304671"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -837212029 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -837212029], ["username", "billy_06"], ["access_token", "42131b007c2d32ca54bea7d59d2eda44"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:49:33.307214"], ["updated_at", "2015-04-24 23:49:33.307214"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1008420737 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1008420737], ["username", "billy_07"], ["access_token", "f0ddc9519263021e82fbc79c9bfa6d4d"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:49:33.309205"], ["updated_at", "2015-04-24 23:49:33.309205"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -411252365 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -411252365], ["username", "billy_08"], ["access_token", "de9c2b28cfc60f5623cf6ba11260345b"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:49:33.310952"], ["updated_at", "2015-04-24 23:49:33.310952"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1372504760 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1372504760], ["username", "billy_09"], ["access_token", "26b231bf47cce8498fb6d7639d4b1aba"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:49:33.312909"], ["updated_at", "2015-04-24 23:49:33.312909"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1278429697 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1278429697], ["username", "billy_10"], ["access_token", "d8162f7e72fa4ab840f43a5e54b29262"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:49:33.314658"], ["updated_at", "2015-04-24 23:49:33.314658"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -249322397 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -249322397], ["username", "billy_11"], ["access_token", "3fbb681a94c9515eab627d56edb0468a"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:49:33.316537"], ["updated_at", "2015-04-24 23:49:33.316537"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -319373489 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -319373489], ["username", "billy_12"], ["access_token", "88cce09ef9936b420b05a6f6fe6bd1d2"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:49:33.318264"], ["updated_at", "2015-04-24 23:49:33.318264"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1498126490 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1498126490], ["username", "billy_13"], ["access_token", "322d80f0abaf9c6fa6dfab7a4c7b3aa4"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:49:33.320003"], ["updated_at", "2015-04-24 23:49:33.320003"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1149838524 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1149838524], ["username", "billy_14"], ["access_token", "1b0ef7fb2602fd94f53899af3ab9296c"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:49:33.321838"], ["updated_at", "2015-04-24 23:49:33.321838"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -963503461 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -963503461], ["username", "billy_15"], ["access_token", "227329bda1279c11e5bfe88f6bed15fc"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:49:33.323605"], ["updated_at", "2015-04-24 23:49:33.323605"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -740201688 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -740201688], ["username", "billy_16"], ["access_token", "80a8b6462433799580d5ba15bbac8e83"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:49:33.325491"], ["updated_at", "2015-04-24 23:49:33.325491"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1142873870 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1142873870], ["username", "billy_17"], ["access_token", "5502852593f776ee077e535f0536ef5d"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:49:33.327229"], ["updated_at", "2015-04-24 23:49:33.327229"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -543827730 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -543827730], ["username", "billy_18"], ["access_token", "337e994e4ae091dc802b336ace030714"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:49:33.329115"], ["updated_at", "2015-04-24 23:49:33.329115"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1328327528 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1328327528], ["username", "billy_19"], ["access_token", "02f705a9729c59a2ee2c9a64c6ac06dd"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:49:33.330848"], ["updated_at", "2015-04-24 23:49:33.330848"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -878644749 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -878644749], ["username", "billy_20"], ["access_token", "40bf326399fece648ce1fd1f9249287e"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:49:33.332622"], ["updated_at", "2015-04-24 23:49:33.332622"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1817486493 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1817486493], ["username", "billy_21"], ["access_token", "92cab3253e620376dd2f1fd1f7986d6c"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:49:33.334447"], ["updated_at", "2015-04-24 23:49:33.334447"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -953769535 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -953769535], ["username", "billy_22"], ["access_token", "d28c7e1d61e13c14e251bf774b117dc9"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:49:33.336210"], ["updated_at", "2015-04-24 23:49:33.336210"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -72206777 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -72206777], ["username", "billy_23"], ["access_token", "520ff2b1642b60523242dbf2c4f82514"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:49:33.338144"], ["updated_at", "2015-04-24 23:49:33.338144"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1049158266 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1049158266], ["username", "billy_24"], ["access_token", "f4d33bc72d1d4be7265d5399dd1f6ed9"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:49:33.339896"], ["updated_at", "2015-04-24 23:49:33.339896"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1221570050 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1221570050], ["username", "billy_25"], ["access_token", "e99b83ae918ac079b29fe635d99ac470"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:49:33.341760"], ["updated_at", "2015-04-24 23:49:33.341760"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1116280931 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1116280931], ["username", "billy_26"], ["access_token", "00a3f0d8b49b006db71b44dc9ca9c58a"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:49:33.343497"], ["updated_at", "2015-04-24 23:49:33.343497"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1631202141 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1631202141], ["username", "billy_27"], ["access_token", "86c696eb65da06d7e4243fb6b347cc68"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:49:33.345353"], ["updated_at", "2015-04-24 23:49:33.345353"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -383011011 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -383011011], ["username", "billy_28"], ["access_token", "1f1fe9af6313f1a48efb7451ca31a35f"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:49:33.347157"], ["updated_at", "2015-04-24 23:49:33.347157"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2131731496 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2131731496], ["username", "billy_29"], ["access_token", "ef17c5113250b6d113ac8ba12a5ea70b"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:49:33.348904"], ["updated_at", "2015-04-24 23:49:33.348904"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -286130889 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -286130889], ["username", "billy_30"], ["access_token", "f758892bec8ac5b41113bf16a8936e4d"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:49:33.350673"], ["updated_at", "2015-04-24 23:49:33.350673"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1262931119 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1262931119], ["username", "billy_31"], ["access_token", "d3597b363f70c09599447d747df94eda"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:49:33.352401"], ["updated_at", "2015-04-24 23:49:33.352401"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -940535481 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -940535481], ["username", "billy_32"], ["access_token", "030e72fc20b2a2d4cf3174b32bae29a4"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:49:33.354243"], ["updated_at", "2015-04-24 23:49:33.354243"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -908182602 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -908182602], ["username", "billy_33"], ["access_token", "bc50123691ce47bd5a4aa1191608a657"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:49:33.356040"], ["updated_at", "2015-04-24 23:49:33.356040"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -585243250 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -585243250], ["username", "billy_34"], ["access_token", "0c73b844971c377bdb6120ded02a7f9c"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:49:33.368338"], ["updated_at", "2015-04-24 23:49:33.368338"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -318360683 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -318360683], ["username", "billy_35"], ["access_token", "c9aa495c0c43d0c3618c7d7ffba82070"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:49:33.370288"], ["updated_at", "2015-04-24 23:49:33.370288"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -765345140 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -765345140], ["username", "billy_36"], ["access_token", "a5787aaa9b797d8603a42d2cb8f9fd3f"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:49:33.372198"], ["updated_at", "2015-04-24 23:49:33.372198"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1820210976 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1820210976], ["username", "billy_37"], ["access_token", "8fa2107815d00ec31128ce6f962ed527"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:49:33.374289"], ["updated_at", "2015-04-24 23:49:33.374289"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -436519110 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -436519110], ["username", "billy_38"], ["access_token", "78edcab0b049de2f57283eb34a348f04"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:49:33.376447"], ["updated_at", "2015-04-24 23:49:33.376447"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -590487764 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -590487764], ["username", "billy_39"], ["access_token", "a54361b286f45963f41b4b45e94dae56"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:49:33.378631"], ["updated_at", "2015-04-24 23:49:33.378631"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -340245160 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -340245160], ["username", "billy_40"], ["access_token", "dada1b37a808c773a0a768ecc2249316"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:49:33.380620"], ["updated_at", "2015-04-24 23:49:33.380620"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1276970103 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1276970103], ["username", "billy_41"], ["access_token", "e0e335288390a59b1ce6b4133390bb9c"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:49:33.382542"], ["updated_at", "2015-04-24 23:49:33.382542"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1202261711 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1202261711], ["username", "billy_42"], ["access_token", "f7acb935958574849bce7c7e09d30609"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:49:33.384415"], ["updated_at", "2015-04-24 23:49:33.384415"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1626070796 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1626070796], ["username", "billy_43"], ["access_token", "4c90e46e452fc2f114145bcdfa6d722c"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:49:33.386429"], ["updated_at", "2015-04-24 23:49:33.386429"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -748431348 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -748431348], ["username", "billy_44"], ["access_token", "3843a64a9fb7f28af9c6204433c383d5"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:49:33.388592"], ["updated_at", "2015-04-24 23:49:33.388592"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1892051307 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1892051307], ["username", "billy_45"], ["access_token", "20a3fcab2bbd4661c714d407e81ffe98"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:49:33.390824"], ["updated_at", "2015-04-24 23:49:33.390824"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1282299015 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1282299015], ["username", "billy_46"], ["access_token", "c9bb233225086c1f71c4613681c0235f"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:49:33.392726"], ["updated_at", "2015-04-24 23:49:33.392726"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1155370509 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1155370509], ["username", "billy_47"], ["access_token", "f370bba686334b1a794cc12db1ddae20"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:49:33.394608"], ["updated_at", "2015-04-24 23:49:33.394608"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1970091114 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1970091114], ["username", "billy_48"], ["access_token", "6d3bdfb93a3b9bcd593e5abd22281750"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:49:33.396486"], ["updated_at", "2015-04-24 23:49:33.396486"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2068540697 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2068540697], ["username", "billy_49"], ["access_token", "7b66fb348fe7b25b0d8262f7718fd0ad"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:49:33.398292"], ["updated_at", "2015-04-24 23:49:33.398292"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.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" = -2025987563 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", -2025987563], ["username", "jstrav"], ["access_token", "9990d0c8e8d7d58a87ad82c7912eb584"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:49:33.406525"], ["updated_at", "2015-04-24 23:49:33.406525"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1666240670 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", -1666240670], ["username", "mary"], ["access_token", "a3d76caff7c41bbe1b25dbeada48818a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:49:33.408892"], ["updated_at", "2015-04-24 23:49:33.408892"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -594239747 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -594239747], ["username", "jstead"], ["access_token", "533b027c2f71f8b8a85ecf0f399dea1a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:49:33.410965"], ["updated_at", "2015-04-24 23:49:33.410965"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1712155303 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1712155303], ["username", "bigbear"], ["access_token", "f91303913c3b84ca349c4b230373f01e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:49:33.413057"], ["updated_at", "2015-04-24 23:49:33.413057"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -238724613 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -238724613], ["username", "billy_00"], ["access_token", "2b98680ee9e17bbeb6ee2b536ede1fb4"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:49:33.414975"], ["updated_at", "2015-04-24 23:49:33.414975"]] +  (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" = -1357269540 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1357269540], ["username", "billy_01"], ["access_token", "de1cdcc9babb628c4ddc9e11898cfc17"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:49:33.416829"], ["updated_at", "2015-04-24 23:49:33.416829"]] +  (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" = -1049510380 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1049510380], ["username", "billy_02"], ["access_token", "05cef25429ec9fe2f8e3019610f39140"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:49:33.418853"], ["updated_at", "2015-04-24 23:49:33.418853"]] +  (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" = -1446854287 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1446854287], ["username", "billy_03"], ["access_token", "d02176fe709a2a17c460f2d6fd744c14"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:49:33.420837"], ["updated_at", "2015-04-24 23:49:33.420837"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -754993343 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -754993343], ["username", "billy_04"], ["access_token", "70e1a6210b561f02de1a30244c181e29"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:49:33.422744"], ["updated_at", "2015-04-24 23:49:33.422744"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1595085185 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1595085185], ["username", "billy_05"], ["access_token", "8a6c797f52ac4510838fe2ab7906a183"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:49:33.424645"], ["updated_at", "2015-04-24 23:49:33.424645"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -902618930 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -902618930], ["username", "billy_06"], ["access_token", "e062e9285eb2baf375eb9c5ea6695a46"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:49:33.426629"], ["updated_at", "2015-04-24 23:49:33.426629"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1958459858 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1958459858], ["username", "billy_07"], ["access_token", "9b3536ce700b00c82ad304eba320c2b9"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:49:33.428521"], ["updated_at", "2015-04-24 23:49:33.428521"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -529705959 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -529705959], ["username", "billy_08"], ["access_token", "6e4bc2d146c393729eaa1f872d61db37"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:49:33.430433"], ["updated_at", "2015-04-24 23:49:33.430433"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -226423523 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -226423523], ["username", "billy_09"], ["access_token", "662f801def1f04a4c7384981bf113609"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:49:33.432278"], ["updated_at", "2015-04-24 23:49:33.432278"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1247382103 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1247382103], ["username", "billy_10"], ["access_token", "524e998c7ae8180e09095fef55d1271d"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:49:33.434262"], ["updated_at", "2015-04-24 23:49:33.434262"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -834562746 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -834562746], ["username", "billy_11"], ["access_token", "cf82ec24b5739ea0e3cd1a37cd777c5c"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:49:33.436180"], ["updated_at", "2015-04-24 23:49:33.436180"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2073548905 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2073548905], ["username", "billy_12"], ["access_token", "ae88b342bb4c9366f393de942739be52"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:49:33.438159"], ["updated_at", "2015-04-24 23:49:33.438159"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -277687468 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -277687468], ["username", "billy_13"], ["access_token", "f745cca3246c7e87eb1435dec874dae9"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:49:33.440005"], ["updated_at", "2015-04-24 23:49:33.440005"]] +  (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" = -1773507745 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1773507745], ["username", "billy_14"], ["access_token", "e512630917cd7d86070bc7aff695dfdc"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:49:33.442022"], ["updated_at", "2015-04-24 23:49:33.442022"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1540893932 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1540893932], ["username", "billy_15"], ["access_token", "5f904d695bbb514ca94ef45b55b8a49b"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:49:33.443977"], ["updated_at", "2015-04-24 23:49:33.443977"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1845259018 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1845259018], ["username", "billy_16"], ["access_token", "61fd32e3e20066ef5afc449fef47a4e0"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:49:33.445916"], ["updated_at", "2015-04-24 23:49:33.445916"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -626698493 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -626698493], ["username", "billy_17"], ["access_token", "33bcd53df1e863c20a3d02733b438432"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:49:33.447805"], ["updated_at", "2015-04-24 23:49:33.447805"]] +  (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" = -1452272194 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1452272194], ["username", "billy_18"], ["access_token", "04b8b8238e4bcd1e0e7af689854eb4ec"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:49:33.449767"], ["updated_at", "2015-04-24 23:49:33.449767"]] +  (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" = -603651657 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -603651657], ["username", "billy_19"], ["access_token", "de7e8c70e4bfc9c8d381d0a902cebbe1"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:49:33.452319"], ["updated_at", "2015-04-24 23:49:33.452319"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -36532332 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -36532332], ["username", "billy_20"], ["access_token", "fb482f27987f23f7e1c5b4232910aaf9"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:49:33.454450"], ["updated_at", "2015-04-24 23:49:33.454450"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1065179633 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1065179633], ["username", "billy_21"], ["access_token", "1cd4bd54227983c3a86f4941f38b0226"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:49:33.456526"], ["updated_at", "2015-04-24 23:49:33.456526"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -304228792 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -304228792], ["username", "billy_22"], ["access_token", "d8ba275e4c0bd592766b798316029ed4"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:49:33.458454"], ["updated_at", "2015-04-24 23:49:33.458454"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1647562037 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1647562037], ["username", "billy_23"], ["access_token", "c2b1d98b1e6c55983333da113f31ed58"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:49:33.460486"], ["updated_at", "2015-04-24 23:49:33.460486"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -598187187 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -598187187], ["username", "billy_24"], ["access_token", "93a7a8c1c58bf602dfbb87bb2cec4c26"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:49:33.462342"], ["updated_at", "2015-04-24 23:49:33.462342"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1988845788 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1988845788], ["username", "billy_25"], ["access_token", "f02957ee43618d8bbef55525049ba08c"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:49:33.464322"], ["updated_at", "2015-04-24 23:49:33.464322"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -304836723 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -304836723], ["username", "billy_26"], ["access_token", "6bb2c967b2dbf3ca56602c80db6a3be5"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:49:33.466228"], ["updated_at", "2015-04-24 23:49:33.466228"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -482379753 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -482379753], ["username", "billy_27"], ["access_token", "68cea32f8bec695694f238e31adab51c"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:49:33.468088"], ["updated_at", "2015-04-24 23:49:33.468088"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2031861335 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2031861335], ["username", "billy_28"], ["access_token", "f239e79e26b130fc70e5b64e952c1fd3"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:49:33.469972"], ["updated_at", "2015-04-24 23:49:33.469972"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -99654411 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -99654411], ["username", "billy_29"], ["access_token", "2c49ce0950a316d2bc4b8b0a6a4fb5ca"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:49:33.471797"], ["updated_at", "2015-04-24 23:49:33.471797"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -281064509 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -281064509], ["username", "billy_30"], ["access_token", "0cab2846350170eb3f908571700d2679"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:49:33.473897"], ["updated_at", "2015-04-24 23:49:33.473897"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -437238700 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -437238700], ["username", "billy_31"], ["access_token", "caa5243e65aa0b23f999a20561fad4c4"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:49:33.475740"], ["updated_at", "2015-04-24 23:49:33.475740"]] +  (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" = -226140996 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -226140996], ["username", "billy_32"], ["access_token", "18fc59752356e4f41725dc4146fed6be"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:49:33.477720"], ["updated_at", "2015-04-24 23:49:33.477720"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1574334188 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1574334188], ["username", "billy_33"], ["access_token", "27a6e6993c0779cd42a97b119ca79e78"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:49:33.479554"], ["updated_at", "2015-04-24 23:49:33.479554"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -887640854 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -887640854], ["username", "billy_34"], ["access_token", "dba42a090346db30e8a7d2d81b8ef13f"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:49:33.481486"], ["updated_at", "2015-04-24 23:49:33.481486"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -539327967 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -539327967], ["username", "billy_35"], ["access_token", "315f015c648e229826240e482d9731e3"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:49:33.483483"], ["updated_at", "2015-04-24 23:49:33.483483"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -507425282 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -507425282], ["username", "billy_36"], ["access_token", "c58af413c34120169154beeeb2cfc5df"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:49:33.485381"], ["updated_at", "2015-04-24 23:49:33.485381"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -945152486 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -945152486], ["username", "billy_37"], ["access_token", "5bccaf39a7203ba1a66448ce0477ed98"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:49:33.487339"], ["updated_at", "2015-04-24 23:49:33.487339"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -540861808 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -540861808], ["username", "billy_38"], ["access_token", "1b4e8f61e706bd59a8f98983c49fc7f8"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:49:33.489363"], ["updated_at", "2015-04-24 23:49:33.489363"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736152020 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1736152020], ["username", "billy_39"], ["access_token", "475c704d3f70c0d109e0bbe173ff0481"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:49:33.491420"], ["updated_at", "2015-04-24 23:49:33.491420"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1514896505 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1514896505], ["username", "billy_40"], ["access_token", "cc7b88f8b3deaca2c36d2f1df41d1ee1"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:49:33.493350"], ["updated_at", "2015-04-24 23:49:33.493350"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -751967179 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -751967179], ["username", "billy_41"], ["access_token", "0ebe17eef0115f1ac5388af72dae0066"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:49:33.495401"], ["updated_at", "2015-04-24 23:49:33.495401"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -634455032 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -634455032], ["username", "billy_42"], ["access_token", "4e1940352611ee0dac0b07ddd8b9cc2d"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:49:33.497273"], ["updated_at", "2015-04-24 23:49:33.497273"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -883921658 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -883921658], ["username", "billy_43"], ["access_token", "95f3a20d0991f42eb59ece07bfa09ab5"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:49:33.499228"], ["updated_at", "2015-04-24 23:49:33.499228"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -116588778 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -116588778], ["username", "billy_44"], ["access_token", "99eee6c9483d1bdbc42789f7d8305df5"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:49:33.501168"], ["updated_at", "2015-04-24 23:49:33.501168"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -580475440 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -580475440], ["username", "billy_45"], ["access_token", "33b13990d342f595eade6057b19eaf4d"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:49:33.503050"], ["updated_at", "2015-04-24 23:49:33.503050"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -649990625 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -649990625], ["username", "billy_46"], ["access_token", "9bd92663c763198ddc9d2c3c4a017533"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:49:33.505137"], ["updated_at", "2015-04-24 23:49:33.505137"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1381350515 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1381350515], ["username", "billy_47"], ["access_token", "bf938fe6cd5d6ea457683cd90678a0cd"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:49:33.507086"], ["updated_at", "2015-04-24 23:49:33.507086"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -265636300 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -265636300], ["username", "billy_48"], ["access_token", "8e2d35e615f862620ce1be5a40220dfb"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:49:33.509122"], ["updated_at", "2015-04-24 23:49:33.509122"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -112247387 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -112247387], ["username", "billy_49"], ["access_token", "5a14d16144e168562701fe372c371c52"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:49:33.511086"], ["updated_at", "2015-04-24 23:49:33.511086"]] +  (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 +  (0.9ms) rollback transaction +  (1.3ms) 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.6ms) 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.7ms) 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.7ms) 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.6ms) 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' + +  (1.0ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username") +  (0.7ms) 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.6ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id") +  (0.6ms) 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.6ms) 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.6ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id") +  (0.6ms) 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.6ms) 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.6ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id") +  (0.7ms) 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.6ms) 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.6ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid") +  (0.6ms) 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.6ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type") +  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime) +  (0.7ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id") +  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) +  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('6') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('5') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('2') +  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('3') +  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('4') +  (0.3ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 + SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "d25df901689e0b788134229b402b89e0"], ["created_at", "2015-04-24 23:50:27.506487"], ["updated_at", "2015-04-24 23:50:27.506487"]] +  (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 16ms (ActiveRecord: 0.4ms) +  (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" = -70417720 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", -70417720], ["username", "jstrav"], ["access_token", "bfbe26d9a822c1653c859fefbac01d19"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:27.530339"], ["updated_at", "2015-04-24 23:50:27.530339"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -955831501 LIMIT 1 + SQL (0.7ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -955831501], ["username", "mary"], ["access_token", "0920b10844971691cacd890dd7616e84"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:27.532409"], ["updated_at", "2015-04-24 23:50:27.532409"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -394908770 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -394908770], ["username", "jstead"], ["access_token", "6177c0842db243e64ce62ac66f447d8b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:27.535040"], ["updated_at", "2015-04-24 23:50:27.535040"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1844443808 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1844443808], ["username", "bigbear"], ["access_token", "3274d881d6b726afc6a451538987e3fe"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:27.537266"], ["updated_at", "2015-04-24 23:50:27.537266"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1875806700 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1875806700], ["username", "billy_00"], ["access_token", "700b41e662b25332c3112894e0928c45"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:50:27.539306"], ["updated_at", "2015-04-24 23:50:27.539306"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2100429534 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2100429534], ["username", "billy_01"], ["access_token", "b4f1323fccfe86cd04419227a2876ffa"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:50:27.541181"], ["updated_at", "2015-04-24 23:50:27.541181"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1823469716 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1823469716], ["username", "billy_02"], ["access_token", "67c664d81f594c0e446706c08feb5976"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:50:27.543072"], ["updated_at", "2015-04-24 23:50:27.543072"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1647129431 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1647129431], ["username", "billy_03"], ["access_token", "bf2786258eff0b002df03a4ebf58ebca"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:50:27.544956"], ["updated_at", "2015-04-24 23:50:27.544956"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2001592827 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2001592827], ["username", "billy_04"], ["access_token", "fb8e8e1343d32dbaef053fcb8c6f051c"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:50:27.547003"], ["updated_at", "2015-04-24 23:50:27.547003"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -945429113 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -945429113], ["username", "billy_05"], ["access_token", "72b8f56525a3c07263614ebf4cca5c5a"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:50:27.548835"], ["updated_at", "2015-04-24 23:50:27.548835"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1608914458 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1608914458], ["username", "billy_06"], ["access_token", "412ceb304b9586aecabb97ccd50df86b"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:50:27.550858"], ["updated_at", "2015-04-24 23:50:27.550858"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1185116375 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1185116375], ["username", "billy_07"], ["access_token", "0a78b3f9a72ffab741e4bc890dfd0739"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:50:27.552687"], ["updated_at", "2015-04-24 23:50:27.552687"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -734359008 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -734359008], ["username", "billy_08"], ["access_token", "76c41ac8a6bb05a7fc582458c4f55883"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:50:27.554687"], ["updated_at", "2015-04-24 23:50:27.554687"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1138646968 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1138646968], ["username", "billy_09"], ["access_token", "d7c9a6254845969877812e84a2a91308"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:50:27.556654"], ["updated_at", "2015-04-24 23:50:27.556654"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1572989580 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1572989580], ["username", "billy_10"], ["access_token", "1c89b95e1b3b8d4d92bc83ada4bef6c1"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:50:27.558697"], ["updated_at", "2015-04-24 23:50:27.558697"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1955867217 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1955867217], ["username", "billy_11"], ["access_token", "85e4d22ca12efd2d1f845adb738c9faa"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:50:27.560840"], ["updated_at", "2015-04-24 23:50:27.560840"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -47640318 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -47640318], ["username", "billy_12"], ["access_token", "cad980c884866f920eb0d2168337712e"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:50:27.563130"], ["updated_at", "2015-04-24 23:50:27.563130"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1696191026 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1696191026], ["username", "billy_13"], ["access_token", "b150b8007885f4d08718bde66230ef23"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:50:27.565334"], ["updated_at", "2015-04-24 23:50:27.565334"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1311152243 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1311152243], ["username", "billy_14"], ["access_token", "aac7b03d52b00c152720ed7c42105bf9"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:50:27.568093"], ["updated_at", "2015-04-24 23:50:27.568093"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1246436333 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1246436333], ["username", "billy_15"], ["access_token", "2e2aff3ec04701f7355e99d64c01af73"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:50:27.570110"], ["updated_at", "2015-04-24 23:50:27.570110"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1030012547 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1030012547], ["username", "billy_16"], ["access_token", "b2d1f276ab13078f9234a1f88eedff69"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:50:27.571974"], ["updated_at", "2015-04-24 23:50:27.571974"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1092959039 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1092959039], ["username", "billy_17"], ["access_token", "616d01f933cdfaaec732a5b35da77416"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:50:27.573728"], ["updated_at", "2015-04-24 23:50:27.573728"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -673269774 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -673269774], ["username", "billy_18"], ["access_token", "87f2d5236c80199a33183e9b6adc0837"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:50:27.575618"], ["updated_at", "2015-04-24 23:50:27.575618"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1993080498 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1993080498], ["username", "billy_19"], ["access_token", "d77e3d0ab45ac6c15a67417c61870b2a"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:50:27.577455"], ["updated_at", "2015-04-24 23:50:27.577455"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -204485949 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -204485949], ["username", "billy_20"], ["access_token", "831e60c2841bb94f079e096a79eecf13"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:50:27.579213"], ["updated_at", "2015-04-24 23:50:27.579213"]] +  (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" = -301301847 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -301301847], ["username", "billy_21"], ["access_token", "16c8c3a2db14772a446a181604d6d8ac"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:50:27.581011"], ["updated_at", "2015-04-24 23:50:27.581011"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -407684068 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -407684068], ["username", "billy_22"], ["access_token", "2afa06efc3f446b5f8dc01efddc51319"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:50:27.582954"], ["updated_at", "2015-04-24 23:50:27.582954"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -455477166 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -455477166], ["username", "billy_23"], ["access_token", "6e193f9b74870fc88fedd5c297ca4972"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:50:27.584818"], ["updated_at", "2015-04-24 23:50:27.584818"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -996439665 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -996439665], ["username", "billy_24"], ["access_token", "f54b30d987d9a0b1b39138ca0e963806"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:50:27.586870"], ["updated_at", "2015-04-24 23:50:27.586870"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -909669325 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -909669325], ["username", "billy_25"], ["access_token", "8ee91bca5b5d4cbcd7f19598bd1f7374"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:50:27.589104"], ["updated_at", "2015-04-24 23:50:27.589104"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2135541393 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2135541393], ["username", "billy_26"], ["access_token", "dd79a36c7315e8b84695884fcbf763e1"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:50:27.591131"], ["updated_at", "2015-04-24 23:50:27.591131"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -864045783 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -864045783], ["username", "billy_27"], ["access_token", "90e5d5a835ca1df63d1c1403f6498f7c"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:50:27.593102"], ["updated_at", "2015-04-24 23:50:27.593102"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1881471647 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1881471647], ["username", "billy_28"], ["access_token", "e348644cef066d7b8c8f2126186ac2f8"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:50:27.594980"], ["updated_at", "2015-04-24 23:50:27.594980"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -125560544 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -125560544], ["username", "billy_29"], ["access_token", "bd27ef205b0703ae93f92e067dbfc81d"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:50:27.596889"], ["updated_at", "2015-04-24 23:50:27.596889"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -890597856 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -890597856], ["username", "billy_30"], ["access_token", "8c3faf380bf6365b0aeb45644a5bcd7b"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:50:27.598847"], ["updated_at", "2015-04-24 23:50:27.598847"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1603934683 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1603934683], ["username", "billy_31"], ["access_token", "99b51e44719048fce55328fbc52c79ea"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:50:27.600754"], ["updated_at", "2015-04-24 23:50:27.600754"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -491690845 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -491690845], ["username", "billy_32"], ["access_token", "8b417bce50dad25e91a9a9582812ade0"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:50:27.602584"], ["updated_at", "2015-04-24 23:50:27.602584"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1168480494 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1168480494], ["username", "billy_33"], ["access_token", "dc8f2dfbf07eb0932bbb72b9c8e3a00f"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:50:27.604384"], ["updated_at", "2015-04-24 23:50:27.604384"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -131035337 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -131035337], ["username", "billy_34"], ["access_token", "86c4b716308796455e92c7ce26099745"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:50:27.606312"], ["updated_at", "2015-04-24 23:50:27.606312"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -377569483 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -377569483], ["username", "billy_35"], ["access_token", "59197587285103d54b918788865a878a"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:50:27.608091"], ["updated_at", "2015-04-24 23:50:27.608091"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -475206690 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -475206690], ["username", "billy_36"], ["access_token", "8ef9d2e1a50de07602633169473e1c7d"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:50:27.609826"], ["updated_at", "2015-04-24 23:50:27.609826"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1143172507 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1143172507], ["username", "billy_37"], ["access_token", "e8635046dbf46ea542f433c0e7cf5e60"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:50:27.611559"], ["updated_at", "2015-04-24 23:50:27.611559"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -459433548 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -459433548], ["username", "billy_38"], ["access_token", "3bf8127a45e4f63fd036030e1aa61664"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:50:27.613307"], ["updated_at", "2015-04-24 23:50:27.613307"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1500924729 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1500924729], ["username", "billy_39"], ["access_token", "3ec56d4a11f80bf315fb53a6b45897f0"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:50:27.615035"], ["updated_at", "2015-04-24 23:50:27.615035"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1821253280 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1821253280], ["username", "billy_40"], ["access_token", "2b982452b745392569d0d5875a7df496"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:50:27.616796"], ["updated_at", "2015-04-24 23:50:27.616796"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -393049805 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -393049805], ["username", "billy_41"], ["access_token", "089dcdad363ab695231f6fff0dd453dc"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:50:27.618614"], ["updated_at", "2015-04-24 23:50:27.618614"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1656814884 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1656814884], ["username", "billy_42"], ["access_token", "471d28976215df68a191c9e3480e65a1"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:50:27.620447"], ["updated_at", "2015-04-24 23:50:27.620447"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1911089114 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1911089114], ["username", "billy_43"], ["access_token", "4a005a10d61df232657affcfd71b1013"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:50:27.622294"], ["updated_at", "2015-04-24 23:50:27.622294"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -948045232 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -948045232], ["username", "billy_44"], ["access_token", "8117600a47691cfda87ea1d464be2072"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:50:27.624321"], ["updated_at", "2015-04-24 23:50:27.624321"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -989310094 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -989310094], ["username", "billy_45"], ["access_token", "c499714d784a3f1f2b1a05a6852208c9"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:50:27.626128"], ["updated_at", "2015-04-24 23:50:27.626128"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -256810550 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -256810550], ["username", "billy_46"], ["access_token", "3262114205ccb204b0fb4bf302f76578"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:50:27.627984"], ["updated_at", "2015-04-24 23:50:27.627984"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -564280305 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -564280305], ["username", "billy_47"], ["access_token", "f43405d23a29879beda9d7b162cb215b"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:50:27.629914"], ["updated_at", "2015-04-24 23:50:27.629914"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1544693091 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1544693091], ["username", "billy_48"], ["access_token", "078cf2d9e82ff368461d18a68e19f134"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:50:27.631872"], ["updated_at", "2015-04-24 23:50:27.631872"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1391583039 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1391583039], ["username", "billy_49"], ["access_token", "b619324169ce0e82aaf96e3433444064"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:50:27.633818"], ["updated_at", "2015-04-24 23:50:27.633818"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.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" = -1473005288 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", -1473005288], ["username", "jstrav"], ["access_token", "bd5490ccb8ee4d21d2fbe6c3c39a49bd"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:27.642637"], ["updated_at", "2015-04-24 23:50:27.642637"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -711997910 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", -711997910], ["username", "mary"], ["access_token", "fc0876d6c8bdaf611dd9c1cdb98f1c63"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:27.644904"], ["updated_at", "2015-04-24 23:50:27.644904"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -582562551 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -582562551], ["username", "jstead"], ["access_token", "843e15395817b776140dd795854e52d1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:27.647011"], ["updated_at", "2015-04-24 23:50:27.647011"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -213610637 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -213610637], ["username", "bigbear"], ["access_token", "038dd60d0d01c3d91c609d15012e6bcd"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:27.648988"], ["updated_at", "2015-04-24 23:50:27.648988"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530259467 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1530259467], ["username", "billy_00"], ["access_token", "02b6431c0a5bd24c0a964a66f4f6fef6"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:50:27.650979"], ["updated_at", "2015-04-24 23:50:27.650979"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1802418957 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1802418957], ["username", "billy_01"], ["access_token", "0c6f214891d57cd204521f218c016318"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:50:27.652806"], ["updated_at", "2015-04-24 23:50:27.652806"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -908978681 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -908978681], ["username", "billy_02"], ["access_token", "3a3740bbc4bbd4c8288e38751d8b8003"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:50:27.654652"], ["updated_at", "2015-04-24 23:50:27.654652"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1905490204 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1905490204], ["username", "billy_03"], ["access_token", "a67b5f68bea805f91e7a4d3fae84962b"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:50:27.656549"], ["updated_at", "2015-04-24 23:50:27.656549"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1272522575 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1272522575], ["username", "billy_04"], ["access_token", "f9a6087e27fc3a892e124e0f98755aa7"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:50:27.658708"], ["updated_at", "2015-04-24 23:50:27.658708"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1792981412 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1792981412], ["username", "billy_05"], ["access_token", "488b00d2ebe699b98e7d58f50fa41247"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:50:27.660740"], ["updated_at", "2015-04-24 23:50:27.660740"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -472094566 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -472094566], ["username", "billy_06"], ["access_token", "819bd611907acf36c7ef3ee89dcd71c6"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:50:27.662538"], ["updated_at", "2015-04-24 23:50:27.662538"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1398633938 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1398633938], ["username", "billy_07"], ["access_token", "3f4e213bc299d6cb6e79d4dd05117714"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:50:27.664308"], ["updated_at", "2015-04-24 23:50:27.664308"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -187152712 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -187152712], ["username", "billy_08"], ["access_token", "608915bc6538d00fea0105fedf78fcbe"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:50:27.666055"], ["updated_at", "2015-04-24 23:50:27.666055"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1124488480 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1124488480], ["username", "billy_09"], ["access_token", "2295295ca10eddeeda60820c31fae39d"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:50:27.667885"], ["updated_at", "2015-04-24 23:50:27.667885"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1929153038 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1929153038], ["username", "billy_10"], ["access_token", "b00523a214227d0bd845e6e1fd89203f"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:50:27.669813"], ["updated_at", "2015-04-24 23:50:27.669813"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -804750033 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -804750033], ["username", "billy_11"], ["access_token", "a9c35f08802c3f9e2d7ab865ab22a741"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:50:27.671532"], ["updated_at", "2015-04-24 23:50:27.671532"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236139631 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -236139631], ["username", "billy_12"], ["access_token", "0083c94fdba59d871a70578166dd5eee"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:50:27.673292"], ["updated_at", "2015-04-24 23:50:27.673292"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1016693775 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1016693775], ["username", "billy_13"], ["access_token", "3b308ae0fc99cad85e34c5f67d79152c"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:50:27.675218"], ["updated_at", "2015-04-24 23:50:27.675218"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1943353366 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1943353366], ["username", "billy_14"], ["access_token", "fbc44fd3343bab41a3c93b7df233af2d"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:50:27.677267"], ["updated_at", "2015-04-24 23:50:27.677267"]] +  (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" = -1159597067 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1159597067], ["username", "billy_15"], ["access_token", "d37aea1cc127c9d401c9c403a0e39f67"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:50:27.679174"], ["updated_at", "2015-04-24 23:50:27.679174"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1343328586 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1343328586], ["username", "billy_16"], ["access_token", "d48eb1d15b238fd49f250ff98b3bd2c0"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:50:27.681003"], ["updated_at", "2015-04-24 23:50:27.681003"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1565953623 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1565953623], ["username", "billy_17"], ["access_token", "17eea657eb32efe379e7797f735c0616"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:50:27.683351"], ["updated_at", "2015-04-24 23:50:27.683351"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -31765971 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -31765971], ["username", "billy_18"], ["access_token", "37ce4cffed4a6e816472f8510c496eba"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:50:27.685296"], ["updated_at", "2015-04-24 23:50:27.685296"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1971807527 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1971807527], ["username", "billy_19"], ["access_token", "7787ef3c221e6b32e9614c1eace0a41d"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:50:27.687182"], ["updated_at", "2015-04-24 23:50:27.687182"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1389350921 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1389350921], ["username", "billy_20"], ["access_token", "e75175f237206163f7ce0c4e339ecaf4"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:50:27.689118"], ["updated_at", "2015-04-24 23:50:27.689118"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -937988614 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -937988614], ["username", "billy_21"], ["access_token", "12f82e8ae5b2b67700afee48a797d2dd"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:50:27.690944"], ["updated_at", "2015-04-24 23:50:27.690944"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1820831753 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1820831753], ["username", "billy_22"], ["access_token", "16c8122c1f2b837c0583ec16c1ea8cb1"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:50:27.692789"], ["updated_at", "2015-04-24 23:50:27.692789"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1849196319 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1849196319], ["username", "billy_23"], ["access_token", "7c01731a71586b55370452e21e66ae6f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:50:27.694656"], ["updated_at", "2015-04-24 23:50:27.694656"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1185587015 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1185587015], ["username", "billy_24"], ["access_token", "69767bf54931374aa475456c1e5c370f"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:50:27.696544"], ["updated_at", "2015-04-24 23:50:27.696544"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1187384295 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1187384295], ["username", "billy_25"], ["access_token", "cb9b86603e2403278296e5934d2c40be"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:50:27.698260"], ["updated_at", "2015-04-24 23:50:27.698260"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2137587373 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2137587373], ["username", "billy_26"], ["access_token", "2c8457c0f90b491077f0634e0a0c1d24"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:50:27.700243"], ["updated_at", "2015-04-24 23:50:27.700243"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2081241024 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2081241024], ["username", "billy_27"], ["access_token", "c6fef209bf4e81d8d0268575cb188dfb"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:50:27.702050"], ["updated_at", "2015-04-24 23:50:27.702050"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1491156341 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1491156341], ["username", "billy_28"], ["access_token", "9ae645869b38e6f919e9c75ad3250c2f"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:50:27.703903"], ["updated_at", "2015-04-24 23:50:27.703903"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -216589374 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -216589374], ["username", "billy_29"], ["access_token", "1d938eb39a5ab73cc9f30ffc7684f380"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:50:27.705857"], ["updated_at", "2015-04-24 23:50:27.705857"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1064630214 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1064630214], ["username", "billy_30"], ["access_token", "d5735730bf174dd9ccc029d29284d08c"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:50:27.707852"], ["updated_at", "2015-04-24 23:50:27.707852"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -472165859 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -472165859], ["username", "billy_31"], ["access_token", "c1f6868a4800489d71890f7ec7fd36e7"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:50:27.709751"], ["updated_at", "2015-04-24 23:50:27.709751"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -34528265 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -34528265], ["username", "billy_32"], ["access_token", "1758a0c50df60299898a19c63c486562"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:50:27.711813"], ["updated_at", "2015-04-24 23:50:27.711813"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -316263631 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -316263631], ["username", "billy_33"], ["access_token", "923c02cca329e54f82d7b81611081568"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:50:27.713723"], ["updated_at", "2015-04-24 23:50:27.713723"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -326709681 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -326709681], ["username", "billy_34"], ["access_token", "1ebbf3ca50863fcf2d41de37183529e1"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:50:27.715628"], ["updated_at", "2015-04-24 23:50:27.715628"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -11403095 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -11403095], ["username", "billy_35"], ["access_token", "2100269d0108686a5a5219c3d568b06e"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:50:27.717597"], ["updated_at", "2015-04-24 23:50:27.717597"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1014838126 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1014838126], ["username", "billy_36"], ["access_token", "734b0c204d1e45c3a2eb1183ef9d6fe1"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:50:27.719505"], ["updated_at", "2015-04-24 23:50:27.719505"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -388664230 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -388664230], ["username", "billy_37"], ["access_token", "a6dcee433aab0bde9a30130aa5e84248"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:50:27.721277"], ["updated_at", "2015-04-24 23:50:27.721277"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -361263829 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -361263829], ["username", "billy_38"], ["access_token", "87b38dc83edf587389e45ffc2e776641"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:50:27.723116"], ["updated_at", "2015-04-24 23:50:27.723116"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2132645937 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2132645937], ["username", "billy_39"], ["access_token", "5922dc86a406fff42182971301129adc"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:50:27.724957"], ["updated_at", "2015-04-24 23:50:27.724957"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -889686881 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -889686881], ["username", "billy_40"], ["access_token", "aa22e00a4a708d7d402cd4dc333b313a"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:50:27.726915"], ["updated_at", "2015-04-24 23:50:27.726915"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -920535142 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -920535142], ["username", "billy_41"], ["access_token", "83c91eb3272f35ed0a911f0afe715940"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:50:27.728985"], ["updated_at", "2015-04-24 23:50:27.728985"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -982633181 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -982633181], ["username", "billy_42"], ["access_token", "ca4ef13680cdb7e9039647aae87790b3"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:50:27.730905"], ["updated_at", "2015-04-24 23:50:27.730905"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1900595441 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1900595441], ["username", "billy_43"], ["access_token", "e9845a5136d49de033e347950ac8b2c7"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:50:27.732735"], ["updated_at", "2015-04-24 23:50:27.732735"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1621900338 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1621900338], ["username", "billy_44"], ["access_token", "676c1c9db262d09a1408aace7fb534a0"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:50:27.734539"], ["updated_at", "2015-04-24 23:50:27.734539"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1220958779 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1220958779], ["username", "billy_45"], ["access_token", "ec9e507fe37e1610d83b9abc131fecd5"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:50:27.736402"], ["updated_at", "2015-04-24 23:50:27.736402"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -933672767 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -933672767], ["username", "billy_46"], ["access_token", "97e5cf751b12fcf405d20a3ae7067c17"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:50:27.738450"], ["updated_at", "2015-04-24 23:50:27.738450"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -670127110 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -670127110], ["username", "billy_47"], ["access_token", "723ffbf63ade63b1acb4db6092a6aa25"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:50:27.740287"], ["updated_at", "2015-04-24 23:50:27.740287"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -809624289 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -809624289], ["username", "billy_48"], ["access_token", "517ee323a746750a08b419204d3f9454"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:50:27.742199"], ["updated_at", "2015-04-24 23:50:27.742199"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -728174248 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -728174248], ["username", "billy_49"], ["access_token", "6f35c38e908c6b1ecdd3608f4e09d811"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:50:27.744028"], ["updated_at", "2015-04-24 23:50:27.744028"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" + OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.9ms) 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", "c14ab56c59526be05c697b3ad0d73438"], ["created_at", "2015-04-24 23:50:27.753267"], ["updated_at", "2015-04-24 23:50:27.753267"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2015-04-24 23:50:27.760342"], ["updated_at", "2015-04-24 23:50:27.760342"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", "another_user"], ["access_token", "f19f9a9a55e361fbc954c8a3d14ce2bf"], ["created_at", "2015-04-24 23:50:27.762954"], ["updated_at", "2015-04-24 23:50:27.762954"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2015-04-24 23:50:27.764430"], ["updated_at", "2015-04-24 23:50:27.764430"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -69783251 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -69783251], ["name", "MyGroup"], ["created_at", "2015-04-24 23:50:27.774444"], ["updated_at", "2015-04-24 23:50:27.774444"]] +  (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" = -330270376 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -330270376], ["name", "MyGroup"], ["created_at", "2015-04-24 23:50:27.778029"], ["updated_at", "2015-04-24 23:50:27.778029"]] +  (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" = -330270376 LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] + SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -330270376]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- +- -330270376 +' 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"."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", -69783251]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -69783251 +' 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" = -330270376 + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -69783251 + SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -69783251], ["member_group_id", -330270376], ["created_at", "2015-04-24 23:50:27.783933"], ["updated_at", "2015-04-24 23:50:27.783933"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -330270376) LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -330270376) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -330270376], ["user_id", 1], ["created_at", "2015-04-24 23:50:27.805437"], ["updated_at", "2015-04-24 23:50:27.805437"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -330270376) 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", -330270376]] + SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -330270376]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -330270376 +- -69783251 +' 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 (-330270376, -69783251) + Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2015-04-24 23:50:27.837547"], ["updated_at", "2015-04-24 23:50:27.837547"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] + OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-330270376, -69783251) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) +  (0.1ms) 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-04-24 23:50:27.843621"], ["updated_at", "2015-04-24 23:50:27.843621"]] +  (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 (-330270376, -69783251) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2015-04-24 23:50:27.860658"], ["updated_at", "2015-04-24 23:50:27.860658"]] +  (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 (-330270376, -69783251) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-330270376, -69783251) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2015-04-24 23:50:27.868338"], ["updated_at", "2015-04-24 23:50:27.868338"]] +  (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 (-330270376, -69783251) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-330270376, -69783251) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-330270376, -69783251) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (2, 1) +  (0.7ms) 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" = -64542349 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", -64542349], ["username", "jstrav"], ["access_token", "e0d8c135cc9a0acc6ec12937a75308c8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:27.880731"], ["updated_at", "2015-04-24 23:50:27.880731"]] +  (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" = -1957129668 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", -1957129668], ["username", "mary"], ["access_token", "a27af63910397161ffe5f4ffc739e4ff"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:27.883087"], ["updated_at", "2015-04-24 23:50:27.883087"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1031279983 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1031279983], ["username", "jstead"], ["access_token", "eb7e779ac776744bc1c306ca3b1d4438"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:27.885564"], ["updated_at", "2015-04-24 23:50:27.885564"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1249433419 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1249433419], ["username", "bigbear"], ["access_token", "df7551a845c51c32413a75bfbbaa1b27"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:27.887570"], ["updated_at", "2015-04-24 23:50:27.887570"]] +  (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" = -2031854326 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", -2031854326], ["username", "jstrav"], ["access_token", "0c3ae5ef16cd8911c6ed88f9896bdc46"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:27.893082"], ["updated_at", "2015-04-24 23:50:27.893082"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2122953254 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", -2122953254], ["username", "mary"], ["access_token", "e807a613b9f74a31d4b0719f3331d582"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:27.895401"], ["updated_at", "2015-04-24 23:50:27.895401"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -455547440 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -455547440], ["username", "jstead"], ["access_token", "5ae38e3af1f6439b2b4acae796f11615"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:27.897503"], ["updated_at", "2015-04-24 23:50:27.897503"]] +  (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" = -1144776051 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1144776051], ["username", "bigbear"], ["access_token", "e8407d37a0ada79a18e353fe213e9871"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:27.899539"], ["updated_at", "2015-04-24 23:50:27.899539"]] +  (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" = -1393524524 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", -1393524524], ["username", "jstrav"], ["access_token", "0dd61741278e1abf7b788b94c966e9e0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:27.906742"], ["updated_at", "2015-04-24 23:50:27.906742"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -334882156 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", -334882156], ["username", "mary"], ["access_token", "910fc7ca8d042c599dcb5ea3e1ed1264"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:27.909133"], ["updated_at", "2015-04-24 23:50:27.909133"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -735720853 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -735720853], ["username", "jstead"], ["access_token", "46c55f1d487d771fc5eed75d4f3e47d4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:27.911290"], ["updated_at", "2015-04-24 23:50:27.911290"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1444487877 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1444487877], ["username", "bigbear"], ["access_token", "4bb4e17431daf5def300bdb90ae160c5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:27.913233"], ["updated_at", "2015-04-24 23:50:27.913233"]] +  (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.1ms) 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" = -162026964 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", -162026964], ["username", "jstrav"], ["access_token", "91469429d243ba79c1523ccc776a38ea"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:27.919971"], ["updated_at", "2015-04-24 23:50:27.919971"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1053079124 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", -1053079124], ["username", "mary"], ["access_token", "b99c5fc21af0ac3b66b3948003ee8661"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:27.922494"], ["updated_at", "2015-04-24 23:50:27.922494"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1728344272 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1728344272], ["username", "jstead"], ["access_token", "fa21429657139548ada639f47037eed3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:27.924975"], ["updated_at", "2015-04-24 23:50:27.924975"]] +  (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" = -232864342 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -232864342], ["username", "bigbear"], ["access_token", "dfa349958512fff3a20256b7eeed96bb"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:27.926969"], ["updated_at", "2015-04-24 23:50:27.926969"]] +  (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.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" = -47182050 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", -47182050], ["username", "jstrav"], ["access_token", "92484d2aae9a09fb476be7aed8fc9da1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:27.932699"], ["updated_at", "2015-04-24 23:50:27.932699"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1334209602 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", -1334209602], ["username", "mary"], ["access_token", "cf20a9198160e65a4762fdb582954d5e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:27.935001"], ["updated_at", "2015-04-24 23:50:27.935001"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2051430956 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2051430956], ["username", "jstead"], ["access_token", "5fe02f34be5167f40a3158f37ee85b5f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:27.937311"], ["updated_at", "2015-04-24 23:50:27.937311"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -463232352 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -463232352], ["username", "bigbear"], ["access_token", "d2185bdaff6595f11acd8c5b5321b6f5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:27.939197"], ["updated_at", "2015-04-24 23:50:27.939197"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1751421470 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", -1751421470], ["username", "jstrav"], ["access_token", "18a068891d4125b289a61f3409dbb0cd"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:27.944703"], ["updated_at", "2015-04-24 23:50:27.944703"]] +  (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" = -279409974 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", -279409974], ["username", "mary"], ["access_token", "7c3d79a2d116479e1e960e9d79520bca"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:27.947010"], ["updated_at", "2015-04-24 23:50:27.947010"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -537759543 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -537759543], ["username", "jstead"], ["access_token", "69bd17c0da14447242eba3f6f4ee33bc"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:27.949314"], ["updated_at", "2015-04-24 23:50:27.949314"]] +  (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" = -819989405 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -819989405], ["username", "bigbear"], ["access_token", "2a73a5fe4c8632742530805d723fd4e2"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:27.958312"], ["updated_at", "2015-04-24 23:50:27.958312"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.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" = -567506770 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", -567506770], ["username", "jstrav"], ["access_token", "ccf23af8b268222a909505ba59c97a09"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:27.970870"], ["updated_at", "2015-04-24 23:50:27.970870"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1093951603 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", -1093951603], ["username", "mary"], ["access_token", "7b68835017f7a5da07ff7e2d91ef5fbe"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:27.973410"], ["updated_at", "2015-04-24 23:50:27.973410"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -760388893 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -760388893], ["username", "jstead"], ["access_token", "faa9ef59397c27119578f8c8f6216a56"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:27.975746"], ["updated_at", "2015-04-24 23:50:27.975746"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2046458805 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2046458805], ["username", "bigbear"], ["access_token", "e1ac9edc517c34c8ca6f5441af9889fb"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:27.977622"], ["updated_at", "2015-04-24 23:50:27.977622"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -798612254 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", -798612254], ["username", "jstrav"], ["access_token", "3eb6287e08c4b87cdda40368a6e25a01"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:27.983528"], ["updated_at", "2015-04-24 23:50:27.983528"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -71708283 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", -71708283], ["username", "mary"], ["access_token", "57d72ef482d832c8ddfceb0d45874b6a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:27.985985"], ["updated_at", "2015-04-24 23:50:27.985985"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -488278064 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -488278064], ["username", "jstead"], ["access_token", "6f0c0b24acff678bf3714b54e01ee352"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:27.988225"], ["updated_at", "2015-04-24 23:50:27.988225"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1974331842 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1974331842], ["username", "bigbear"], ["access_token", "6cf3920d5f2ecbd42314446f3cab0d23"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:27.990212"], ["updated_at", "2015-04-24 23:50:27.990212"]] +  (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" = -120153362 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", -120153362], ["username", "jstrav"], ["access_token", "ac6698cc2a9c8dae77eb12d539a8a0a7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:27.995625"], ["updated_at", "2015-04-24 23:50:27.995625"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1119157046 LIMIT 1 + SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1119157046], ["username", "mary"], ["access_token", "f12d3690593086c4a6f19ceb12c1235c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:27.998249"], ["updated_at", "2015-04-24 23:50:27.998249"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -277559150 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -277559150], ["username", "jstead"], ["access_token", "941d094ae553612673fe41762ee9a17b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:28.000961"], ["updated_at", "2015-04-24 23:50:28.000961"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -960726916 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -960726916], ["username", "bigbear"], ["access_token", "34f7ac2e8b1c1f1c39e4e2ea340d3a5a"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:28.003032"], ["updated_at", "2015-04-24 23:50:28.003032"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1549830531 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", -1549830531], ["username", "jstrav"], ["access_token", "3dd71551d27d1d03d6958fa2c4b8b0a8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:28.008817"], ["updated_at", "2015-04-24 23:50:28.008817"]] +  (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" = -1146965107 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", -1146965107], ["username", "mary"], ["access_token", "da4b07e02e48955d89ee40812aac5d8c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:28.011310"], ["updated_at", "2015-04-24 23:50:28.011310"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1950971861 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1950971861], ["username", "jstead"], ["access_token", "fc9a66d1fe5aa02faac8c04c77f6bdc3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:28.013516"], ["updated_at", "2015-04-24 23:50:28.013516"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -314228587 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -314228587], ["username", "bigbear"], ["access_token", "445f13773d4a6edb1a7c1dc8bd64871f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:28.015571"], ["updated_at", "2015-04-24 23:50:28.015571"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.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" = -814179092 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", -814179092], ["username", "jstrav"], ["access_token", "c34174cb7f1ab12e361891cd4a54b857"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:28.021471"], ["updated_at", "2015-04-24 23:50:28.021471"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1766371090 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", -1766371090], ["username", "mary"], ["access_token", "e6a46e9ac4a3b64c0448b4b8867163b9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:28.023879"], ["updated_at", "2015-04-24 23:50:28.023879"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1683864116 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1683864116], ["username", "jstead"], ["access_token", "d6ccb41e546b9aa4a06fee127f249663"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:28.026157"], ["updated_at", "2015-04-24 23:50:28.026157"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -400863182 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -400863182], ["username", "bigbear"], ["access_token", "84ef345eaf90174238b0fe574f357af8"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:28.028172"], ["updated_at", "2015-04-24 23:50:28.028172"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -888635102 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -888635102], ["username", "billy_00"], ["access_token", "a7c1452ee8d4d26ce7dba3ac29376ed0"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:50:28.030159"], ["updated_at", "2015-04-24 23:50:28.030159"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -554830549 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -554830549], ["username", "billy_01"], ["access_token", "593da1fd9895683b36fe5ad5e7d4dbf1"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:50:28.032090"], ["updated_at", "2015-04-24 23:50:28.032090"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2066806062 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2066806062], ["username", "billy_02"], ["access_token", "23ce6ebe72f12f6afee7e950350aea17"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:50:28.034018"], ["updated_at", "2015-04-24 23:50:28.034018"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1585776566 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1585776566], ["username", "billy_03"], ["access_token", "48cf1bc33481ba8e612dab6fb383a024"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:50:28.035977"], ["updated_at", "2015-04-24 23:50:28.035977"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1950774845 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1950774845], ["username", "billy_04"], ["access_token", "9fed1da74af9232ceea1c6e89ee76f09"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:50:28.038032"], ["updated_at", "2015-04-24 23:50:28.038032"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -123529431 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -123529431], ["username", "billy_05"], ["access_token", "88fc505ab3ec520ee3db72dfc137ae7b"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:50:28.039923"], ["updated_at", "2015-04-24 23:50:28.039923"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1894217747 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1894217747], ["username", "billy_06"], ["access_token", "4c79e59f08843f0c16932f9148966006"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:50:28.041970"], ["updated_at", "2015-04-24 23:50:28.041970"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -137147191 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -137147191], ["username", "billy_07"], ["access_token", "060622d73d6e3aadd76adf61ebfb100b"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:50:28.044109"], ["updated_at", "2015-04-24 23:50:28.044109"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -131263939 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -131263939], ["username", "billy_08"], ["access_token", "d59fed7d594423e7795125483748c712"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:50:28.046022"], ["updated_at", "2015-04-24 23:50:28.046022"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2073807790 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2073807790], ["username", "billy_09"], ["access_token", "43fee28b5f423d8c6f280de56cadd201"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:50:28.047937"], ["updated_at", "2015-04-24 23:50:28.047937"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1229849937 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1229849937], ["username", "billy_10"], ["access_token", "01a48026ccbd7fe70cb9753d05c50f89"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:50:28.050083"], ["updated_at", "2015-04-24 23:50:28.050083"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -775449520 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -775449520], ["username", "billy_11"], ["access_token", "1c1f6a71ed92af8d7b8c1efebd9b5701"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:50:28.052198"], ["updated_at", "2015-04-24 23:50:28.052198"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -983470558 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -983470558], ["username", "billy_12"], ["access_token", "0b3505c73a11a81da202008bd76464de"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:50:28.054567"], ["updated_at", "2015-04-24 23:50:28.054567"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1394857161 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1394857161], ["username", "billy_13"], ["access_token", "6ae15c2f3eec4688ae1940f37e83f22f"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:50:28.056603"], ["updated_at", "2015-04-24 23:50:28.056603"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1991148508 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1991148508], ["username", "billy_14"], ["access_token", "b2bc82d567cb6fe0abd858430695da5a"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:50:28.058545"], ["updated_at", "2015-04-24 23:50:28.058545"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -178076414 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -178076414], ["username", "billy_15"], ["access_token", "14558b590b7f4355dee687ff5baf3f8a"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:50:28.060541"], ["updated_at", "2015-04-24 23:50:28.060541"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2023894301 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2023894301], ["username", "billy_16"], ["access_token", "f08ca8e12e12c368ce0b9645b144a7ad"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:50:28.062612"], ["updated_at", "2015-04-24 23:50:28.062612"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1306986650 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1306986650], ["username", "billy_17"], ["access_token", "142c39d1f339085b7ccb547a4a86eeb4"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:50:28.064678"], ["updated_at", "2015-04-24 23:50:28.064678"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1485531435 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1485531435], ["username", "billy_18"], ["access_token", "73a41ebabe44facf65c5d7b672aa2581"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:50:28.066639"], ["updated_at", "2015-04-24 23:50:28.066639"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1425357881 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1425357881], ["username", "billy_19"], ["access_token", "9c550eb19a75a8abdd864c4b51701f2c"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:50:28.068665"], ["updated_at", "2015-04-24 23:50:28.068665"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1423777457 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1423777457], ["username", "billy_20"], ["access_token", "8c3d38a0a5e8c35684f712c90a28e276"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:50:28.070670"], ["updated_at", "2015-04-24 23:50:28.070670"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1734899794 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1734899794], ["username", "billy_21"], ["access_token", "3390d81615086af9c81a8adca744e656"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:50:28.072948"], ["updated_at", "2015-04-24 23:50:28.072948"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -625475342 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -625475342], ["username", "billy_22"], ["access_token", "509ffd1dd9531d9c938abdefe433f8b4"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:50:28.074904"], ["updated_at", "2015-04-24 23:50:28.074904"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -600211716 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -600211716], ["username", "billy_23"], ["access_token", "89da6111db62386033bc1b951d78a848"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:50:28.077303"], ["updated_at", "2015-04-24 23:50:28.077303"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1040279156 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1040279156], ["username", "billy_24"], ["access_token", "4ddb869e26437d3a486e4f4b0e54bcd0"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:50:28.079653"], ["updated_at", "2015-04-24 23:50:28.079653"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -687069738 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -687069738], ["username", "billy_25"], ["access_token", "a7bc1aa4cc8b47ad315b38675450a14d"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:50:28.081616"], ["updated_at", "2015-04-24 23:50:28.081616"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -826786958 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -826786958], ["username", "billy_26"], ["access_token", "02f030554cddc6a8658522ca21fb675c"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:50:28.084079"], ["updated_at", "2015-04-24 23:50:28.084079"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -184828762 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -184828762], ["username", "billy_27"], ["access_token", "55b2c290ec4a35f06a63be3916bf3a01"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:50:28.086130"], ["updated_at", "2015-04-24 23:50:28.086130"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1592233370 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1592233370], ["username", "billy_28"], ["access_token", "e24d44278e315dde73ea9a2c8277ae62"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:50:28.088133"], ["updated_at", "2015-04-24 23:50:28.088133"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -308720811 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -308720811], ["username", "billy_29"], ["access_token", "905aae92accab79121182f9f6714e8bf"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:50:28.091013"], ["updated_at", "2015-04-24 23:50:28.091013"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1000264292 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1000264292], ["username", "billy_30"], ["access_token", "244e57c161eb3e5fd7e67fc373ba2e72"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:50:28.093218"], ["updated_at", "2015-04-24 23:50:28.093218"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -437942970 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -437942970], ["username", "billy_31"], ["access_token", "52e970561716fe705519a6aa0e6a0e35"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:50:28.095186"], ["updated_at", "2015-04-24 23:50:28.095186"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2056277475 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2056277475], ["username", "billy_32"], ["access_token", "2d95ff5765c8fd378c35f0d3f15434ed"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:50:28.097138"], ["updated_at", "2015-04-24 23:50:28.097138"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1612826216 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1612826216], ["username", "billy_33"], ["access_token", "c8195b3800757ec263cced03c8112b8b"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:50:28.099236"], ["updated_at", "2015-04-24 23:50:28.099236"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1619894180 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1619894180], ["username", "billy_34"], ["access_token", "f2e161a90a3d12a35918d93ee0cbe88b"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:50:28.101150"], ["updated_at", "2015-04-24 23:50:28.101150"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -906690571 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -906690571], ["username", "billy_35"], ["access_token", "b963f3cd94c0055440096ca6e4154b4d"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:50:28.103209"], ["updated_at", "2015-04-24 23:50:28.103209"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2100700759 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2100700759], ["username", "billy_36"], ["access_token", "7c084d0fae20194d35adae98198032be"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:50:28.105162"], ["updated_at", "2015-04-24 23:50:28.105162"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1223922848 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1223922848], ["username", "billy_37"], ["access_token", "aacba7a0deb5300ae2fad68d6b76f32d"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:50:28.107067"], ["updated_at", "2015-04-24 23:50:28.107067"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -581923963 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -581923963], ["username", "billy_38"], ["access_token", "7db68cc1410255cba1f38a014de6daaf"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:50:28.109685"], ["updated_at", "2015-04-24 23:50:28.109685"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -214110399 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -214110399], ["username", "billy_39"], ["access_token", "8f9ce0a3ec38ce5ffab15d1d0d065833"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:50:28.112096"], ["updated_at", "2015-04-24 23:50:28.112096"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -924881212 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -924881212], ["username", "billy_40"], ["access_token", "77510d0613a4f7c4dfa995925589708f"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:50:28.114010"], ["updated_at", "2015-04-24 23:50:28.114010"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -665277354 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -665277354], ["username", "billy_41"], ["access_token", "23f186e69462236a4f7cc7ef2fe95a1a"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:50:28.115915"], ["updated_at", "2015-04-24 23:50:28.115915"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1624816356 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1624816356], ["username", "billy_42"], ["access_token", "f12f9a24239abf39d5fef190fc8c1f6c"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:50:28.117641"], ["updated_at", "2015-04-24 23:50:28.117641"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1884238520 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1884238520], ["username", "billy_43"], ["access_token", "7be3fe0a27349bf1bcd3b6e1a3cc4823"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:50:28.119517"], ["updated_at", "2015-04-24 23:50:28.119517"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1668821411 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1668821411], ["username", "billy_44"], ["access_token", "db4ef44956f8c594f3729deaeddfa4e5"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:50:28.121259"], ["updated_at", "2015-04-24 23:50:28.121259"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -415094305 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -415094305], ["username", "billy_45"], ["access_token", "c608fa7cd5d426f34701cfce5c6f4725"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:50:28.123030"], ["updated_at", "2015-04-24 23:50:28.123030"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 +  (0.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" = -103621226 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", -103621226], ["username", "jstrav"], ["access_token", "8cf6542ea7b673e5962cd7a21a13d9ea"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:28.132105"], ["updated_at", "2015-04-24 23:50:28.132105"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1050897821 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", -1050897821], ["username", "mary"], ["access_token", "59ea55df5805bb4d3c6332095eefb400"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:28.134261"], ["updated_at", "2015-04-24 23:50:28.134261"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -194775344 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -194775344], ["username", "jstead"], ["access_token", "7b67a2ee2f5aa56d2d77063e57fad584"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:28.136686"], ["updated_at", "2015-04-24 23:50:28.136686"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1459016731 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1459016731], ["username", "bigbear"], ["access_token", "29812c5e18054cfd2e31c09cd47eb78e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:28.138608"], ["updated_at", "2015-04-24 23:50:28.138608"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1359782501 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1359782501], ["username", "billy_00"], ["access_token", "c7fdfe5cd70879838abcb9ceeb533351"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:50:28.140623"], ["updated_at", "2015-04-24 23:50:28.140623"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1580690782 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1580690782], ["username", "billy_01"], ["access_token", "1dbe808a82f1d2f0f1e66e5c5617d1b5"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:50:28.142462"], ["updated_at", "2015-04-24 23:50:28.142462"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1346303901 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1346303901], ["username", "billy_02"], ["access_token", "99dbe302af7e19fb1c9350a3fb868927"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:50:28.144346"], ["updated_at", "2015-04-24 23:50:28.144346"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1630188206 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1630188206], ["username", "billy_03"], ["access_token", "c964e6dedb0d618d42276e3d907523de"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:50:28.146128"], ["updated_at", "2015-04-24 23:50:28.146128"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -354016452 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -354016452], ["username", "billy_04"], ["access_token", "20b6ffe7da18e4c226ed5eaceca327ab"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:50:28.147904"], ["updated_at", "2015-04-24 23:50:28.147904"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -579714802 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -579714802], ["username", "billy_05"], ["access_token", "488ba709513fda87dc875f564ae2fc76"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:50:28.149694"], ["updated_at", "2015-04-24 23:50:28.149694"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1256122447 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1256122447], ["username", "billy_06"], ["access_token", "68ffe84cbadbd8a6b466451dc8c6c295"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:50:28.151624"], ["updated_at", "2015-04-24 23:50:28.151624"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1633883663 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1633883663], ["username", "billy_07"], ["access_token", "7b18fa0bf8282fe30889ce4797bba359"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:50:28.153601"], ["updated_at", "2015-04-24 23:50:28.153601"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -421024234 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -421024234], ["username", "billy_08"], ["access_token", "c9c326e0606e4693460be031bcd7d09e"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:50:28.155391"], ["updated_at", "2015-04-24 23:50:28.155391"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -777300440 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -777300440], ["username", "billy_09"], ["access_token", "578a0ea06f69c79babe14dc4c9c16031"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:50:28.157322"], ["updated_at", "2015-04-24 23:50:28.157322"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -98588884 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -98588884], ["username", "billy_10"], ["access_token", "1a22bdf4a47717a4cdaa76c99648ea7b"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:50:28.159413"], ["updated_at", "2015-04-24 23:50:28.159413"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1591981448 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1591981448], ["username", "billy_11"], ["access_token", "7dbe5745b8c734a4491382f680957013"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:50:28.161193"], ["updated_at", "2015-04-24 23:50:28.161193"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -344053327 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -344053327], ["username", "billy_12"], ["access_token", "b5d88bdefc062c847aaef2bb2296463a"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:50:28.163029"], ["updated_at", "2015-04-24 23:50:28.163029"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1592283350 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1592283350], ["username", "billy_13"], ["access_token", "f8604345f525c2875401ea9586a10095"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:50:28.164960"], ["updated_at", "2015-04-24 23:50:28.164960"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -28765932 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -28765932], ["username", "billy_14"], ["access_token", "6d97461a011b7d93a4c35f4661994a9d"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:50:28.167025"], ["updated_at", "2015-04-24 23:50:28.167025"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1532019045 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1532019045], ["username", "billy_15"], ["access_token", "404924e2e6914dfd86cdf39868ac898d"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:50:28.168929"], ["updated_at", "2015-04-24 23:50:28.168929"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -8726786 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -8726786], ["username", "billy_16"], ["access_token", "4e31697a0af9ac14222a551fc2b78ae3"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:50:28.170693"], ["updated_at", "2015-04-24 23:50:28.170693"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -402624391 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -402624391], ["username", "billy_17"], ["access_token", "24e3c71c67efe0cdcc76f190878a6d17"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:50:28.172813"], ["updated_at", "2015-04-24 23:50:28.172813"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1529943467 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1529943467], ["username", "billy_18"], ["access_token", "84413e77a0e449a7ab0245439b47d20d"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:50:28.175045"], ["updated_at", "2015-04-24 23:50:28.175045"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -16351143 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -16351143], ["username", "billy_19"], ["access_token", "05482ab09cca9ba04f1d6476eca0a039"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:50:28.177040"], ["updated_at", "2015-04-24 23:50:28.177040"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1698275154 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1698275154], ["username", "billy_20"], ["access_token", "c7b201e6bebbf0b3bca7a1ea7a125c0d"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:50:28.178952"], ["updated_at", "2015-04-24 23:50:28.178952"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1384579335 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1384579335], ["username", "billy_21"], ["access_token", "afebe96f13d7e152734ac643e0267197"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:50:28.180725"], ["updated_at", "2015-04-24 23:50:28.180725"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1959405881 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1959405881], ["username", "billy_22"], ["access_token", "8dcba90758a59a585d1cb71cffe117ad"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:50:28.182650"], ["updated_at", "2015-04-24 23:50:28.182650"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1638702743 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1638702743], ["username", "billy_23"], ["access_token", "6d4625f00c58297b8b740adfd6eaad3f"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:50:28.184447"], ["updated_at", "2015-04-24 23:50:28.184447"]] +  (0.3ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1414570033 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1414570033], ["username", "billy_24"], ["access_token", "6eb14262086877da322ef49161663003"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:50:28.186688"], ["updated_at", "2015-04-24 23:50:28.186688"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1519156477 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1519156477], ["username", "billy_25"], ["access_token", "3ab190ca54d1c082341f13d604602be1"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:50:28.188632"], ["updated_at", "2015-04-24 23:50:28.188632"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1779623073 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1779623073], ["username", "billy_26"], ["access_token", "4984da099725f93da6186961ca43ca1f"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:50:28.190397"], ["updated_at", "2015-04-24 23:50:28.190397"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1942348445 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1942348445], ["username", "billy_27"], ["access_token", "fa1212ebced6ecab035d7a38919925d8"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:50:28.192313"], ["updated_at", "2015-04-24 23:50:28.192313"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1837277363 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1837277363], ["username", "billy_28"], ["access_token", "a7eaf87c2e303f2e0a6e72fc2e1181a5"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:50:28.194100"], ["updated_at", "2015-04-24 23:50:28.194100"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -153169365 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -153169365], ["username", "billy_29"], ["access_token", "21b4f745a741a27e8de04018a43cb58a"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:50:28.195894"], ["updated_at", "2015-04-24 23:50:28.195894"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -587211008 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -587211008], ["username", "billy_30"], ["access_token", "c42b72c893d2963a4b3388da2ed0ccc8"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:50:28.197735"], ["updated_at", "2015-04-24 23:50:28.197735"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -391974234 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -391974234], ["username", "billy_31"], ["access_token", "b3f0259bbabeb5b636bbc3f2549cd108"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:50:28.199673"], ["updated_at", "2015-04-24 23:50:28.199673"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -352702510 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -352702510], ["username", "billy_32"], ["access_token", "68ee7736591f88322175645c7b36a3c6"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:50:28.201429"], ["updated_at", "2015-04-24 23:50:28.201429"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -11725131 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -11725131], ["username", "billy_33"], ["access_token", "c7638165ba65023d914c0a580223dad0"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:50:28.203322"], ["updated_at", "2015-04-24 23:50:28.203322"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1141383676 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1141383676], ["username", "billy_34"], ["access_token", "b19241377ad804bb0cee089a5553a47b"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:50:28.205006"], ["updated_at", "2015-04-24 23:50:28.205006"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -733924366 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -733924366], ["username", "billy_35"], ["access_token", "2977518abb19c38b68b919817cd227d4"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:50:28.206825"], ["updated_at", "2015-04-24 23:50:28.206825"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -207907403 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -207907403], ["username", "billy_36"], ["access_token", "d134a906a1135135fe166babc1cd1219"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:50:28.208670"], ["updated_at", "2015-04-24 23:50:28.208670"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2086000273 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2086000273], ["username", "billy_37"], ["access_token", "003fcf8eb5a39764c3da73ad7e367373"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:50:28.210559"], ["updated_at", "2015-04-24 23:50:28.210559"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -292098234 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -292098234], ["username", "billy_38"], ["access_token", "edafd180b3102733c9160592d89e975e"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:50:28.212420"], ["updated_at", "2015-04-24 23:50:28.212420"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1351826081 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1351826081], ["username", "billy_39"], ["access_token", "5ce633c6de44db5399282c9596ff0f34"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:50:28.214227"], ["updated_at", "2015-04-24 23:50:28.214227"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -538395536 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -538395536], ["username", "billy_40"], ["access_token", "f7f30e76d9d0aad37be3ae6f7686e714"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:50:28.216241"], ["updated_at", "2015-04-24 23:50:28.216241"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -960442787 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -960442787], ["username", "billy_41"], ["access_token", "f8533f4c8a9ed1d845b29049a57c7a49"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:50:28.218068"], ["updated_at", "2015-04-24 23:50:28.218068"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1340914976 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1340914976], ["username", "billy_42"], ["access_token", "5fdd43073cf861fdb7bdefcaff65d093"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:50:28.219978"], ["updated_at", "2015-04-24 23:50:28.219978"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -442381597 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -442381597], ["username", "billy_43"], ["access_token", "476d296524faba878772d01f3a07229e"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:50:28.221950"], ["updated_at", "2015-04-24 23:50:28.221950"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406582846 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -406582846], ["username", "billy_44"], ["access_token", "d89eb42a847d7f344df9021b386fb0ac"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:50:28.223738"], ["updated_at", "2015-04-24 23:50:28.223738"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -565924655 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -565924655], ["username", "billy_45"], ["access_token", "b15ac74f206d1e00ef4566150278bb36"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:50:28.225529"], ["updated_at", "2015-04-24 23:50:28.225529"]] +  (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 +  (0.9ms) 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" = -2011092047 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", -2011092047], ["username", "jstrav"], ["access_token", "fae790f66be080f945cd71701e69f9db"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:28.233744"], ["updated_at", "2015-04-24 23:50:28.233744"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1505573923 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", -1505573923], ["username", "mary"], ["access_token", "0b98e8df27fe5e2a77bc251d3f573fdc"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:28.235894"], ["updated_at", "2015-04-24 23:50:28.235894"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1723299898 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1723299898], ["username", "jstead"], ["access_token", "b6eca2252e4d3b5e82686a030bc30de3"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:28.237979"], ["updated_at", "2015-04-24 23:50:28.237979"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1584112005 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1584112005], ["username", "bigbear"], ["access_token", "3dea59614fa98e18414544be84e0aea1"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:28.239854"], ["updated_at", "2015-04-24 23:50:28.239854"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -339873068 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -339873068], ["username", "billy_00"], ["access_token", "1ba87bdf90aa0800496063c6d8d2826c"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:50:28.241871"], ["updated_at", "2015-04-24 23:50:28.241871"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -417335207 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -417335207], ["username", "billy_01"], ["access_token", "2538756b42c935225635819056fd1ba7"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:50:28.243646"], ["updated_at", "2015-04-24 23:50:28.243646"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -657340931 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -657340931], ["username", "billy_02"], ["access_token", "a2487b5dd11e3210c2916e6641358d22"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:50:28.245485"], ["updated_at", "2015-04-24 23:50:28.245485"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -161524801 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -161524801], ["username", "billy_03"], ["access_token", "11b71711c589b6f5328c88349528bc1d"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:50:28.247301"], ["updated_at", "2015-04-24 23:50:28.247301"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -253889338 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -253889338], ["username", "billy_04"], ["access_token", "bf546ad3a6ce2991d9734347c7ad5a54"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:50:28.249089"], ["updated_at", "2015-04-24 23:50:28.249089"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1315018945 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1315018945], ["username", "billy_05"], ["access_token", "a07af6df86b3da54cc1504f7a29e838c"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:50:28.250980"], ["updated_at", "2015-04-24 23:50:28.250980"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1760373131 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1760373131], ["username", "billy_06"], ["access_token", "17bd4e50d9ab99fdd633786291ea080d"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:50:28.252935"], ["updated_at", "2015-04-24 23:50:28.252935"]] +  (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" = -1270247965 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1270247965], ["username", "billy_07"], ["access_token", "4bfd113d77a234474512b9e0ab12f64c"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:50:28.254740"], ["updated_at", "2015-04-24 23:50:28.254740"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1877473433 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1877473433], ["username", "billy_08"], ["access_token", "18d22efc5ba5a3625ec3ce4c4b015f65"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:50:28.256692"], ["updated_at", "2015-04-24 23:50:28.256692"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -430470481 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -430470481], ["username", "billy_09"], ["access_token", "ca7d4c9e5b5bb576709ec8ae0beb53f3"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:50:28.258522"], ["updated_at", "2015-04-24 23:50:28.258522"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -559015561 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -559015561], ["username", "billy_10"], ["access_token", "c2b274612814ffe4110e22065c9bbcf6"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:50:28.260320"], ["updated_at", "2015-04-24 23:50:28.260320"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -839852424 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -839852424], ["username", "billy_11"], ["access_token", "d030ba1374ee74379b072ef189e0cc10"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:50:28.262135"], ["updated_at", "2015-04-24 23:50:28.262135"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -514543060 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -514543060], ["username", "billy_12"], ["access_token", "932ea5759dcd5f6cc7838a8ff40a3fc6"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:50:28.263891"], ["updated_at", "2015-04-24 23:50:28.263891"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1057111689 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1057111689], ["username", "billy_13"], ["access_token", "69c37e673f6e631af41d83fb2ff9cbcc"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:50:28.265811"], ["updated_at", "2015-04-24 23:50:28.265811"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1142851474 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1142851474], ["username", "billy_14"], ["access_token", "872cda548af217aa7ecfe6e6fcbcf41c"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:50:28.267774"], ["updated_at", "2015-04-24 23:50:28.267774"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -511782702 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -511782702], ["username", "billy_15"], ["access_token", "7c967e02dcfd7d14a5fd051924378f4d"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:50:28.269797"], ["updated_at", "2015-04-24 23:50:28.269797"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1672099288 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1672099288], ["username", "billy_16"], ["access_token", "b8975754e9fb75ecc442338ff9085fd8"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:50:28.271525"], ["updated_at", "2015-04-24 23:50:28.271525"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -532051944 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -532051944], ["username", "billy_17"], ["access_token", "8de649a2a698650e04c3803f985c5ad8"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:50:28.273540"], ["updated_at", "2015-04-24 23:50:28.273540"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -839372901 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -839372901], ["username", "billy_18"], ["access_token", "4764156e1ff8d2e960cd155fab489153"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:50:28.275713"], ["updated_at", "2015-04-24 23:50:28.275713"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -821640136 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -821640136], ["username", "billy_19"], ["access_token", "a6f71708daa00982660b10170a3e054c"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:50:28.277665"], ["updated_at", "2015-04-24 23:50:28.277665"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1432242253 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1432242253], ["username", "billy_20"], ["access_token", "182fa4bb5b2e1936c151e247bdf2fbb2"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:50:28.279515"], ["updated_at", "2015-04-24 23:50:28.279515"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -462774716 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -462774716], ["username", "billy_21"], ["access_token", "7f3064cc7ff134c68e954b2002ef3477"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:50:28.281355"], ["updated_at", "2015-04-24 23:50:28.281355"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1309019544 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1309019544], ["username", "billy_22"], ["access_token", "9315e816f83b28bcbfe7e6a3c330c9ef"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:50:28.283174"], ["updated_at", "2015-04-24 23:50:28.283174"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -689268907 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -689268907], ["username", "billy_23"], ["access_token", "ff2205371060d45156ee2256561f3421"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:50:28.284923"], ["updated_at", "2015-04-24 23:50:28.284923"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -673014200 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -673014200], ["username", "billy_24"], ["access_token", "94b750f2b43a8965759cac875953f8d3"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:50:28.286744"], ["updated_at", "2015-04-24 23:50:28.286744"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1605196737 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1605196737], ["username", "billy_25"], ["access_token", "be834e9f4be8586e263bf374254c8c7d"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:50:28.288519"], ["updated_at", "2015-04-24 23:50:28.288519"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1421147795 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1421147795], ["username", "billy_26"], ["access_token", "b622cf85b5f31f1b4f206f1a618105bf"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:50:28.290330"], ["updated_at", "2015-04-24 23:50:28.290330"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1784597327 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1784597327], ["username", "billy_27"], ["access_token", "a05def2a714f2698787cbed0850a5a74"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:50:28.292221"], ["updated_at", "2015-04-24 23:50:28.292221"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1689989856 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1689989856], ["username", "billy_28"], ["access_token", "094893a8092a7e745411f066b5a27c0b"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:50:28.294006"], ["updated_at", "2015-04-24 23:50:28.294006"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -573951128 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -573951128], ["username", "billy_29"], ["access_token", "d3df7c895ba21f460dab9313e1a83060"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:50:28.295855"], ["updated_at", "2015-04-24 23:50:28.295855"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1292087769 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1292087769], ["username", "billy_30"], ["access_token", "09e1190fd439249aea9f3d5ee1b9dae8"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:50:28.297669"], ["updated_at", "2015-04-24 23:50:28.297669"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1077254323 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1077254323], ["username", "billy_31"], ["access_token", "791a2d1b8794281b2668c02848879a77"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:50:28.299599"], ["updated_at", "2015-04-24 23:50:28.299599"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1199733488 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1199733488], ["username", "billy_32"], ["access_token", "0e3bb7cfa104b8ff9d39feb2074b60d8"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:50:28.301357"], ["updated_at", "2015-04-24 23:50:28.301357"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -605669681 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -605669681], ["username", "billy_33"], ["access_token", "e6399e163740356763669571118138d8"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:50:28.303291"], ["updated_at", "2015-04-24 23:50:28.303291"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1576019654 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1576019654], ["username", "billy_34"], ["access_token", "03a41fd2c72aea8a12174ed5a19ab82a"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:50:28.305016"], ["updated_at", "2015-04-24 23:50:28.305016"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1936103180 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1936103180], ["username", "billy_35"], ["access_token", "15cda762aebc3da1f0932ee771800888"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:50:28.306780"], ["updated_at", "2015-04-24 23:50:28.306780"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1580847084 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1580847084], ["username", "billy_36"], ["access_token", "79f36b7c6ad8ae9ab01cf4a4bb00569d"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:50:28.308566"], ["updated_at", "2015-04-24 23:50:28.308566"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -726089947 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -726089947], ["username", "billy_37"], ["access_token", "97fac6fc8074e32ecec0d9abd18fdab3"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:50:28.310295"], ["updated_at", "2015-04-24 23:50:28.310295"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -300555014 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -300555014], ["username", "billy_38"], ["access_token", "1d4fd23877597eacc0c4bd2471e5f9d1"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:50:28.312103"], ["updated_at", "2015-04-24 23:50:28.312103"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1439835036 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1439835036], ["username", "billy_39"], ["access_token", "e27d137ebf911ba948ad6697ecbb9d10"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:50:28.313869"], ["updated_at", "2015-04-24 23:50:28.313869"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2012164267 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2012164267], ["username", "billy_40"], ["access_token", "bf4ae867ad94df3945decadb26f3872c"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:50:28.315877"], ["updated_at", "2015-04-24 23:50:28.315877"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2027221344 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2027221344], ["username", "billy_41"], ["access_token", "6587c809f46edf465614427fdfc97639"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:50:28.317688"], ["updated_at", "2015-04-24 23:50:28.317688"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -563135868 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -563135868], ["username", "billy_42"], ["access_token", "69387a32b6b4493b956fcdcbe6b9948e"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:50:28.319515"], ["updated_at", "2015-04-24 23:50:28.319515"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1461524783 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1461524783], ["username", "billy_43"], ["access_token", "72044a229a45bacd5bba032a0746747e"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:50:28.321314"], ["updated_at", "2015-04-24 23:50:28.321314"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -171300879 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -171300879], ["username", "billy_44"], ["access_token", "0046eeaff915a961949491e08b5161da"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:50:28.323099"], ["updated_at", "2015-04-24 23:50:28.323099"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -312602349 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -312602349], ["username", "billy_45"], ["access_token", "ac9398ee49a8c95528fe674ec9e774d7"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:50:28.324886"], ["updated_at", "2015-04-24 23:50:28.324886"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.2ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 +  (0.4ms) rollback transaction +  (0.2ms) 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" = -609536157 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", -609536157], ["username", "jstrav"], ["access_token", "254553466d6459775c391bd590b765fb"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:28.343937"], ["updated_at", "2015-04-24 23:50:28.343937"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736972863 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", -1736972863], ["username", "mary"], ["access_token", "5400143858f1073b20e2803b863df54d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:28.346367"], ["updated_at", "2015-04-24 23:50:28.346367"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1387670071 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1387670071], ["username", "jstead"], ["access_token", "06d0c9670c5c8a6e832a0c9f93ab378e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:28.360600"], ["updated_at", "2015-04-24 23:50:28.360600"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1492055177 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1492055177], ["username", "bigbear"], ["access_token", "a2f008209ee917742aec8116e77318ae"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:28.363639"], ["updated_at", "2015-04-24 23:50:28.363639"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1848610269 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1848610269], ["username", "foo_bb"], ["access_token", "d36f236538c1a48314c291e52b9eb047"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2015-04-24 23:50:28.365530"], ["updated_at", "2015-04-24 23:50:28.365530"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2036533591 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2036533591], ["username", "foo_bj"], ["access_token", "cd2e9fd995eafec23a8e2ce77cfdf9b7"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2015-04-24 23:50:28.367491"], ["updated_at", "2015-04-24 23:50:28.367491"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1261146911 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1261146911], ["username", "foo_tj"], ["access_token", "8d1e66d8f0c4f3368eded06a02343777"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2015-04-24 23:50:28.369451"], ["updated_at", "2015-04-24 23:50:28.369451"]] +  (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.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1283397361 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", -1283397361], ["username", "jstrav"], ["access_token", "167021398f6f48144d52bef3a332dafb"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:28.378332"], ["updated_at", "2015-04-24 23:50:28.378332"]] +  (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" = -203832886 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", -203832886], ["username", "mary"], ["access_token", "f84eb02daa5dd24b30a1d6b33935d61c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:28.380557"], ["updated_at", "2015-04-24 23:50:28.380557"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -19628461 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -19628461], ["username", "jstead"], ["access_token", "4269cf4a73eb77600f75881738581552"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:28.382727"], ["updated_at", "2015-04-24 23:50:28.382727"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2043488162 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2043488162], ["username", "bigbear"], ["access_token", "c852e060758853bbdd10a04ce425dff5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:28.384694"], ["updated_at", "2015-04-24 23:50:28.384694"]] +  (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" = -1972930012 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1972930012], ["username", "billy_00"], ["access_token", "ca8267e4d44ed2b408b9395614ab2efa"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:50:28.386633"], ["updated_at", "2015-04-24 23:50:28.386633"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -122327496 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -122327496], ["username", "billy_01"], ["access_token", "f0f09665b39380d8eded0dcda1a4f88b"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:50:28.388456"], ["updated_at", "2015-04-24 23:50:28.388456"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1652454085 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1652454085], ["username", "billy_02"], ["access_token", "d2a73713da4f95fdfb38fe8127115dee"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:50:28.390329"], ["updated_at", "2015-04-24 23:50:28.390329"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1987011113 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1987011113], ["username", "billy_03"], ["access_token", "6d27eb45255917926d6f6bf7de4088eb"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:50:28.392135"], ["updated_at", "2015-04-24 23:50:28.392135"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1478154100 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1478154100], ["username", "billy_04"], ["access_token", "752ed03073193bc7ef9a34b1b41bcad7"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:50:28.394030"], ["updated_at", "2015-04-24 23:50:28.394030"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -26604168 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -26604168], ["username", "billy_05"], ["access_token", "c849d3a9115c2110bf0df08b748f74b8"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:50:28.396000"], ["updated_at", "2015-04-24 23:50:28.396000"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1692762566 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1692762566], ["username", "billy_06"], ["access_token", "275119a559aa1d9d48cf89dd6f78d47a"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:50:28.397925"], ["updated_at", "2015-04-24 23:50:28.397925"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2029103265 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2029103265], ["username", "billy_07"], ["access_token", "9a1535df924decb10ae71eb991251659"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:50:28.399863"], ["updated_at", "2015-04-24 23:50:28.399863"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -118191615 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -118191615], ["username", "billy_08"], ["access_token", "3e120bf82fc047ec7987a171d5bd97bb"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:50:28.402117"], ["updated_at", "2015-04-24 23:50:28.402117"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2088860481 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2088860481], ["username", "billy_09"], ["access_token", "ee1768c3bfe13ec90090ad0aa733e4b6"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:50:28.403974"], ["updated_at", "2015-04-24 23:50:28.403974"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -794426724 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -794426724], ["username", "billy_10"], ["access_token", "435463e10e91e1a86847699f320abd5b"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:50:28.405874"], ["updated_at", "2015-04-24 23:50:28.405874"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2069770960 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2069770960], ["username", "billy_11"], ["access_token", "f9dd314e53ebe148857f98bd681c2ec4"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:50:28.407770"], ["updated_at", "2015-04-24 23:50:28.407770"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1015397784 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1015397784], ["username", "billy_12"], ["access_token", "1a9bba8399d306475995cfe7fb9447b7"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:50:28.409630"], ["updated_at", "2015-04-24 23:50:28.409630"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -184892334 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -184892334], ["username", "billy_13"], ["access_token", "d8065083409da2acb3d07f8a32531d4e"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:50:28.411582"], ["updated_at", "2015-04-24 23:50:28.411582"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1182848510 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1182848510], ["username", "billy_14"], ["access_token", "225df1151d092a05504ecf41474c4123"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:50:28.413736"], ["updated_at", "2015-04-24 23:50:28.413736"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2116919910 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2116919910], ["username", "billy_15"], ["access_token", "8fd29f19488441cd5006904cdfbb0693"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:50:28.416642"], ["updated_at", "2015-04-24 23:50:28.416642"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1916674264 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1916674264], ["username", "billy_16"], ["access_token", "dd7cd3f7fcba8d1cb778ac4c34f2c1ae"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:50:28.419136"], ["updated_at", "2015-04-24 23:50:28.419136"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1295240766 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1295240766], ["username", "billy_17"], ["access_token", "7760c4d9faa197738b665a463ab90b05"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:50:28.420966"], ["updated_at", "2015-04-24 23:50:28.420966"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -162235646 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -162235646], ["username", "billy_18"], ["access_token", "edb88f560a35ad2ff30453394ba06e49"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:50:28.422810"], ["updated_at", "2015-04-24 23:50:28.422810"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1999596575 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1999596575], ["username", "billy_19"], ["access_token", "63300526e9a7b502f0cac49d7eed0606"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:50:28.424883"], ["updated_at", "2015-04-24 23:50:28.424883"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1085988833 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1085988833], ["username", "billy_20"], ["access_token", "8ac535f2600946b0b50fb73912ecb3ae"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:50:28.426697"], ["updated_at", "2015-04-24 23:50:28.426697"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -238265232 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -238265232], ["username", "billy_21"], ["access_token", "23895c3437194b96505e4aeafb1b792a"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:50:28.428588"], ["updated_at", "2015-04-24 23:50:28.428588"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1484735933 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1484735933], ["username", "billy_22"], ["access_token", "bbe87ad76ac5ee8f6c48bd6de49639af"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:50:28.430376"], ["updated_at", "2015-04-24 23:50:28.430376"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -895101202 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -895101202], ["username", "billy_23"], ["access_token", "b92339da44a2d40e3b44602b9b9b34a8"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:50:28.432218"], ["updated_at", "2015-04-24 23:50:28.432218"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -98215377 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -98215377], ["username", "billy_24"], ["access_token", "33388463948894a43045abdc24d8aab7"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:50:28.434129"], ["updated_at", "2015-04-24 23:50:28.434129"]] +  (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" = -942504086 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -942504086], ["username", "billy_25"], ["access_token", "4e6bebd5187f8b63adad7fc101c71e86"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:50:28.436112"], ["updated_at", "2015-04-24 23:50:28.436112"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1594766283 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1594766283], ["username", "billy_26"], ["access_token", "3f521cefba5f9834c996a6b89337c79d"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:50:28.438234"], ["updated_at", "2015-04-24 23:50:28.438234"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1540827904 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1540827904], ["username", "billy_27"], ["access_token", "e44d756d965e933d3f186e90aa69dd0f"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:50:28.440234"], ["updated_at", "2015-04-24 23:50:28.440234"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -618670778 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -618670778], ["username", "billy_28"], ["access_token", "63773ce342b178956e178b9064d25a2a"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:50:28.442259"], ["updated_at", "2015-04-24 23:50:28.442259"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1216795596 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1216795596], ["username", "billy_29"], ["access_token", "9b2e8cf3b5b72792e8b04e46df0b2c16"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:50:28.444274"], ["updated_at", "2015-04-24 23:50:28.444274"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -395174123 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -395174123], ["username", "billy_30"], ["access_token", "3761e535619436be94adacaeedfdc6f4"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:50:28.446769"], ["updated_at", "2015-04-24 23:50:28.446769"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1752224250 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1752224250], ["username", "billy_31"], ["access_token", "9a92825417e0782ce5d247083fea62bf"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:50:28.449015"], ["updated_at", "2015-04-24 23:50:28.449015"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1619533418 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1619533418], ["username", "billy_32"], ["access_token", "1228dec2a045ef3e8645983edd7e9cfc"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:50:28.451155"], ["updated_at", "2015-04-24 23:50:28.451155"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -819058149 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -819058149], ["username", "billy_33"], ["access_token", "9f8bed0e38ff8b129eeeabf7baeee9b3"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:50:28.453133"], ["updated_at", "2015-04-24 23:50:28.453133"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2089124820 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2089124820], ["username", "billy_34"], ["access_token", "8a958d5fe426391952ea7a7a3d0cd203"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:50:28.455221"], ["updated_at", "2015-04-24 23:50:28.455221"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -800450830 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -800450830], ["username", "billy_35"], ["access_token", "d500ca19f35d65f2f8f9e4cb3e470258"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:50:28.457187"], ["updated_at", "2015-04-24 23:50:28.457187"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1335176814 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1335176814], ["username", "billy_36"], ["access_token", "d6a4ecd3078c6c8ca3cc9246e8c153ce"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:50:28.459149"], ["updated_at", "2015-04-24 23:50:28.459149"]] +  (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" = -1953100813 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1953100813], ["username", "billy_37"], ["access_token", "3a926d93660908def9187196d01e54c3"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:50:28.461145"], ["updated_at", "2015-04-24 23:50:28.461145"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1945654432 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1945654432], ["username", "billy_38"], ["access_token", "c5a67f9c16f5c70d0554b0eb4b96685d"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:50:28.463283"], ["updated_at", "2015-04-24 23:50:28.463283"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1661456192 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1661456192], ["username", "billy_39"], ["access_token", "b2abbafb65cca7f25bedb100c6c00de3"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:50:28.465373"], ["updated_at", "2015-04-24 23:50:28.465373"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -353683086 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -353683086], ["username", "billy_40"], ["access_token", "2dec2b671f2ff1db4291aa2aa257178f"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:50:28.467397"], ["updated_at", "2015-04-24 23:50:28.467397"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1698862980 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1698862980], ["username", "billy_41"], ["access_token", "9ec5b8ed69d63ec7d2850e2e512036f4"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:50:28.469527"], ["updated_at", "2015-04-24 23:50:28.469527"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -139838061 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -139838061], ["username", "billy_42"], ["access_token", "3ac55dce76f5a78d97641121d5cb86ba"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:50:28.471819"], ["updated_at", "2015-04-24 23:50:28.471819"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -17882369 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -17882369], ["username", "billy_43"], ["access_token", "e627fe22c636f1d6f81b30a9f0f34899"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:50:28.474673"], ["updated_at", "2015-04-24 23:50:28.474673"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -76077528 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -76077528], ["username", "billy_44"], ["access_token", "a4cb293bc01faaaedcd40855bef67596"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:50:28.476760"], ["updated_at", "2015-04-24 23:50:28.476760"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2039674599 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2039674599], ["username", "billy_45"], ["access_token", "69de3ebb4d16c660040cf579f1c41cc5"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:50:28.478662"], ["updated_at", "2015-04-24 23:50:28.478662"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1708491778 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1708491778], ["username", "billy_46"], ["access_token", "fd67a14b3011d2685d992dd90fbf2a18"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:50:28.480627"], ["updated_at", "2015-04-24 23:50:28.480627"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1488495878 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1488495878], ["username", "billy_47"], ["access_token", "d759eca9c8c904ec41770f6f18bf7277"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:50:28.482537"], ["updated_at", "2015-04-24 23:50:28.482537"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1191865024 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1191865024], ["username", "billy_48"], ["access_token", "2586431c9bcbd5ccfb9eeba13c1ebdd9"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:50:28.484671"], ["updated_at", "2015-04-24 23:50:28.484671"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -967028034 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -967028034], ["username", "billy_49"], ["access_token", "0bb4ef7896dcdd72d220cdc8dd9ac58e"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:50:28.486559"], ["updated_at", "2015-04-24 23:50:28.486559"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.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" = -619973765 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", -619973765], ["username", "jstrav"], ["access_token", "d4b694d1166ca77622c1a8580764d2f1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:28.494609"], ["updated_at", "2015-04-24 23:50:28.494609"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1705712921 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", -1705712921], ["username", "mary"], ["access_token", "3447c437f36fb777ed28d517b04c7c0a"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:28.497053"], ["updated_at", "2015-04-24 23:50:28.497053"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1210608417 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1210608417], ["username", "jstead"], ["access_token", "ab614abe6aa1a26d7894a7ce953263b5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:28.499255"], ["updated_at", "2015-04-24 23:50:28.499255"]] +  (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" = -177988506 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -177988506], ["username", "bigbear"], ["access_token", "f6546a05d4e232cc872f3386c2f555b5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:28.501311"], ["updated_at", "2015-04-24 23:50:28.501311"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2037101686 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2037101686], ["username", "billy_00"], ["access_token", "73c2ed7242034b8a4b297f674d6ca76e"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:50:28.503400"], ["updated_at", "2015-04-24 23:50:28.503400"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1173399210 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1173399210], ["username", "billy_01"], ["access_token", "df68a0734cfca5864f98dd77977a8b1a"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:50:28.505553"], ["updated_at", "2015-04-24 23:50:28.505553"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -509443284 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -509443284], ["username", "billy_02"], ["access_token", "bf6cc6a174b521a56d97b75c5f71b5f0"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:50:28.507570"], ["updated_at", "2015-04-24 23:50:28.507570"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -600027133 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -600027133], ["username", "billy_03"], ["access_token", "a4e2318bc0f6697783363bdbacb86ffc"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:50:28.509671"], ["updated_at", "2015-04-24 23:50:28.509671"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1811392499 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1811392499], ["username", "billy_04"], ["access_token", "b6d30cdd985ae6261a94cf63a8853e16"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:50:28.511621"], ["updated_at", "2015-04-24 23:50:28.511621"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1356585992 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1356585992], ["username", "billy_05"], ["access_token", "f213873c16a401b612ca6046a9b38064"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:50:28.513510"], ["updated_at", "2015-04-24 23:50:28.513510"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1995990948 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1995990948], ["username", "billy_06"], ["access_token", "b18b2ad3e9a368fc69c7d17a1ce11819"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:50:28.515483"], ["updated_at", "2015-04-24 23:50:28.515483"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -636613569 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -636613569], ["username", "billy_07"], ["access_token", "9400245d8c11cbdfe9b5525928e9f6aa"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:50:28.517556"], ["updated_at", "2015-04-24 23:50:28.517556"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -334748659 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -334748659], ["username", "billy_08"], ["access_token", "5e275ef2fcf740708bf89654bb80a2e7"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:50:28.519568"], ["updated_at", "2015-04-24 23:50:28.519568"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -49931939 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -49931939], ["username", "billy_09"], ["access_token", "11f9810cc72dd4f266709d2712245c87"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:50:28.521891"], ["updated_at", "2015-04-24 23:50:28.521891"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -720900209 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -720900209], ["username", "billy_10"], ["access_token", "02b54e1134d0169613f2ee5b68173e82"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:50:28.523843"], ["updated_at", "2015-04-24 23:50:28.523843"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -744831776 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -744831776], ["username", "billy_11"], ["access_token", "8ee8b275f3e427ab8480b8ebb32ecd72"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:50:28.525989"], ["updated_at", "2015-04-24 23:50:28.525989"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1836212794 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1836212794], ["username", "billy_12"], ["access_token", "53511efd0df6f19203406c08dc96b69c"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:50:28.528130"], ["updated_at", "2015-04-24 23:50:28.528130"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2068761609 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2068761609], ["username", "billy_13"], ["access_token", "cddf1fbbef2865993018c176a0667510"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:50:28.530300"], ["updated_at", "2015-04-24 23:50:28.530300"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -432894526 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -432894526], ["username", "billy_14"], ["access_token", "6e1fe2eedafc6f4e107fdeda93a131ef"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:50:28.533394"], ["updated_at", "2015-04-24 23:50:28.533394"]] +  (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" = -1313999662 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1313999662], ["username", "billy_15"], ["access_token", "f28f34e882f45c3b3c6b9a2412916112"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:50:28.535572"], ["updated_at", "2015-04-24 23:50:28.535572"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -524901123 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -524901123], ["username", "billy_16"], ["access_token", "0740b05991c25156499cf81803895181"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:50:28.537424"], ["updated_at", "2015-04-24 23:50:28.537424"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1759906046 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1759906046], ["username", "billy_17"], ["access_token", "4789086cb9ac8bebe13cf84a1617da10"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:50:28.539246"], ["updated_at", "2015-04-24 23:50:28.539246"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -303343108 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -303343108], ["username", "billy_18"], ["access_token", "f378901d056bd7db4dc0d89eff41742e"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:50:28.541119"], ["updated_at", "2015-04-24 23:50:28.541119"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -46151882 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -46151882], ["username", "billy_19"], ["access_token", "a92771f2c58a867af3986160cb5ac674"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:50:28.543119"], ["updated_at", "2015-04-24 23:50:28.543119"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -104251051 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -104251051], ["username", "billy_20"], ["access_token", "d8e4104c0606e5c665d8de65f2818237"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:50:28.545106"], ["updated_at", "2015-04-24 23:50:28.545106"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -912671547 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -912671547], ["username", "billy_21"], ["access_token", "eda22b561fee0642a75f19227599f862"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:50:28.546943"], ["updated_at", "2015-04-24 23:50:28.546943"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -119477656 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -119477656], ["username", "billy_22"], ["access_token", "64b3262345210781ca38fbe30cb21306"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:50:28.548907"], ["updated_at", "2015-04-24 23:50:28.548907"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1756224785 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1756224785], ["username", "billy_23"], ["access_token", "e7ff98fd4720b7dd54b90af387518346"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:50:28.550787"], ["updated_at", "2015-04-24 23:50:28.550787"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1181938809 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1181938809], ["username", "billy_24"], ["access_token", "cd9ea03313dba4f64fc6083593287060"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:50:28.552687"], ["updated_at", "2015-04-24 23:50:28.552687"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1069676086 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1069676086], ["username", "billy_25"], ["access_token", "3303b2b0b7f623588dd0dc1564f82790"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:50:28.554699"], ["updated_at", "2015-04-24 23:50:28.554699"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2006321340 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2006321340], ["username", "billy_26"], ["access_token", "27f14a6d3b38c4fdc94c0fcbe378416a"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:50:28.556771"], ["updated_at", "2015-04-24 23:50:28.556771"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1476996589 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1476996589], ["username", "billy_27"], ["access_token", "f98452e19c459e1596b6a341519b1b34"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:50:28.558634"], ["updated_at", "2015-04-24 23:50:28.558634"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -41001891 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -41001891], ["username", "billy_28"], ["access_token", "78d7dd7e1fc343c391d155ef527f61d5"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:50:28.560758"], ["updated_at", "2015-04-24 23:50:28.560758"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -64811633 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -64811633], ["username", "billy_29"], ["access_token", "160f3ef49dd1daab7d10b5c0adfefddc"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:50:28.562741"], ["updated_at", "2015-04-24 23:50:28.562741"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1022740483 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1022740483], ["username", "billy_30"], ["access_token", "620fbf68168788633954837bc2cd2f9e"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:50:28.564993"], ["updated_at", "2015-04-24 23:50:28.564993"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -553295321 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -553295321], ["username", "billy_31"], ["access_token", "d2bec9ae876c0983fc0a2b912ea79289"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:50:28.567292"], ["updated_at", "2015-04-24 23:50:28.567292"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -814078648 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -814078648], ["username", "billy_32"], ["access_token", "86314be443bde8de0d705e8571db0f35"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:50:28.569516"], ["updated_at", "2015-04-24 23:50:28.569516"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1749780079 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1749780079], ["username", "billy_33"], ["access_token", "5c0e7a9fd2500c8a3b8bf9779b278c70"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:50:28.571629"], ["updated_at", "2015-04-24 23:50:28.571629"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1661700436 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1661700436], ["username", "billy_34"], ["access_token", "8c0b727de388e516f8e61faf292f2678"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:50:28.573794"], ["updated_at", "2015-04-24 23:50:28.573794"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -598016142 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -598016142], ["username", "billy_35"], ["access_token", "3a5ab5593d3d8945281db32ca645dc86"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:50:28.575711"], ["updated_at", "2015-04-24 23:50:28.575711"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -67014929 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -67014929], ["username", "billy_36"], ["access_token", "869c7747d18376e31a208de1aed55fe2"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:50:28.577965"], ["updated_at", "2015-04-24 23:50:28.577965"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1327945994 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1327945994], ["username", "billy_37"], ["access_token", "a11755ad19a1132378a78a5196b9e47d"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:50:28.580246"], ["updated_at", "2015-04-24 23:50:28.580246"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -376475986 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -376475986], ["username", "billy_38"], ["access_token", "6ce3d2cad6b66b58c75d5353f6014b75"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:50:28.582236"], ["updated_at", "2015-04-24 23:50:28.582236"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -776589742 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -776589742], ["username", "billy_39"], ["access_token", "45bdfc999b99890b091edcbd00743d4b"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:50:28.584413"], ["updated_at", "2015-04-24 23:50:28.584413"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -876501515 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -876501515], ["username", "billy_40"], ["access_token", "91381bfc33ab42731cc1c2d1e5e18ab7"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:50:28.586390"], ["updated_at", "2015-04-24 23:50:28.586390"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1794077098 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1794077098], ["username", "billy_41"], ["access_token", "8ca834393c7bbdb3e40e077ccaebc0fd"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:50:28.588461"], ["updated_at", "2015-04-24 23:50:28.588461"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1727075936 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1727075936], ["username", "billy_42"], ["access_token", "dab5810004424a45e2440f4bcea501ff"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:50:28.590344"], ["updated_at", "2015-04-24 23:50:28.590344"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2098270650 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2098270650], ["username", "billy_43"], ["access_token", "8660cb7724091d8453ca506e46510fba"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:50:28.592285"], ["updated_at", "2015-04-24 23:50:28.592285"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2096634584 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2096634584], ["username", "billy_44"], ["access_token", "507be0d18e4c66a76866326215f40843"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:50:28.594055"], ["updated_at", "2015-04-24 23:50:28.594055"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -91290003 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -91290003], ["username", "billy_45"], ["access_token", "01889e4fab1b5b6445ea449079d909f1"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:50:28.596057"], ["updated_at", "2015-04-24 23:50:28.596057"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2129210208 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2129210208], ["username", "billy_46"], ["access_token", "4063c66b9ebaba125058b7b6e5e1e683"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:50:28.597852"], ["updated_at", "2015-04-24 23:50:28.597852"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1093224050 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1093224050], ["username", "billy_47"], ["access_token", "55d235d366d85e82ba4beabb73e73731"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:50:28.599633"], ["updated_at", "2015-04-24 23:50:28.599633"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1594683677 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1594683677], ["username", "billy_48"], ["access_token", "0b7ae81759ede2153d2d5e7fe954b43a"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:50:28.601364"], ["updated_at", "2015-04-24 23:50:28.601364"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -97105977 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -97105977], ["username", "billy_49"], ["access_token", "74ad8369181e2a69156bec62c6ea2691"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:50:28.603172"], ["updated_at", "2015-04-24 23:50:28.603172"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -257821545 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", -257821545], ["username", "jstrav"], ["access_token", "cbd0d57dc4543be67274563093ecab45"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:50:28.611134"], ["updated_at", "2015-04-24 23:50:28.611134"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -274042955 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", -274042955], ["username", "mary"], ["access_token", "c4671fdfba8f059ee51f675eb776fad7"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:50:28.613581"], ["updated_at", "2015-04-24 23:50:28.613581"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -997314824 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -997314824], ["username", "jstead"], ["access_token", "bcd18bb0c832bf50b7c17c38f120223e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:50:28.615717"], ["updated_at", "2015-04-24 23:50:28.615717"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1068842511 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1068842511], ["username", "bigbear"], ["access_token", "238499666b19059f89023ffdde65ac53"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:50:28.617571"], ["updated_at", "2015-04-24 23:50:28.617571"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -152320468 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -152320468], ["username", "billy_00"], ["access_token", "4f8225367560ac798d899fe51b70a6e8"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:50:28.619424"], ["updated_at", "2015-04-24 23:50:28.619424"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1924869424 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1924869424], ["username", "billy_01"], ["access_token", "f90b6bc64b0734270c88e2303d53ee3f"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:50:28.621186"], ["updated_at", "2015-04-24 23:50:28.621186"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1759501117 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1759501117], ["username", "billy_02"], ["access_token", "a8cca854e03067681e95cec1349961c7"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:50:28.623063"], ["updated_at", "2015-04-24 23:50:28.623063"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1129853462 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1129853462], ["username", "billy_03"], ["access_token", "1dd69f9503713e3fae85823bc38f366f"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:50:28.624795"], ["updated_at", "2015-04-24 23:50:28.624795"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -215314629 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -215314629], ["username", "billy_04"], ["access_token", "ba4a5a9f2efe52c75bd8c4c4bdbcdcd0"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:50:28.626642"], ["updated_at", "2015-04-24 23:50:28.626642"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1769832903 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1769832903], ["username", "billy_05"], ["access_token", "66da200a9125493284dcd442988e37c3"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:50:28.628432"], ["updated_at", "2015-04-24 23:50:28.628432"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -796634631 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -796634631], ["username", "billy_06"], ["access_token", "510c8bd4b0385e71e3e93a41aa801512"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:50:28.630224"], ["updated_at", "2015-04-24 23:50:28.630224"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1876048832 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1876048832], ["username", "billy_07"], ["access_token", "f9198ab79f7092171edafb1dea877b11"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:50:28.632061"], ["updated_at", "2015-04-24 23:50:28.632061"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1447481015 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1447481015], ["username", "billy_08"], ["access_token", "77ae6b2f39abea1c72157ac01db12efc"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:50:28.634068"], ["updated_at", "2015-04-24 23:50:28.634068"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -434423912 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -434423912], ["username", "billy_09"], ["access_token", "4982d8840780c4b03dccb66d4f9e4861"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:50:28.635983"], ["updated_at", "2015-04-24 23:50:28.635983"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -317905474 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -317905474], ["username", "billy_10"], ["access_token", "9862257596fd1507d46e4ec75dfc4f85"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:50:28.637703"], ["updated_at", "2015-04-24 23:50:28.637703"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1339313941 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1339313941], ["username", "billy_11"], ["access_token", "bdb493ed163fbe9e8be64382150dd8e3"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:50:28.639591"], ["updated_at", "2015-04-24 23:50:28.639591"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1612732667 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1612732667], ["username", "billy_12"], ["access_token", "d39eda380823fa95e5b5693b6a60c4dd"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:50:28.641301"], ["updated_at", "2015-04-24 23:50:28.641301"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1926788929 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1926788929], ["username", "billy_13"], ["access_token", "1212671f529464ffe5f1dc7bd02855bb"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:50:28.643050"], ["updated_at", "2015-04-24 23:50:28.643050"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2120442526 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2120442526], ["username", "billy_14"], ["access_token", "9fbe51b6883dfc326dedba79c6fcd140"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:50:28.644993"], ["updated_at", "2015-04-24 23:50:28.644993"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1150795811 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1150795811], ["username", "billy_15"], ["access_token", "533140bf1d872f29bb363b31dd4dfb6a"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:50:28.646866"], ["updated_at", "2015-04-24 23:50:28.646866"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.3ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -119797124 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", -119797124], ["username", "billy_16"], ["access_token", "b8ff464eb5d350d9250e4d0f4178e2e8"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:50:28.649720"], ["updated_at", "2015-04-24 23:50:28.649720"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -754427721 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -754427721], ["username", "billy_17"], ["access_token", "d218f2d38b78ac99adc5eef8c8f7a303"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:50:28.651801"], ["updated_at", "2015-04-24 23:50:28.651801"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -754848374 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -754848374], ["username", "billy_18"], ["access_token", "afd501a92b92040db46bbc2a99f067c4"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:50:28.653619"], ["updated_at", "2015-04-24 23:50:28.653619"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1251780851 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1251780851], ["username", "billy_19"], ["access_token", "6c1d3c70d3da68f2a018ca58ed7e22e1"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:50:28.655388"], ["updated_at", "2015-04-24 23:50:28.655388"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1984591862 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1984591862], ["username", "billy_20"], ["access_token", "dfedaa8ed3acc6d72c1badbda024e3e3"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:50:28.657094"], ["updated_at", "2015-04-24 23:50:28.657094"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -600735605 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -600735605], ["username", "billy_21"], ["access_token", "3650aacc572a5361b36912833c74e040"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:50:28.658830"], ["updated_at", "2015-04-24 23:50:28.658830"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -941190418 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -941190418], ["username", "billy_22"], ["access_token", "81f11d1e21f9160adc3dae1be9a4f6cb"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:50:28.660611"], ["updated_at", "2015-04-24 23:50:28.660611"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55566006 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -55566006], ["username", "billy_23"], ["access_token", "5eea386f023d99fe3c22abde96742b25"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:50:28.662397"], ["updated_at", "2015-04-24 23:50:28.662397"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -100693995 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -100693995], ["username", "billy_24"], ["access_token", "877746a2a22e68c9aa74c786fdbe576d"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:50:28.664141"], ["updated_at", "2015-04-24 23:50:28.664141"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -973835751 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -973835751], ["username", "billy_25"], ["access_token", "48a1406a5f51b847cbb6f05d5e5401e6"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:50:28.665968"], ["updated_at", "2015-04-24 23:50:28.665968"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -250849886 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -250849886], ["username", "billy_26"], ["access_token", "c4a8cc474d8ccb8f553067fae4f50bc3"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:50:28.667731"], ["updated_at", "2015-04-24 23:50:28.667731"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1035094406 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1035094406], ["username", "billy_27"], ["access_token", "d1ea6440c6378567ee9bb445f2cea2eb"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:50:28.669491"], ["updated_at", "2015-04-24 23:50:28.669491"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1420640412 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1420640412], ["username", "billy_28"], ["access_token", "4ffcb657f8d111f477be67feab52bf5a"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:50:28.671292"], ["updated_at", "2015-04-24 23:50:28.671292"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1202710275 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1202710275], ["username", "billy_29"], ["access_token", "7e9cf2a3799137ca38032bcb81649292"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:50:28.673162"], ["updated_at", "2015-04-24 23:50:28.673162"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -624065368 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -624065368], ["username", "billy_30"], ["access_token", "0341cf1d552cb299cff3be09e0672457"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:50:28.675077"], ["updated_at", "2015-04-24 23:50:28.675077"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1723537005 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1723537005], ["username", "billy_31"], ["access_token", "1b3db61fc98f22f7b077673c84cc3107"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:50:28.676914"], ["updated_at", "2015-04-24 23:50:28.676914"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1223479770 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1223479770], ["username", "billy_32"], ["access_token", "9d54529acb35e8d7372a41ec6cfe2f09"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:50:28.678741"], ["updated_at", "2015-04-24 23:50:28.678741"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -902471717 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -902471717], ["username", "billy_33"], ["access_token", "121d82fe49eb1d52ef07f2730687a768"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:50:28.680482"], ["updated_at", "2015-04-24 23:50:28.680482"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -219209246 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -219209246], ["username", "billy_34"], ["access_token", "7ca2d85813a22a710dd7dc70001733f2"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:50:28.682241"], ["updated_at", "2015-04-24 23:50:28.682241"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -43316372 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -43316372], ["username", "billy_35"], ["access_token", "5982c89eed2554c42838ef6da3cbdb8d"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:50:28.684087"], ["updated_at", "2015-04-24 23:50:28.684087"]] +  (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" = -718472232 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -718472232], ["username", "billy_36"], ["access_token", "e95843574ec70a596da037ce1e756514"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:50:28.685866"], ["updated_at", "2015-04-24 23:50:28.685866"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -800372881 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -800372881], ["username", "billy_37"], ["access_token", "2a54d60df5f0936afe14056f19d93d80"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:50:28.687785"], ["updated_at", "2015-04-24 23:50:28.687785"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -362404603 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -362404603], ["username", "billy_38"], ["access_token", "03ec18af22b6dfceb457efa75600c06b"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:50:28.689546"], ["updated_at", "2015-04-24 23:50:28.689546"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1713959458 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1713959458], ["username", "billy_39"], ["access_token", "143015985c95ae04ff4afa6d9fa4198f"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:50:28.691267"], ["updated_at", "2015-04-24 23:50:28.691267"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1413053935 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1413053935], ["username", "billy_40"], ["access_token", "68d4e65cbb2277d06405a244fe82ca64"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:50:28.693097"], ["updated_at", "2015-04-24 23:50:28.693097"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -473733465 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -473733465], ["username", "billy_41"], ["access_token", "5d22b53b401b5a19dbdb121525809ba5"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:50:28.694988"], ["updated_at", "2015-04-24 23:50:28.694988"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -242358044 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -242358044], ["username", "billy_42"], ["access_token", "6419cbc833c58dfc86e84520c62194f8"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:50:28.696709"], ["updated_at", "2015-04-24 23:50:28.696709"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -485300839 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -485300839], ["username", "billy_43"], ["access_token", "8f58f4dcf84d4dd29d035c879c90d9c2"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:50:28.698536"], ["updated_at", "2015-04-24 23:50:28.698536"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1671371306 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1671371306], ["username", "billy_44"], ["access_token", "85f5631a82418d968d34126894defa7d"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:50:28.700295"], ["updated_at", "2015-04-24 23:50:28.700295"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1215699812 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1215699812], ["username", "billy_45"], ["access_token", "42fd0cad6b8e7d03f9bfb6f548c38999"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:50:28.702038"], ["updated_at", "2015-04-24 23:50:28.702038"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1463193682 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1463193682], ["username", "billy_46"], ["access_token", "876829d7a4f3cc1c7100a26b03b8478f"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:50:28.703829"], ["updated_at", "2015-04-24 23:50:28.703829"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -991553114 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -991553114], ["username", "billy_47"], ["access_token", "edaf01fe1a6b8ad30fcc96f0bab659e1"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:50:28.705570"], ["updated_at", "2015-04-24 23:50:28.705570"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -697863781 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -697863781], ["username", "billy_48"], ["access_token", "6170c032d625d5d87e83ccb824a01862"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:50:28.707256"], ["updated_at", "2015-04-24 23:50:28.707256"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -807801625 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -807801625], ["username", "billy_49"], ["access_token", "0e04341da912822dd1b5caa9e30052ed"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:50:28.709019"], ["updated_at", "2015-04-24 23:50:28.709019"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2015-04-24 23:50:28.727995"], ["updated_at", "2015-04-24 23:50:28.727995"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2015-04-24 23:50:28.729829"], ["updated_at", "2015-04-24 23:50:28.729829"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2015-04-24 23:50:28.731713"], ["updated_at", "2015-04-24 23:50:28.731713"]] +  (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" = 2 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2015-04-24 23:50:28.733661"], ["updated_at", "2015-04-24 23:50:28.733661"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 4 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Container Group"], ["openstax_uid", 4], ["created_at", "2015-04-24 23:50:28.735237"], ["updated_at", "2015-04-24 23:50:28.735237"]] +  (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.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2015-04-24 23:50:28.741616"], ["updated_at", "2015-04-24 23:50:28.741616"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupNesting Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 + 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-04-24 23:50:28.743595"], ["updated_at", "2015-04-24 23:50:28.743595"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_groups" + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 2], ["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 4], ["id", 1]] +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:50:28 -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-04-24 18:50:28 -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-04-24 23:50:28.816755"], ["updated_at", "2015-04-24 23:50:28.816755"]] +  (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-04-24 23:50:28.818857"], ["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.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 + 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-04-24 23:50:28.823103"], ["updated_at", "2015-04-24 23:50:28.823103"]] + 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-04-24 23:50:28.824633"], ["updated_at", "2015-04-24 23:50:28.824633"]] + 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-04-24 23:50:28.826340"], ["updated_at", "2015-04-24 23:50:28.826340"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:50:28 -0500 +Processing by OauthController#token as */* + Parameters: {"grant_type"=>"client_credentials"} +Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) +Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2015-04-24 18:50:28 -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-04-24 18:50:28 -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-04-24 18:50:28 -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.1ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::GroupOwner Load (0.0ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 3]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."id" = ? [["id", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 3]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) DELETE FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."id" = ? [["id", 2]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 3]] + OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = ? ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 [["openstax_uid", 2]] + OpenStax::Accounts::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-04-24 23:50:28.882927"], ["updated_at", "2015-04-24 23:50:28.882927"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = 2 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 +  (0.1ms) 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-04-24 23:50:28.887957"], ["updated_at", "2015-04-24 23:50:28.887957"]] +  (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-04-24 23:50:28.896561"], ["updated_at", "2015-04-24 23:50:28.896561"]] +  (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-04-24 18:50:28 -0500 +Processing by OauthController#token as */* + Parameters: {"grant_type"=>"client_credentials"} +Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) +Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2015-04-24 18:50:28 -0500 +Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 + Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]] +  (0.6ms) rollback transaction +  (0.3ms) begin transaction +  (0.1ms) 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", "10cadca22dae671d786f041c061bb8e6"], ["access_token", "ef34d1d50a2a403b1bb1991e12130950"], ["openstax_uid", 1], ["created_at", "2015-04-24 23:50:28.938305"], ["updated_at", "2015-04-24 23:50:28.938305"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2015-04-24 23:50:28.946548"], ["updated_at", "2015-04-24 23:50:28.946548"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "76356d"]] + 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" = '76356d' LIMIT 1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."access_token" IS NULL LIMIT 1 +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("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-04-24 23:50:28.968015"], ["updated_at", "2015-04-24 23:50:28.968015"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:50:28 -0500 +Processing by OauthController#token as */* + Parameters: {"grant_type"=>"client_credentials"} +Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) +Started POST "/api/dummy?test=true" for 127.0.0.1 at 2015-04-24 18:50:28 -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-04-24 23:50:28.987987"], ["updated_at", "2015-04-24 23:50:28.987987"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:50:28 -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-04-24 18:50:29 -0500 +Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 +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.2ms) 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-04-24 23:50:29.006907"], ["updated_at", "2015-04-24 23:50:29.006907"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:50:29 -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-04-24 18:50:29 -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.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" = -292600883 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -292600883], ["username", "d416bba2c043a291337082c1ecd1c619"], ["access_token", "70bf6221b41f889d788cbbf20082cb90"], ["created_at", "2015-04-24 23:50:29.024124"], ["updated_at", "2015-04-24 23:50:29.024124"]] +  (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" = -2110667379 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2110667379], ["name", "MyGroup"], ["created_at", "2015-04-24 23:50:29.026689"], ["updated_at", "2015-04-24 23:50:29.026689"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups" for 127.0.0.1 at 2015-04-24 18:50:29 -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.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" = -56110620 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -56110620], ["username", "2f1d8be5527da53b54aa2b6fa65dc121"], ["access_token", "58c4440b9a0a6ed69925d08178c54d3f"], ["created_at", "2015-04-24 23:50:29.042680"], ["updated_at", "2015-04-24 23:50:29.042680"]] +  (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" = -296718876 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -296718876], ["name", "MyGroup"], ["created_at", "2015-04-24 23:50:29.045182"], ["updated_at", "2015-04-24 23:50:29.045182"]] +  (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" = -296718876 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-296718876" for 127.0.0.1 at 2015-04-24 18:50:29 -0500 +Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"id"=>"-296718876"} +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" = -1264162565 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1264162565], ["username", "d0f87345e6130080f6e5622b9b5563ed"], ["access_token", "7052b61dd70c0f8162d4145537dee4f1"], ["created_at", "2015-04-24 23:50:29.057256"], ["updated_at", "2015-04-24 23:50:29.057256"]] +  (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" = -221385302 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -221385302], ["name", "MyGroup"], ["created_at", "2015-04-24 23:50:29.059839"], ["updated_at", "2015-04-24 23:50:29.059839"]] +  (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" = -221385302 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PUT "/api/groups/-221385302" for 127.0.0.1 at 2015-04-24 18:50:29 -0500 +Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 + Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil, "id"=>"-221385302"} +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" = -1078569601 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1078569601], ["username", "05cbb5edb39655802b6ffd6265b0a1d8"], ["access_token", "6f132fd20098f078c020beffba9057b2"], ["created_at", "2015-04-24 23:50:29.073689"], ["updated_at", "2015-04-24 23:50:29.073689"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:50:29 -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-04-24 18:50:29 -0500 +Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 + Parameters: {"q"=>"something"} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -609872018 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -609872018], ["username", "fcb9a9c0c2d963d607463c96d85eef88"], ["access_token", "55f2eb5fcd18b313b8daa55ccbebe605"], ["created_at", "2015-04-24 23:50:29.099096"], ["updated_at", "2015-04-24 23:50:29.099096"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:50:29 -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-04-24 18:50:29 -0500 +Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"{\"email\":\"dummy@dum.my\"}"=>nil} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +  (0.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" = -1728822562 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1728822562], ["username", "f2ca3ada409ce85f078ab72a8b926256"], ["access_token", "bcf0fa75e8ff76ce7b3bae4b734d0553"], ["created_at", "2015-04-24 23:50:29.118356"], ["updated_at", "2015-04-24 23:50:29.118356"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:50:29 -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-04-24 18:50:29 -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.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" = -1549660150 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1549660150], ["username", "e33ebf908603c9d1d477b840649af6e4"], ["access_token", "1e6468e4f4c8cc767925655e9d70ec8e"], ["created_at", "2015-04-24 23:50:29.135244"], ["updated_at", "2015-04-24 23:50:29.135244"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started PUT "/api/user" for 127.0.0.1 at 2015-04-24 18:50:29 -0500 +Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 + Parameters: {"{\"username\":\"e33ebf908603c9d1d477b840649af6e4\",\"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" = -1319744255 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1319744255], ["username", "758782dc20157a241aeaebd26e93610f"], ["access_token", "89adc5443a8fa1c18765de5b69ff0098"], ["created_at", "2015-04-24 23:50:29.146926"], ["updated_at", "2015-04-24 23:50:29.146926"]] +  (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" = -647634895 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -647634895], ["name", "MyGroup"], ["created_at", "2015-04-24 23:50:29.149850"], ["updated_at", "2015-04-24 23:50:29.149850"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1807647816 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1807647816], ["username", "4c683e651801ec2a0a16de3c8a1c54d0"], ["access_token", "1b53597c6c5854dfef262762a56ad1ee"], ["created_at", "2015-04-24 23:50:29.152500"], ["updated_at", "2015-04-24 23:50:29.152500"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-647634895/members/-1807647816" for 127.0.0.1 at 2015-04-24 18:50:29 -0500 +Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-647634895", "user_id"=>"-1807647816"} +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" = -1793232468 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1793232468], ["username", "c7f78821ee9300c8acf13bfc2104ce2a"], ["access_token", "d5162903edfd602aa49f208c889c7229"], ["created_at", "2015-04-24 23:50:29.168396"], ["updated_at", "2015-04-24 23:50:29.168396"]] +  (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" = -2099744650 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2099744650], ["name", "MyGroup"], ["created_at", "2015-04-24 23:50:29.171233"], ["updated_at", "2015-04-24 23:50:29.171233"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -40032218 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -40032218], ["username", "0aaee565d692c3610308de3097edaf56"], ["access_token", "b16acce0beaa86f46ee954701e40597c"], ["created_at", "2015-04-24 23:50:29.173525"], ["updated_at", "2015-04-24 23:50:29.173525"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = -40032218 AND "openstax_accounts_group_members"."group_id" = -2099744650) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -2099744650], ["user_id", -40032218], ["created_at", "2015-04-24 23:50:29.175822"], ["updated_at", "2015-04-24 23:50:29.175822"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-2099744650/members/-40032218" for 127.0.0.1 at 2015-04-24 18:50:29 -0500 +Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-2099744650", "user_id"=>"-40032218"} +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" = -150157947 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -150157947], ["username", "32dab726491fbecad6c02d368dce1eef"], ["access_token", "52c1051e85581b2bb4557a076040cc5d"], ["created_at", "2015-04-24 23:50:29.186845"], ["updated_at", "2015-04-24 23:50:29.186845"]] +  (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" = -1494756219 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1494756219], ["name", "MyGroup"], ["created_at", "2015-04-24 23:50:29.189178"], ["updated_at", "2015-04-24 23:50:29.189178"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -772071110 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -772071110], ["username", "cb806f997a63bc786fb51dc4d3a8c83b"], ["access_token", "623614a599cbe060ff3a1225df8e9118"], ["created_at", "2015-04-24 23:50:29.191290"], ["updated_at", "2015-04-24 23:50:29.191290"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-1494756219/owners/-772071110" for 127.0.0.1 at 2015-04-24 18:50:29 -0500 +Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-1494756219", "user_id"=>"-772071110"} +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" = -385653906 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -385653906], ["username", "fb0f1c6dde003ca91ba7b4f062d265a0"], ["access_token", "5fe3bf61c6386eeaf0158d38a80f7e39"], ["created_at", "2015-04-24 23:50:29.206085"], ["updated_at", "2015-04-24 23:50:29.206085"]] +  (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" = -1688252063 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1688252063], ["name", "MyGroup"], ["created_at", "2015-04-24 23:50:29.208604"], ["updated_at", "2015-04-24 23:50:29.208604"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2011351119 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2011351119], ["username", "fa71ec839590d487f89a2c587d47f891"], ["access_token", "f7debc930b9d5493f7d075d537498d1c"], ["created_at", "2015-04-24 23:50:29.210924"], ["updated_at", "2015-04-24 23:50:29.210924"]] +  (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" = -2011351119 AND "openstax_accounts_group_owners"."group_id" = -1688252063) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1688252063], ["user_id", -2011351119], ["created_at", "2015-04-24 23:50:29.212967"], ["updated_at", "2015-04-24 23:50:29.212967"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-1688252063/owners/-2011351119" for 127.0.0.1 at 2015-04-24 18:50:29 -0500 +Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-1688252063", "user_id"=>"-2011351119"} +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" = -418380125 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -418380125], ["username", "9d78274330e878d8b04d9a52e1413608"], ["access_token", "39b9e120b2a71309fc4732dbd1f5317c"], ["created_at", "2015-04-24 23:50:29.224808"], ["updated_at", "2015-04-24 23:50:29.224808"]] +  (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" = -1911265498 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1911265498], ["name", "MyGroup"], ["created_at", "2015-04-24 23:50:29.227481"], ["updated_at", "2015-04-24 23:50:29.227481"]] +  (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" = -152518210 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -152518210], ["name", "MyGroup"], ["created_at", "2015-04-24 23:50:29.229717"], ["updated_at", "2015-04-24 23:50:29.229717"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-1911265498/nestings/-152518210" for 127.0.0.1 at 2015-04-24 18:50:29 -0500 +Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-1911265498", "member_group_id"=>"-152518210"} +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" = -1019929336 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1019929336], ["username", "4cd13356adf45c3c798ecc94fe70de34"], ["access_token", "1737a888739967277d825e6033f7f01a"], ["created_at", "2015-04-24 23:50:29.244425"], ["updated_at", "2015-04-24 23:50:29.244425"]] +  (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" = -1071828178 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1071828178], ["name", "MyGroup"], ["created_at", "2015-04-24 23:50:29.246988"], ["updated_at", "2015-04-24 23:50:29.246988"]] +  (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" = -2105509647 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -2105509647], ["name", "MyGroup"], ["created_at", "2015-04-24 23:50:29.249146"], ["updated_at", "2015-04-24 23:50:29.249146"]] +  (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" = -2105509647 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", -2105509647]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- +- -2105509647 +' 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", -1071828178]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -1071828178 +' 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" = -2105509647 + SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1071828178 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1071828178], ["member_group_id", -2105509647], ["created_at", "2015-04-24 23:50:29.251148"], ["updated_at", "2015-04-24 23:50:29.251148"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-1071828178/nestings/-2105509647" for 127.0.0.1 at 2015-04-24 18:50:29 -0500 +Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-1071828178", "member_group_id"=>"-2105509647"} +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-04-24 23:50:29.269625"], ["updated_at", "2015-04-24 23:50:29.269625"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:50:29 -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-04-24 18:50:29 -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.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-04-24 23:50:29.291226"], ["updated_at", "2015-04-24 23:50:29.291226"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:50:29 -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-04-24 18:50:29 -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-04-24 23:50:29.309163"], ["updated_at", "2015-04-24 23:50:29.309163"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:50:29 -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-04-24 18:50:29 -0500 +Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 +Completed 200 OK in 0ms (Views: 0.2ms | 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" = 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-04-24 23:50:29.329176"], ["updated_at", "2015-04-24 23:50:29.329176"]] +  (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-04-24 18:50:29 -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-04-24 18:50:29 -0500 +Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 +Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["openstax_uid", 2]] +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.2ms) 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.3ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2015-04-24 23:50:29.365235"], ["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.1ms) 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-04-24 23:50:29.368055"], ["updated_at", "2015-04-24 23:50:29.368055"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:50:29 -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-04-24 18:50:29 -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.2ms | 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-04-24 18:50:29 -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-04-24 18:50:29 -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.0ms) 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.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:50:29 -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-04-24 18:50:29 -0500 +Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 + Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 +  (0.9ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "ffeb58a3841a707a4bc5022cd16bb88d"], ["created_at", "2015-04-24 23:50:29.429272"], ["updated_at", "2015-04-24 23:50:29.429272"]] +  (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-04-24 23:50:29.431055"], ["updated_at", "2015-04-24 23:50:29.431055"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +  (0.8ms) 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", "91ba22c073d340c8175c78b567a093d2"], ["created_at", "2015-04-24 23:50:29.810994"], ["updated_at", "2015-04-24 23:50:29.810994"]] +  (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-04-24 23:50:29.812695"], ["updated_at", "2015-04-24 23:50:29.812695"]] +  (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" = 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", "c3a54a4f83a1ce58af15a4bb8040605c"], ["created_at", "2015-04-24 23:50:30.185421"], ["updated_at", "2015-04-24 23:50:30.185421"]] +  (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-04-24 23:50:30.187009"], ["updated_at", "2015-04-24 23:50:30.187009"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +  (0.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" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "5227ac8922bbee33f8835e665b88b51b"], ["created_at", "2015-04-24 23:50:30.560763"], ["updated_at", "2015-04-24 23:50:30.560763"]] +  (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-04-24 23:50:30.562339"], ["updated_at", "2015-04-24 23:50:30.562339"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] + OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +  (0.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" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "f027d76252315918c3754efd525767f0"], ["created_at", "2015-04-24 23:50:30.952671"], ["updated_at", "2015-04-24 23:50:30.952671"]] +  (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-04-24 23:50:30.954178"], ["updated_at", "2015-04-24 23:50:30.954178"]] +  (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]] +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "1a254e43126c307c4158e52f6d07c8d8"], ["created_at", "2015-04-24 23:50:31.338915"], ["updated_at", "2015-04-24 23:50:31.338915"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Processing by OpenStax::Accounts::SessionsController#new as HTML +Redirected to http://test.host/accounts/dev/accounts +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.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", "4218a258812646e3ee0398c7e56ccf35"], ["created_at", "2015-04-24 23:50:31.345186"], ["updated_at", "2015-04-24 23:50:31.345186"]] +  (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", "caafc4f8e2121747a08153d7302b0cfa"], ["created_at", "2015-04-24 23:50:31.351311"], ["updated_at", "2015-04-24 23:50:31.351311"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.9ms) CREATE TABLE "openstax_accounts_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "username" varchar NOT NULL, "access_token" varchar, "first_name" varchar, "last_name" varchar, "full_name" varchar, "title" varchar, "created_at" datetime, "updated_at" datetime)  +  (0.0ms) select sqlite_version(*) +  (0.7ms) 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.6ms) 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.7ms) 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.5ms) 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.7ms) 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.6ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username") +  (0.7ms) 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.6ms) 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.7ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime) +  (0.7ms) 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.6ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id") +  (0.7ms) CREATE TABLE "openstax_accounts_group_owners" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "group_id" integer NOT NULL, "user_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime) +  (0.7ms) 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.6ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id") +  (0.7ms) 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.7ms) CREATE INDEX "index_openstax_accounts_groups_on_is_public" ON "openstax_accounts_groups" ("is_public") +  (0.1ms) SELECT sql + FROM sqlite_master + WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index' + UNION ALL + SELECT sql + FROM sqlite_temp_master + WHERE name='index_openstax_accounts_groups_on_is_public' AND type='index' + +  (0.7ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid") +  (0.7ms) CREATE TABLE "ownerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar NOT NULL, "created_at" datetime, "updated_at" datetime) +  (0.7ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type") +  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime) +  (0.6ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id") +  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) +  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('6') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('5') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0') +  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('1') +  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('2') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('3') +  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('4') +  (0.4ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2068072568 LIMIT 1 + SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2068072568], ["username", "jstrav"], ["access_token", "f3e21ec401bbefc63cd87ac7190103dc"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:24.722529"], ["updated_at", "2015-04-24 23:51:24.722529"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1841550769 LIMIT 1 + SQL (0.8ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1841550769], ["username", "mary"], ["access_token", "da8d842c90547718ec7c9e84d11cbc5f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:24.725499"], ["updated_at", "2015-04-24 23:51:24.725499"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -671304853 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -671304853], ["username", "jstead"], ["access_token", "ae3d4132bbf44d2ca825321d9a94bfa2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:24.728383"], ["updated_at", "2015-04-24 23:51:24.728383"]] +  (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" = -2122697587 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2122697587], ["username", "bigbear"], ["access_token", "87af50c7938dd8e553c2b8df95591f20"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:24.731083"], ["updated_at", "2015-04-24 23:51:24.731083"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -25167435 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -25167435], ["username", "billy_00"], ["access_token", "9e8019a9cfc4dde8143494386b874924"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:51:24.733255"], ["updated_at", "2015-04-24 23:51:24.733255"]] +  (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" = -52201401 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -52201401], ["username", "billy_01"], ["access_token", "7ab3864536209696c501de2cac65e198"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:51:24.735508"], ["updated_at", "2015-04-24 23:51:24.735508"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -942705370 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -942705370], ["username", "billy_02"], ["access_token", "c8ce5414c644a512a088e608b58215c5"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:51:24.738042"], ["updated_at", "2015-04-24 23:51:24.738042"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -450517943 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -450517943], ["username", "billy_03"], ["access_token", "60af565c8a4ef07c0685a8b5c7babe9b"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:51:24.740354"], ["updated_at", "2015-04-24 23:51:24.740354"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2048321644 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2048321644], ["username", "billy_04"], ["access_token", "3ff9bcf5ec8f1aa18a6745e52fc1c550"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:51:24.742366"], ["updated_at", "2015-04-24 23:51:24.742366"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1460390820 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1460390820], ["username", "billy_05"], ["access_token", "1024f75402ccb3a961c7f1effb34508d"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:51:24.744299"], ["updated_at", "2015-04-24 23:51:24.744299"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2022862000 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2022862000], ["username", "billy_06"], ["access_token", "99fea38f0a64c01e13bafcb31dead1e7"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:51:24.746087"], ["updated_at", "2015-04-24 23:51:24.746087"]] +  (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" = -680849946 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -680849946], ["username", "billy_07"], ["access_token", "b7a7aecf468323b9cbf2694eb94ccc7f"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:51:24.748802"], ["updated_at", "2015-04-24 23:51:24.748802"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406898875 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -406898875], ["username", "billy_08"], ["access_token", "43112afbd7fb3fde03144a507289f149"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:51:24.750931"], ["updated_at", "2015-04-24 23:51:24.750931"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -517521654 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -517521654], ["username", "billy_09"], ["access_token", "f533a21970986d79069b2df245c05fbe"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:51:24.752883"], ["updated_at", "2015-04-24 23:51:24.752883"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2132081954 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2132081954], ["username", "billy_10"], ["access_token", "b56d7f0304286fc36ca7a7b69d0caee6"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:51:24.754674"], ["updated_at", "2015-04-24 23:51:24.754674"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -240925629 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -240925629], ["username", "billy_11"], ["access_token", "4f6eb4cc8609c5bb99ce48522c31a9a4"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:51:24.756507"], ["updated_at", "2015-04-24 23:51:24.756507"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -830045450 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -830045450], ["username", "billy_12"], ["access_token", "d09619d95f0229fd5992636407e091f4"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:51:24.758275"], ["updated_at", "2015-04-24 23:51:24.758275"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -58047843 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -58047843], ["username", "billy_13"], ["access_token", "89de81378a398dcb903461afba2cdd80"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:51:24.760019"], ["updated_at", "2015-04-24 23:51:24.760019"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2113288935 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2113288935], ["username", "billy_14"], ["access_token", "4f422691ec735e33ecaa2fd654581b25"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:51:24.761773"], ["updated_at", "2015-04-24 23:51:24.761773"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -614884977 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -614884977], ["username", "billy_15"], ["access_token", "e2068a42f9f5028fadd01424fba2d8af"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:51:24.763577"], ["updated_at", "2015-04-24 23:51:24.763577"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1626544253 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1626544253], ["username", "billy_16"], ["access_token", "ad78b6d598b2e3e5fd8065c5523ccefd"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:51:24.765528"], ["updated_at", "2015-04-24 23:51:24.765528"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -214630374 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -214630374], ["username", "billy_17"], ["access_token", "cea1dbcc6376f640aa4ef3df861f0991"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:51:24.767387"], ["updated_at", "2015-04-24 23:51:24.767387"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -213875155 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -213875155], ["username", "billy_18"], ["access_token", "be386b2cc26f95ffb7f8d886e9898a0a"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:51:24.769292"], ["updated_at", "2015-04-24 23:51:24.769292"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1386471114 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1386471114], ["username", "billy_19"], ["access_token", "a7c60ebc2c46c9c851b2878686f607e1"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:51:24.771108"], ["updated_at", "2015-04-24 23:51:24.771108"]] +  (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" = -1174086177 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1174086177], ["username", "billy_20"], ["access_token", "283ff032f3efa9c3ca2be6cce5cb6b2b"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:51:24.773002"], ["updated_at", "2015-04-24 23:51:24.773002"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1075273097 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1075273097], ["username", "billy_21"], ["access_token", "2ca0367b7776e1a3240bd71c931ba567"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:51:24.774868"], ["updated_at", "2015-04-24 23:51:24.774868"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -12307 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -12307], ["username", "billy_22"], ["access_token", "9a5e912850d7b277022f6b9220f81167"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:51:24.776842"], ["updated_at", "2015-04-24 23:51:24.776842"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -759825766 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -759825766], ["username", "billy_23"], ["access_token", "7bdbecdb8d7abab7bc04ae60de9742a0"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:51:24.778627"], ["updated_at", "2015-04-24 23:51:24.778627"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1502479073 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1502479073], ["username", "billy_24"], ["access_token", "b269be833c69cf2fff549c9c8bbc68ac"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:51:24.780563"], ["updated_at", "2015-04-24 23:51:24.780563"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -159273039 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -159273039], ["username", "billy_25"], ["access_token", "04bcd38288e7897443159508d6074296"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:51:24.782367"], ["updated_at", "2015-04-24 23:51:24.782367"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -416886133 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -416886133], ["username", "billy_26"], ["access_token", "2fd374c1253037349d57b31ce2f92db3"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:51:24.784163"], ["updated_at", "2015-04-24 23:51:24.784163"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1631403690 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1631403690], ["username", "billy_27"], ["access_token", "9ca4ed0b9ce52b4e871bfec0f45ea05e"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:51:24.785971"], ["updated_at", "2015-04-24 23:51:24.785971"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1876495590 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1876495590], ["username", "billy_28"], ["access_token", "822a2f54f93ca3c2c10ccb3409fcc637"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:51:24.787896"], ["updated_at", "2015-04-24 23:51:24.787896"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1897036210 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1897036210], ["username", "billy_29"], ["access_token", "00262db97702af996423cf8b8d536a8f"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:51:24.789664"], ["updated_at", "2015-04-24 23:51:24.789664"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1816910152 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1816910152], ["username", "billy_30"], ["access_token", "a25f9604103af1d7f11061e7c9a37958"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:51:24.791644"], ["updated_at", "2015-04-24 23:51:24.791644"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -223610431 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -223610431], ["username", "billy_31"], ["access_token", "18d24a08e5d09bc96d486593625bbd37"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:51:24.793412"], ["updated_at", "2015-04-24 23:51:24.793412"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1395268346 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1395268346], ["username", "billy_32"], ["access_token", "784c109588f8c8f64233ce8717262ff9"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:51:24.795202"], ["updated_at", "2015-04-24 23:51:24.795202"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1656576133 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1656576133], ["username", "billy_33"], ["access_token", "e02c00486926ad93ca0fcfc0fcf0e50d"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:51:24.797035"], ["updated_at", "2015-04-24 23:51:24.797035"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55752246 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -55752246], ["username", "billy_34"], ["access_token", "503444568054b9e53310c10ed85f7090"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:51:24.798905"], ["updated_at", "2015-04-24 23:51:24.798905"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1814148641 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1814148641], ["username", "billy_35"], ["access_token", "e9a5827af9dbaa8b2bc9418a190c7cc8"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:51:24.800803"], ["updated_at", "2015-04-24 23:51:24.800803"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1595339883 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1595339883], ["username", "billy_36"], ["access_token", "f791bbd7f6ae21081392a6df90765750"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:51:24.802682"], ["updated_at", "2015-04-24 23:51:24.802682"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1390174188 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1390174188], ["username", "billy_37"], ["access_token", "eba3f11f2ac764def4dbd188aa21c999"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:51:24.804529"], ["updated_at", "2015-04-24 23:51:24.804529"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1046221652 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1046221652], ["username", "billy_38"], ["access_token", "e420f06cabed751a0a585bcb3ed25df1"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:51:24.806325"], ["updated_at", "2015-04-24 23:51:24.806325"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1489719278 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1489719278], ["username", "billy_39"], ["access_token", "5b7de057dec55df4637d34ebeaa15aa0"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:51:24.808238"], ["updated_at", "2015-04-24 23:51:24.808238"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1991152768 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1991152768], ["username", "billy_40"], ["access_token", "73d8c119ea59ae859b3a1da8d6355bed"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:51:24.809989"], ["updated_at", "2015-04-24 23:51:24.809989"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1578238306 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1578238306], ["username", "billy_41"], ["access_token", "e888499e39bd39df4162936a8396a800"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:51:24.811773"], ["updated_at", "2015-04-24 23:51:24.811773"]] +  (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" = -1296525365 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1296525365], ["username", "billy_42"], ["access_token", "addac6629eaa3f9ced9cf9bd05f6b568"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:51:24.813604"], ["updated_at", "2015-04-24 23:51:24.813604"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2020987684 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2020987684], ["username", "billy_43"], ["access_token", "9b925dcded80367d1d7434672d53116f"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:51:24.815543"], ["updated_at", "2015-04-24 23:51:24.815543"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -136949649 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -136949649], ["username", "billy_44"], ["access_token", "54faa876aeb02ed3e4b3a5d02f68cd2c"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:51:24.817347"], ["updated_at", "2015-04-24 23:51:24.817347"]] +  (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" = -1165149925 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1165149925], ["username", "billy_45"], ["access_token", "f2cb17167424de1e6ea50b493e0bb309"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:51:24.819263"], ["updated_at", "2015-04-24 23:51:24.819263"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1631160250 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1631160250], ["username", "billy_46"], ["access_token", "7f5b543974387e2d9b0f708dc664d34f"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:51:24.821034"], ["updated_at", "2015-04-24 23:51:24.821034"]] +  (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" = -93720740 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -93720740], ["username", "billy_47"], ["access_token", "7f9176e8dbc1d9a56eb644103d9a5c15"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:51:24.822843"], ["updated_at", "2015-04-24 23:51:24.822843"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530751687 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1530751687], ["username", "billy_48"], ["access_token", "5a74795919eac25118645c3bb3c9cbc3"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:51:24.824676"], ["updated_at", "2015-04-24 23:51:24.824676"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -904965319 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -904965319], ["username", "billy_49"], ["access_token", "4b3d72af308bd1d8f8362491d8d8948f"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:51:24.826450"], ["updated_at", "2015-04-24 23:51:24.826450"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" + OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -466680455 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", -466680455], ["username", "jstrav"], ["access_token", "718b441f5189bb8882792a4fa9f24ed3"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:24.836824"], ["updated_at", "2015-04-24 23:51:24.836824"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1408495358 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", -1408495358], ["username", "mary"], ["access_token", "3112ce5987f04e30b11c7548020c99f3"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:24.839080"], ["updated_at", "2015-04-24 23:51:24.839080"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -983007956 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -983007956], ["username", "jstead"], ["access_token", "2bb880794e283ce970b37f37adfbe13e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:24.841177"], ["updated_at", "2015-04-24 23:51:24.841177"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -814614449 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -814614449], ["username", "bigbear"], ["access_token", "b59b5e648b633b3676eab091aeed6828"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:24.843169"], ["updated_at", "2015-04-24 23:51:24.843169"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1044938533 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1044938533], ["username", "billy_00"], ["access_token", "14125d4082a5f1e187cd101bf58e04f2"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:51:24.845105"], ["updated_at", "2015-04-24 23:51:24.845105"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1116106267 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1116106267], ["username", "billy_01"], ["access_token", "ed8b7424b3687f64f1356ad457ba1ae1"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:51:24.846988"], ["updated_at", "2015-04-24 23:51:24.846988"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1044370770 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1044370770], ["username", "billy_02"], ["access_token", "01ff3ece491724d3ff6bf0c143ea1225"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:51:24.848879"], ["updated_at", "2015-04-24 23:51:24.848879"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1495695414 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1495695414], ["username", "billy_03"], ["access_token", "dcc6b4caa767d15850b9d5c0ee8461ad"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:51:24.850711"], ["updated_at", "2015-04-24 23:51:24.850711"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -964857602 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -964857602], ["username", "billy_04"], ["access_token", "486e13f2b7ea19cca3b25aeabb57c663"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:51:24.852669"], ["updated_at", "2015-04-24 23:51:24.852669"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -804583347 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -804583347], ["username", "billy_05"], ["access_token", "55928678eca451fbda3dff9cd6365c6a"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:51:24.854448"], ["updated_at", "2015-04-24 23:51:24.854448"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -864391185 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -864391185], ["username", "billy_06"], ["access_token", "f1a1fb1794472db9b507ff04e114411f"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:51:24.856251"], ["updated_at", "2015-04-24 23:51:24.856251"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -405436930 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -405436930], ["username", "billy_07"], ["access_token", "38d1c1513da403024b5f532ee9b6cd28"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:51:24.858150"], ["updated_at", "2015-04-24 23:51:24.858150"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1851242668 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1851242668], ["username", "billy_08"], ["access_token", "6d97efd06924c53a86474c392b35870a"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:51:24.860099"], ["updated_at", "2015-04-24 23:51:24.860099"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -733869633 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -733869633], ["username", "billy_09"], ["access_token", "673d1a8f3d0aeace196782c06ca6a43c"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:51:24.861943"], ["updated_at", "2015-04-24 23:51:24.861943"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1715917814 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1715917814], ["username", "billy_10"], ["access_token", "62dd50e22744958a9788870a1f7083fc"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:51:24.863881"], ["updated_at", "2015-04-24 23:51:24.863881"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -935761409 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -935761409], ["username", "billy_11"], ["access_token", "0627a0aa0d49055e4a4cb6dc0c25f9a9"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:51:24.865628"], ["updated_at", "2015-04-24 23:51:24.865628"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1329532581 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1329532581], ["username", "billy_12"], ["access_token", "32c4aa1fb7ec270d0583a9c5875ba932"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:51:24.867443"], ["updated_at", "2015-04-24 23:51:24.867443"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1483995134 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1483995134], ["username", "billy_13"], ["access_token", "a2478768aac32ac44f895ace30663c16"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:51:24.869262"], ["updated_at", "2015-04-24 23:51:24.869262"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -556567713 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -556567713], ["username", "billy_14"], ["access_token", "61e633a54ba3f74564374301d83b5379"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:51:24.871171"], ["updated_at", "2015-04-24 23:51:24.871171"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -190480396 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -190480396], ["username", "billy_15"], ["access_token", "f6e088c3d14035c49fd35193bdd5b2fe"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:51:24.873050"], ["updated_at", "2015-04-24 23:51:24.873050"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -853037750 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -853037750], ["username", "billy_16"], ["access_token", "387aa0c648216f9f220b8ff70116ced5"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:51:24.874946"], ["updated_at", "2015-04-24 23:51:24.874946"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -987283566 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -987283566], ["username", "billy_17"], ["access_token", "53294135ae2094c31dfd65941f1f9db4"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:51:24.876819"], ["updated_at", "2015-04-24 23:51:24.876819"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2136159080 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2136159080], ["username", "billy_18"], ["access_token", "f8ef2d982f934ae5c879141b807a04bf"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:51:24.878606"], ["updated_at", "2015-04-24 23:51:24.878606"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1990419465 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1990419465], ["username", "billy_19"], ["access_token", "bbc161642bd96fbf1b9dc66d92e3982d"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:51:24.880409"], ["updated_at", "2015-04-24 23:51:24.880409"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1956428228 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1956428228], ["username", "billy_20"], ["access_token", "2c92b7f6fb51dd5672d9f04c0a856c85"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:51:24.882217"], ["updated_at", "2015-04-24 23:51:24.882217"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -159090554 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -159090554], ["username", "billy_21"], ["access_token", "b14d3a1f3b987808a183253fbd128e43"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:51:24.884151"], ["updated_at", "2015-04-24 23:51:24.884151"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -671147766 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -671147766], ["username", "billy_22"], ["access_token", "7b004a21e4adb43c443ad9582befadc6"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:51:24.885902"], ["updated_at", "2015-04-24 23:51:24.885902"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -152405324 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -152405324], ["username", "billy_23"], ["access_token", "2e3e3053e6745cfc6aa8e05c57e1150a"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:51:24.887826"], ["updated_at", "2015-04-24 23:51:24.887826"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1359355493 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1359355493], ["username", "billy_24"], ["access_token", "47037fc2c95d6bcc98c6db1e6138f669"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:51:24.889639"], ["updated_at", "2015-04-24 23:51:24.889639"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -590673563 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -590673563], ["username", "billy_25"], ["access_token", "03b7279ee29bfd2a8310bc6296592344"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:51:24.891417"], ["updated_at", "2015-04-24 23:51:24.891417"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -785160499 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -785160499], ["username", "billy_26"], ["access_token", "36d91ebb6e9e79b3b609ce96e4394d07"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:51:24.893268"], ["updated_at", "2015-04-24 23:51:24.893268"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1864999416 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1864999416], ["username", "billy_27"], ["access_token", "9d2a0595f3bc0ed1e880c6a72f282671"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:51:24.895144"], ["updated_at", "2015-04-24 23:51:24.895144"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -368653710 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -368653710], ["username", "billy_28"], ["access_token", "cf90d753b00251baa2c6f3ee813ea9b6"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:51:24.896986"], ["updated_at", "2015-04-24 23:51:24.896986"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -66248917 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -66248917], ["username", "billy_29"], ["access_token", "2adbd84fd46cdc786e2435f583b7ea6f"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:51:24.898865"], ["updated_at", "2015-04-24 23:51:24.898865"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -544109198 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -544109198], ["username", "billy_30"], ["access_token", "0b0c90f7581876d74b229ac40f37c343"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:51:24.900814"], ["updated_at", "2015-04-24 23:51:24.900814"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1272938589 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1272938589], ["username", "billy_31"], ["access_token", "b2a6b77ec5a4e4fff491d849d5938a74"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:51:24.902682"], ["updated_at", "2015-04-24 23:51:24.902682"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -506828604 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -506828604], ["username", "billy_32"], ["access_token", "fe53926a5a432a146dc8c19be1c261d4"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:51:24.904555"], ["updated_at", "2015-04-24 23:51:24.904555"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1424058302 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1424058302], ["username", "billy_33"], ["access_token", "efc07eb90afa3bb6aabfd4b84ab360d2"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:51:24.906421"], ["updated_at", "2015-04-24 23:51:24.906421"]] +  (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" = -1469184134 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1469184134], ["username", "billy_34"], ["access_token", "407e5b1ce9b814da9c776fea80497b49"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:51:24.908347"], ["updated_at", "2015-04-24 23:51:24.908347"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1229976299 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1229976299], ["username", "billy_35"], ["access_token", "fe7b67da3714e390c8ce63e8d95eac55"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:51:24.910193"], ["updated_at", "2015-04-24 23:51:24.910193"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1514050512 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1514050512], ["username", "billy_36"], ["access_token", "964b348818f38b16aff0346b57996a18"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:51:24.912065"], ["updated_at", "2015-04-24 23:51:24.912065"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -295420546 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -295420546], ["username", "billy_37"], ["access_token", "37d2bc25abe73586078ad30fc8559442"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:51:24.913910"], ["updated_at", "2015-04-24 23:51:24.913910"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2088952453 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2088952453], ["username", "billy_38"], ["access_token", "7b45976b5ed4ef0a82faf334baf737e6"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:51:24.915778"], ["updated_at", "2015-04-24 23:51:24.915778"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -391031052 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -391031052], ["username", "billy_39"], ["access_token", "0792e7f99c47de404160dfa1af154419"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:51:24.917545"], ["updated_at", "2015-04-24 23:51:24.917545"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -723761137 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -723761137], ["username", "billy_40"], ["access_token", "abeb41c1e63fcf77895a1dbe85601fe9"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:51:24.919350"], ["updated_at", "2015-04-24 23:51:24.919350"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1846424088 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1846424088], ["username", "billy_41"], ["access_token", "1a5d2ffb7ab4cc4ca80171956e3f24f1"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:51:24.921145"], ["updated_at", "2015-04-24 23:51:24.921145"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1556178136 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1556178136], ["username", "billy_42"], ["access_token", "2a141d9cd9b4b3a6919099372f4f21b7"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:51:24.923108"], ["updated_at", "2015-04-24 23:51:24.923108"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1228585662 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1228585662], ["username", "billy_43"], ["access_token", "a076d598605a64bb8040d65c14a9c4d3"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:51:24.924870"], ["updated_at", "2015-04-24 23:51:24.924870"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -278211474 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -278211474], ["username", "billy_44"], ["access_token", "a3569cd7c93a8c1148383b9483e7d6cb"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:51:24.926830"], ["updated_at", "2015-04-24 23:51:24.926830"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -110287319 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -110287319], ["username", "billy_45"], ["access_token", "efeaed1c46c98ac706b887cbe5cbc63c"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:51:24.928647"], ["updated_at", "2015-04-24 23:51:24.928647"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -768714495 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -768714495], ["username", "billy_46"], ["access_token", "e52b6883d03fbe030360da31e06518d1"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:51:24.930480"], ["updated_at", "2015-04-24 23:51:24.930480"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -371910973 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -371910973], ["username", "billy_47"], ["access_token", "606b2992e28597fc8f9de56cc11739b1"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:51:24.932281"], ["updated_at", "2015-04-24 23:51:24.932281"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -368131014 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -368131014], ["username", "billy_48"], ["access_token", "e9a4fed5d711c5062d5a07076b71b847"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:51:24.934146"], ["updated_at", "2015-04-24 23:51:24.934146"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1030727049 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1030727049], ["username", "billy_49"], ["access_token", "620246aff433f1b107ac8955ece26a34"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:51:24.936066"], ["updated_at", "2015-04-24 23:51:24.936066"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 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", "dcda831558f63bcaf04e68a3ef6606ba"], ["created_at", "2015-04-24 23:51:24.945061"], ["updated_at", "2015-04-24 23:51:24.945061"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 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", "09edf6fafd9cc25fc7f9e96db99aeb2a"], ["created_at", "2015-04-24 23:51:24.948748"], ["updated_at", "2015-04-24 23:51:24.948748"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Processing by OpenStax::Accounts::SessionsController#new as HTML +Redirected to http://test.host/accounts/dev/accounts +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.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", "7ac117e9ace9886ae3344bd23e0ce1c7"], ["created_at", "2015-04-24 23:51:24.955998"], ["updated_at", "2015-04-24 23:51:24.955998"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +Processing by OpenStax::Accounts::SessionsController#destroy as HTML +Redirected to http://test.host/ +Completed 302 Found in 6ms (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" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "2bba392d2710def42b0930ddf7c60225"], ["created_at", "2015-04-24 23:51:24.978942"], ["updated_at", "2015-04-24 23:51:24.978942"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2015-04-24 23:51:24.986027"], ["updated_at", "2015-04-24 23:51:24.986027"]] +  (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]] +  (0.9ms) 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", "6a9a7cc61e47d8d7e6f824fd341afc24"], ["created_at", "2015-04-24 23:51:25.358483"], ["updated_at", "2015-04-24 23:51:25.358483"]] +  (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-04-24 23:51:25.360036"], ["updated_at", "2015-04-24 23:51:25.360036"]] +  (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.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]] + OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +  (0.9ms) rollback transaction +  (0.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", "9609b9fc4ad649a6f95fc6e2f061fc4c"], ["created_at", "2015-04-24 23:51:25.733200"], ["updated_at", "2015-04-24 23:51:25.733200"]] +  (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-04-24 23:51:25.734757"], ["updated_at", "2015-04-24 23:51:25.734757"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.9ms) 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", "426d574b2b2254bd823cb596f479b64f"], ["created_at", "2015-04-24 23:51:26.119827"], ["updated_at", "2015-04-24 23:51:26.119827"]] +  (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-04-24 23:51:26.121513"], ["updated_at", "2015-04-24 23:51:26.121513"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +  (0.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" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "3ef547a405ea53ede4ef5f1b0d94fb0f"], ["created_at", "2015-04-24 23:51:26.502396"], ["updated_at", "2015-04-24 23:51:26.502396"]] +  (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-04-24 23:51:26.503964"], ["updated_at", "2015-04-24 23:51:26.503964"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +  (0.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" = 2 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2015-04-24 23:51:26.896178"], ["updated_at", "2015-04-24 23:51:26.896178"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2015-04-24 23:51:26.898092"], ["updated_at", "2015-04-24 23:51:26.898092"]] +  (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.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2015-04-24 23:51:26.904529"], ["updated_at", "2015-04-24 23:51:26.904529"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = 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-04-24 23:51:26.911466"], ["updated_at", "2015-04-24 23:51:26.911466"]] +  (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-04-24 23:51:26.913402"], ["updated_at", "2015-04-24 23:51:26.913402"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) 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.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 4], ["user_id", 2], ["created_at", "2015-04-24 23:51:26.919746"], ["updated_at", "2015-04-24 23:51:26.919746"]] +  (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-04-24 23:51:26.928773"], ["updated_at", "2015-04-24 23:51:26.928773"]] +  (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-04-24 18:51:26 -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-04-24 18:51:26 -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.1ms) 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-04-24 23:51:27.016327"], ["updated_at", "2015-04-24 23:51:27.016327"]] +  (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-04-24 23:51:27.019004"], ["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.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2015-04-24 23:51:27.023701"], ["updated_at", "2015-04-24 23:51:27.023701"]] + 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-04-24 23:51:27.025224"], ["updated_at", "2015-04-24 23:51:27.025224"]] + 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-04-24 23:51:27.033389"], ["updated_at", "2015-04-24 23:51:27.033389"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:27 -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-04-24 18:51:27 -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.2ms | 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-04-24 18:51:27 -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-04-24 18:51:27 -0500 +Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 +Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) + OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] + OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] + OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]] +  (0.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-04-24 23:51:27.097622"], ["updated_at", "2015-04-24 23:51:27.097622"]] +  (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-04-24 23:51:27.102443"], ["updated_at", "2015-04-24 23:51:27.102443"]] +  (0.1ms) 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-04-24 23:51:27.105131"], ["updated_at", "2015-04-24 23:51:27.105131"]] +  (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-04-24 18:51:27 -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-04-24 18:51:27 -0500 +Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 + Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]] +  (1.0ms) rollback transaction +  (0.3ms) begin transaction +  (0.0ms) rollback transaction +  (0.0ms) begin transaction + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" IS NULL LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "access_token", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["username", "2780490dff85a3c111f9cc214681f386"], ["access_token", "61b4c34d85494a1bdc2a22161d8b1f22"], ["openstax_uid", 1], ["created_at", "2015-04-24 23:51:27.144365"], ["updated_at", "2015-04-24 23:51:27.144365"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2015-04-24 23:51:27.152275"], ["updated_at", "2015-04-24 23:51:27.152275"]] +  (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.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.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2015-04-24 23:51:27.162228"], ["updated_at", "2015-04-24 23:51:27.162228"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (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 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:27 -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-04-24 18:51:27 -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.0ms) 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.3ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2015-04-24 23:51:27.185272"], ["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-04-24 23:51:27.187663"], ["updated_at", "2015-04-24 23:51:27.187663"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:27 -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-04-24 18:51:27 -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-04-24 18:51:27 -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-04-24 18:51:27 -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.0ms) 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.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:27 -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-04-24 18:51:27 -0500 +Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 + Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 +  (0.4ms) 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" = 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", "9b37b2229f7151bee885261d15bb0d91"], ["created_at", "2015-04-24 23:51:27.241949"], ["updated_at", "2015-04-24 23:51:27.241949"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML + Parameters: {"id"=>"10"} + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 10]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +Redirected to http://test.host/ +Completed 302 Found in 2ms (ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2015-04-24 23:51:27.249566"], ["updated_at", "2015-04-24 23:51:27.249566"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:27 -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-04-24 18:51:27 -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" = -1023488724 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1023488724], ["username", "8c73ef8b363dd3f49e13cbace4ed66bb"], ["access_token", "72da2cc39dd45ece15643c3b8fd72a74"], ["created_at", "2015-04-24 23:51:27.267737"], ["updated_at", "2015-04-24 23:51:27.267737"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:27 -0500 +Processing by OauthController#token as */* + Parameters: {"grant_type"=>"client_credentials"} +Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) +Started GET "/api/users?q=something" for 127.0.0.1 at 2015-04-24 18:51:27 -0500 +Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 + Parameters: {"q"=>"something"} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +  (0.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" = -656158208 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -656158208], ["username", "a72ae2403d9a4ccab293991c7b435164"], ["access_token", "91961ccc4c34751aaa96724155388940"], ["created_at", "2015-04-24 23:51:27.288833"], ["updated_at", "2015-04-24 23:51:27.288833"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PUT "/api/user" for 127.0.0.1 at 2015-04-24 18:51:27 -0500 +Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 + Parameters: {"{\"username\":\"a72ae2403d9a4ccab293991c7b435164\",\"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" = -9729070 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -9729070], ["username", "48666b63316773e380da859c9601f82f"], ["access_token", "48a0e6660f781870fe2e018c6429a7db"], ["created_at", "2015-04-24 23:51:27.299391"], ["updated_at", "2015-04-24 23:51:27.299391"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:27 -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-04-24 18:51:27 -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.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" = -859996760 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -859996760], ["username", "4a2cd5046b7a35a094426157accc87da"], ["access_token", "c0a7baad670215b89f138c4d6c30669b"], ["created_at", "2015-04-24 23:51:27.316793"], ["updated_at", "2015-04-24 23:51:27.316793"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:27 -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-04-24 18:51:27 -0500 +Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"{\"email\":\"dummy@dum.my\"}"=>nil} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +  (0.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" = -1057191561 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1057191561], ["username", "ae34a212249a74d84af85efbb48c638a"], ["access_token", "6cb1375b5ba04b6d0cad4acd11b410a1"], ["created_at", "2015-04-24 23:51:27.333894"], ["updated_at", "2015-04-24 23:51:27.333894"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -5887831 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -5887831], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:27.337097"], ["updated_at", "2015-04-24 23:51:27.337097"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -757863165 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -757863165], ["username", "f744a18c3fe44e477702e6becdb937d4"], ["access_token", "f55cc2ead0f26487a532f47fbd847e24"], ["created_at", "2015-04-24 23:51:27.340289"], ["updated_at", "2015-04-24 23:51:27.340289"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = -757863165 AND "openstax_accounts_group_members"."group_id" = -5887831) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -5887831], ["user_id", -757863165], ["created_at", "2015-04-24 23:51:27.342974"], ["updated_at", "2015-04-24 23:51:27.342974"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-5887831/members/-757863165" for 127.0.0.1 at 2015-04-24 18:51:27 -0500 +Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-5887831", "user_id"=>"-757863165"} +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" = -1440818500 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1440818500], ["username", "46ceafe602a75b0fe14e4515aafad641"], ["access_token", "06f4f4c17e891dfb68c9fc36aaabac23"], ["created_at", "2015-04-24 23:51:27.357070"], ["updated_at", "2015-04-24 23:51:27.357070"]] +  (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" = -1772029906 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1772029906], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:27.359606"], ["updated_at", "2015-04-24 23:51:27.359606"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1016546246 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1016546246], ["username", "1b2b8b41f9e3418697770885139e5d00"], ["access_token", "2e3b9e33286cdb2349acd305b5bf3127"], ["created_at", "2015-04-24 23:51:27.361868"], ["updated_at", "2015-04-24 23:51:27.361868"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-1772029906/members/-1016546246" for 127.0.0.1 at 2015-04-24 18:51:27 -0500 +Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-1772029906", "user_id"=>"-1016546246"} +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-04-24 23:51:27.373696"], ["updated_at", "2015-04-24 23:51:27.373696"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:27 -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-04-24 18:51:27 -0500 +Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 +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" = 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-04-24 23:51:27.391329"], ["updated_at", "2015-04-24 23:51:27.391329"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:27 -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-04-24 18:51:27 -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.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" = 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-04-24 23:51:27.408675"], ["updated_at", "2015-04-24 23:51:27.408675"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:27 -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-04-24 18:51:27 -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" = -1095823123 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1095823123], ["username", "76188923ccf46deb99c291815543db13"], ["access_token", "2d0b93c6905cdbc761f81085687d3b86"], ["created_at", "2015-04-24 23:51:27.424808"], ["updated_at", "2015-04-24 23:51:27.424808"]] +  (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" = -1579420016 LIMIT 1 + SQL (0.5ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1579420016], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:27.427668"], ["updated_at", "2015-04-24 23:51:27.427668"]] +  (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" = -1310690822 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1310690822], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:27.430597"], ["updated_at", "2015-04-24 23:51:27.430597"]] +  (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" = -1310690822 LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] + SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1310690822]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- +- -1310690822 +' 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", -1579420016]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -1579420016 +' 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" = -1310690822 + SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1579420016 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1579420016], ["member_group_id", -1310690822], ["created_at", "2015-04-24 23:51:27.432597"], ["updated_at", "2015-04-24 23:51:27.432597"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-1579420016/nestings/-1310690822" for 127.0.0.1 at 2015-04-24 18:51:27 -0500 +Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-1579420016", "member_group_id"=>"-1310690822"} +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" = -1912811075 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1912811075], ["username", "10fc9ae6c16f4aa5b4018f171214a127"], ["access_token", "9d2384406d52cecaec2b2c391ef270d0"], ["created_at", "2015-04-24 23:51:27.465590"], ["updated_at", "2015-04-24 23:51:27.465590"]] +  (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" = -1294916283 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1294916283], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:27.468296"], ["updated_at", "2015-04-24 23:51:27.468296"]] +  (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" = -37655429 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -37655429], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:27.470755"], ["updated_at", "2015-04-24 23:51:27.470755"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-1294916283/nestings/-37655429" for 127.0.0.1 at 2015-04-24 18:51:27 -0500 +Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-1294916283", "member_group_id"=>"-37655429"} +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" = -1522271102 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1522271102], ["username", "4fba48b9cdcc69a5ca06a1c4e852daf6"], ["access_token", "663b7b72578434673dd812ec0ef4f0ed"], ["created_at", "2015-04-24 23:51:27.483382"], ["updated_at", "2015-04-24 23:51:27.483382"]] +  (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" = -1943969502 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1943969502], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:27.486901"], ["updated_at", "2015-04-24 23:51:27.486901"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -441621018 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -441621018], ["username", "0604e2f47203f9da5f159a3a58eefc48"], ["access_token", "01a80d491a0cd790b65333c5a1ccf189"], ["created_at", "2015-04-24 23:51:27.489506"], ["updated_at", "2015-04-24 23:51:27.489506"]] +  (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" = -441621018 AND "openstax_accounts_group_owners"."group_id" = -1943969502) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1943969502], ["user_id", -441621018], ["created_at", "2015-04-24 23:51:27.491824"], ["updated_at", "2015-04-24 23:51:27.491824"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-1943969502/owners/-441621018" for 127.0.0.1 at 2015-04-24 18:51:27 -0500 +Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-1943969502", "user_id"=>"-441621018"} +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" = -573453374 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -573453374], ["username", "4bdfe8a5572b8db8e6a6a2257011917e"], ["access_token", "d8921a39f8213c911a6db7425b9e50f0"], ["created_at", "2015-04-24 23:51:27.509328"], ["updated_at", "2015-04-24 23:51:27.509328"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -21675870 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -21675870], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:27.512131"], ["updated_at", "2015-04-24 23:51:27.512131"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1243868221 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1243868221], ["username", "f1debb26aafd0870d153fceaf5ffa947"], ["access_token", "de7f35899d59538f183e525ac8dfb5a4"], ["created_at", "2015-04-24 23:51:27.514559"], ["updated_at", "2015-04-24 23:51:27.514559"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-21675870/owners/-1243868221" for 127.0.0.1 at 2015-04-24 18:51:27 -0500 +Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-21675870", "user_id"=>"-1243868221"} +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-04-24 23:51:27.528708"], ["updated_at", "2015-04-24 23:51:27.528708"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:27 -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-04-24 18:51:27 -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.3ms) 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-04-24 23:51:27.548700"], ["updated_at", "2015-04-24 23:51:27.548700"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:27 -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-04-24 18:51:27 -0500 +Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 +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" = -2032515027 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2032515027], ["username", "ebfd83ad623a03159776313295753860"], ["access_token", "32111cea657a4882e64c896381083cc6"], ["created_at", "2015-04-24 23:51:27.571094"], ["updated_at", "2015-04-24 23:51:27.571094"]] +  (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" = -623617018 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -623617018], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:27.573500"], ["updated_at", "2015-04-24 23:51:27.573500"]] +  (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" = -623617018 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PUT "/api/groups/-623617018" for 127.0.0.1 at 2015-04-24 18:51:27 -0500 +Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 + Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil, "id"=>"-623617018"} +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" = -1372336755 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1372336755], ["username", "6a76f0a917cc8a81faf5bce523eb6345"], ["access_token", "da7c88650b4ee6e9654a742bc21105f8"], ["created_at", "2015-04-24 23:51:27.590919"], ["updated_at", "2015-04-24 23:51:27.590919"]] +  (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" = -1278954698 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1278954698], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:27.593404"], ["updated_at", "2015-04-24 23:51:27.593404"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups" for 127.0.0.1 at 2015-04-24 18:51:27 -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.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" = -1948961766 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1948961766], ["username", "d68c4ee8ce41ff950afbd24d8fae738c"], ["access_token", "168795db4996a941dde977a69962ccfc"], ["created_at", "2015-04-24 23:51:27.605058"], ["updated_at", "2015-04-24 23:51:27.605058"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1974920153 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1974920153], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:27.607498"], ["updated_at", "2015-04-24 23:51:27.607498"]] +  (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" = -1974920153 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-1974920153" for 127.0.0.1 at 2015-04-24 18:51:27 -0500 +Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"id"=>"-1974920153"} +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" = -946239094 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", -946239094], ["username", "jstrav"], ["access_token", "37b91246533ac5afd912abdda0b00794"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:27.620998"], ["updated_at", "2015-04-24 23:51:27.620998"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -173358144 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", -173358144], ["username", "mary"], ["access_token", "fee370e0d0b09ade51fcde41b292a1ce"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:27.623322"], ["updated_at", "2015-04-24 23:51:27.623322"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -987962425 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -987962425], ["username", "jstead"], ["access_token", "a004b83b6e1e846eecee2eb85bbb71eb"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:27.625745"], ["updated_at", "2015-04-24 23:51:27.625745"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2060366816 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2060366816], ["username", "bigbear"], ["access_token", "6050bc45ffedb4c750dda5f32fa731bb"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:27.628006"], ["updated_at", "2015-04-24 23:51:27.628006"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -478380592 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", -478380592], ["username", "jstrav"], ["access_token", "b692eb8b3c86273704b35909240b187e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:27.633822"], ["updated_at", "2015-04-24 23:51:27.633822"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -265137192 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", -265137192], ["username", "mary"], ["access_token", "4a8a8606082a56d2ae361850332f22ca"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:27.636158"], ["updated_at", "2015-04-24 23:51:27.636158"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1199511695 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1199511695], ["username", "jstead"], ["access_token", "f5f2089485a907355df184787f20fba7"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:27.638481"], ["updated_at", "2015-04-24 23:51:27.638481"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1223489973 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1223489973], ["username", "bigbear"], ["access_token", "0c602586dfea2d5aea7355bb016c72cd"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:27.640603"], ["updated_at", "2015-04-24 23:51:27.640603"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2127118778 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", -2127118778], ["username", "jstrav"], ["access_token", "018e2fcefa8dcae2d6599107dc93218e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:27.646277"], ["updated_at", "2015-04-24 23:51:27.646277"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -696735365 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", -696735365], ["username", "mary"], ["access_token", "942f6cd9bacdc6abb51517c040e0354e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:27.648566"], ["updated_at", "2015-04-24 23:51:27.648566"]] +  (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" = -356034059 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -356034059], ["username", "jstead"], ["access_token", "617fb1a7123187fbaf5b652758ad1b8a"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:27.650842"], ["updated_at", "2015-04-24 23:51:27.650842"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1269650705 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1269650705], ["username", "bigbear"], ["access_token", "81f4eb880dd8be3e4ce44581af553501"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:27.652881"], ["updated_at", "2015-04-24 23:51:27.652881"]] +  (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" = -21848029 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", -21848029], ["username", "jstrav"], ["access_token", "00253053767c656ca991dd9501a8b57e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:27.658258"], ["updated_at", "2015-04-24 23:51:27.658258"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1898932672 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", -1898932672], ["username", "mary"], ["access_token", "b3857fe661ba33d2b1aabe10aa9aa987"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:27.660372"], ["updated_at", "2015-04-24 23:51:27.660372"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1912310449 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1912310449], ["username", "jstead"], ["access_token", "1bb396b97a48ab71ac01199a1eeefee0"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:27.662579"], ["updated_at", "2015-04-24 23:51:27.662579"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1516894017 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1516894017], ["username", "bigbear"], ["access_token", "bf3d85d31a897c6396998f95c9712f08"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:27.664452"], ["updated_at", "2015-04-24 23:51:27.664452"]] +  (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" = -460409984 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", -460409984], ["username", "jstrav"], ["access_token", "16fc5c1a0497f738f547da36222d6a82"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:27.671608"], ["updated_at", "2015-04-24 23:51:27.671608"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1568688786 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", -1568688786], ["username", "mary"], ["access_token", "28794d0b9a3de1102eb4c36e3ff568fa"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:27.674082"], ["updated_at", "2015-04-24 23:51:27.674082"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1693874031 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1693874031], ["username", "jstead"], ["access_token", "d44f2f55329f8fc65ad714e8d19b40d5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:27.676457"], ["updated_at", "2015-04-24 23:51:27.676457"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -574887517 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -574887517], ["username", "bigbear"], ["access_token", "3fb7a467814f5884fb764da8a8ff607f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:27.678559"], ["updated_at", "2015-04-24 23:51:27.678559"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -715350128 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", -715350128], ["username", "jstrav"], ["access_token", "b22a3b1c8ba88d474e16fcb9648df2d8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:27.684529"], ["updated_at", "2015-04-24 23:51:27.684529"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2142192411 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", -2142192411], ["username", "mary"], ["access_token", "6b607ab07d3d50e4f66c5e2c398a984f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:27.686702"], ["updated_at", "2015-04-24 23:51:27.686702"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1054259685 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1054259685], ["username", "jstead"], ["access_token", "d928e7053737d09c3962879fbf89a528"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:27.688911"], ["updated_at", "2015-04-24 23:51:27.688911"]] +  (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" = -1447850593 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1447850593], ["username", "bigbear"], ["access_token", "3bc1b217ae195213a37797f85a52b8f8"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:27.690800"], ["updated_at", "2015-04-24 23:51:27.690800"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1450643463 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", -1450643463], ["username", "jstrav"], ["access_token", "4976bbac26c7498fdf54a6ef058d7dde"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:27.695559"], ["updated_at", "2015-04-24 23:51:27.695559"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1752261653 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", -1752261653], ["username", "mary"], ["access_token", "17ef31dd936cf533e0f59848fefec8cf"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:27.697956"], ["updated_at", "2015-04-24 23:51:27.697956"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -217489168 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -217489168], ["username", "jstead"], ["access_token", "e44f7d06d84a55297b89894c712ced66"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:27.700373"], ["updated_at", "2015-04-24 23:51:27.700373"]] +  (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" = -1548605731 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1548605731], ["username", "bigbear"], ["access_token", "81a8abb973dde5198d54745e2145a4b9"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:27.702399"], ["updated_at", "2015-04-24 23:51:27.702399"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1264224678 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", -1264224678], ["username", "jstrav"], ["access_token", "2b16397a9c7ad8e266d21c143afabdc7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:27.707464"], ["updated_at", "2015-04-24 23:51:27.707464"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -765244985 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", -765244985], ["username", "mary"], ["access_token", "6e3df4ed9b647b4092e5b4fc194a8685"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:27.709674"], ["updated_at", "2015-04-24 23:51:27.709674"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -664893978 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -664893978], ["username", "jstead"], ["access_token", "589f80656e8ca41faa709b5aef690eec"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:27.711830"], ["updated_at", "2015-04-24 23:51:27.711830"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1729044062 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1729044062], ["username", "bigbear"], ["access_token", "71fb18175c97211f9361bae046c011a6"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:27.713702"], ["updated_at", "2015-04-24 23:51:27.713702"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2016809414 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", -2016809414], ["username", "jstrav"], ["access_token", "0a8036b904b31a5d757f40fc40424a79"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:27.719577"], ["updated_at", "2015-04-24 23:51:27.719577"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1136663101 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", -1136663101], ["username", "mary"], ["access_token", "981fc2e4539fe92fb2fde8ed270dc6a2"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:27.721892"], ["updated_at", "2015-04-24 23:51:27.721892"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -247579969 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -247579969], ["username", "jstead"], ["access_token", "e5c2dddf8c1776ca586324a70b0a203d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:27.724417"], ["updated_at", "2015-04-24 23:51:27.724417"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1986506897 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1986506897], ["username", "bigbear"], ["access_token", "6a8decac265dd8c09a1d23d025563e5b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:27.726677"], ["updated_at", "2015-04-24 23:51:27.726677"]] +  (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" = -1561630656 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", -1561630656], ["username", "jstrav"], ["access_token", "6066ff1c0b242f04ccf48430284ffec0"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:27.733009"], ["updated_at", "2015-04-24 23:51:27.733009"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -725368153 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", -725368153], ["username", "mary"], ["access_token", "1db328c15862b1059e49a48993ac55c0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:27.735248"], ["updated_at", "2015-04-24 23:51:27.735248"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -834667702 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -834667702], ["username", "jstead"], ["access_token", "294a41e9eaabac5559fd482bfa7068ca"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:27.737491"], ["updated_at", "2015-04-24 23:51:27.737491"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1016158069 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1016158069], ["username", "bigbear"], ["access_token", "3ca1b97bf039a53bce3b787ad6bbd14e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:27.739548"], ["updated_at", "2015-04-24 23:51:27.739548"]] +  (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.3ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1584266831 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", -1584266831], ["username", "jstrav"], ["access_token", "77399219ef74177c39729d0be75c73f7"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:27.744669"], ["updated_at", "2015-04-24 23:51:27.744669"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2102277850 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", -2102277850], ["username", "mary"], ["access_token", "1226f6d0314da71416b6ae25feb2bbd6"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:27.746904"], ["updated_at", "2015-04-24 23:51:27.746904"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1913599896 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1913599896], ["username", "jstead"], ["access_token", "7eba85b06e7d5aa676632d65cdbce4e8"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:27.749042"], ["updated_at", "2015-04-24 23:51:27.749042"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1433156834 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1433156834], ["username", "bigbear"], ["access_token", "da8c5f9261e1e65115b396d6bca1c002"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:27.750957"], ["updated_at", "2015-04-24 23:51:27.750957"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -122194098 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -122194098], ["username", "foo_bb"], ["access_token", "1002b8ca9e1e94eb34bc38f4c52c3819"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2015-04-24 23:51:27.753025"], ["updated_at", "2015-04-24 23:51:27.753025"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -846832489 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -846832489], ["username", "foo_bj"], ["access_token", "945166eacaaaf3c7e79bc82f1f4e642e"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2015-04-24 23:51:27.754963"], ["updated_at", "2015-04-24 23:51:27.754963"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1674811131 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1674811131], ["username", "foo_tj"], ["access_token", "1a8af3ef42b913b82dc352b67db18989"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2015-04-24 23:51:27.756849"], ["updated_at", "2015-04-24 23:51:27.756849"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2004724277 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", -2004724277], ["username", "jstrav"], ["access_token", "818da1f14630e48a5ef1938b162c18c9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:27.764243"], ["updated_at", "2015-04-24 23:51:27.764243"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -830060186 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", -830060186], ["username", "mary"], ["access_token", "63d92a29df54ebe4ef2e6ee58476d242"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:27.766334"], ["updated_at", "2015-04-24 23:51:27.766334"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1971520975 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1971520975], ["username", "jstead"], ["access_token", "fb8c29d58c1e2de0ea10258218e77191"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:27.768362"], ["updated_at", "2015-04-24 23:51:27.768362"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -943126274 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -943126274], ["username", "bigbear"], ["access_token", "bb9fd4d1a4dfc231f707dc63eea990de"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:27.770291"], ["updated_at", "2015-04-24 23:51:27.770291"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1378765182 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1378765182], ["username", "billy_00"], ["access_token", "dfa5409cfbed9240a4dc8b9b386f033d"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:51:27.772312"], ["updated_at", "2015-04-24 23:51:27.772312"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -51962696 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -51962696], ["username", "billy_01"], ["access_token", "fd3c94fe618717b0fb2df84a24f38602"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:51:27.774474"], ["updated_at", "2015-04-24 23:51:27.774474"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -556161767 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -556161767], ["username", "billy_02"], ["access_token", "04a04b6a1f1b41d6f602d821236b3a4c"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:51:27.776596"], ["updated_at", "2015-04-24 23:51:27.776596"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -161285408 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -161285408], ["username", "billy_03"], ["access_token", "e82450e7d7057379ce3d0e2d4b96800b"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:51:27.778628"], ["updated_at", "2015-04-24 23:51:27.778628"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1191985693 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1191985693], ["username", "billy_04"], ["access_token", "672ee22b67bc352ba652a95b17f2abbc"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:51:27.780637"], ["updated_at", "2015-04-24 23:51:27.780637"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -746458701 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -746458701], ["username", "billy_05"], ["access_token", "26afbf26259e2eea1de939550acb72a5"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:51:27.782734"], ["updated_at", "2015-04-24 23:51:27.782734"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1094123643 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1094123643], ["username", "billy_06"], ["access_token", "a89afabbb0876ba7f8da781343c9deec"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:51:27.784829"], ["updated_at", "2015-04-24 23:51:27.784829"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1448048202 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1448048202], ["username", "billy_07"], ["access_token", "f78bdf2dfa2420f1df6cc949bf1fd984"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:51:27.786842"], ["updated_at", "2015-04-24 23:51:27.786842"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1570053860 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1570053860], ["username", "billy_08"], ["access_token", "14908a40c1922a560f074a089726b619"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:51:27.788852"], ["updated_at", "2015-04-24 23:51:27.788852"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1102479807 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1102479807], ["username", "billy_09"], ["access_token", "93e2763bf4e41e485bac82d40db63d52"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:51:27.790797"], ["updated_at", "2015-04-24 23:51:27.790797"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -330270277 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -330270277], ["username", "billy_10"], ["access_token", "826d4d27cbb8c4ff701f062cebd99557"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:51:27.792731"], ["updated_at", "2015-04-24 23:51:27.792731"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1642856543 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1642856543], ["username", "billy_11"], ["access_token", "5e1da79df663f8adb8402b694006bd58"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:51:27.794769"], ["updated_at", "2015-04-24 23:51:27.794769"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2114019626 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2114019626], ["username", "billy_12"], ["access_token", "35e99e8124b6a72e2ed312e104be697d"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:51:27.796695"], ["updated_at", "2015-04-24 23:51:27.796695"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -92896218 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -92896218], ["username", "billy_13"], ["access_token", "66a593b76d5eb32b927941af078c7d24"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:51:27.798790"], ["updated_at", "2015-04-24 23:51:27.798790"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1863004130 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1863004130], ["username", "billy_14"], ["access_token", "c5847adb33c34c95abba62581ff70e4e"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:51:27.801071"], ["updated_at", "2015-04-24 23:51:27.801071"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1998382655 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1998382655], ["username", "billy_15"], ["access_token", "b80b1ffff08ccfbe47dc43165c6c8255"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:51:27.803212"], ["updated_at", "2015-04-24 23:51:27.803212"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1566116772 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1566116772], ["username", "billy_16"], ["access_token", "6f1a3783f76f87197ec5d161328bed15"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:51:27.804932"], ["updated_at", "2015-04-24 23:51:27.804932"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -3541188 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -3541188], ["username", "billy_17"], ["access_token", "0f4c21421f28c99aaf6fdd6176fbe9da"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:51:27.806824"], ["updated_at", "2015-04-24 23:51:27.806824"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1200889914 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1200889914], ["username", "billy_18"], ["access_token", "85a8ddd3814feda34a51db97b8c19382"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:51:27.808592"], ["updated_at", "2015-04-24 23:51:27.808592"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1882919066 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1882919066], ["username", "billy_19"], ["access_token", "14594a4216696c680e79244b53b6c50f"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:51:27.810366"], ["updated_at", "2015-04-24 23:51:27.810366"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -675074315 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -675074315], ["username", "billy_20"], ["access_token", "cd6a6f903dc1db2b5c400224daceb8bf"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:51:27.812138"], ["updated_at", "2015-04-24 23:51:27.812138"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -589167961 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -589167961], ["username", "billy_21"], ["access_token", "2bdd1448fbe7095f575b13cca08fb846"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:51:27.813946"], ["updated_at", "2015-04-24 23:51:27.813946"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -854706812 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -854706812], ["username", "billy_22"], ["access_token", "b1a987aa710fae14fb0431e79e256bb9"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:51:27.815759"], ["updated_at", "2015-04-24 23:51:27.815759"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1600611468 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1600611468], ["username", "billy_23"], ["access_token", "264205fb1148ee305a8552dd85109125"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:51:27.817521"], ["updated_at", "2015-04-24 23:51:27.817521"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1385904670 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1385904670], ["username", "billy_24"], ["access_token", "8341b4510ec9e4c38600bd223b430363"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:51:27.819403"], ["updated_at", "2015-04-24 23:51:27.819403"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -396424028 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -396424028], ["username", "billy_25"], ["access_token", "3fbdab7804d0d40d3e5e5b42946dbe90"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:51:27.821185"], ["updated_at", "2015-04-24 23:51:27.821185"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -826568729 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -826568729], ["username", "billy_26"], ["access_token", "5466f619c669e80f660f96785120a345"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:51:27.822954"], ["updated_at", "2015-04-24 23:51:27.822954"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -651897308 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -651897308], ["username", "billy_27"], ["access_token", "a74accb1e7ef3c9d25cf70e9db1c4527"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:51:27.824830"], ["updated_at", "2015-04-24 23:51:27.824830"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1494482253 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1494482253], ["username", "billy_28"], ["access_token", "08d9d92040e898794e6cd2461895e387"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:51:27.826798"], ["updated_at", "2015-04-24 23:51:27.826798"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486648853 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -486648853], ["username", "billy_29"], ["access_token", "cdfde5c0587d4cef3dae3ab8b50515e6"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:51:27.828613"], ["updated_at", "2015-04-24 23:51:27.828613"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1448193326 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1448193326], ["username", "billy_30"], ["access_token", "883eb552c83d6133f248b0a5f87f0152"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:51:27.830736"], ["updated_at", "2015-04-24 23:51:27.830736"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1208935561 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1208935561], ["username", "billy_31"], ["access_token", "38043945186781edb9c4b62c8c86c3eb"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:51:27.832494"], ["updated_at", "2015-04-24 23:51:27.832494"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -342849281 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -342849281], ["username", "billy_32"], ["access_token", "4867a46bbc4bf48706dbd118b18c3dbf"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:51:27.834254"], ["updated_at", "2015-04-24 23:51:27.834254"]] +  (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" = -1908073712 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1908073712], ["username", "billy_33"], ["access_token", "68c41488620c72e54a43b66654395d8d"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:51:27.836053"], ["updated_at", "2015-04-24 23:51:27.836053"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -893681935 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -893681935], ["username", "billy_34"], ["access_token", "bf2ee2efdf62d0a4235d3809b82111d0"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:51:27.837880"], ["updated_at", "2015-04-24 23:51:27.837880"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -490328772 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -490328772], ["username", "billy_35"], ["access_token", "4bdbdaa437ee007d655fc373889d96e1"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:51:27.839711"], ["updated_at", "2015-04-24 23:51:27.839711"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -808348212 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -808348212], ["username", "billy_36"], ["access_token", "5a57c062d8cc9ea99611684c3a4676ad"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:51:27.841443"], ["updated_at", "2015-04-24 23:51:27.841443"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -249566180 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -249566180], ["username", "billy_37"], ["access_token", "c987749fd8fe8458221ea233bfc46887"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:51:27.843306"], ["updated_at", "2015-04-24 23:51:27.843306"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -406435692 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -406435692], ["username", "billy_38"], ["access_token", "3e3e5843adc3a0de0dde306d60379d08"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:51:27.845059"], ["updated_at", "2015-04-24 23:51:27.845059"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1960108370 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1960108370], ["username", "billy_39"], ["access_token", "23c33080ce791c86624faec5981b4200"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:51:27.846838"], ["updated_at", "2015-04-24 23:51:27.846838"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1988838527 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1988838527], ["username", "billy_40"], ["access_token", "59bf1bd79e4757eb880a15537293ba76"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:51:27.848684"], ["updated_at", "2015-04-24 23:51:27.848684"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1344351210 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1344351210], ["username", "billy_41"], ["access_token", "1ba5190372d793e7dc5cfae2ad11585c"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:51:27.850678"], ["updated_at", "2015-04-24 23:51:27.850678"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1015511958 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1015511958], ["username", "billy_42"], ["access_token", "6df2251af7d359f3e3aae5f4e9dd8b2d"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:51:27.852464"], ["updated_at", "2015-04-24 23:51:27.852464"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -631709990 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -631709990], ["username", "billy_43"], ["access_token", "92434c9bff5637cb267f07ba3d5278aa"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:51:27.854376"], ["updated_at", "2015-04-24 23:51:27.854376"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -957783043 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -957783043], ["username", "billy_44"], ["access_token", "be36ea7a4c488b058254f088423d807c"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:51:27.856154"], ["updated_at", "2015-04-24 23:51:27.856154"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -298122174 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -298122174], ["username", "billy_45"], ["access_token", "56df48f3acb75cb342af8def148a89c9"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:51:27.857955"], ["updated_at", "2015-04-24 23:51:27.857955"]] +  (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 +  (0.9ms) 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" = -1510971235 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", -1510971235], ["username", "jstrav"], ["access_token", "28a85ffab26b3914aafe15a0a26264e1"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:27.867178"], ["updated_at", "2015-04-24 23:51:27.867178"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -361470231 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", -361470231], ["username", "mary"], ["access_token", "e8f0190a10d006886c8daee5cd303f39"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:27.869477"], ["updated_at", "2015-04-24 23:51:27.869477"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1609279983 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1609279983], ["username", "jstead"], ["access_token", "a830fee06ecbf551f87e0f3986cc3113"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:27.871572"], ["updated_at", "2015-04-24 23:51:27.871572"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1242718021 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1242718021], ["username", "bigbear"], ["access_token", "88131166d92792ba26a09089b3658619"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:27.873598"], ["updated_at", "2015-04-24 23:51:27.873598"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -47719531 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -47719531], ["username", "billy_00"], ["access_token", "4a379e3c171db56a1609f6544e9aa6bc"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:51:27.875550"], ["updated_at", "2015-04-24 23:51:27.875550"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1534439877 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1534439877], ["username", "billy_01"], ["access_token", "d059b6f191362b8ead8c7cee4ad8dd89"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:51:27.877325"], ["updated_at", "2015-04-24 23:51:27.877325"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1469871313 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1469871313], ["username", "billy_02"], ["access_token", "95c856ab7607ccd8d8821331173ad460"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:51:27.879287"], ["updated_at", "2015-04-24 23:51:27.879287"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -966055245 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -966055245], ["username", "billy_03"], ["access_token", "4d8d7fc3ecb625dce023f628d4594f70"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:51:27.881102"], ["updated_at", "2015-04-24 23:51:27.881102"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1200432270 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1200432270], ["username", "billy_04"], ["access_token", "a5b3e26163cb313521f5fc7d57a52aa1"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:51:27.883053"], ["updated_at", "2015-04-24 23:51:27.883053"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1375500160 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1375500160], ["username", "billy_05"], ["access_token", "75632b96002343389c8d562721f2485c"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:51:27.884954"], ["updated_at", "2015-04-24 23:51:27.884954"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1794867164 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1794867164], ["username", "billy_06"], ["access_token", "bd1c6a6f493ded152e85f10e8ec737ac"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:51:27.886909"], ["updated_at", "2015-04-24 23:51:27.886909"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1418909802 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1418909802], ["username", "billy_07"], ["access_token", "a5251b9657dab50295164c01a603701e"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:51:27.888691"], ["updated_at", "2015-04-24 23:51:27.888691"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1877361272 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1877361272], ["username", "billy_08"], ["access_token", "04c4120e669ebf71ced12ec8a9bf1b02"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:51:27.890612"], ["updated_at", "2015-04-24 23:51:27.890612"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2048563739 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2048563739], ["username", "billy_09"], ["access_token", "51fd41652471a8bf707abf28e6751714"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:51:27.892497"], ["updated_at", "2015-04-24 23:51:27.892497"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -580548283 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -580548283], ["username", "billy_10"], ["access_token", "238e05e35642b695ca6d6fffa641751c"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:51:27.894373"], ["updated_at", "2015-04-24 23:51:27.894373"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -59046764 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -59046764], ["username", "billy_11"], ["access_token", "2ece2f34a235cbc324a4b71b2a0acdfc"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:51:27.896368"], ["updated_at", "2015-04-24 23:51:27.896368"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -166647196 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -166647196], ["username", "billy_12"], ["access_token", "5a0a9edac87589a0096ac173e6d481ed"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:51:27.898241"], ["updated_at", "2015-04-24 23:51:27.898241"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1882870164 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1882870164], ["username", "billy_13"], ["access_token", "ddfb9f5609ef02f656b290ce599e7461"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:51:27.900206"], ["updated_at", "2015-04-24 23:51:27.900206"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1794186485 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1794186485], ["username", "billy_14"], ["access_token", "5f407de5d2438295179b6e84d67814f7"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:51:27.902044"], ["updated_at", "2015-04-24 23:51:27.902044"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -88850596 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -88850596], ["username", "billy_15"], ["access_token", "0eefba558e9d23926a965300d120700d"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:51:27.904337"], ["updated_at", "2015-04-24 23:51:27.904337"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -610590701 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -610590701], ["username", "billy_16"], ["access_token", "71eea658c46e0d2d798072b821923f76"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:51:27.906376"], ["updated_at", "2015-04-24 23:51:27.906376"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2009888877 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2009888877], ["username", "billy_17"], ["access_token", "93374c1c9ff13971f9df0c5414594337"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:51:27.908246"], ["updated_at", "2015-04-24 23:51:27.908246"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1048358142 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1048358142], ["username", "billy_18"], ["access_token", "84565da12e67020f6b5fc9303cc1cc5f"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:51:27.910886"], ["updated_at", "2015-04-24 23:51:27.910886"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1222251527 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1222251527], ["username", "billy_19"], ["access_token", "1ddb354e10bc6abe776171cee4b69a1e"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:51:27.912781"], ["updated_at", "2015-04-24 23:51:27.912781"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1631864528 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1631864528], ["username", "billy_20"], ["access_token", "0b94adba630399c5c78d8344e0aaf65e"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:51:27.914555"], ["updated_at", "2015-04-24 23:51:27.914555"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1934351159 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1934351159], ["username", "billy_21"], ["access_token", "791c54f63077d75d19c34a0e50b44e93"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:51:27.916375"], ["updated_at", "2015-04-24 23:51:27.916375"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1570090593 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1570090593], ["username", "billy_22"], ["access_token", "03a00fd3d843b924f5a6a0c98782c9a9"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:51:27.918120"], ["updated_at", "2015-04-24 23:51:27.918120"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1192680357 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1192680357], ["username", "billy_23"], ["access_token", "7926e3f49b6d801d143e42609002cad8"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:51:27.920066"], ["updated_at", "2015-04-24 23:51:27.920066"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -60198215 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -60198215], ["username", "billy_24"], ["access_token", "be7c8a10240049ee2d2c2c4ccbe73e6d"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:51:27.921939"], ["updated_at", "2015-04-24 23:51:27.921939"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -882716510 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -882716510], ["username", "billy_25"], ["access_token", "af39e95183b5981730814a45c0660016"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:51:27.923824"], ["updated_at", "2015-04-24 23:51:27.923824"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1447204384 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1447204384], ["username", "billy_26"], ["access_token", "f1a02cb02dd4d5592987893075d33214"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:51:27.925638"], ["updated_at", "2015-04-24 23:51:27.925638"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -496308723 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -496308723], ["username", "billy_27"], ["access_token", "2a973943d5c7dfb47582884be988103e"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:51:27.927595"], ["updated_at", "2015-04-24 23:51:27.927595"]] +  (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" = -484681362 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -484681362], ["username", "billy_28"], ["access_token", "83ca0395965cf55df7558d0e388a05d8"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:51:27.930067"], ["updated_at", "2015-04-24 23:51:27.930067"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -254027502 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -254027502], ["username", "billy_29"], ["access_token", "be98ae31669676758e152ac4179eba67"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:51:27.932237"], ["updated_at", "2015-04-24 23:51:27.932237"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1624825920 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1624825920], ["username", "billy_30"], ["access_token", "eee3f5e995885ccd5f9781b9c98ce0bd"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:51:27.934217"], ["updated_at", "2015-04-24 23:51:27.934217"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -221698130 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -221698130], ["username", "billy_31"], ["access_token", "2ac3d0522e87069bdca270344d12422b"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:51:27.936107"], ["updated_at", "2015-04-24 23:51:27.936107"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1377927683 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1377927683], ["username", "billy_32"], ["access_token", "24692e049854c3037425cb9d40e20f63"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:51:27.937897"], ["updated_at", "2015-04-24 23:51:27.937897"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1804880130 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1804880130], ["username", "billy_33"], ["access_token", "5c7500b7804cb8eef32b136cc496a03a"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:51:27.939788"], ["updated_at", "2015-04-24 23:51:27.939788"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1947297928 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1947297928], ["username", "billy_34"], ["access_token", "ea98a022f8e580f872652b218bd185b6"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:51:27.941556"], ["updated_at", "2015-04-24 23:51:27.941556"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -900376868 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -900376868], ["username", "billy_35"], ["access_token", "f0bb85d5dd53232e3aecd1ecd771e227"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:51:27.943338"], ["updated_at", "2015-04-24 23:51:27.943338"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -836063384 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -836063384], ["username", "billy_36"], ["access_token", "ba408feea7dcad9002ec7be07c77e794"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:51:27.945195"], ["updated_at", "2015-04-24 23:51:27.945195"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -450220693 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -450220693], ["username", "billy_37"], ["access_token", "3b582efbdeb36f1308a7a213c9ed9402"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:51:27.947401"], ["updated_at", "2015-04-24 23:51:27.947401"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -178958547 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -178958547], ["username", "billy_38"], ["access_token", "a7083d348deac2b7ec1a89e85145b3e9"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:51:27.949226"], ["updated_at", "2015-04-24 23:51:27.949226"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -926424472 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -926424472], ["username", "billy_39"], ["access_token", "c902adbd71cbaf2388ba0228395fbfea"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:51:27.951120"], ["updated_at", "2015-04-24 23:51:27.951120"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1788731507 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1788731507], ["username", "billy_40"], ["access_token", "773dbdfe8ebe77c9e7913d0e5a47eecd"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:51:27.960566"], ["updated_at", "2015-04-24 23:51:27.960566"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2119209047 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2119209047], ["username", "billy_41"], ["access_token", "0314e20e13505185fd8ae209901e1273"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:51:27.963468"], ["updated_at", "2015-04-24 23:51:27.963468"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1517415889 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1517415889], ["username", "billy_42"], ["access_token", "bb995979a72685448a0222160f626295"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:51:27.965924"], ["updated_at", "2015-04-24 23:51:27.965924"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1874582614 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1874582614], ["username", "billy_43"], ["access_token", "423d5ca3d1e3f8002b6414279d9e3732"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:51:27.967897"], ["updated_at", "2015-04-24 23:51:27.967897"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -932458330 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -932458330], ["username", "billy_44"], ["access_token", "dee0c147676678188b9a4514d88aacd1"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:51:27.969708"], ["updated_at", "2015-04-24 23:51:27.969708"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -660795836 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -660795836], ["username", "billy_45"], ["access_token", "a956cc78f4a8efef352f76686f035b72"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:51:27.971507"], ["updated_at", "2015-04-24 23:51:27.971507"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 +  (0.9ms) rollback transaction +  (0.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" = -365076359 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", -365076359], ["username", "jstrav"], ["access_token", "e6dd47acd14efaa5c0719cbd1d9c8097"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:27.980557"], ["updated_at", "2015-04-24 23:51:27.980557"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1489335411 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", -1489335411], ["username", "mary"], ["access_token", "f3e3c3f5bd46f9cfed4662b1105e6eed"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:27.982725"], ["updated_at", "2015-04-24 23:51:27.982725"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -809633856 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -809633856], ["username", "jstead"], ["access_token", "27730d3e6201e9ac02c38857e3a9027b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:27.985054"], ["updated_at", "2015-04-24 23:51:27.985054"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -481260908 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -481260908], ["username", "bigbear"], ["access_token", "90e40753f24d5b59ec429a107311002e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:27.987104"], ["updated_at", "2015-04-24 23:51:27.987104"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1829267036 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1829267036], ["username", "billy_00"], ["access_token", "50fddb82ba0551a1c007402b4d9d87e0"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:51:27.989196"], ["updated_at", "2015-04-24 23:51:27.989196"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1820682027 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1820682027], ["username", "billy_01"], ["access_token", "ba448e7ea7e355d283fb051c4e5e8d44"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:51:27.991150"], ["updated_at", "2015-04-24 23:51:27.991150"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -803653974 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -803653974], ["username", "billy_02"], ["access_token", "523b36ac7e680c7ab418e3308c9fae3d"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:51:27.993162"], ["updated_at", "2015-04-24 23:51:27.993162"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1422053963 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1422053963], ["username", "billy_03"], ["access_token", "c64e7fb811f3fa37ad3f2794ea22bb44"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:51:27.995230"], ["updated_at", "2015-04-24 23:51:27.995230"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2049680692 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2049680692], ["username", "billy_04"], ["access_token", "2c92a4d426cd7827d12b02bd7214947c"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:51:27.997118"], ["updated_at", "2015-04-24 23:51:27.997118"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1437007341 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1437007341], ["username", "billy_05"], ["access_token", "d7c7b3b35d6cdd963c9c9fa4e087bdb8"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:51:27.999143"], ["updated_at", "2015-04-24 23:51:27.999143"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1100647324 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1100647324], ["username", "billy_06"], ["access_token", "7d8edb52990e17b6ac89e739734b10a5"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:51:28.001059"], ["updated_at", "2015-04-24 23:51:28.001059"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1464363870 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1464363870], ["username", "billy_07"], ["access_token", "067c2b4ec4bb993f17a1a9658b46d626"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:51:28.002990"], ["updated_at", "2015-04-24 23:51:28.002990"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -465526765 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -465526765], ["username", "billy_08"], ["access_token", "fa52c371ccf1eedce4eecefc828dc4ad"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:51:28.005028"], ["updated_at", "2015-04-24 23:51:28.005028"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1999079122 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1999079122], ["username", "billy_09"], ["access_token", "d72555fb80dd8b6b5f3c00d99bbe95eb"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:51:28.007215"], ["updated_at", "2015-04-24 23:51:28.007215"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1887470777 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1887470777], ["username", "billy_10"], ["access_token", "6e5efe479d7548426a431d02de039d2c"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:51:28.009172"], ["updated_at", "2015-04-24 23:51:28.009172"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1467833978 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1467833978], ["username", "billy_11"], ["access_token", "1e95a72a22828fdb73347d0475bbd2b3"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:51:28.011248"], ["updated_at", "2015-04-24 23:51:28.011248"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1716025435 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1716025435], ["username", "billy_12"], ["access_token", "615dec1ab2bbc57a1ead8ad0b3380cc5"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:51:28.013181"], ["updated_at", "2015-04-24 23:51:28.013181"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2137162050 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2137162050], ["username", "billy_13"], ["access_token", "0347a0fcde95c996feaba960de940147"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:51:28.015399"], ["updated_at", "2015-04-24 23:51:28.015399"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -662329053 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -662329053], ["username", "billy_14"], ["access_token", "6123b1d21f7fdfb46308a3b4bc04d2ad"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:51:28.017447"], ["updated_at", "2015-04-24 23:51:28.017447"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -469191402 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -469191402], ["username", "billy_15"], ["access_token", "4b5f2b3cd148727902cbefa26acc0359"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:51:28.019505"], ["updated_at", "2015-04-24 23:51:28.019505"]] +  (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" = -1151487850 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1151487850], ["username", "billy_16"], ["access_token", "a703256711a77bd0cf5da093fcf06ba0"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:51:28.021368"], ["updated_at", "2015-04-24 23:51:28.021368"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1955512781 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1955512781], ["username", "billy_17"], ["access_token", "367d8d8b7df42e4315feaaac1892be17"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:51:28.023415"], ["updated_at", "2015-04-24 23:51:28.023415"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1208770489 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1208770489], ["username", "billy_18"], ["access_token", "dafe63a4b72dde6fa8d900c74e780b3f"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:51:28.025641"], ["updated_at", "2015-04-24 23:51:28.025641"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1991978499 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1991978499], ["username", "billy_19"], ["access_token", "79c40d4c3ae52592204d7cc59f20b78e"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:51:28.028388"], ["updated_at", "2015-04-24 23:51:28.028388"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1696825601 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1696825601], ["username", "billy_20"], ["access_token", "9ae957c1dc8ff4a8e031631485b1d000"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:51:28.030294"], ["updated_at", "2015-04-24 23:51:28.030294"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -986422127 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -986422127], ["username", "billy_21"], ["access_token", "455b833e1dadda87989185fe5c66aa57"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:51:28.032245"], ["updated_at", "2015-04-24 23:51:28.032245"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1652632567 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1652632567], ["username", "billy_22"], ["access_token", "b5e13af5d90010bcd22c483eee554d6c"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:51:28.034096"], ["updated_at", "2015-04-24 23:51:28.034096"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -985886645 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -985886645], ["username", "billy_23"], ["access_token", "6df2ab3c63b5afd23ce3169ed04ad762"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:51:28.035942"], ["updated_at", "2015-04-24 23:51:28.035942"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2005033746 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2005033746], ["username", "billy_24"], ["access_token", "d02a04ce6deffb7e429aef6b915c8499"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:51:28.037796"], ["updated_at", "2015-04-24 23:51:28.037796"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1450193124 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1450193124], ["username", "billy_25"], ["access_token", "1a85ad9da5a808467e22259cbd3baa6e"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:51:28.039617"], ["updated_at", "2015-04-24 23:51:28.039617"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -484030658 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -484030658], ["username", "billy_26"], ["access_token", "be61b692d50e244a11b0fb51c7ef2178"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:51:28.041554"], ["updated_at", "2015-04-24 23:51:28.041554"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1348265464 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1348265464], ["username", "billy_27"], ["access_token", "2c98042212152e7f0428baa375674616"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:51:28.043479"], ["updated_at", "2015-04-24 23:51:28.043479"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1843776611 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1843776611], ["username", "billy_28"], ["access_token", "28dc85571d441855512de0800d60d157"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:51:28.045459"], ["updated_at", "2015-04-24 23:51:28.045459"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1189480111 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1189480111], ["username", "billy_29"], ["access_token", "c9cfda81bf4a88921f556eedc2fea5c7"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:51:28.047310"], ["updated_at", "2015-04-24 23:51:28.047310"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1480842339 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1480842339], ["username", "billy_30"], ["access_token", "3cf68355483bd6d80109b1bd46e2ac01"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:51:28.049268"], ["updated_at", "2015-04-24 23:51:28.049268"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1544391854 LIMIT 1 + SQL (4.7ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1544391854], ["username", "billy_31"], ["access_token", "116065a60ff03c8b233c9b75e5333cbb"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:51:28.051276"], ["updated_at", "2015-04-24 23:51:28.051276"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1125055819 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1125055819], ["username", "billy_32"], ["access_token", "17e2e63682e8240117085b9b5e82c84c"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:51:28.058338"], ["updated_at", "2015-04-24 23:51:28.058338"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -354431145 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -354431145], ["username", "billy_33"], ["access_token", "35e6479da12700e45dfd39208f8dbbcc"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:51:28.060544"], ["updated_at", "2015-04-24 23:51:28.060544"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -506995022 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -506995022], ["username", "billy_34"], ["access_token", "916aed2ec3455e391c18fc317ca4e7e7"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:51:28.062564"], ["updated_at", "2015-04-24 23:51:28.062564"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -308951185 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -308951185], ["username", "billy_35"], ["access_token", "60538611e1a01209797a3cd7e3ae1706"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:51:28.064637"], ["updated_at", "2015-04-24 23:51:28.064637"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -119325364 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -119325364], ["username", "billy_36"], ["access_token", "cddc9c010b5c1c40a70c3807a80058d5"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:51:28.066662"], ["updated_at", "2015-04-24 23:51:28.066662"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1748914579 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1748914579], ["username", "billy_37"], ["access_token", "ef55bcfc8af98be048e353fbd991a99c"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:51:28.068697"], ["updated_at", "2015-04-24 23:51:28.068697"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -823689858 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -823689858], ["username", "billy_38"], ["access_token", "61abdc4b66c231ed10a129db9ce75e0c"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:51:28.070560"], ["updated_at", "2015-04-24 23:51:28.070560"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -820092930 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -820092930], ["username", "billy_39"], ["access_token", "0964d0215d24623ded95e2d0d134efd3"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:51:28.072566"], ["updated_at", "2015-04-24 23:51:28.072566"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1246122810 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1246122810], ["username", "billy_40"], ["access_token", "b83fcc2f62d0b788a2cfc1cb7e38b52b"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:51:28.074611"], ["updated_at", "2015-04-24 23:51:28.074611"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1348783979 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1348783979], ["username", "billy_41"], ["access_token", "a37c84a76b141c5cb2ed7683661c9cc6"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:51:28.076434"], ["updated_at", "2015-04-24 23:51:28.076434"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -225584616 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -225584616], ["username", "billy_42"], ["access_token", "cc97a333e0c46a2b2b04512e98f83e17"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:51:28.078333"], ["updated_at", "2015-04-24 23:51:28.078333"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1951463644 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1951463644], ["username", "billy_43"], ["access_token", "ac14a413d5ae6fab81e1fea630ab43cf"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:51:28.080318"], ["updated_at", "2015-04-24 23:51:28.080318"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -154847650 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -154847650], ["username", "billy_44"], ["access_token", "0ce68b7c76aca8eb64a46d64dcedab58"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:51:28.082266"], ["updated_at", "2015-04-24 23:51:28.082266"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1600134697 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1600134697], ["username", "billy_45"], ["access_token", "0a757a2cc66194139bde28fcae60061c"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:51:28.084446"], ["updated_at", "2015-04-24 23:51:28.084446"]] +  (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 +  (0.9ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "4cf659c3f3eed141e5bf2bfc7d86f08a"], ["created_at", "2015-04-24 23:51:28.093039"], ["updated_at", "2015-04-24 23:51:28.093039"]] +  (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-04-24 23:51:28.094802"], ["updated_at", "2015-04-24 23:51:28.094802"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", "another_user"], ["access_token", "acb0d95365d9f9941e7671dfc39b8814"], ["created_at", "2015-04-24 23:51:28.096894"], ["updated_at", "2015-04-24 23:51:28.096894"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2015-04-24 23:51:28.098373"], ["updated_at", "2015-04-24 23:51:28.098373"]] +  (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" = -1932358851 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1932358851], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:28.100799"], ["updated_at", "2015-04-24 23:51:28.100799"]] +  (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" = -1105399997 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1105399997], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:28.102875"], ["updated_at", "2015-04-24 23:51:28.102875"]] +  (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" = -1105399997 LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] + SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1105399997]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- +- -1105399997 +' 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", -1932358851]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -1932358851 +' 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" = -1105399997 + SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1932358851 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1932358851], ["member_group_id", -1105399997], ["created_at", "2015-04-24 23:51:28.104909"], ["updated_at", "2015-04-24 23:51:28.104909"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -1105399997) 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" = -1105399997) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -1105399997], ["user_id", 1], ["created_at", "2015-04-24 23:51:28.114994"], ["updated_at", "2015-04-24 23:51:28.114994"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -1105399997) 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", -1105399997]] + SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -1105399997]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -1105399997 +- -1932358851 +' WHERE "openstax_accounts_groups"."id" = ? [["id", 2]] + OpenStax::Accounts::Group Load (0.3ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1105399997, -1932358851) + Ownership Load (0.2ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2015-04-24 23:51:28.141081"], ["updated_at", "2015-04-24 23:51:28.141081"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] + OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1105399997, -1932358851) + 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-04-24 23:51:28.146794"], ["updated_at", "2015-04-24 23:51:28.146794"]] +  (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 (-1105399997, -1932358851) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2015-04-24 23:51:28.152539"], ["updated_at", "2015-04-24 23:51:28.152539"]] +  (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 (-1105399997, -1932358851) + 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.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1105399997, -1932358851) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2015-04-24 23:51:28.160135"], ["updated_at", "2015-04-24 23:51:28.160135"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] + OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-1105399997, -1932358851) + 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 (-1105399997, -1932358851) + 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 (-1105399997, -1932358851) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) +  (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" = -15714535 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", -15714535], ["username", "jstrav"], ["access_token", "77d1f44e9b71813c1c1baf18ae3236a6"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:28.172686"], ["updated_at", "2015-04-24 23:51:28.172686"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1030562582 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", -1030562582], ["username", "mary"], ["access_token", "acbfedab9c73f730a8fbc33e783dfa7c"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:28.175059"], ["updated_at", "2015-04-24 23:51:28.175059"]] +  (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" = -2100947563 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2100947563], ["username", "jstead"], ["access_token", "279c81191193a6948305474314cef825"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:28.177286"], ["updated_at", "2015-04-24 23:51:28.177286"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -53406124 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -53406124], ["username", "bigbear"], ["access_token", "91141477ccbb17aec29b2099cdff1eec"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:28.179247"], ["updated_at", "2015-04-24 23:51:28.179247"]] +  (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" = -634540238 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -634540238], ["username", "billy_00"], ["access_token", "6defc8da71350877607541e39d0172b5"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:51:28.181311"], ["updated_at", "2015-04-24 23:51:28.181311"]] +  (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" = -1324545430 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1324545430], ["username", "billy_01"], ["access_token", "e90235d8299b7e00e5f69ca11199e0fd"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:51:28.183266"], ["updated_at", "2015-04-24 23:51:28.183266"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1911482338 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1911482338], ["username", "billy_02"], ["access_token", "d49ea907fc27cf6367685ec0915f66a5"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:51:28.185353"], ["updated_at", "2015-04-24 23:51:28.185353"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1531802160 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1531802160], ["username", "billy_03"], ["access_token", "cd0b119bf802055f60d561969edfe377"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:51:28.187389"], ["updated_at", "2015-04-24 23:51:28.187389"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1072074383 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1072074383], ["username", "billy_04"], ["access_token", "58f36ae84561c5a9a339325448077a69"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:51:28.189340"], ["updated_at", "2015-04-24 23:51:28.189340"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1912872655 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1912872655], ["username", "billy_05"], ["access_token", "4bdc8002d6dc92277c14ad59cdc9e642"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:51:28.191359"], ["updated_at", "2015-04-24 23:51:28.191359"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1027058474 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1027058474], ["username", "billy_06"], ["access_token", "8ab45a79efb78047be71fcfd23ec3daa"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:51:28.193356"], ["updated_at", "2015-04-24 23:51:28.193356"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2091650483 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2091650483], ["username", "billy_07"], ["access_token", "f9ab4f67c838b6887b58f45f95869cb6"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:51:28.195318"], ["updated_at", "2015-04-24 23:51:28.195318"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -411013055 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -411013055], ["username", "billy_08"], ["access_token", "06680172d9dfcdba9af7cf136e5959b2"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:51:28.197281"], ["updated_at", "2015-04-24 23:51:28.197281"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -897473072 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -897473072], ["username", "billy_09"], ["access_token", "ebc4acec426f6edda0330ad3fdc2647c"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:51:28.199359"], ["updated_at", "2015-04-24 23:51:28.199359"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1780844489 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1780844489], ["username", "billy_10"], ["access_token", "b3bd5ac89b0d29247237cb630ab3d1e3"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:51:28.201392"], ["updated_at", "2015-04-24 23:51:28.201392"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -120346382 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -120346382], ["username", "billy_11"], ["access_token", "cc1b4588aad12e2eac63c2033e4579b3"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:51:28.203526"], ["updated_at", "2015-04-24 23:51:28.203526"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -275001645 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -275001645], ["username", "billy_12"], ["access_token", "5b27ee4c288198cda3f798bdfb119ae2"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:51:28.205720"], ["updated_at", "2015-04-24 23:51:28.205720"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -411736465 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -411736465], ["username", "billy_13"], ["access_token", "a4b4549357080b403bd64b0d3b795a20"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:51:28.207960"], ["updated_at", "2015-04-24 23:51:28.207960"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -423436336 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -423436336], ["username", "billy_14"], ["access_token", "6a9a025169fb02d24d2ad2095088eb2c"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:51:28.210408"], ["updated_at", "2015-04-24 23:51:28.210408"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -656193525 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -656193525], ["username", "billy_15"], ["access_token", "ccd91c91ddca9427d6e4390ec61b8504"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:51:28.212514"], ["updated_at", "2015-04-24 23:51:28.212514"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -643569734 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -643569734], ["username", "billy_16"], ["access_token", "0c3f813fd8561322da8900d4947455ea"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:51:28.214485"], ["updated_at", "2015-04-24 23:51:28.214485"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1230247804 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1230247804], ["username", "billy_17"], ["access_token", "5770dfd028e43d944c67b2ba8cabbad2"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:51:28.216326"], ["updated_at", "2015-04-24 23:51:28.216326"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -458693922 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -458693922], ["username", "billy_18"], ["access_token", "adb72c2ebef7da8d5c5122183fece699"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:51:28.218148"], ["updated_at", "2015-04-24 23:51:28.218148"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1663119049 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1663119049], ["username", "billy_19"], ["access_token", "f1e988cee06870460299ab25bfc21aca"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:51:28.220019"], ["updated_at", "2015-04-24 23:51:28.220019"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -959133783 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -959133783], ["username", "billy_20"], ["access_token", "e460130377ea99986bdfe48695e30abb"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:51:28.221850"], ["updated_at", "2015-04-24 23:51:28.221850"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -776012624 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -776012624], ["username", "billy_21"], ["access_token", "17a3d6983c318d70faee919ea688fcb9"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:51:28.223661"], ["updated_at", "2015-04-24 23:51:28.223661"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -170787540 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -170787540], ["username", "billy_22"], ["access_token", "1be0515299a15ceb9ce73611254bcdfe"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:51:28.225440"], ["updated_at", "2015-04-24 23:51:28.225440"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1280020868 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1280020868], ["username", "billy_23"], ["access_token", "b07e3cdfdf97b092dd419676f2197d68"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:51:28.227466"], ["updated_at", "2015-04-24 23:51:28.227466"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -950162558 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -950162558], ["username", "billy_24"], ["access_token", "09028e82fbeeb2a14c3c510942a6585d"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:51:28.229431"], ["updated_at", "2015-04-24 23:51:28.229431"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2096911097 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2096911097], ["username", "billy_25"], ["access_token", "5aa3182dc71087e0a2cca5390762b2c9"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:51:28.231358"], ["updated_at", "2015-04-24 23:51:28.231358"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -58753166 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -58753166], ["username", "billy_26"], ["access_token", "591a498ff15e29df0756bbdc54672fdc"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:51:28.233311"], ["updated_at", "2015-04-24 23:51:28.233311"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -258619929 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -258619929], ["username", "billy_27"], ["access_token", "0c9dc6140d3ce92b86c5122d782b082d"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:51:28.235169"], ["updated_at", "2015-04-24 23:51:28.235169"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -804606935 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -804606935], ["username", "billy_28"], ["access_token", "3843aea140ffceb195c55e479b7db7a7"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:51:28.237030"], ["updated_at", "2015-04-24 23:51:28.237030"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1753818361 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1753818361], ["username", "billy_29"], ["access_token", "12c494d7cede9b28bbf9df8edfaf39ea"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:51:28.239100"], ["updated_at", "2015-04-24 23:51:28.239100"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1242454837 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1242454837], ["username", "billy_30"], ["access_token", "4431367d3e5ea78c56ff13549249ba1d"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:51:28.241080"], ["updated_at", "2015-04-24 23:51:28.241080"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1345738814 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1345738814], ["username", "billy_31"], ["access_token", "57e8438b4be39a9bb2ce149cd091a88e"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:51:28.242944"], ["updated_at", "2015-04-24 23:51:28.242944"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1589161601 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1589161601], ["username", "billy_32"], ["access_token", "fda0281ac0e0c6899aa32ad3a151cf4d"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:51:28.244842"], ["updated_at", "2015-04-24 23:51:28.244842"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2109052268 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2109052268], ["username", "billy_33"], ["access_token", "4f7539502807345f7561c8d28fbc5011"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:51:28.246723"], ["updated_at", "2015-04-24 23:51:28.246723"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -48221009 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -48221009], ["username", "billy_34"], ["access_token", "656e79ac3760c7ab380e3d398eaa2675"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:51:28.248589"], ["updated_at", "2015-04-24 23:51:28.248589"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -103373393 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -103373393], ["username", "billy_35"], ["access_token", "1327ee61c2951d802528771657120566"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:51:28.250473"], ["updated_at", "2015-04-24 23:51:28.250473"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1706592717 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1706592717], ["username", "billy_36"], ["access_token", "757b3a69e97fedd39ba73dbb8be688b3"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:51:28.252350"], ["updated_at", "2015-04-24 23:51:28.252350"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2017605104 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2017605104], ["username", "billy_37"], ["access_token", "ecc74653be314fe469464965e27324b9"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:51:28.254244"], ["updated_at", "2015-04-24 23:51:28.254244"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1057120036 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1057120036], ["username", "billy_38"], ["access_token", "882e0250e5e15c1d797049bd94bf8d83"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:51:28.256292"], ["updated_at", "2015-04-24 23:51:28.256292"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1302671960 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1302671960], ["username", "billy_39"], ["access_token", "c7ce1a47ac5b5208b5d74e86c1483df7"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:51:28.258313"], ["updated_at", "2015-04-24 23:51:28.258313"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1472469998 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1472469998], ["username", "billy_40"], ["access_token", "0acda9f7249dcd8ba6e67beddf0e9cfd"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:51:28.260220"], ["updated_at", "2015-04-24 23:51:28.260220"]] +  (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" = -687772993 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -687772993], ["username", "billy_41"], ["access_token", "1536f62129780771acc809504e4eb651"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:51:28.262268"], ["updated_at", "2015-04-24 23:51:28.262268"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -466268980 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -466268980], ["username", "billy_42"], ["access_token", "15cba1a379c37cd34e98ce1a9bc64072"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:51:28.264417"], ["updated_at", "2015-04-24 23:51:28.264417"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -421661419 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -421661419], ["username", "billy_43"], ["access_token", "bf7b36238afa7093f8314835e3957499"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:51:28.266449"], ["updated_at", "2015-04-24 23:51:28.266449"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1036475154 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1036475154], ["username", "billy_44"], ["access_token", "b849df5d54fd4077d0f2454c8f2e4098"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:51:28.268472"], ["updated_at", "2015-04-24 23:51:28.268472"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -581436385 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -581436385], ["username", "billy_45"], ["access_token", "1ecb44e6a2797574f118e7083a40c9ab"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:51:28.270544"], ["updated_at", "2015-04-24 23:51:28.270544"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2040524672 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2040524672], ["username", "billy_46"], ["access_token", "ec9b35dd140cdbe3a0b2871340ca7567"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:51:28.272578"], ["updated_at", "2015-04-24 23:51:28.272578"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -818104248 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -818104248], ["username", "billy_47"], ["access_token", "afe177b986e925dc6eb453f9d999d235"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:51:28.274619"], ["updated_at", "2015-04-24 23:51:28.274619"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -629144353 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -629144353], ["username", "billy_48"], ["access_token", "c2c6927967669ab803b4e693478ed8b9"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:51:28.276613"], ["updated_at", "2015-04-24 23:51:28.276613"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -148852826 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -148852826], ["username", "billy_49"], ["access_token", "390420e2b80bc158a0cde4a377681aba"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:51:28.278601"], ["updated_at", "2015-04-24 23:51:28.278601"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -987188455 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", -987188455], ["username", "jstrav"], ["access_token", "8eee4f7be4cd6a1a1289dba1198d5da9"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:28.284772"], ["updated_at", "2015-04-24 23:51:28.284772"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1020557970 LIMIT 1 + SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1020557970], ["username", "mary"], ["access_token", "7463de87d94cff748a6675b878b709ff"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:28.287240"], ["updated_at", "2015-04-24 23:51:28.287240"]] +  (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" = -2051075671 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2051075671], ["username", "jstead"], ["access_token", "c7d30c1d83a46cab990db3b796a82217"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:28.289768"], ["updated_at", "2015-04-24 23:51:28.289768"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2052070588 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2052070588], ["username", "bigbear"], ["access_token", "c7247a1619a6da13579c8726dd8a6574"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:28.292106"], ["updated_at", "2015-04-24 23:51:28.292106"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2041586681 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2041586681], ["username", "billy_00"], ["access_token", "2e49746a75ef8fb4bf2d803e11ac1db2"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:51:28.294376"], ["updated_at", "2015-04-24 23:51:28.294376"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2056642054 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2056642054], ["username", "billy_01"], ["access_token", "20f1f716d205d1dacf04a5f18ccffcc0"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:51:28.296372"], ["updated_at", "2015-04-24 23:51:28.296372"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -933241286 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -933241286], ["username", "billy_02"], ["access_token", "b5d82703e2b01cc2ff5677c15be5fcfb"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:51:28.298383"], ["updated_at", "2015-04-24 23:51:28.298383"]] +  (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" = -24275856 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -24275856], ["username", "billy_03"], ["access_token", "53fc512edcd66452f5fd76cf8369b67c"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:51:28.300287"], ["updated_at", "2015-04-24 23:51:28.300287"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1469799761 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1469799761], ["username", "billy_04"], ["access_token", "e3d71195396301a60a982a391ab0967e"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:51:28.302202"], ["updated_at", "2015-04-24 23:51:28.302202"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1490625276 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1490625276], ["username", "billy_05"], ["access_token", "ecc960aa124a607b3f713c1d6e611e55"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:51:28.304151"], ["updated_at", "2015-04-24 23:51:28.304151"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2070675027 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2070675027], ["username", "billy_06"], ["access_token", "e001399d375010791e134e72be8f1270"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:51:28.306217"], ["updated_at", "2015-04-24 23:51:28.306217"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -379493843 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -379493843], ["username", "billy_07"], ["access_token", "3fec96d0c9cd333c989f649f63afd184"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:51:28.308329"], ["updated_at", "2015-04-24 23:51:28.308329"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -339598514 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -339598514], ["username", "billy_08"], ["access_token", "04e746f6fc55335fd555005f6a2e7ed7"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:51:28.310455"], ["updated_at", "2015-04-24 23:51:28.310455"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1273661726 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1273661726], ["username", "billy_09"], ["access_token", "d84a3563c104d0ebf2f9cb611602e0e8"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:51:28.312442"], ["updated_at", "2015-04-24 23:51:28.312442"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -386172650 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -386172650], ["username", "billy_10"], ["access_token", "bdc0c8b025cee959b3286eef6b4de214"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:51:28.314469"], ["updated_at", "2015-04-24 23:51:28.314469"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1826823673 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1826823673], ["username", "billy_11"], ["access_token", "8415ec101791d245098f6885bba863f2"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:51:28.316530"], ["updated_at", "2015-04-24 23:51:28.316530"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1271962501 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1271962501], ["username", "billy_12"], ["access_token", "b05d73d39200d692ebf067c63c5f01fd"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:51:28.318727"], ["updated_at", "2015-04-24 23:51:28.318727"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -185327264 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -185327264], ["username", "billy_13"], ["access_token", "23667e32091479fed8dd186e0ffd4e47"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:51:28.320820"], ["updated_at", "2015-04-24 23:51:28.320820"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1244673214 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1244673214], ["username", "billy_14"], ["access_token", "ade295ad4d26d530269a2bf6d50248e8"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:51:28.322969"], ["updated_at", "2015-04-24 23:51:28.322969"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -568500449 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -568500449], ["username", "billy_15"], ["access_token", "e48963729244bcbcf6f12f25e291343f"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:51:28.325087"], ["updated_at", "2015-04-24 23:51:28.325087"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -7899728 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -7899728], ["username", "billy_16"], ["access_token", "04e90eb7639359e9d9c2c94ddd143d30"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:51:28.327994"], ["updated_at", "2015-04-24 23:51:28.327994"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -578917813 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -578917813], ["username", "billy_17"], ["access_token", "f56bcc0b6ce5d53b00dc54ada3fc927b"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:51:28.330236"], ["updated_at", "2015-04-24 23:51:28.330236"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1003710598 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1003710598], ["username", "billy_18"], ["access_token", "e95d68c195742919c1c6206bc33019c7"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:51:28.332382"], ["updated_at", "2015-04-24 23:51:28.332382"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -257684263 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -257684263], ["username", "billy_19"], ["access_token", "c914d751fe8b0e38a30c30db7e557ca3"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:51:28.334339"], ["updated_at", "2015-04-24 23:51:28.334339"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2026229679 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2026229679], ["username", "billy_20"], ["access_token", "775e6bf30166814503773c0024f14c68"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:51:28.336415"], ["updated_at", "2015-04-24 23:51:28.336415"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -521986096 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -521986096], ["username", "billy_21"], ["access_token", "a801c91cdf0bc3a0be0ffc0780d1fff2"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:51:28.338460"], ["updated_at", "2015-04-24 23:51:28.338460"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1673326276 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1673326276], ["username", "billy_22"], ["access_token", "9a8fd4f68b47de3fadef643597d6c390"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:51:28.340564"], ["updated_at", "2015-04-24 23:51:28.340564"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -278858612 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -278858612], ["username", "billy_23"], ["access_token", "8ed2554d8ea3ec9c41e088f60a8d122d"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:51:28.342656"], ["updated_at", "2015-04-24 23:51:28.342656"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2109778201 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2109778201], ["username", "billy_24"], ["access_token", "8d3bebfecde3af468a661d27f7eb6e41"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:51:28.344786"], ["updated_at", "2015-04-24 23:51:28.344786"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1399392956 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1399392956], ["username", "billy_25"], ["access_token", "818f5600887304f0457e6c8e2f0807d6"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:51:28.346868"], ["updated_at", "2015-04-24 23:51:28.346868"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1757883071 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1757883071], ["username", "billy_26"], ["access_token", "47c2543b47a0554350ae337c28437c75"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:51:28.349061"], ["updated_at", "2015-04-24 23:51:28.349061"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -221147804 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -221147804], ["username", "billy_27"], ["access_token", "7b0d5065be180e5572600ea4347a09e4"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:51:28.351141"], ["updated_at", "2015-04-24 23:51:28.351141"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1310994228 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1310994228], ["username", "billy_28"], ["access_token", "99a8486c7dff31c0a6364e2cd836e295"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:51:28.353107"], ["updated_at", "2015-04-24 23:51:28.353107"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1306839637 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1306839637], ["username", "billy_29"], ["access_token", "91b895652afbd61a9fbecbb0e18b8826"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:51:28.354940"], ["updated_at", "2015-04-24 23:51:28.354940"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1796331220 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1796331220], ["username", "billy_30"], ["access_token", "8548200c78a91895ef648d14420810bf"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:51:28.356876"], ["updated_at", "2015-04-24 23:51:28.356876"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -493566809 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -493566809], ["username", "billy_31"], ["access_token", "84e679b627b599f569890a7861a4c378"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:51:28.358738"], ["updated_at", "2015-04-24 23:51:28.358738"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1804927778 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1804927778], ["username", "billy_32"], ["access_token", "564dcb46bdd07416696eab2b199c5d73"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:51:28.360866"], ["updated_at", "2015-04-24 23:51:28.360866"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -940620382 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -940620382], ["username", "billy_33"], ["access_token", "698a2daf06bf02cddd5d32dae71bde88"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:51:28.362811"], ["updated_at", "2015-04-24 23:51:28.362811"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1214869255 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1214869255], ["username", "billy_34"], ["access_token", "972584f74a5057a30e496cd78a755921"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:51:28.364778"], ["updated_at", "2015-04-24 23:51:28.364778"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1254634212 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1254634212], ["username", "billy_35"], ["access_token", "79c74d420723fcbb974c13495f48eb08"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:51:28.366524"], ["updated_at", "2015-04-24 23:51:28.366524"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -704365790 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -704365790], ["username", "billy_36"], ["access_token", "cce1fae9084f31954308eece6ccac628"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:51:28.368244"], ["updated_at", "2015-04-24 23:51:28.368244"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1756924246 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1756924246], ["username", "billy_37"], ["access_token", "0ea1d3320b612aa5cd9b36d117bd5ec4"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:51:28.370048"], ["updated_at", "2015-04-24 23:51:28.370048"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1583109363 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1583109363], ["username", "billy_38"], ["access_token", "03ada9248f019150d6974a5fecac3c64"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:51:28.371769"], ["updated_at", "2015-04-24 23:51:28.371769"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -699816318 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -699816318], ["username", "billy_39"], ["access_token", "7b429bd9cdef0084eadd23bcc7ed79f1"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:51:28.373632"], ["updated_at", "2015-04-24 23:51:28.373632"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1803931027 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1803931027], ["username", "billy_40"], ["access_token", "d9cab26a1a12f1e313afc27110c11482"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:51:28.375457"], ["updated_at", "2015-04-24 23:51:28.375457"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1204696768 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1204696768], ["username", "billy_41"], ["access_token", "574084c75579bb9652f4be0a331fe68d"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:51:28.377305"], ["updated_at", "2015-04-24 23:51:28.377305"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -773283281 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -773283281], ["username", "billy_42"], ["access_token", "3ce2053c86df6b686f3937371c7183b8"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:51:28.379175"], ["updated_at", "2015-04-24 23:51:28.379175"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -106502737 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -106502737], ["username", "billy_43"], ["access_token", "a81d62622324e1313e378148f7fd9880"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:51:28.380953"], ["updated_at", "2015-04-24 23:51:28.380953"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1462414872 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1462414872], ["username", "billy_44"], ["access_token", "2111b85bbb1c7be647445a5d6ee29b01"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:51:28.382714"], ["updated_at", "2015-04-24 23:51:28.382714"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1483366921 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1483366921], ["username", "billy_45"], ["access_token", "3cf66b16089e457cdc6798a4a691aa8e"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:51:28.384685"], ["updated_at", "2015-04-24 23:51:28.384685"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2111043683 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2111043683], ["username", "billy_46"], ["access_token", "4d71d16f66706cd937c08567fff4154b"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:51:28.386467"], ["updated_at", "2015-04-24 23:51:28.386467"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -814494202 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -814494202], ["username", "billy_47"], ["access_token", "e2996a5bb2097f6d2ec66d30d445aa3e"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:51:28.388286"], ["updated_at", "2015-04-24 23:51:28.388286"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1016471945 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1016471945], ["username", "billy_48"], ["access_token", "a53aef1cb0b49a8a32a25391982ba4f4"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:51:28.390072"], ["updated_at", "2015-04-24 23:51:28.390072"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -653760475 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -653760475], ["username", "billy_49"], ["access_token", "62e06b7c120368b1f79e933c58c6ea6f"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:51:28.391892"], ["updated_at", "2015-04-24 23:51:28.391892"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.8ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1735981870 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", -1735981870], ["username", "jstrav"], ["access_token", "2ac5d2d7354f015e0840a98748458c9e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:28.399916"], ["updated_at", "2015-04-24 23:51:28.399916"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1144817945 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", -1144817945], ["username", "mary"], ["access_token", "f3e0d902757593edcbd1769f166b335f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:28.402169"], ["updated_at", "2015-04-24 23:51:28.402169"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1634204557 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1634204557], ["username", "jstead"], ["access_token", "fc22e0cf5cf1a9f6c601d6bd33b64f7f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:28.404224"], ["updated_at", "2015-04-24 23:51:28.404224"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1820050171 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1820050171], ["username", "bigbear"], ["access_token", "c4ce684ec5a56c501420e7a152079bb7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:28.406064"], ["updated_at", "2015-04-24 23:51:28.406064"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -250763087 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -250763087], ["username", "billy_00"], ["access_token", "07b0eb3b59395c191b35255d4f6f7e93"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:51:28.408027"], ["updated_at", "2015-04-24 23:51:28.408027"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2093374210 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2093374210], ["username", "billy_01"], ["access_token", "d811686e5c444f7f25b4e19dc9e28b92"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:51:28.409907"], ["updated_at", "2015-04-24 23:51:28.409907"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1682970606 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1682970606], ["username", "billy_02"], ["access_token", "0ec085b5fdb473c545b41781bad73a88"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:51:28.411841"], ["updated_at", "2015-04-24 23:51:28.411841"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -429411772 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -429411772], ["username", "billy_03"], ["access_token", "744085f040b92c00bf2d579756c8f220"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:51:28.424511"], ["updated_at", "2015-04-24 23:51:28.424511"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -932438892 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -932438892], ["username", "billy_04"], ["access_token", "924d2cc4914808bfc678f35af64add7a"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:51:28.427194"], ["updated_at", "2015-04-24 23:51:28.427194"]] +  (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" = -1150377672 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1150377672], ["username", "billy_05"], ["access_token", "5fb50ff83f4dbb07da64f16cc4c9a033"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:51:28.429187"], ["updated_at", "2015-04-24 23:51:28.429187"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1537240944 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1537240944], ["username", "billy_06"], ["access_token", "7f0ead6829bc92c02a917dece95cf8de"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:51:28.431162"], ["updated_at", "2015-04-24 23:51:28.431162"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -738192361 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -738192361], ["username", "billy_07"], ["access_token", "3b1beaaf4ac0f5a80a61b7f345ffe21d"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:51:28.433341"], ["updated_at", "2015-04-24 23:51:28.433341"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1646013833 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1646013833], ["username", "billy_08"], ["access_token", "93462dbe39db4e80d4c169e085769f51"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:51:28.435484"], ["updated_at", "2015-04-24 23:51:28.435484"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -119113560 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -119113560], ["username", "billy_09"], ["access_token", "d1ca568dd24c559cac23aa1e9c8b9bc4"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:51:28.437415"], ["updated_at", "2015-04-24 23:51:28.437415"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1657231484 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1657231484], ["username", "billy_10"], ["access_token", "52b197b1ef57793dcf2ee307fa6212c9"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:51:28.439356"], ["updated_at", "2015-04-24 23:51:28.439356"]] +  (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" = -541984561 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -541984561], ["username", "billy_11"], ["access_token", "4f10437db4dd2a0f2a56edc18d020c02"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:51:28.441286"], ["updated_at", "2015-04-24 23:51:28.441286"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1655303385 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1655303385], ["username", "billy_12"], ["access_token", "a9e276adef912c0f6697e68d00e4176e"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:51:28.446464"], ["updated_at", "2015-04-24 23:51:28.446464"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1584034302 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1584034302], ["username", "billy_13"], ["access_token", "d57421e83599187c9ee4c3e114bfc5d4"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:51:28.448886"], ["updated_at", "2015-04-24 23:51:28.448886"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1236844996 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1236844996], ["username", "billy_14"], ["access_token", "9fdfd17efa2efd00c924bbf2e3b43a91"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:51:28.451081"], ["updated_at", "2015-04-24 23:51:28.451081"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1565321517 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1565321517], ["username", "billy_15"], ["access_token", "849de615d8a37d237f3f4376fbdce741"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:51:28.452992"], ["updated_at", "2015-04-24 23:51:28.452992"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -492233854 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -492233854], ["username", "billy_16"], ["access_token", "b1e2095dfe7e5efb39bacf23a8c10900"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:51:28.454969"], ["updated_at", "2015-04-24 23:51:28.454969"]] +  (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" = -817808501 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -817808501], ["username", "billy_17"], ["access_token", "07277455b348e0f1b9d2d7297f1b1796"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:51:28.457041"], ["updated_at", "2015-04-24 23:51:28.457041"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1412052252 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1412052252], ["username", "billy_18"], ["access_token", "039b4e5e6c5ec69acd856ccde6d4513e"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:51:28.459140"], ["updated_at", "2015-04-24 23:51:28.459140"]] +  (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" = -731742950 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -731742950], ["username", "billy_19"], ["access_token", "d0794abf3562ed39cbeb99f79e4ebc18"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:51:28.461077"], ["updated_at", "2015-04-24 23:51:28.461077"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1812875581 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1812875581], ["username", "billy_20"], ["access_token", "0dd49f6b7735f6981bcffbe830a8585c"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:51:28.463188"], ["updated_at", "2015-04-24 23:51:28.463188"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -892096992 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -892096992], ["username", "billy_21"], ["access_token", "b6d67523e6b9edb438f832ac0a35bd25"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:51:28.465112"], ["updated_at", "2015-04-24 23:51:28.465112"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1351955489 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1351955489], ["username", "billy_22"], ["access_token", "6658948a1a84e60598f0939335fee457"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:51:28.467122"], ["updated_at", "2015-04-24 23:51:28.467122"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -386402566 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -386402566], ["username", "billy_23"], ["access_token", "5160d250107f1da5333c3e00df6461fc"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:51:28.469056"], ["updated_at", "2015-04-24 23:51:28.469056"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1435838640 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1435838640], ["username", "billy_24"], ["access_token", "af24edc58732a9ea68ca22b3c06a38da"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:51:28.470918"], ["updated_at", "2015-04-24 23:51:28.470918"]] +  (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" = -437153148 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -437153148], ["username", "billy_25"], ["access_token", "0650a6ed1fcd7a4db220601d2097d0e1"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:51:28.472898"], ["updated_at", "2015-04-24 23:51:28.472898"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -19873134 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -19873134], ["username", "billy_26"], ["access_token", "a6cfe5501fe7388505c75b39b0889593"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:51:28.474977"], ["updated_at", "2015-04-24 23:51:28.474977"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1198390997 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1198390997], ["username", "billy_27"], ["access_token", "47ffc8ec216265e886b5a4f1a04c9169"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:51:28.476969"], ["updated_at", "2015-04-24 23:51:28.476969"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -896951761 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -896951761], ["username", "billy_28"], ["access_token", "6fa549f1b485578ea40214fa7c5e1859"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:51:28.479005"], ["updated_at", "2015-04-24 23:51:28.479005"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1098330358 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1098330358], ["username", "billy_29"], ["access_token", "b1b0a825d9de232ebfdcda564b0775d1"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:51:28.481022"], ["updated_at", "2015-04-24 23:51:28.481022"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1351874543 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1351874543], ["username", "billy_30"], ["access_token", "29a601a2a900ef0d774ea1927b35c5ea"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:51:28.483120"], ["updated_at", "2015-04-24 23:51:28.483120"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1885398181 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1885398181], ["username", "billy_31"], ["access_token", "f35958cfd118d9fe75417eba92c36f83"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:51:28.485131"], ["updated_at", "2015-04-24 23:51:28.485131"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -669141532 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -669141532], ["username", "billy_32"], ["access_token", "adcaf142fd9b025d13b826cd4f91c7c1"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:51:28.487038"], ["updated_at", "2015-04-24 23:51:28.487038"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -829222388 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -829222388], ["username", "billy_33"], ["access_token", "d3f6dfcaaafa61a48af903b2594e1b15"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:51:28.489017"], ["updated_at", "2015-04-24 23:51:28.489017"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1269381332 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1269381332], ["username", "billy_34"], ["access_token", "3f7abc8bf1463b8f74a1101b39e0ff97"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:51:28.490934"], ["updated_at", "2015-04-24 23:51:28.490934"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1455429360 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1455429360], ["username", "billy_35"], ["access_token", "dbf318e310fa0be3575f11297dc2e971"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:51:28.492862"], ["updated_at", "2015-04-24 23:51:28.492862"]] +  (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" = -553214005 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -553214005], ["username", "billy_36"], ["access_token", "cab529408c8ddad896bf9cc440487621"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:51:28.494882"], ["updated_at", "2015-04-24 23:51:28.494882"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1168056793 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1168056793], ["username", "billy_37"], ["access_token", "1cb536e7f5cc84a21a4b80ee9edb7def"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:51:28.496908"], ["updated_at", "2015-04-24 23:51:28.496908"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1669677288 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1669677288], ["username", "billy_38"], ["access_token", "d610773d49c4b7e3aff0076013239f6a"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:51:28.498913"], ["updated_at", "2015-04-24 23:51:28.498913"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1366268459 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1366268459], ["username", "billy_39"], ["access_token", "92757d0c803d0d96098c839dc9434ef8"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:51:28.500924"], ["updated_at", "2015-04-24 23:51:28.500924"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1382132199 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1382132199], ["username", "billy_40"], ["access_token", "8330227db1d9f674b9e2c5c5030ceec3"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:51:28.502894"], ["updated_at", "2015-04-24 23:51:28.502894"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -928330905 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -928330905], ["username", "billy_41"], ["access_token", "c4eb2756ec142ffb5a384b456d99e831"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:51:28.504818"], ["updated_at", "2015-04-24 23:51:28.504818"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -444155892 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -444155892], ["username", "billy_42"], ["access_token", "0b7536e570b9bdb483b31492ddd0e12c"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:51:28.506760"], ["updated_at", "2015-04-24 23:51:28.506760"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1147792044 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1147792044], ["username", "billy_43"], ["access_token", "1cacb88e5e7a1feb568fb21207722353"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:51:28.508817"], ["updated_at", "2015-04-24 23:51:28.508817"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1576699927 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1576699927], ["username", "billy_44"], ["access_token", "a259675d6a4d3e47a0ca35c60138220a"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:51:28.510828"], ["updated_at", "2015-04-24 23:51:28.510828"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -443860949 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -443860949], ["username", "billy_45"], ["access_token", "faac80d230e5550638360ec9ffcf90e6"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:51:28.512738"], ["updated_at", "2015-04-24 23:51:28.512738"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -594643151 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -594643151], ["username", "billy_46"], ["access_token", "6487f7400a295e02b553f5bc07a107c4"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:51:28.514660"], ["updated_at", "2015-04-24 23:51:28.514660"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2002721890 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2002721890], ["username", "billy_47"], ["access_token", "a36571aae9ec838349d132ee999d7051"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:51:28.516902"], ["updated_at", "2015-04-24 23:51:28.516902"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -36236745 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -36236745], ["username", "billy_48"], ["access_token", "b7e04b83d00436f4fd84b6d20f4eef2f"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:51:28.519048"], ["updated_at", "2015-04-24 23:51:28.519048"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1708502869 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1708502869], ["username", "billy_49"], ["access_token", "e43ed1f0e23a0151d1c1323650adb9a8"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:51:28.521119"], ["updated_at", "2015-04-24 23:51:28.521119"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "e702e4"]] + OpenStax::Accounts::Account Exists (0.1ms) 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" = 'e702e4' LIMIT 1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."access_token" IS NULL LIMIT 1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (1.3ms) CREATE TABLE "openstax_accounts_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "username" varchar NOT NULL, "access_token" varchar, "first_name" varchar, "last_name" varchar, "full_name" varchar, "title" varchar, "created_at" datetime, "updated_at" datetime)  +  (0.0ms) select sqlite_version(*) +  (0.6ms) 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.6ms) 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.7ms) 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.6ms) 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.6ms) 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.6ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_username" ON "openstax_accounts_accounts" ("username") +  (0.6ms) 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.6ms) 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.6ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id") +  (0.6ms) 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.6ms) 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.6ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_nestings_on_member_group_id" ON "openstax_accounts_group_nestings" ("member_group_id") +  (0.6ms) 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.6ms) 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.6ms) CREATE INDEX "index_openstax_accounts_group_owners_on_user_id" ON "openstax_accounts_group_owners" ("user_id") +  (0.7ms) 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.7ms) 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.6ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid") +  (0.7ms) 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.6ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type") +  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime) +  (0.6ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id") +  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) +  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('6') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('5') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('1') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('2') +  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('3') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('4') +  (0.4ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1170933474 LIMIT 1 + SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1170933474], ["username", "jstrav"], ["access_token", "8610ce9b58d1ecd1099622ec970f4f3f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:52.131014"], ["updated_at", "2015-04-24 23:51:52.131014"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1370856808 LIMIT 1 + SQL (1.0ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1370856808], ["username", "mary"], ["access_token", "02f608f9ec9f256ad21d7853c8c3f101"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:52.133897"], ["updated_at", "2015-04-24 23:51:52.133897"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1506721305 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1506721305], ["username", "jstead"], ["access_token", "419e8fa7c88303d55447b250dbc907ce"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:52.136953"], ["updated_at", "2015-04-24 23:51:52.136953"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -832477975 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -832477975], ["username", "bigbear"], ["access_token", "80499127fd8ee6c020abb216e66293c4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:52.139073"], ["updated_at", "2015-04-24 23:51:52.139073"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1636903966 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1636903966], ["username", "billy_00"], ["access_token", "6d544287dfe420ca9701bd75111a0182"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:51:52.141094"], ["updated_at", "2015-04-24 23:51:52.141094"]] +  (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" = -594333130 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -594333130], ["username", "billy_01"], ["access_token", "a8271265240bfd26341f43dbdb15f0bd"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:51:52.144164"], ["updated_at", "2015-04-24 23:51:52.144164"]] +  (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" = -807373725 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -807373725], ["username", "billy_02"], ["access_token", "d178b45b71e90e194eecfc0d83a172ce"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:51:52.146342"], ["updated_at", "2015-04-24 23:51:52.146342"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -333730108 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -333730108], ["username", "billy_03"], ["access_token", "b21224a63a228605dbd40b1c8366f7d4"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:51:52.148092"], ["updated_at", "2015-04-24 23:51:52.148092"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1155864467 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1155864467], ["username", "billy_04"], ["access_token", "ad3407ea6633699e08a04119ba3fc5d0"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:51:52.149871"], ["updated_at", "2015-04-24 23:51:52.149871"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -67018273 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -67018273], ["username", "billy_05"], ["access_token", "b8fb0f641d2da85da9e0aade9bb29d18"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:51:52.151896"], ["updated_at", "2015-04-24 23:51:52.151896"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262647461 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -262647461], ["username", "billy_06"], ["access_token", "9cf8c194ea86f4b2155874e7b4d4391b"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:51:52.153935"], ["updated_at", "2015-04-24 23:51:52.153935"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -280620688 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -280620688], ["username", "billy_07"], ["access_token", "4fa8de1803fc47f5ac7ba0e2afde819f"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:51:52.156000"], ["updated_at", "2015-04-24 23:51:52.156000"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1659372668 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1659372668], ["username", "billy_08"], ["access_token", "8684daf0c49e53f5e3a13fe7b7fe7e20"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:51:52.157761"], ["updated_at", "2015-04-24 23:51:52.157761"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2017568058 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2017568058], ["username", "billy_09"], ["access_token", "00715c905de344bc4196237cac86af53"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:51:52.159600"], ["updated_at", "2015-04-24 23:51:52.159600"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -673203383 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -673203383], ["username", "billy_10"], ["access_token", "6d33fd78aca37499b0173a2281ab536e"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:51:52.161645"], ["updated_at", "2015-04-24 23:51:52.161645"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -274133680 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -274133680], ["username", "billy_11"], ["access_token", "9585933b4c78f616a11985ca0c87c099"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:51:52.163571"], ["updated_at", "2015-04-24 23:51:52.163571"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -692443465 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -692443465], ["username", "billy_12"], ["access_token", "b216c0195fe5ad6dd2313f704aa56585"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:51:52.165500"], ["updated_at", "2015-04-24 23:51:52.165500"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1744285228 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1744285228], ["username", "billy_13"], ["access_token", "649b4ec8d8d79690f3327171f96e584d"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:51:52.167348"], ["updated_at", "2015-04-24 23:51:52.167348"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2068376889 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2068376889], ["username", "billy_14"], ["access_token", "b3ff06210e28131f79684300cfafd743"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:51:52.169272"], ["updated_at", "2015-04-24 23:51:52.169272"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -596636560 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -596636560], ["username", "billy_15"], ["access_token", "a91307fb955d24122e257abbcc776f3f"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:51:52.171116"], ["updated_at", "2015-04-24 23:51:52.171116"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -322777733 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -322777733], ["username", "billy_16"], ["access_token", "9f0a4f2592d7a8707ef09e56b11a68e8"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:51:52.172972"], ["updated_at", "2015-04-24 23:51:52.172972"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1213873965 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1213873965], ["username", "billy_17"], ["access_token", "8cf9bea5314c825aa459be101f339f8a"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:51:52.174777"], ["updated_at", "2015-04-24 23:51:52.174777"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2113518260 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2113518260], ["username", "billy_18"], ["access_token", "8b8f99c87870724a010b04b0fe0b7534"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:51:52.176834"], ["updated_at", "2015-04-24 23:51:52.176834"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1067007609 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1067007609], ["username", "billy_19"], ["access_token", "89fc3a47b307d4b12a71135293ef560c"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:51:52.178722"], ["updated_at", "2015-04-24 23:51:52.178722"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -183147442 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -183147442], ["username", "billy_20"], ["access_token", "0001a99c12ae94cb1a1d95a0f4a4c074"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:51:52.180708"], ["updated_at", "2015-04-24 23:51:52.180708"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -645234403 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -645234403], ["username", "billy_21"], ["access_token", "8e14b096a594dedeedbf9496516a59e0"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:51:52.182458"], ["updated_at", "2015-04-24 23:51:52.182458"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1466579700 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1466579700], ["username", "billy_22"], ["access_token", "f676b71bcb1782b9cad08691c38d51fa"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:51:52.184273"], ["updated_at", "2015-04-24 23:51:52.184273"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1414782695 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1414782695], ["username", "billy_23"], ["access_token", "5ca9d50b3a9c67a2025f7b9b1304af5d"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:51:52.186191"], ["updated_at", "2015-04-24 23:51:52.186191"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -186082743 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -186082743], ["username", "billy_24"], ["access_token", "771496e8f1775690e5d890b1799fcc9d"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:51:52.187968"], ["updated_at", "2015-04-24 23:51:52.187968"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -76375406 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -76375406], ["username", "billy_25"], ["access_token", "1c3e719d3ab435cbba66be4e3825ecaf"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:51:52.189873"], ["updated_at", "2015-04-24 23:51:52.189873"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1732366599 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1732366599], ["username", "billy_26"], ["access_token", "9c4ca21e4840c08666a179651ff5246f"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:51:52.191955"], ["updated_at", "2015-04-24 23:51:52.191955"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1070443120 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1070443120], ["username", "billy_27"], ["access_token", "49005a90833b03aa295114a4c4aaca0e"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:51:52.193883"], ["updated_at", "2015-04-24 23:51:52.193883"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -522374829 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -522374829], ["username", "billy_28"], ["access_token", "a8691d52b3b26605eeeb1f8716f68eb4"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:51:52.195803"], ["updated_at", "2015-04-24 23:51:52.195803"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -591523287 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -591523287], ["username", "billy_29"], ["access_token", "cb077780c820f07a177ff61798faf95e"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:51:52.197787"], ["updated_at", "2015-04-24 23:51:52.197787"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -653001612 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -653001612], ["username", "billy_30"], ["access_token", "bfc5d70b94b9b0ba88aaad90b0cc07ab"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:51:52.199813"], ["updated_at", "2015-04-24 23:51:52.199813"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1574923263 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1574923263], ["username", "billy_31"], ["access_token", "a4159ddf24f6041b339456083893fce3"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:51:52.201615"], ["updated_at", "2015-04-24 23:51:52.201615"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1660874594 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1660874594], ["username", "billy_32"], ["access_token", "245849c320b3bf97bf16f3b5e8d3762a"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:51:52.203460"], ["updated_at", "2015-04-24 23:51:52.203460"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -323475156 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -323475156], ["username", "billy_33"], ["access_token", "6f94e23bda5d6c746833c6300c8e07d5"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:51:52.205277"], ["updated_at", "2015-04-24 23:51:52.205277"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -148242184 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -148242184], ["username", "billy_34"], ["access_token", "3a706c820e94968d5fd4a709b22f7cf4"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:51:52.207230"], ["updated_at", "2015-04-24 23:51:52.207230"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -599161431 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -599161431], ["username", "billy_35"], ["access_token", "9ab102fec20a4e384a8ed8b4f7956c50"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:51:52.209133"], ["updated_at", "2015-04-24 23:51:52.209133"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -232906116 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -232906116], ["username", "billy_36"], ["access_token", "859c1e8adb9e32c2f2738f9ba0408496"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:51:52.211039"], ["updated_at", "2015-04-24 23:51:52.211039"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1094941326 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1094941326], ["username", "billy_37"], ["access_token", "178c0d84a4e07932ee47c4db9a1099b7"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:51:52.212974"], ["updated_at", "2015-04-24 23:51:52.212974"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1720593726 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1720593726], ["username", "billy_38"], ["access_token", "7d6ee8d91bd72ca3a435d8c661cbc1d3"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:51:52.214987"], ["updated_at", "2015-04-24 23:51:52.214987"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1550100261 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1550100261], ["username", "billy_39"], ["access_token", "cbd3c6fdc97516649bd5e541c7433b38"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:51:52.216842"], ["updated_at", "2015-04-24 23:51:52.216842"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1984498205 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1984498205], ["username", "billy_40"], ["access_token", "74799d238fd987af22bcc84c431474c2"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:51:52.218807"], ["updated_at", "2015-04-24 23:51:52.218807"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1173951850 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1173951850], ["username", "billy_41"], ["access_token", "eb2dc80b245287337904e3ffd74c4b26"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:51:52.220779"], ["updated_at", "2015-04-24 23:51:52.220779"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -140301465 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -140301465], ["username", "billy_42"], ["access_token", "49200fd6ade45c836345d78fdc35f1ca"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:51:52.222680"], ["updated_at", "2015-04-24 23:51:52.222680"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -497748206 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -497748206], ["username", "billy_43"], ["access_token", "34da76dc8c6fa0d4d514ef5f28b371ff"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:51:52.224603"], ["updated_at", "2015-04-24 23:51:52.224603"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -327845202 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -327845202], ["username", "billy_44"], ["access_token", "a68a3c75aaebfe2dc5a186505cf5e13f"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:51:52.226498"], ["updated_at", "2015-04-24 23:51:52.226498"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1515583017 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1515583017], ["username", "billy_45"], ["access_token", "1db8557459ebfcbcba7d032b6e57af98"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:51:52.228412"], ["updated_at", "2015-04-24 23:51:52.228412"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -40160108 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -40160108], ["username", "billy_46"], ["access_token", "0eab839c64d79d0c3670b0d001c97e44"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:51:52.230399"], ["updated_at", "2015-04-24 23:51:52.230399"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -629037147 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -629037147], ["username", "billy_47"], ["access_token", "733c682265d1f74415069252afd7d23e"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:51:52.232396"], ["updated_at", "2015-04-24 23:51:52.232396"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1889327383 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1889327383], ["username", "billy_48"], ["access_token", "09235ec40c726836e2502e77aca4c927"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:51:52.234175"], ["updated_at", "2015-04-24 23:51:52.234175"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2061683311 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2061683311], ["username", "billy_49"], ["access_token", "b1202faab2a7af7f45c019852a747327"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:51:52.236003"], ["updated_at", "2015-04-24 23:51:52.236003"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.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" = -1913833664 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", -1913833664], ["username", "jstrav"], ["access_token", "385d6c9e023f0595c648ad3092615f88"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:52.244234"], ["updated_at", "2015-04-24 23:51:52.244234"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1083650385 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", -1083650385], ["username", "mary"], ["access_token", "f16889edc72f8f4381b78e7534e8b800"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:52.246238"], ["updated_at", "2015-04-24 23:51:52.246238"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2052514272 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2052514272], ["username", "jstead"], ["access_token", "663170f8d57e6fd7fb3c8fb02c4c26e9"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:52.248176"], ["updated_at", "2015-04-24 23:51:52.248176"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1409012731 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1409012731], ["username", "bigbear"], ["access_token", "ee13ec614063ab2ae0506582dfac4a63"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:52.250027"], ["updated_at", "2015-04-24 23:51:52.250027"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -767580255 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -767580255], ["username", "billy_00"], ["access_token", "eef6c2d0019ba59f8abfa605da8277e8"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:51:52.251848"], ["updated_at", "2015-04-24 23:51:52.251848"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1375341932 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1375341932], ["username", "billy_01"], ["access_token", "197191d17cd353ae891dc45a8d0dc335"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:51:52.253768"], ["updated_at", "2015-04-24 23:51:52.253768"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -778079714 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -778079714], ["username", "billy_02"], ["access_token", "3f003cdd6ae4cf9ec3213ae72270d545"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:51:52.255650"], ["updated_at", "2015-04-24 23:51:52.255650"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -519512661 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -519512661], ["username", "billy_03"], ["access_token", "0ebb9074158f737bb6ea63603f624c81"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:51:52.257483"], ["updated_at", "2015-04-24 23:51:52.257483"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1781269052 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1781269052], ["username", "billy_04"], ["access_token", "c03aa3691ab8e917c06cacef9afd49d2"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:51:52.259291"], ["updated_at", "2015-04-24 23:51:52.259291"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -579038404 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -579038404], ["username", "billy_05"], ["access_token", "d41f2358d6a977f9e929281fac3f163d"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:51:52.261242"], ["updated_at", "2015-04-24 23:51:52.261242"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -236704786 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -236704786], ["username", "billy_06"], ["access_token", "3dd21ac31e8483d65523f444320e5082"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:51:52.263177"], ["updated_at", "2015-04-24 23:51:52.263177"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -445106904 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -445106904], ["username", "billy_07"], ["access_token", "eea44a9f69625363374b4b9a966e0301"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:51:52.265182"], ["updated_at", "2015-04-24 23:51:52.265182"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -665682913 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -665682913], ["username", "billy_08"], ["access_token", "65b0fc10d91e6e45d9e6b43073c960cb"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:51:52.267053"], ["updated_at", "2015-04-24 23:51:52.267053"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -184280226 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -184280226], ["username", "billy_09"], ["access_token", "ad99fa314a815c765b07f700ced8bd64"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:51:52.268902"], ["updated_at", "2015-04-24 23:51:52.268902"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -955647489 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -955647489], ["username", "billy_10"], ["access_token", "24957d9f003b4406dbbdf0f1f97c5e4a"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:51:52.270759"], ["updated_at", "2015-04-24 23:51:52.270759"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -742210206 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -742210206], ["username", "billy_11"], ["access_token", "61442a7fba43a0e79ba4d8c153cd9bb3"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:51:52.272569"], ["updated_at", "2015-04-24 23:51:52.272569"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1798161024 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1798161024], ["username", "billy_12"], ["access_token", "b6e7d24222b822efc318e5643e49a5de"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:51:52.274345"], ["updated_at", "2015-04-24 23:51:52.274345"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -215890407 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -215890407], ["username", "billy_13"], ["access_token", "63a2b930c5d894b7a8e9975e4f4165d4"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:51:52.276305"], ["updated_at", "2015-04-24 23:51:52.276305"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -719864137 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -719864137], ["username", "billy_14"], ["access_token", "14e3849f065d4f241750b1fd7b211f91"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:51:52.278192"], ["updated_at", "2015-04-24 23:51:52.278192"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -966599753 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -966599753], ["username", "billy_15"], ["access_token", "62bc30bbd3bfcf8531c68051a867d146"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:51:52.280172"], ["updated_at", "2015-04-24 23:51:52.280172"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -845724273 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -845724273], ["username", "billy_16"], ["access_token", "c5734a20e9ce3a2eb9f7aed9fcc29580"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:51:52.282048"], ["updated_at", "2015-04-24 23:51:52.282048"]] +  (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" = -1769533115 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1769533115], ["username", "billy_17"], ["access_token", "fcd8bd64925e7bc4d5435640df2d160e"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:51:52.284935"], ["updated_at", "2015-04-24 23:51:52.284935"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1792993673 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1792993673], ["username", "billy_18"], ["access_token", "6f69cdbf0c33cc99b615dceac9e190d3"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:51:52.287104"], ["updated_at", "2015-04-24 23:51:52.287104"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -178630903 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -178630903], ["username", "billy_19"], ["access_token", "54845eba1524b3842e7e16e6e74cb48d"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:51:52.288886"], ["updated_at", "2015-04-24 23:51:52.288886"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -669590248 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -669590248], ["username", "billy_20"], ["access_token", "86ca575eb069494344ec76ee926b6b10"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:51:52.290709"], ["updated_at", "2015-04-24 23:51:52.290709"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1362659970 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1362659970], ["username", "billy_21"], ["access_token", "429f4daee835e7167ea195c2b38ca1f4"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:51:52.292503"], ["updated_at", "2015-04-24 23:51:52.292503"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1631410817 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1631410817], ["username", "billy_22"], ["access_token", "4f5edc8ee736a0c3854b61822d7bd22a"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:51:52.294264"], ["updated_at", "2015-04-24 23:51:52.294264"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -400624376 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -400624376], ["username", "billy_23"], ["access_token", "364cb95b1f651f92853a53e94a46dfdb"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:51:52.296015"], ["updated_at", "2015-04-24 23:51:52.296015"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2115786655 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2115786655], ["username", "billy_24"], ["access_token", "5700fc39fad11ead758d824a3b47e2fe"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:51:52.297918"], ["updated_at", "2015-04-24 23:51:52.297918"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -210754945 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -210754945], ["username", "billy_25"], ["access_token", "dca7d444882299b961192c913c7579f6"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:51:52.299700"], ["updated_at", "2015-04-24 23:51:52.299700"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1599436610 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1599436610], ["username", "billy_26"], ["access_token", "78510733f0d34fdc4148ab596c24ca1f"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:51:52.301795"], ["updated_at", "2015-04-24 23:51:52.301795"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -771899057 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -771899057], ["username", "billy_27"], ["access_token", "6b69d7024ac7038706792d471e909f7f"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:51:52.303609"], ["updated_at", "2015-04-24 23:51:52.303609"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1656958716 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1656958716], ["username", "billy_28"], ["access_token", "575cb1491d36eee03e0a43222a510065"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:51:52.305447"], ["updated_at", "2015-04-24 23:51:52.305447"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -208648539 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -208648539], ["username", "billy_29"], ["access_token", "865c0c9e6f86f11e2a2ad8ab957edda2"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:51:52.307384"], ["updated_at", "2015-04-24 23:51:52.307384"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -632838506 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -632838506], ["username", "billy_30"], ["access_token", "92e109a947fc87f3e9474659ce37914d"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:51:52.309390"], ["updated_at", "2015-04-24 23:51:52.309390"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -255114518 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -255114518], ["username", "billy_31"], ["access_token", "1c83b252b28341145e08aad466f3ac99"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:51:52.311284"], ["updated_at", "2015-04-24 23:51:52.311284"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -789257728 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -789257728], ["username", "billy_32"], ["access_token", "adcabade3473ebaae6149ecb247cdfaa"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:51:52.313157"], ["updated_at", "2015-04-24 23:51:52.313157"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1655698557 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1655698557], ["username", "billy_33"], ["access_token", "9a2aa527bd6f3a6568bc3128523a6abd"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:51:52.315042"], ["updated_at", "2015-04-24 23:51:52.315042"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -74296464 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -74296464], ["username", "billy_34"], ["access_token", "7e5348b8e9a85b81d6ae731476e10673"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:51:52.316945"], ["updated_at", "2015-04-24 23:51:52.316945"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1872663039 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1872663039], ["username", "billy_35"], ["access_token", "7629c47c8ea313204ead15089902651e"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:51:52.318766"], ["updated_at", "2015-04-24 23:51:52.318766"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1790379345 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1790379345], ["username", "billy_36"], ["access_token", "67ccbc5a3969d62fec1c7cb552c85ca5"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:51:52.320563"], ["updated_at", "2015-04-24 23:51:52.320563"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -647714454 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -647714454], ["username", "billy_37"], ["access_token", "519f18aa4035cecabe3eb4a773861f24"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:51:52.322503"], ["updated_at", "2015-04-24 23:51:52.322503"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -258657519 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -258657519], ["username", "billy_38"], ["access_token", "4a7bf4aee1298b1dd4c5226867836de6"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:51:52.324272"], ["updated_at", "2015-04-24 23:51:52.324272"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1266741693 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1266741693], ["username", "billy_39"], ["access_token", "ada93ed8e36690608ce8d4e7b1dfb56f"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:51:52.326181"], ["updated_at", "2015-04-24 23:51:52.326181"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -652851886 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -652851886], ["username", "billy_40"], ["access_token", "e416afc07a2fc7387bfa7e214822562c"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:51:52.327995"], ["updated_at", "2015-04-24 23:51:52.327995"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1667357977 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1667357977], ["username", "billy_41"], ["access_token", "ed775b432c29f244876aa7d79dec9cbe"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:51:52.329834"], ["updated_at", "2015-04-24 23:51:52.329834"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -638901450 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -638901450], ["username", "billy_42"], ["access_token", "59d778d4ea83d229d25449e92a55e663"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:51:52.331713"], ["updated_at", "2015-04-24 23:51:52.331713"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1246954170 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1246954170], ["username", "billy_43"], ["access_token", "b17dec62ba6efcdfdb39a1110e341cc6"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:51:52.333659"], ["updated_at", "2015-04-24 23:51:52.333659"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1217733776 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1217733776], ["username", "billy_44"], ["access_token", "e34643f9c5fadd327a8dca87e50babba"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:51:52.335467"], ["updated_at", "2015-04-24 23:51:52.335467"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1034747980 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1034747980], ["username", "billy_45"], ["access_token", "de52b24ec83ab67c771a64dfdc8c9697"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:51:52.337452"], ["updated_at", "2015-04-24 23:51:52.337452"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -330854620 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -330854620], ["username", "billy_46"], ["access_token", "60cbcf2a0eebcbd7aaf195251c43040e"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:51:52.339254"], ["updated_at", "2015-04-24 23:51:52.339254"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1318486122 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1318486122], ["username", "billy_47"], ["access_token", "7704b6425eb962d06ba66783fe84aac1"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:51:52.341073"], ["updated_at", "2015-04-24 23:51:52.341073"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -475206804 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -475206804], ["username", "billy_48"], ["access_token", "de1a4af301804d01a94699774c4adf01"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:51:52.342944"], ["updated_at", "2015-04-24 23:51:52.342944"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1119291188 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1119291188], ["username", "billy_49"], ["access_token", "bdef0709410884ed3aa8220e3b0698da"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:51:52.344771"], ["updated_at", "2015-04-24 23:51:52.344771"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" + OpenStax::Accounts::Account Load (0.3ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2015-04-24 23:51:52.353672"], ["updated_at", "2015-04-24 23:51:52.353672"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:52 -0500 +Processing by OauthController#token as */* + Parameters: {"grant_type"=>"client_credentials"} +Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) +Started POST "/api/dummy?test=true" for 127.0.0.1 at 2015-04-24 18:51:52 -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.3ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1073050742 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1073050742], ["username", "74aab9e896b029c59e8b33a7eb619a3f"], ["access_token", "68b70b8a903e5c8428d9827dca365dbb"], ["created_at", "2015-04-24 23:51:52.396651"], ["updated_at", "2015-04-24 23:51:52.396651"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1379184860 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1379184860], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:52.404820"], ["updated_at", "2015-04-24 23:51:52.404820"]] +  (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" = -1379184860 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-1379184860" for 127.0.0.1 at 2015-04-24 18:51:52 -0500 +Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"id"=>"-1379184860"} +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" = -135267684 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -135267684], ["username", "40c43c98ca96a6b7e7752f098b21e28d"], ["access_token", "ab71d030190b81a1004428ef38c70a55"], ["created_at", "2015-04-24 23:51:52.420955"], ["updated_at", "2015-04-24 23:51:52.420955"]] +  (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" = -1692948119 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1692948119], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:52.423786"], ["updated_at", "2015-04-24 23:51:52.423786"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups" for 127.0.0.1 at 2015-04-24 18:51:52 -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.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" = -2055681530 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2055681530], ["username", "643cdf2b3ed7dc6d15739c47e526257d"], ["access_token", "06a20ea3317e06f97da8d7e44259a41e"], ["created_at", "2015-04-24 23:51:52.435546"], ["updated_at", "2015-04-24 23:51:52.435546"]] +  (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" = -571821422 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -571821422], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:52.437893"], ["updated_at", "2015-04-24 23:51:52.437893"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE ("openstax_accounts_groups"."openstax_uid" = -571821422 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PUT "/api/groups/-571821422" for 127.0.0.1 at 2015-04-24 18:51:52 -0500 +Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 + Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil, "id"=>"-571821422"} +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" = -378626570 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -378626570], ["username", "9e3254d3b7a851c4eb5e4258f3589d77"], ["access_token", "0626c43362a69ce295128a0f132a3637"], ["created_at", "2015-04-24 23:51:52.450673"], ["updated_at", "2015-04-24 23:51:52.450673"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:52 -0500 +Processing by OauthController#token as */* + Parameters: {"grant_type"=>"client_credentials"} +Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) +Started POST "/api/user/find-or-create" for 127.0.0.1 at 2015-04-24 18:51:52 -0500 +Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"{\"email\":\"dummy@dum.my\"}"=>nil} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +  (0.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" = -647181068 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -647181068], ["username", "9174008d34dddda032fb45142c70d729"], ["access_token", "110d286fb19b411bd6429c0bc8059f8e"], ["created_at", "2015-04-24 23:51:52.472385"], ["updated_at", "2015-04-24 23:51:52.472385"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:52 -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-04-24 18:51:52 -0500 +Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"{\"username\":\"dummy\"}"=>nil} +Completed 200 OK in 0ms (Views: 0.2ms | 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" = -752388883 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -752388883], ["username", "b38032129e36ec91b32ca65e5ba0231d"], ["access_token", "a247e44edd3ef30278210a028b081be2"], ["created_at", "2015-04-24 23:51:52.500706"], ["updated_at", "2015-04-24 23:51:52.500706"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:52 -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-04-24 18:51:52 -0500 +Processing by Api::UsersController#index as application/vnd.accounts.openstax.v1 + Parameters: {"q"=>"something"} +Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1171180510 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1171180510], ["username", "9740161e4be39308100a866a4b9b7f38"], ["access_token", "fea764142a3ca95774b43f309cbf59a2"], ["created_at", "2015-04-24 23:51:52.521165"], ["updated_at", "2015-04-24 23:51:52.521165"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PUT "/api/user" for 127.0.0.1 at 2015-04-24 18:51:52 -0500 +Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 + Parameters: {"{\"username\":\"9740161e4be39308100a866a4b9b7f38\",\"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.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" = -1722209847 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1722209847], ["username", "91eda1fa6d7c77a990d1f7ed9ae0d934"], ["access_token", "02e4fb6487b304b01b1182e458482c01"], ["created_at", "2015-04-24 23:51:52.533006"], ["updated_at", "2015-04-24 23:51:52.533006"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1289072676 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1289072676], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:52.538874"], ["updated_at", "2015-04-24 23:51:52.538874"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -845472671 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -845472671], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:52.546502"], ["updated_at", "2015-04-24 23:51:52.546502"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-1289072676/nestings/-845472671" for 127.0.0.1 at 2015-04-24 18:51:52 -0500 +Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-1289072676", "member_group_id"=>"-845472671"} +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" = -1837989995 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1837989995], ["username", "4f8828e719dd0f9c9b6793d3eb95ed8d"], ["access_token", "6f25e14421ae0a7cf407bf2143eff7fc"], ["created_at", "2015-04-24 23:51:52.565190"], ["updated_at", "2015-04-24 23:51:52.565190"]] +  (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" = -132094708 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -132094708], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:52.568140"], ["updated_at", "2015-04-24 23:51:52.568140"]] +  (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" = -1628981883 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1628981883], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:52.570732"], ["updated_at", "2015-04-24 23:51:52.570732"]] +  (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" = -1628981883 LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] + SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -1628981883]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- +- -1628981883 +' 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", -132094708]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -132094708 +' 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" = -1628981883 + SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -132094708 + SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -132094708], ["member_group_id", -1628981883], ["created_at", "2015-04-24 23:51:52.573430"], ["updated_at", "2015-04-24 23:51:52.573430"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-132094708/nestings/-1628981883" for 127.0.0.1 at 2015-04-24 18:51:52 -0500 +Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-132094708", "member_group_id"=>"-1628981883"} +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" = -573035833 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -573035833], ["username", "2ca557d28c2e73e888dad49f226d54d0"], ["access_token", "6bf2455ad7837e271d80c5ef23533c0e"], ["created_at", "2015-04-24 23:51:52.612996"], ["updated_at", "2015-04-24 23:51:52.612996"]] +  (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" = -775801455 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -775801455], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:52.619077"], ["updated_at", "2015-04-24 23:51:52.619077"]] +  (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" = -737185355 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -737185355], ["username", "286b58886315898e374c36b987580bfc"], ["access_token", "412f87bf1e3474d4b683328cc8512d67"], ["created_at", "2015-04-24 23:51:52.622953"], ["updated_at", "2015-04-24 23:51:52.622953"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-775801455/members/-737185355" for 127.0.0.1 at 2015-04-24 18:51:52 -0500 +Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-775801455", "user_id"=>"-737185355"} +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" = -238899077 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -238899077], ["username", "cf8e961aa4682835a570eb4603d4de30"], ["access_token", "016b9c987c5b6935819f7a5d2403df7a"], ["created_at", "2015-04-24 23:51:52.639705"], ["updated_at", "2015-04-24 23:51:52.639705"]] +  (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" = -513982019 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -513982019], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:52.642294"], ["updated_at", "2015-04-24 23:51:52.642294"]] +  (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" = -1622186152 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1622186152], ["username", "ad1212a356ceaf3119ed102d2d300aba"], ["access_token", "fee5a2a5a2765d8cfb418dd5cd97b4a6"], ["created_at", "2015-04-24 23:51:52.644726"], ["updated_at", "2015-04-24 23:51:52.644726"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = -1622186152 AND "openstax_accounts_group_members"."group_id" = -513982019) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -513982019], ["user_id", -1622186152], ["created_at", "2015-04-24 23:51:52.647651"], ["updated_at", "2015-04-24 23:51:52.647651"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-513982019/members/-1622186152" for 127.0.0.1 at 2015-04-24 18:51:52 -0500 +Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-513982019", "user_id"=>"-1622186152"} +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-04-24 23:51:52.660044"], ["updated_at", "2015-04-24 23:51:52.660044"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:52 -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-04-24 18:51:52 -0500 +Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 +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-04-24 23:51:52.682570"], ["updated_at", "2015-04-24 23:51:52.682570"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:52 -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-04-24 18:51:52 -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" = -215247480 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -215247480], ["username", "4f21fc8f8f9f892e6014bbce6e14b8fb"], ["access_token", "26a9e3dc906491f185aff15c0ae1acee"], ["created_at", "2015-04-24 23:51:52.701702"], ["updated_at", "2015-04-24 23:51:52.701702"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = -1711589281 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1711589281], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:52.707441"], ["updated_at", "2015-04-24 23:51:52.707441"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1266491607 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1266491607], ["username", "2f9708e40f4ba59c23bf9f959a1800fe"], ["access_token", "6c90579462ffdff65212a80742eda03f"], ["created_at", "2015-04-24 23:51:52.711134"], ["updated_at", "2015-04-24 23:51:52.711134"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-1711589281/owners/-1266491607" for 127.0.0.1 at 2015-04-24 18:51:52 -0500 +Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-1711589281", "user_id"=>"-1266491607"} +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" = -745015048 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -745015048], ["username", "8184652d728637a62a9ea0b908a5f57a"], ["access_token", "31b5393300ca72b8ffc3b616ad908ed8"], ["created_at", "2015-04-24 23:51:52.728160"], ["updated_at", "2015-04-24 23:51:52.728160"]] +  (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" = -55908354 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -55908354], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:52.731019"], ["updated_at", "2015-04-24 23:51:52.731019"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1730157338 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1730157338], ["username", "cb4b47187003cd148c8de5c899548910"], ["access_token", "6be1d815b39438ec6ce223d606575477"], ["created_at", "2015-04-24 23:51:52.733731"], ["updated_at", "2015-04-24 23:51:52.733731"]] +  (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" = -1730157338 AND "openstax_accounts_group_owners"."group_id" = -55908354) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -55908354], ["user_id", -1730157338], ["created_at", "2015-04-24 23:51:52.736541"], ["updated_at", "2015-04-24 23:51:52.736541"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-55908354/owners/-1730157338" for 127.0.0.1 at 2015-04-24 18:51:52 -0500 +Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-55908354", "user_id"=>"-1730157338"} +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-04-24 23:51:52.748675"], ["updated_at", "2015-04-24 23:51:52.748675"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:52 -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-04-24 18:51:52 -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-04-24 23:51:52.769812"], ["updated_at", "2015-04-24 23:51:52.769812"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:52 -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-04-24 18:51:52 -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.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-04-24 23:51:52.787590"], ["updated_at", "2015-04-24 23:51:52.787590"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:52 -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-04-24 18:51:52 -0500 +Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.4ms) 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", "2cce9a90d3e22d6501b3b40e4c1bfc01"], ["access_token", "55c9def42519381efb8ecbeceedf757a"], ["openstax_uid", 1], ["created_at", "2015-04-24 23:51:52.811927"], ["updated_at", "2015-04-24 23:51:52.811927"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 2]] + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = ? LIMIT 1 [["username", "22ae58"]] + 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" = '22ae58' LIMIT 1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."access_token" IS NULL LIMIT 1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (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", "c777c08d0bf67fd0b45db48411318cf8"], ["created_at", "2015-04-24 23:51:52.832604"], ["updated_at", "2015-04-24 23:51:52.832604"]] +  (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-04-24 23:51:52.837703"], ["updated_at", "2015-04-24 23:51:52.837703"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +  (0.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" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "58cd66e5daa3075548d9c66c37e6f76a"], ["created_at", "2015-04-24 23:51:53.222055"], ["updated_at", "2015-04-24 23:51:53.222055"]] +  (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-04-24 23:51:53.223645"], ["updated_at", "2015-04-24 23:51:53.223645"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +  (0.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" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "ee421d1069a69ca4b0d5084147167bbb"], ["created_at", "2015-04-24 23:51:53.604245"], ["updated_at", "2015-04-24 23:51:53.604245"]] +  (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-04-24 23:51:53.605887"], ["updated_at", "2015-04-24 23:51:53.605887"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 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", "286c4462f5e848555b199080767e37a7"], ["created_at", "2015-04-24 23:51:53.976694"], ["updated_at", "2015-04-24 23:51:53.976694"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2015-04-24 23:51:53.978281"], ["updated_at", "2015-04-24 23:51:53.978281"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] + OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +  (0.9ms) rollback transaction +  (0.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", "68f73ad89c31eca7d6e5a19c74960c6e"], ["created_at", "2015-04-24 23:51:54.356112"], ["updated_at", "2015-04-24 23:51:54.356112"]] +  (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-04-24 23:51:54.357700"], ["updated_at", "2015-04-24 23:51:54.357700"]] +  (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]] +  (0.9ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 10 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 10], ["username", "some_user"], ["access_token", "ac9e3b010dda118152a1ba993a9e3da0"], ["created_at", "2015-04-24 23:51:54.731741"], ["updated_at", "2015-04-24 23:51:54.731741"]] +  (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 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" = 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", "53d0c472c9bab84663479eff70c9fcae"], ["created_at", "2015-04-24 23:51:54.746936"], ["updated_at", "2015-04-24 23:51:54.746936"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Processing by OpenStax::Accounts::SessionsController#new as HTML +Redirected to http://test.host/accounts/dev/accounts +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.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", "2fc7e07059adba58c3cbb7b39245279d"], ["created_at", "2015-04-24 23:51:54.752034"], ["updated_at", "2015-04-24 23:51:54.752034"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -978431406 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", -978431406], ["username", "jstrav"], ["access_token", "f78e4b82bc6e183590dacadebe1b4d54"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:54.755604"], ["updated_at", "2015-04-24 23:51:54.755604"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1105992533 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", -1105992533], ["username", "mary"], ["access_token", "d35facdb50b507536a2aa96bb29b7e02"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:54.757797"], ["updated_at", "2015-04-24 23:51:54.757797"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1251773785 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1251773785], ["username", "jstead"], ["access_token", "7a70ae813b12932710ed5a688670c376"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:54.759950"], ["updated_at", "2015-04-24 23:51:54.759950"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -784718094 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -784718094], ["username", "bigbear"], ["access_token", "e82243ef80c44a1d6ba270cfb3453a99"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:54.761731"], ["updated_at", "2015-04-24 23:51:54.761731"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1191243749 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1191243749], ["username", "billy_00"], ["access_token", "0f8e1616a67f483c5ef37dd891af4d91"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:51:54.763663"], ["updated_at", "2015-04-24 23:51:54.763663"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -994977964 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -994977964], ["username", "billy_01"], ["access_token", "262ee749a726e2acba72b063061fef99"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:51:54.765764"], ["updated_at", "2015-04-24 23:51:54.765764"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -798081017 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", -798081017], ["username", "billy_02"], ["access_token", "b41d5ff422d8492cb2e16688f64fb445"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:51:54.767749"], ["updated_at", "2015-04-24 23:51:54.767749"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1425876437 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1425876437], ["username", "billy_03"], ["access_token", "f0d34f527174702d226e7f87a08d54d6"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:51:54.770513"], ["updated_at", "2015-04-24 23:51:54.770513"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1898070193 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1898070193], ["username", "billy_04"], ["access_token", "6d5c4ceddb2c590f5eb89e3aa5a0563e"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:51:54.772581"], ["updated_at", "2015-04-24 23:51:54.772581"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1757518719 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1757518719], ["username", "billy_05"], ["access_token", "f3cd55b1012a62387cd14c1bcd388023"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:51:54.774387"], ["updated_at", "2015-04-24 23:51:54.774387"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1036374973 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1036374973], ["username", "billy_06"], ["access_token", "d5550e59a5c95ca6cfc327b11b432d39"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:51:54.776263"], ["updated_at", "2015-04-24 23:51:54.776263"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -402631860 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -402631860], ["username", "billy_07"], ["access_token", "a28d4d46d0a29af8644131f31e4ada30"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:51:54.778096"], ["updated_at", "2015-04-24 23:51:54.778096"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1714759197 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1714759197], ["username", "billy_08"], ["access_token", "c7c82ff6fed11128142c2c7c2dcc1c9a"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:51:54.779980"], ["updated_at", "2015-04-24 23:51:54.779980"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1114801445 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1114801445], ["username", "billy_09"], ["access_token", "b383ad4ea3e56528120a10a9c419a358"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:51:54.781882"], ["updated_at", "2015-04-24 23:51:54.781882"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -657934717 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -657934717], ["username", "billy_10"], ["access_token", "c8d2f622ebc4e547b1f6fc3fbe905dee"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:51:54.783663"], ["updated_at", "2015-04-24 23:51:54.783663"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1821438331 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1821438331], ["username", "billy_11"], ["access_token", "f5ece533005df1d828366bdd824c2869"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:51:54.785637"], ["updated_at", "2015-04-24 23:51:54.785637"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1346028259 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1346028259], ["username", "billy_12"], ["access_token", "4bbb70c920f8d49821cbfe91ef84b74b"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:51:54.787402"], ["updated_at", "2015-04-24 23:51:54.787402"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1735010335 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1735010335], ["username", "billy_13"], ["access_token", "2b7ebbd481d37441819e88216b27877c"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:51:54.789480"], ["updated_at", "2015-04-24 23:51:54.789480"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -431245030 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -431245030], ["username", "billy_14"], ["access_token", "ec2a9e720fa9740df2129edfc5c03a56"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:51:54.791472"], ["updated_at", "2015-04-24 23:51:54.791472"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -530736018 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -530736018], ["username", "billy_15"], ["access_token", "1cfe3f1de8bc43e192e7c92d0d606fa9"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:51:54.793391"], ["updated_at", "2015-04-24 23:51:54.793391"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -106277282 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -106277282], ["username", "billy_16"], ["access_token", "243c096e2a2f7964e1f5cc0556b62489"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:51:54.795277"], ["updated_at", "2015-04-24 23:51:54.795277"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1564696590 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1564696590], ["username", "billy_17"], ["access_token", "1565be1287b3f63d974f0b78f96a28ab"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:51:54.797029"], ["updated_at", "2015-04-24 23:51:54.797029"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1088564151 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1088564151], ["username", "billy_18"], ["access_token", "4da5d63ba673ab5331f81c3926976dc7"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:51:54.799049"], ["updated_at", "2015-04-24 23:51:54.799049"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -163290328 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -163290328], ["username", "billy_19"], ["access_token", "070d75d9934c21691f8088801f333e0b"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:51:54.800922"], ["updated_at", "2015-04-24 23:51:54.800922"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1015844153 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1015844153], ["username", "billy_20"], ["access_token", "eb4cdcb029304a6f604def771798be3a"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:51:54.802791"], ["updated_at", "2015-04-24 23:51:54.802791"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -20275549 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -20275549], ["username", "billy_21"], ["access_token", "6b30fd19a398e2fb639eaf8087817476"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:51:54.804629"], ["updated_at", "2015-04-24 23:51:54.804629"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -415731948 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -415731948], ["username", "billy_22"], ["access_token", "642680e2b37bebce65e232079d9962a0"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:51:54.806548"], ["updated_at", "2015-04-24 23:51:54.806548"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -348085777 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -348085777], ["username", "billy_23"], ["access_token", "dc6adc8f8ed3078ee22984d946a3f72d"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:51:54.808286"], ["updated_at", "2015-04-24 23:51:54.808286"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1192316098 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1192316098], ["username", "billy_24"], ["access_token", "e17b01ded40dfa914b6d48d8f7affe2d"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:51:54.810120"], ["updated_at", "2015-04-24 23:51:54.810120"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -588341533 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -588341533], ["username", "billy_25"], ["access_token", "7ba9a2cff298d9db4361c4b284762399"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:51:54.811914"], ["updated_at", "2015-04-24 23:51:54.811914"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -255814928 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -255814928], ["username", "billy_26"], ["access_token", "0a4e66fbe2cc8777120217af8b75d72e"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:51:54.813682"], ["updated_at", "2015-04-24 23:51:54.813682"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -105559165 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -105559165], ["username", "billy_27"], ["access_token", "c65d0069691db099a327824574307358"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:51:54.815481"], ["updated_at", "2015-04-24 23:51:54.815481"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -468149383 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -468149383], ["username", "billy_28"], ["access_token", "b24f1cb2e92dba08923b6f250ef0cb51"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:51:54.817266"], ["updated_at", "2015-04-24 23:51:54.817266"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -349016991 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -349016991], ["username", "billy_29"], ["access_token", "79bf988d4681d200c4b1da9051ebc4ce"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:51:54.819168"], ["updated_at", "2015-04-24 23:51:54.819168"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -797885621 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -797885621], ["username", "billy_30"], ["access_token", "5e4152f5b17591e21806df17565d7135"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:51:54.820950"], ["updated_at", "2015-04-24 23:51:54.820950"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1058972695 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1058972695], ["username", "billy_31"], ["access_token", "599eb67de618da4544f99755979ca41a"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:51:54.822859"], ["updated_at", "2015-04-24 23:51:54.822859"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1291707009 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1291707009], ["username", "billy_32"], ["access_token", "5afd34334139cb72194fa3dd5dc17b73"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:51:54.824632"], ["updated_at", "2015-04-24 23:51:54.824632"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -746793134 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -746793134], ["username", "billy_33"], ["access_token", "b076074beb7299b038ab34fdd2abfdc3"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:51:54.826411"], ["updated_at", "2015-04-24 23:51:54.826411"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -764944314 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -764944314], ["username", "billy_34"], ["access_token", "806cb42904eaf12baa7162353cb6b5fa"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:51:54.828316"], ["updated_at", "2015-04-24 23:51:54.828316"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2090852262 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2090852262], ["username", "billy_35"], ["access_token", "6b953617b6f802558c98259e4403b818"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:51:54.830125"], ["updated_at", "2015-04-24 23:51:54.830125"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1880722661 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1880722661], ["username", "billy_36"], ["access_token", "bdc437e5da49d97f48d153d49fa28293"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:51:54.831969"], ["updated_at", "2015-04-24 23:51:54.831969"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -414749532 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -414749532], ["username", "billy_37"], ["access_token", "467fbc9bc195ecb9457cdf3b5169bce8"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:51:54.833714"], ["updated_at", "2015-04-24 23:51:54.833714"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -840187391 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -840187391], ["username", "billy_38"], ["access_token", "5ae3288755c7be68acb5f6db812ecca3"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:51:54.835664"], ["updated_at", "2015-04-24 23:51:54.835664"]] +  (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" = -1312751543 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1312751543], ["username", "billy_39"], ["access_token", "72fef72fdf09182bf4051f03691d2133"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:51:54.837566"], ["updated_at", "2015-04-24 23:51:54.837566"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -275622322 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -275622322], ["username", "billy_40"], ["access_token", "0757808479e9522c4f0bd9da115dbb57"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:51:54.839349"], ["updated_at", "2015-04-24 23:51:54.839349"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -569522504 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -569522504], ["username", "billy_41"], ["access_token", "3164eb75e57eed7762e27ef875724129"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:51:54.841105"], ["updated_at", "2015-04-24 23:51:54.841105"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1262554709 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1262554709], ["username", "billy_42"], ["access_token", "6151ed7c22cc2625a63defe539536d4f"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:51:54.842990"], ["updated_at", "2015-04-24 23:51:54.842990"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1007806589 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1007806589], ["username", "billy_43"], ["access_token", "bb1d58abc8c93ba69d4290859f360b9d"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:51:54.844738"], ["updated_at", "2015-04-24 23:51:54.844738"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -454180761 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -454180761], ["username", "billy_44"], ["access_token", "795fb92d2a5ef0460c9c03cfa9f52a46"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:51:54.846559"], ["updated_at", "2015-04-24 23:51:54.846559"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1861820639 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1861820639], ["username", "billy_45"], ["access_token", "47babba7d1feff259bcfe1d0018be5aa"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:51:54.848286"], ["updated_at", "2015-04-24 23:51:54.848286"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1989917807 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1989917807], ["username", "billy_46"], ["access_token", "9c856205c1d203fbb9f87ab1fc298b21"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:51:54.850179"], ["updated_at", "2015-04-24 23:51:54.850179"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -627151235 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -627151235], ["username", "billy_47"], ["access_token", "51766763885e334dd235b6139b67e37b"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:51:54.852183"], ["updated_at", "2015-04-24 23:51:54.852183"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -119414419 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -119414419], ["username", "billy_48"], ["access_token", "535ea1c9906f625b47b16bad8774095f"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:51:54.854131"], ["updated_at", "2015-04-24 23:51:54.854131"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -868746366 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -868746366], ["username", "billy_49"], ["access_token", "c959a52cc47c6996e7ba0a2325603053"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:51:54.855985"], ["updated_at", "2015-04-24 23:51:54.855985"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'billy%') OR ("openstax_accounts_accounts"."first_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'billy%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.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" = -199513358 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", -199513358], ["username", "jstrav"], ["access_token", "91f5469f9188c49287578a8718aac4b3"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:54.864245"], ["updated_at", "2015-04-24 23:51:54.864245"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1299117325 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", -1299117325], ["username", "mary"], ["access_token", "7c108eeacb2d7426accd73f615d6c7c9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:54.866481"], ["updated_at", "2015-04-24 23:51:54.866481"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1675727743 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1675727743], ["username", "jstead"], ["access_token", "4ff9c9f69068b35ed6f231990b748930"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:54.868530"], ["updated_at", "2015-04-24 23:51:54.868530"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1714776722 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1714776722], ["username", "bigbear"], ["access_token", "d8f097593c4a419ead727b8ff60a6246"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:54.870473"], ["updated_at", "2015-04-24 23:51:54.870473"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -470158726 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -470158726], ["username", "billy_00"], ["access_token", "5be971f2ef4a36b4366b5a5337a14443"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:51:54.872290"], ["updated_at", "2015-04-24 23:51:54.872290"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1845322927 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1845322927], ["username", "billy_01"], ["access_token", "f8d67b241137b810e182ebbbbebafaf1"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:51:54.874177"], ["updated_at", "2015-04-24 23:51:54.874177"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2015124272 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2015124272], ["username", "billy_02"], ["access_token", "9d5f7230c31fd33ce4e1f782ab006d50"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:51:54.875947"], ["updated_at", "2015-04-24 23:51:54.875947"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -796695749 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -796695749], ["username", "billy_03"], ["access_token", "267c7a783b114879a32e5b5d6bc3da9e"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:51:54.877731"], ["updated_at", "2015-04-24 23:51:54.877731"]] +  (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" = -1434994202 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1434994202], ["username", "billy_04"], ["access_token", "075058fe793e9b33c194d2d6ed6c183a"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:51:54.890411"], ["updated_at", "2015-04-24 23:51:54.890411"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -634181482 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -634181482], ["username", "billy_05"], ["access_token", "86d155cedea05fe57a8ee9745f6301e9"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:51:54.892507"], ["updated_at", "2015-04-24 23:51:54.892507"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1186054260 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1186054260], ["username", "billy_06"], ["access_token", "c18a68c15d9010d642867323ef4e5e77"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:51:54.894318"], ["updated_at", "2015-04-24 23:51:54.894318"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -48990468 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -48990468], ["username", "billy_07"], ["access_token", "4a58d9fdcca511f4af7440e2df8cdea5"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:51:54.896221"], ["updated_at", "2015-04-24 23:51:54.896221"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1491775978 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1491775978], ["username", "billy_08"], ["access_token", "bd99c14a3a0d6b295f5b0087d95165b4"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:51:54.898258"], ["updated_at", "2015-04-24 23:51:54.898258"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -575498079 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -575498079], ["username", "billy_09"], ["access_token", "a166c06eedb041bd805c5f912010a43e"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:51:54.900381"], ["updated_at", "2015-04-24 23:51:54.900381"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1230716057 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1230716057], ["username", "billy_10"], ["access_token", "b6a5d5610acd75ad910c30f78a804c7e"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:51:54.902639"], ["updated_at", "2015-04-24 23:51:54.902639"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1008425964 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1008425964], ["username", "billy_11"], ["access_token", "a504fd21c2acc9c023caa6d563d3e205"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:51:54.904800"], ["updated_at", "2015-04-24 23:51:54.904800"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -127435795 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -127435795], ["username", "billy_12"], ["access_token", "d9d99556beda88292ce6ae309cc748e4"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:51:54.906774"], ["updated_at", "2015-04-24 23:51:54.906774"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2104595459 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2104595459], ["username", "billy_13"], ["access_token", "813420aa93ff7cb6bea6900c98296048"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:51:54.916095"], ["updated_at", "2015-04-24 23:51:54.916095"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -67340700 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -67340700], ["username", "billy_14"], ["access_token", "3a4996a0c208df8f505f22e0c60cca76"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:51:54.918809"], ["updated_at", "2015-04-24 23:51:54.918809"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -213223863 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -213223863], ["username", "billy_15"], ["access_token", "8b43469e4f0849f83eb65e517f964c62"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:51:54.921038"], ["updated_at", "2015-04-24 23:51:54.921038"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -931794448 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -931794448], ["username", "billy_16"], ["access_token", "02b3ced26ef605b7bcdaf252b092ad7b"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:51:54.923157"], ["updated_at", "2015-04-24 23:51:54.923157"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -156606682 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -156606682], ["username", "billy_17"], ["access_token", "991adc353792a2062950fb8671c90b2d"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:51:54.925387"], ["updated_at", "2015-04-24 23:51:54.925387"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -949415599 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -949415599], ["username", "billy_18"], ["access_token", "ac4a3569e876e7fcc99d571db08a3914"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:51:54.927802"], ["updated_at", "2015-04-24 23:51:54.927802"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1803480763 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1803480763], ["username", "billy_19"], ["access_token", "773c9804e32da92bf8885939f396c1ec"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:51:54.929968"], ["updated_at", "2015-04-24 23:51:54.929968"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1972746536 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1972746536], ["username", "billy_20"], ["access_token", "59ced021161fc258993a002277222049"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:51:54.931973"], ["updated_at", "2015-04-24 23:51:54.931973"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1551673169 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1551673169], ["username", "billy_21"], ["access_token", "a8913959a39651ebe0e7b50c23b81739"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:51:54.934204"], ["updated_at", "2015-04-24 23:51:54.934204"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -576732024 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -576732024], ["username", "billy_22"], ["access_token", "d27af2d23fe76683d1f69987553db3a4"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:51:54.936307"], ["updated_at", "2015-04-24 23:51:54.936307"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262943328 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -262943328], ["username", "billy_23"], ["access_token", "7713b694cfd6aadc0baad3734a578f1f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:51:54.938273"], ["updated_at", "2015-04-24 23:51:54.938273"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1148845560 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1148845560], ["username", "billy_24"], ["access_token", "b73668b807e6c102f3c7872d1058b239"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:51:54.940198"], ["updated_at", "2015-04-24 23:51:54.940198"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -715693435 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -715693435], ["username", "billy_25"], ["access_token", "4c99047373a52c158e1027bcbcfe1377"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:51:54.942251"], ["updated_at", "2015-04-24 23:51:54.942251"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -169899603 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -169899603], ["username", "billy_26"], ["access_token", "1be23a02205fe36ae15d757e0e917978"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:51:54.944286"], ["updated_at", "2015-04-24 23:51:54.944286"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -597147867 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -597147867], ["username", "billy_27"], ["access_token", "664c280ed37db5c6e08a2a3be0373af1"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:51:54.946527"], ["updated_at", "2015-04-24 23:51:54.946527"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -29860384 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -29860384], ["username", "billy_28"], ["access_token", "d0f65040f19e572bdcf564eabd3bc7c8"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:51:54.948652"], ["updated_at", "2015-04-24 23:51:54.948652"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -636233564 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -636233564], ["username", "billy_29"], ["access_token", "6c0bcc51ade15b9b106eda51b40face8"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:51:54.950865"], ["updated_at", "2015-04-24 23:51:54.950865"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1519633094 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1519633094], ["username", "billy_30"], ["access_token", "0799954191b170c4003ec1e7bcc34eee"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:51:54.952947"], ["updated_at", "2015-04-24 23:51:54.952947"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1422917957 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1422917957], ["username", "billy_31"], ["access_token", "50a428efaeba663b16a5f0acaff792f9"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:51:54.955077"], ["updated_at", "2015-04-24 23:51:54.955077"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1420144654 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1420144654], ["username", "billy_32"], ["access_token", "6ec010b0045da26914b87a1346264b64"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:51:54.957222"], ["updated_at", "2015-04-24 23:51:54.957222"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1734964621 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1734964621], ["username", "billy_33"], ["access_token", "7ddd07c9df33715fbb61f20d3d741f91"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:51:54.959315"], ["updated_at", "2015-04-24 23:51:54.959315"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1894037313 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1894037313], ["username", "billy_34"], ["access_token", "335e804c9284511e9b4506bb88905f30"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:51:54.961537"], ["updated_at", "2015-04-24 23:51:54.961537"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -637353711 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -637353711], ["username", "billy_35"], ["access_token", "0d6b610e4b5d52719eb34bfaa8090d8e"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:51:54.964682"], ["updated_at", "2015-04-24 23:51:54.964682"]] +  (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" = -559962437 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -559962437], ["username", "billy_36"], ["access_token", "c41257c711bba248886ea77a2a7717fc"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:51:54.966737"], ["updated_at", "2015-04-24 23:51:54.966737"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -100076142 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -100076142], ["username", "billy_37"], ["access_token", "bae7d0f3a3acf1464c0ec4aa51738bc7"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:51:54.969680"], ["updated_at", "2015-04-24 23:51:54.969680"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1925505948 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1925505948], ["username", "billy_38"], ["access_token", "6c53a0acc77f6f51538e8f6b55779fd2"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:51:54.971916"], ["updated_at", "2015-04-24 23:51:54.971916"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1447945582 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1447945582], ["username", "billy_39"], ["access_token", "123b23a0a892694aebb4e2b88fec5dd4"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:51:54.974438"], ["updated_at", "2015-04-24 23:51:54.974438"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -256751810 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -256751810], ["username", "billy_40"], ["access_token", "bc5ef234f662f8b1a8fc581a5d8bab72"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:51:54.976594"], ["updated_at", "2015-04-24 23:51:54.976594"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -830482618 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -830482618], ["username", "billy_41"], ["access_token", "bc1b46a4af8359eda170ae86d5a85bb5"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:51:54.978547"], ["updated_at", "2015-04-24 23:51:54.978547"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -483526779 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -483526779], ["username", "billy_42"], ["access_token", "af3f733965b4e5e93bc7df0e6e11478d"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:51:54.980655"], ["updated_at", "2015-04-24 23:51:54.980655"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2092449772 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2092449772], ["username", "billy_43"], ["access_token", "8e072acf585ffe7ce1926800541810b1"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:51:54.982544"], ["updated_at", "2015-04-24 23:51:54.982544"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2129041318 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2129041318], ["username", "billy_44"], ["access_token", "426874bb6fd54720b1eb9c2e3394dc04"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:51:54.984586"], ["updated_at", "2015-04-24 23:51:54.984586"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1597335078 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1597335078], ["username", "billy_45"], ["access_token", "d074d0a20c357e92bb07f97e5dec1b40"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:51:54.986508"], ["updated_at", "2015-04-24 23:51:54.986508"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1349158591 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1349158591], ["username", "billy_46"], ["access_token", "053fb52c6dff9108e3eb1b0dcf96ec42"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:51:54.988448"], ["updated_at", "2015-04-24 23:51:54.988448"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1576509774 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1576509774], ["username", "billy_47"], ["access_token", "3b7d555bc8b0da52ab29322f2065c456"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:51:54.990804"], ["updated_at", "2015-04-24 23:51:54.990804"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -386360035 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -386360035], ["username", "billy_48"], ["access_token", "1dea6962e4f2d5a2fbc5d0b64cd0e3fc"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:51:54.993498"], ["updated_at", "2015-04-24 23:51:54.993498"]] +  (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" = -90651552 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -90651552], ["username", "billy_49"], ["access_token", "43c48913ce30e580a1adfc099f835568"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:51:54.996047"], ["updated_at", "2015-04-24 23:51:54.996047"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.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" = -800187698 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", -800187698], ["username", "jstrav"], ["access_token", "faee9297c29fa617038864ba58cb7e98"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:55.005417"], ["updated_at", "2015-04-24 23:51:55.005417"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1507837863 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", -1507837863], ["username", "mary"], ["access_token", "3da659c6009a5ba7f899a9e585cd5914"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:55.008353"], ["updated_at", "2015-04-24 23:51:55.008353"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -738558152 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -738558152], ["username", "jstead"], ["access_token", "645096000ab6fcf0b7a57c6ef5ca704f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:55.010587"], ["updated_at", "2015-04-24 23:51:55.010587"]] +  (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" = -1283496453 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1283496453], ["username", "bigbear"], ["access_token", "beb74647285d9b52e13c21f2c6c3ba4d"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:55.012757"], ["updated_at", "2015-04-24 23:51:55.012757"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1385054825 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1385054825], ["username", "billy_00"], ["access_token", "ce7c2a6672adc10d6835c26a454e967a"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:51:55.014582"], ["updated_at", "2015-04-24 23:51:55.014582"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1313646226 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1313646226], ["username", "billy_01"], ["access_token", "b764a93cb5f52e81d7b94aa97f2491f3"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:51:55.016418"], ["updated_at", "2015-04-24 23:51:55.016418"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -579485201 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -579485201], ["username", "billy_02"], ["access_token", "c781b61969fe6e5caa91a53167b34891"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:51:55.018248"], ["updated_at", "2015-04-24 23:51:55.018248"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -569164895 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -569164895], ["username", "billy_03"], ["access_token", "93802bc60a0beb21c3db68709f2a0a77"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:51:55.020120"], ["updated_at", "2015-04-24 23:51:55.020120"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -638643773 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -638643773], ["username", "billy_04"], ["access_token", "ad7941a603232a83e53c464006e1fe14"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:51:55.022071"], ["updated_at", "2015-04-24 23:51:55.022071"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1996173261 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1996173261], ["username", "billy_05"], ["access_token", "f3cedb8144833e4af7e3b173d72fa8ce"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:51:55.023946"], ["updated_at", "2015-04-24 23:51:55.023946"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1355714877 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1355714877], ["username", "billy_06"], ["access_token", "56dd05d8cff9aa5c98d280bb7b35579a"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:51:55.025842"], ["updated_at", "2015-04-24 23:51:55.025842"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1424192263 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1424192263], ["username", "billy_07"], ["access_token", "67339f4fb5023d49c1f0ec09bc221c71"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:51:55.027921"], ["updated_at", "2015-04-24 23:51:55.027921"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1855521041 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1855521041], ["username", "billy_08"], ["access_token", "2d3f2f4380dba6e5d9c44bb34289d9b5"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:51:55.030147"], ["updated_at", "2015-04-24 23:51:55.030147"]] +  (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" = -2146798718 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2146798718], ["username", "billy_09"], ["access_token", "1d457135db79f8702f5cca846e041dc3"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:51:55.032183"], ["updated_at", "2015-04-24 23:51:55.032183"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -949697375 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -949697375], ["username", "billy_10"], ["access_token", "82490a566cd9ae88451c2a2f6693f54f"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:51:55.034213"], ["updated_at", "2015-04-24 23:51:55.034213"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -751552366 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -751552366], ["username", "billy_11"], ["access_token", "ffec8e91731c38ce4d45eb7448fa7ee0"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:51:55.036265"], ["updated_at", "2015-04-24 23:51:55.036265"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -430343718 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -430343718], ["username", "billy_12"], ["access_token", "a6474c27f9304fd2105851522c5b8269"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:51:55.038345"], ["updated_at", "2015-04-24 23:51:55.038345"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2004408879 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2004408879], ["username", "billy_13"], ["access_token", "4795a1eec4c392fb10cfff97a6d99cbb"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:51:55.040562"], ["updated_at", "2015-04-24 23:51:55.040562"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -952087211 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -952087211], ["username", "billy_14"], ["access_token", "a4ef8c39de854dbc85959580a40e2f8a"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:51:55.042603"], ["updated_at", "2015-04-24 23:51:55.042603"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -37138251 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -37138251], ["username", "billy_15"], ["access_token", "b50c2a34d762e15f55e62d59d60629fc"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:51:55.044568"], ["updated_at", "2015-04-24 23:51:55.044568"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -606722231 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -606722231], ["username", "billy_16"], ["access_token", "9ce0d02489c859aeeca93429e926fceb"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:51:55.046494"], ["updated_at", "2015-04-24 23:51:55.046494"]] +  (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" = -1722330178 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1722330178], ["username", "billy_17"], ["access_token", "929c8c6373e3fd4449486d43af522484"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:51:55.048609"], ["updated_at", "2015-04-24 23:51:55.048609"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1090180700 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1090180700], ["username", "billy_18"], ["access_token", "bfb6cb3fe9113118c6513edf313fbc2a"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:51:55.050696"], ["updated_at", "2015-04-24 23:51:55.050696"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1918974856 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1918974856], ["username", "billy_19"], ["access_token", "e1566b54a50648d0ac45247d2d18c4b0"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:51:55.053212"], ["updated_at", "2015-04-24 23:51:55.053212"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1775916072 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1775916072], ["username", "billy_20"], ["access_token", "54c9067fbae56c074afb041621735b6c"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:51:55.055142"], ["updated_at", "2015-04-24 23:51:55.055142"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1395517752 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1395517752], ["username", "billy_21"], ["access_token", "98e6a9b9bc9eb4922b5ddd4e4677421e"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:51:55.057065"], ["updated_at", "2015-04-24 23:51:55.057065"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1254885899 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1254885899], ["username", "billy_22"], ["access_token", "ace0f410f06b39f65cb0e7e61fdbb1ef"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:51:55.058901"], ["updated_at", "2015-04-24 23:51:55.058901"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -135892615 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -135892615], ["username", "billy_23"], ["access_token", "1fa0570b94f6622264776663bfe92482"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:51:55.060746"], ["updated_at", "2015-04-24 23:51:55.060746"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1123532086 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1123532086], ["username", "billy_24"], ["access_token", "fb2df8bb08da3611c3954ffffcffc533"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:51:55.062608"], ["updated_at", "2015-04-24 23:51:55.062608"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -551588027 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -551588027], ["username", "billy_25"], ["access_token", "f3b5cf284d4942ebfb78fe60edad1b95"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:51:55.064503"], ["updated_at", "2015-04-24 23:51:55.064503"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1446917226 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1446917226], ["username", "billy_26"], ["access_token", "a1ac36c389d3fa8ca489a4d3a41a049b"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:51:55.066658"], ["updated_at", "2015-04-24 23:51:55.066658"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1436352506 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1436352506], ["username", "billy_27"], ["access_token", "7f2105ddc598ae1fffa319a955a4efba"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:51:55.068493"], ["updated_at", "2015-04-24 23:51:55.068493"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1898392458 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1898392458], ["username", "billy_28"], ["access_token", "67478ab4a5570c36396e416d52378ff5"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:51:55.070645"], ["updated_at", "2015-04-24 23:51:55.070645"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -941102527 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -941102527], ["username", "billy_29"], ["access_token", "978dd8f3f3e3f6e2f8211ed5a0e42442"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:51:55.072573"], ["updated_at", "2015-04-24 23:51:55.072573"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -273079166 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -273079166], ["username", "billy_30"], ["access_token", "62c2d5633cff2eba0e3e6510d219b56b"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:51:55.074586"], ["updated_at", "2015-04-24 23:51:55.074586"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -649465439 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -649465439], ["username", "billy_31"], ["access_token", "31ea2daa2de7634fb40f6a7d91dad606"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:51:55.076557"], ["updated_at", "2015-04-24 23:51:55.076557"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -415536278 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -415536278], ["username", "billy_32"], ["access_token", "bca2e1f8738c8ea0a41d8835555ecbe1"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:51:55.078519"], ["updated_at", "2015-04-24 23:51:55.078519"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1381197522 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1381197522], ["username", "billy_33"], ["access_token", "201e22255c7065e90e747e5a24d40246"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:51:55.080400"], ["updated_at", "2015-04-24 23:51:55.080400"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1626427001 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1626427001], ["username", "billy_34"], ["access_token", "ed1f26f326247ef2ca0fba2b5c38d1b5"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:51:55.082437"], ["updated_at", "2015-04-24 23:51:55.082437"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -975920134 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -975920134], ["username", "billy_35"], ["access_token", "442aaceb77dd5c4b27bd076b7d96a938"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:51:55.084469"], ["updated_at", "2015-04-24 23:51:55.084469"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1801798816 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1801798816], ["username", "billy_36"], ["access_token", "a984e9302eca6b4c69265a7b42672b97"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:51:55.086517"], ["updated_at", "2015-04-24 23:51:55.086517"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2019302065 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2019302065], ["username", "billy_37"], ["access_token", "c87e56b4064611706cd11a5938f0b204"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:51:55.088607"], ["updated_at", "2015-04-24 23:51:55.088607"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -625405764 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -625405764], ["username", "billy_38"], ["access_token", "867dcdce1687c704527d6d606df1f533"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:51:55.090737"], ["updated_at", "2015-04-24 23:51:55.090737"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -707811961 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -707811961], ["username", "billy_39"], ["access_token", "11914d923c0fd117b2391314b57b8872"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:51:55.092696"], ["updated_at", "2015-04-24 23:51:55.092696"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1854838500 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1854838500], ["username", "billy_40"], ["access_token", "5e3ce2b0f28f8ebbf19a9b206033c5ad"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:51:55.094705"], ["updated_at", "2015-04-24 23:51:55.094705"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -825885495 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -825885495], ["username", "billy_41"], ["access_token", "e2885433f985ea6eb6299256f20ba0d7"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:51:55.096654"], ["updated_at", "2015-04-24 23:51:55.096654"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1789465011 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1789465011], ["username", "billy_42"], ["access_token", "282dace6ce77edae0b9b675313b209ab"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:51:55.098623"], ["updated_at", "2015-04-24 23:51:55.098623"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1679506548 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1679506548], ["username", "billy_43"], ["access_token", "2323c2f4f4802253ead751a2ed484a8c"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:51:55.100610"], ["updated_at", "2015-04-24 23:51:55.100610"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -822593462 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -822593462], ["username", "billy_44"], ["access_token", "94b70d49289a95d2a894119d4f7a1f73"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:51:55.102610"], ["updated_at", "2015-04-24 23:51:55.102610"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -819461578 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -819461578], ["username", "billy_45"], ["access_token", "961b4d5eab9571e2029d1efab2164b32"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:51:55.104687"], ["updated_at", "2015-04-24 23:51:55.104687"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -5043867 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -5043867], ["username", "billy_46"], ["access_token", "49df60d29b58b2f2298c3e91bdc77495"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:51:55.107221"], ["updated_at", "2015-04-24 23:51:55.107221"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2094129634 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2094129634], ["username", "billy_47"], ["access_token", "0a9025484f4e5288747b95568a7afe2d"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:51:55.109220"], ["updated_at", "2015-04-24 23:51:55.109220"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -293267840 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -293267840], ["username", "billy_48"], ["access_token", "80d7019cd9e4fb66425cdd478f6b6ec4"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:51:55.111210"], ["updated_at", "2015-04-24 23:51:55.111210"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1585064375 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1585064375], ["username", "billy_49"], ["access_token", "debb3615337916b28eb2f1a40c0c3423"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:51:55.113223"], ["updated_at", "2015-04-24 23:51:55.113223"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 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", "e441ede90c5b330185b7eb1b270c0a6d"], ["created_at", "2015-04-24 23:51:55.120366"], ["updated_at", "2015-04-24 23:51:55.120366"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML + Parameters: {"id"=>"10"} + OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 10]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +Redirected to http://test.host/ +Completed 302 Found in 2ms (ActiveRecord: 0.1ms) +  (0.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" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "019264bf4eeaeb2cda8a9284bcabcacf"], ["created_at", "2015-04-24 23:51:55.129001"], ["updated_at", "2015-04-24 23:51:55.129001"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2015-04-24 23:51:55.130836"], ["updated_at", "2015-04-24 23:51:55.130836"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 2], ["username", "another_user"], ["access_token", "d13d77b41eae66270a0884a140cb2f9c"], ["created_at", "2015-04-24 23:51:55.133233"], ["updated_at", "2015-04-24 23:51:55.133233"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 2], ["created_at", "2015-04-24 23:51:55.134790"], ["updated_at", "2015-04-24 23:51:55.134790"]] +  (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" = -1012596758 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1012596758], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:55.137257"], ["updated_at", "2015-04-24 23:51:55.137257"]] +  (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" = -299011232 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -299011232], ["name", "MyGroup"], ["created_at", "2015-04-24 23:51:55.139565"], ["updated_at", "2015-04-24 23:51:55.139565"]] +  (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" = -299011232 LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] + SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -299011232]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- +- -299011232 +' 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", -1012596758]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -1012596758 +' 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" = -299011232 + SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1012596758 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1012596758], ["member_group_id", -299011232], ["created_at", "2015-04-24 23:51:55.141834"], ["updated_at", "2015-04-24 23:51:55.141834"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -299011232) LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -299011232) LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -299011232], ["user_id", 1], ["created_at", "2015-04-24 23:51:55.153172"], ["updated_at", "2015-04-24 23:51:55.153172"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -299011232) 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.2ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] + SQL (0.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", -299011232]] + SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -299011232]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -299011232 +- -1012596758 +' 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 (-299011232, -1012596758) + 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-04-24 23:51:55.190282"], ["updated_at", "2015-04-24 23:51:55.190282"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] + OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-299011232, -1012596758) + 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-04-24 23:51:55.196814"], ["updated_at", "2015-04-24 23:51:55.196814"]] +  (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 (-299011232, -1012596758) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2015-04-24 23:51:55.202061"], ["updated_at", "2015-04-24 23:51:55.202061"]] +  (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 (-299011232, -1012596758) + 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 (-299011232, -1012596758) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2015-04-24 23:51:55.209416"], ["updated_at", "2015-04-24 23:51:55.209416"]] +  (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 (-299011232, -1012596758) + 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 (-299011232, -1012596758) + 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 (-299011232, -1012596758) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) +  (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" = -1212252171 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", -1212252171], ["username", "jstrav"], ["access_token", "4871afa313c4b51b7e97753816c7823d"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:55.221475"], ["updated_at", "2015-04-24 23:51:55.221475"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1500334695 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", -1500334695], ["username", "mary"], ["access_token", "fe696c01461838df58fba9c8e2b0ca7f"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:55.223678"], ["updated_at", "2015-04-24 23:51:55.223678"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -555858066 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -555858066], ["username", "jstead"], ["access_token", "c08d1451df7bfc6525e1b7af239474c2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:55.225770"], ["updated_at", "2015-04-24 23:51:55.225770"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1933490130 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1933490130], ["username", "bigbear"], ["access_token", "c45cc4bd8efcf96321546bb33354b518"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:55.227770"], ["updated_at", "2015-04-24 23:51:55.227770"]] +  (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" = -250107 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", -250107], ["username", "jstrav"], ["access_token", "74399d8492b7b14840fb83e022f03088"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:55.233162"], ["updated_at", "2015-04-24 23:51:55.233162"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -701378451 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", -701378451], ["username", "mary"], ["access_token", "519d75dea9ccc4155e34c58ffff60810"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:55.235338"], ["updated_at", "2015-04-24 23:51:55.235338"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -410380504 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -410380504], ["username", "jstead"], ["access_token", "f01ffc2ff0c2beaa14ec9dc131003ff9"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:55.237440"], ["updated_at", "2015-04-24 23:51:55.237440"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -583327987 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -583327987], ["username", "bigbear"], ["access_token", "8fe7d0e2d7da25065837d383d545d649"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:55.239264"], ["updated_at", "2015-04-24 23:51:55.239264"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -276075363 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", -276075363], ["username", "jstrav"], ["access_token", "95c54b3b840eafb65aa343953a6c860f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:55.244519"], ["updated_at", "2015-04-24 23:51:55.244519"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -336777626 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", -336777626], ["username", "mary"], ["access_token", "7eba12e607b0efbb6ec380af05091237"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:55.246586"], ["updated_at", "2015-04-24 23:51:55.246586"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1397479717 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1397479717], ["username", "jstead"], ["access_token", "b083cdb2a6d0fba667c3a936b6f9d970"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:55.248612"], ["updated_at", "2015-04-24 23:51:55.248612"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -458146691 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -458146691], ["username", "bigbear"], ["access_token", "f2d2378646d2dee8d653ea345f5eb041"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:55.250485"], ["updated_at", "2015-04-24 23:51:55.250485"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -779945705 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", -779945705], ["username", "jstrav"], ["access_token", "8a3a73d2be926c9cb560acadd495ac49"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:55.255618"], ["updated_at", "2015-04-24 23:51:55.255618"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2033937673 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", -2033937673], ["username", "mary"], ["access_token", "09592963e94f47fe0cd9e62c872d55bc"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:55.257914"], ["updated_at", "2015-04-24 23:51:55.257914"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -122356951 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -122356951], ["username", "jstead"], ["access_token", "f02eab2f43b9fb3c04f57a7cf3a2bd6e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:55.259986"], ["updated_at", "2015-04-24 23:51:55.259986"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1758737659 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1758737659], ["username", "bigbear"], ["access_token", "cc41e30b0e5044abfb88a29272f3bd97"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:55.261792"], ["updated_at", "2015-04-24 23:51:55.261792"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.4ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -99648470 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", -99648470], ["username", "jstrav"], ["access_token", "3129ab51102e63badd9ac6c1584cc9fa"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:55.268338"], ["updated_at", "2015-04-24 23:51:55.268338"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -140366653 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", -140366653], ["username", "mary"], ["access_token", "62965b83f0b39ef26008400cc58ca93e"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:55.270973"], ["updated_at", "2015-04-24 23:51:55.270973"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -131503167 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -131503167], ["username", "jstead"], ["access_token", "6d72d52cf16e5c219a2356eac3ee799d"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:55.273058"], ["updated_at", "2015-04-24 23:51:55.273058"]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -523038108 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -523038108], ["username", "bigbear"], ["access_token", "0d54aeadcb2cebaeb8cd20a454b08b10"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:55.275072"], ["updated_at", "2015-04-24 23:51:55.275072"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2052361299 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", -2052361299], ["username", "jstrav"], ["access_token", "bf1cfa78e3c56d6af188f9d94e0513ac"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:55.280779"], ["updated_at", "2015-04-24 23:51:55.280779"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -789682075 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", -789682075], ["username", "mary"], ["access_token", "10dabaa1738d3f7828c38e296609be34"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:55.283097"], ["updated_at", "2015-04-24 23:51:55.283097"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1541319533 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1541319533], ["username", "jstead"], ["access_token", "2af6c9b909874f6e2bf39c0b18619863"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:55.285176"], ["updated_at", "2015-04-24 23:51:55.285176"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -867616377 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -867616377], ["username", "bigbear"], ["access_token", "6e92c4856766db84cd78f8b37bfb8101"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:55.287020"], ["updated_at", "2015-04-24 23:51:55.287020"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1043579176 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", -1043579176], ["username", "jstrav"], ["access_token", "cca6d8ebdd8ed798176b5185a4f5cd70"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:55.292289"], ["updated_at", "2015-04-24 23:51:55.292289"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1882277414 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", -1882277414], ["username", "mary"], ["access_token", "0bb3f91aabf569198daba90d957faf93"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:55.294471"], ["updated_at", "2015-04-24 23:51:55.294471"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1644172785 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1644172785], ["username", "jstead"], ["access_token", "858babc3b3fa313eb31b0c01d1d4eaf5"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:55.296683"], ["updated_at", "2015-04-24 23:51:55.296683"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1418539975 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1418539975], ["username", "bigbear"], ["access_token", "ff9f806eb0d3b447996cfdc2bab42e74"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:55.298512"], ["updated_at", "2015-04-24 23:51:55.298512"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.3ms) 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" = -1770730147 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", -1770730147], ["username", "jstrav"], ["access_token", "c4a24776b89c46a413f1c9ee970eadc8"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:55.304454"], ["updated_at", "2015-04-24 23:51:55.304454"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1409956580 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", -1409956580], ["username", "mary"], ["access_token", "d2f5f27c252b089dcdf978581cb647f1"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:55.306695"], ["updated_at", "2015-04-24 23:51:55.306695"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -390160535 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -390160535], ["username", "jstead"], ["access_token", "12cf631bfc7419daef65172b68878691"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:55.308712"], ["updated_at", "2015-04-24 23:51:55.308712"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1267320676 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1267320676], ["username", "bigbear"], ["access_token", "b2c56b0836fec178f9acfc214114127e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:55.310672"], ["updated_at", "2015-04-24 23:51:55.310672"]] +  (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.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" = -1698120502 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", -1698120502], ["username", "jstrav"], ["access_token", "ec915e1c478ab5dbb9586d3d3e8c85ee"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:55.316169"], ["updated_at", "2015-04-24 23:51:55.316169"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1854265197 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", -1854265197], ["username", "mary"], ["access_token", "68c05fbf01fe20f5aab2af8e99e40fa4"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:55.318463"], ["updated_at", "2015-04-24 23:51:55.318463"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -369588213 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -369588213], ["username", "jstead"], ["access_token", "f950e0bc9d7760e5adcfc132f17b8330"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:55.320491"], ["updated_at", "2015-04-24 23:51:55.320491"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1379964780 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1379964780], ["username", "bigbear"], ["access_token", "b98ae2b82b599e2aba15682dcefc00c5"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:55.322446"], ["updated_at", "2015-04-24 23:51:55.322446"]] +  (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.2ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1467392667 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", -1467392667], ["username", "jstrav"], ["access_token", "cbb3de3d59a28943998ef945d2c6e78c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:55.328667"], ["updated_at", "2015-04-24 23:51:55.328667"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -577224041 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", -577224041], ["username", "mary"], ["access_token", "5156c920ad0c043db7992d819dc6b349"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:55.331021"], ["updated_at", "2015-04-24 23:51:55.331021"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2013569589 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2013569589], ["username", "jstead"], ["access_token", "db3871da7b3faeec4776c71f69293ed1"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:55.333099"], ["updated_at", "2015-04-24 23:51:55.333099"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -135040310 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -135040310], ["username", "bigbear"], ["access_token", "9131b933f81aef67ccce7b68f5829e0f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:55.335429"], ["updated_at", "2015-04-24 23:51:55.335429"]] +  (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" = -471047750 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", -471047750], ["username", "jstrav"], ["access_token", "07dbf9c7adcc34117849681b1cdef82e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:55.341828"], ["updated_at", "2015-04-24 23:51:55.341828"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1865589719 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", -1865589719], ["username", "mary"], ["access_token", "b3e3efb2b382fa9c63b8bc93ab28e238"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:55.344141"], ["updated_at", "2015-04-24 23:51:55.344141"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1884033648 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1884033648], ["username", "jstead"], ["access_token", "53a7a2d2246a8a97aae7f681f653e5f2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:55.346185"], ["updated_at", "2015-04-24 23:51:55.346185"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -251999388 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -251999388], ["username", "bigbear"], ["access_token", "dee7454b1f7f5685986407ba70801bec"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:55.348180"], ["updated_at", "2015-04-24 23:51:55.348180"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1436943500 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1436943500], ["username", "billy_00"], ["access_token", "c0ddc177dc75bd57ecb6b7c5efb7ff8c"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:51:55.350009"], ["updated_at", "2015-04-24 23:51:55.350009"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -16506033 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -16506033], ["username", "billy_01"], ["access_token", "9bd1da7e81157399ebfbec93f29dc637"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:51:55.351880"], ["updated_at", "2015-04-24 23:51:55.351880"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -670292656 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -670292656], ["username", "billy_02"], ["access_token", "d3aa8de513a91be27f25de2184d6199c"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:51:55.353683"], ["updated_at", "2015-04-24 23:51:55.353683"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1828250896 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1828250896], ["username", "billy_03"], ["access_token", "71d4ad1f5d16e278f23180d36f71067d"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:51:55.355545"], ["updated_at", "2015-04-24 23:51:55.355545"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1170174040 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1170174040], ["username", "billy_04"], ["access_token", "62d1b11fff8d21d2a822a1b9b46a016a"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:51:55.357404"], ["updated_at", "2015-04-24 23:51:55.357404"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2064043694 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2064043694], ["username", "billy_05"], ["access_token", "c96d80bd81f3f29ea3a45e32bfcc8b31"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:51:55.359173"], ["updated_at", "2015-04-24 23:51:55.359173"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1207939354 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1207939354], ["username", "billy_06"], ["access_token", "49fdce5de11282205495ce5b62066ccb"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:51:55.361037"], ["updated_at", "2015-04-24 23:51:55.361037"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -15702969 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -15702969], ["username", "billy_07"], ["access_token", "e506e4def7b6d5f7a8ca8230c1569eef"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:51:55.363020"], ["updated_at", "2015-04-24 23:51:55.363020"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1268986698 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1268986698], ["username", "billy_08"], ["access_token", "85222af914af5f9e229516dace327730"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:51:55.364854"], ["updated_at", "2015-04-24 23:51:55.364854"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1894782857 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1894782857], ["username", "billy_09"], ["access_token", "2e0a311464c1df8570593a22f3f6f496"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:51:55.366691"], ["updated_at", "2015-04-24 23:51:55.366691"]] +  (0.3ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1969752951 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1969752951], ["username", "billy_10"], ["access_token", "d8fac935cac295fce6ad8723e04f9d09"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:51:55.369449"], ["updated_at", "2015-04-24 23:51:55.369449"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2004685944 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2004685944], ["username", "billy_11"], ["access_token", "481e9cb183a14fe8406494d7b1f51c2e"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:51:55.371539"], ["updated_at", "2015-04-24 23:51:55.371539"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -952666296 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -952666296], ["username", "billy_12"], ["access_token", "29625ba104df526f3105907c2ba1c763"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:51:55.373481"], ["updated_at", "2015-04-24 23:51:55.373481"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1477209258 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1477209258], ["username", "billy_13"], ["access_token", "03ddc38ab67dc76dbd6c7b1af8355fe5"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:51:55.375255"], ["updated_at", "2015-04-24 23:51:55.375255"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1069504940 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1069504940], ["username", "billy_14"], ["access_token", "f3abd08249cc1272f5bd229dec12aef4"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:51:55.377013"], ["updated_at", "2015-04-24 23:51:55.377013"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2021274334 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2021274334], ["username", "billy_15"], ["access_token", "5050420d318123ce96ca5b42c4cae2dd"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:51:55.378858"], ["updated_at", "2015-04-24 23:51:55.378858"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1013180749 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1013180749], ["username", "billy_16"], ["access_token", "f5cc9ede30de3f62a1fc13d0df86ff07"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:51:55.393168"], ["updated_at", "2015-04-24 23:51:55.393168"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1915843612 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1915843612], ["username", "billy_17"], ["access_token", "535da1d90f03f6ecc9c3017f61cd0057"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:51:55.395286"], ["updated_at", "2015-04-24 23:51:55.395286"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -371316202 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -371316202], ["username", "billy_18"], ["access_token", "fbfdcee1ca4dd9864000037c1e466908"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:51:55.397147"], ["updated_at", "2015-04-24 23:51:55.397147"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1456784354 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1456784354], ["username", "billy_19"], ["access_token", "d46fa24d2badd38576814031ae9fee7a"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:51:55.399136"], ["updated_at", "2015-04-24 23:51:55.399136"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1305425225 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1305425225], ["username", "billy_20"], ["access_token", "aa65535f1d663fa30ae31635a87cd468"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:51:55.400992"], ["updated_at", "2015-04-24 23:51:55.400992"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1863644469 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1863644469], ["username", "billy_21"], ["access_token", "183209d1b1623e4a7fa570163ba96f6c"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:51:55.402992"], ["updated_at", "2015-04-24 23:51:55.402992"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1331982326 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1331982326], ["username", "billy_22"], ["access_token", "e780ecaac7e6d6f20bbd8b6c705d974a"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:51:55.404967"], ["updated_at", "2015-04-24 23:51:55.404967"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1508598471 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1508598471], ["username", "billy_23"], ["access_token", "3316128a772775c9eb4fc71d03deffd2"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:51:55.406775"], ["updated_at", "2015-04-24 23:51:55.406775"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1170690630 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1170690630], ["username", "billy_24"], ["access_token", "a243ff685335673618540de18c3ed30e"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:51:55.408636"], ["updated_at", "2015-04-24 23:51:55.408636"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1989723050 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1989723050], ["username", "billy_25"], ["access_token", "12be12e16056c98a357884d1c4862ced"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:51:55.410524"], ["updated_at", "2015-04-24 23:51:55.410524"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -128667524 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -128667524], ["username", "billy_26"], ["access_token", "3f737bbed201290bacb6c0c86e50b678"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:51:55.412547"], ["updated_at", "2015-04-24 23:51:55.412547"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -702271225 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -702271225], ["username", "billy_27"], ["access_token", "756d050748f1e36b69f9e408a3e8fb7f"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:51:55.414498"], ["updated_at", "2015-04-24 23:51:55.414498"]] +  (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" = -979101348 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -979101348], ["username", "billy_28"], ["access_token", "065027ab818c218fcbec459b099b2a66"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:51:55.416443"], ["updated_at", "2015-04-24 23:51:55.416443"]] +  (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" = -2058721389 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2058721389], ["username", "billy_29"], ["access_token", "13077f8531dd804a1f0bc9976c068da0"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:51:55.418349"], ["updated_at", "2015-04-24 23:51:55.418349"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -539077012 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -539077012], ["username", "billy_30"], ["access_token", "232e5e487ce09b80bc811013877a0036"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:51:55.420302"], ["updated_at", "2015-04-24 23:51:55.420302"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -597077734 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -597077734], ["username", "billy_31"], ["access_token", "82368ce5f4c0b6ff6e2150b2aaa9547c"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:51:55.422138"], ["updated_at", "2015-04-24 23:51:55.422138"]] +  (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" = -1831016129 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1831016129], ["username", "billy_32"], ["access_token", "f9edcd1f5b9166ee7a1fa965cf7b0c45"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:51:55.424042"], ["updated_at", "2015-04-24 23:51:55.424042"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1275437941 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1275437941], ["username", "billy_33"], ["access_token", "d1e4c2544808910b3f22af166a85b856"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:51:55.425984"], ["updated_at", "2015-04-24 23:51:55.425984"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -342953264 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -342953264], ["username", "billy_34"], ["access_token", "817d9e20e56e36da0d828d7582e5f2e3"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:51:55.427867"], ["updated_at", "2015-04-24 23:51:55.427867"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -113241051 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -113241051], ["username", "billy_35"], ["access_token", "9f6c782afa5231affe2ac91a3412061c"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:51:55.429760"], ["updated_at", "2015-04-24 23:51:55.429760"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -858166243 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -858166243], ["username", "billy_36"], ["access_token", "18b495695ad1ab1c5da162e61175d0ef"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:51:55.434092"], ["updated_at", "2015-04-24 23:51:55.434092"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.8ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1929427997 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1929427997], ["username", "billy_37"], ["access_token", "fea9f6099ac1bdfec34c84ef87296de6"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:51:55.438100"], ["updated_at", "2015-04-24 23:51:55.438100"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1509831109 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1509831109], ["username", "billy_38"], ["access_token", "bda504eca77cb49d1d3ae2a241027cb9"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:51:55.442840"], ["updated_at", "2015-04-24 23:51:55.442840"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1933648414 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1933648414], ["username", "billy_39"], ["access_token", "1d9db2f8dfdc1b4bfb916b4cbcbc4382"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:51:55.446336"], ["updated_at", "2015-04-24 23:51:55.446336"]] +  (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" = -1645428148 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1645428148], ["username", "billy_40"], ["access_token", "9e8b6a6765d1a3e830503545c994487a"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:51:55.448417"], ["updated_at", "2015-04-24 23:51:55.448417"]] +  (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" = -575692108 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -575692108], ["username", "billy_41"], ["access_token", "b5dcf92b5e27793a77383168a2ff5b53"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:51:55.450382"], ["updated_at", "2015-04-24 23:51:55.450382"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1975724569 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1975724569], ["username", "billy_42"], ["access_token", "cb7141d1e6f1ed592f877809c3375b93"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:51:55.452368"], ["updated_at", "2015-04-24 23:51:55.452368"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -843153355 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -843153355], ["username", "billy_43"], ["access_token", "7e5d2ecf9206742f7c9fe02a2da89377"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:51:55.454276"], ["updated_at", "2015-04-24 23:51:55.454276"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1903040358 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1903040358], ["username", "billy_44"], ["access_token", "eaa505a7a8445dc00a2f9dc0d17c35a8"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:51:55.456215"], ["updated_at", "2015-04-24 23:51:55.456215"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1696867575 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1696867575], ["username", "billy_45"], ["access_token", "64318182dd4a7a4c62c6941f1e582d65"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:51:55.458187"], ["updated_at", "2015-04-24 23:51:55.458187"]] +  (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 +  (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" = -176751944 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", -176751944], ["username", "jstrav"], ["access_token", "dc0cdef6d67b5094860d47ff719f6909"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:55.466764"], ["updated_at", "2015-04-24 23:51:55.466764"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -632366258 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", -632366258], ["username", "mary"], ["access_token", "51efa2294d5335f1770011cfe47ab7d1"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:55.469039"], ["updated_at", "2015-04-24 23:51:55.469039"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -717799316 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -717799316], ["username", "jstead"], ["access_token", "d446fd343b2fddb2aeeadb3fa8c30497"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:55.471100"], ["updated_at", "2015-04-24 23:51:55.471100"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -834648030 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -834648030], ["username", "bigbear"], ["access_token", "967528395462d25dc44da752713bfbb4"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:55.472998"], ["updated_at", "2015-04-24 23:51:55.472998"]] +  (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" = -972624945 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -972624945], ["username", "billy_00"], ["access_token", "b93cc1c7e04575b1d8fc23c9aedf6cb6"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:51:55.475063"], ["updated_at", "2015-04-24 23:51:55.475063"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -35457269 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -35457269], ["username", "billy_01"], ["access_token", "bf9b283b0da2b2344427aad7271e7d22"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:51:55.476931"], ["updated_at", "2015-04-24 23:51:55.476931"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -64977758 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -64977758], ["username", "billy_02"], ["access_token", "6999a2223e8263b8f1b50c847006b9d0"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:51:55.478857"], ["updated_at", "2015-04-24 23:51:55.478857"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1309459100 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1309459100], ["username", "billy_03"], ["access_token", "312316236ecafb8853dafe43821a488b"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:51:55.480938"], ["updated_at", "2015-04-24 23:51:55.480938"]] +  (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" = -429983391 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -429983391], ["username", "billy_04"], ["access_token", "1db047cadfcae0cd795a3dd1ac235d81"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:51:55.483010"], ["updated_at", "2015-04-24 23:51:55.483010"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -386977864 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -386977864], ["username", "billy_05"], ["access_token", "9eec94933d8e8a2256cfe3c82ceb3e0e"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:51:55.485080"], ["updated_at", "2015-04-24 23:51:55.485080"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1057398212 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1057398212], ["username", "billy_06"], ["access_token", "ab7fa8a0aea84acf8274552dbf2d66d7"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:51:55.487177"], ["updated_at", "2015-04-24 23:51:55.487177"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1354753221 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1354753221], ["username", "billy_07"], ["access_token", "7cc1be5747ac1d6258032ca8c1597a83"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:51:55.489215"], ["updated_at", "2015-04-24 23:51:55.489215"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -373194570 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -373194570], ["username", "billy_08"], ["access_token", "126950ea9fb81394bd538e303dd55c50"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:51:55.491295"], ["updated_at", "2015-04-24 23:51:55.491295"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -683739479 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -683739479], ["username", "billy_09"], ["access_token", "cffc49af4032a90df2d0e8b79685234b"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:51:55.493356"], ["updated_at", "2015-04-24 23:51:55.493356"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -167348579 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -167348579], ["username", "billy_10"], ["access_token", "3e95a5a5fa23bfd52efcfcf4c3e009c7"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:51:55.495457"], ["updated_at", "2015-04-24 23:51:55.495457"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -107611807 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -107611807], ["username", "billy_11"], ["access_token", "906cd8be220b15b36b306a401c1b1042"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:51:55.497502"], ["updated_at", "2015-04-24 23:51:55.497502"]] +  (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" = -697287659 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -697287659], ["username", "billy_12"], ["access_token", "c205b702f902b04cd2f3f5f395f3658b"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:51:55.499580"], ["updated_at", "2015-04-24 23:51:55.499580"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1415385377 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1415385377], ["username", "billy_13"], ["access_token", "b7c23cf4dbc42682a1feffbe5aecb30d"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:51:55.501692"], ["updated_at", "2015-04-24 23:51:55.501692"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1534028660 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1534028660], ["username", "billy_14"], ["access_token", "d8c86ae144fd06d2f6d682a80cd17aaf"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:51:55.503834"], ["updated_at", "2015-04-24 23:51:55.503834"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2081145337 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2081145337], ["username", "billy_15"], ["access_token", "55c1bd646c7433eec9c3391fb5777bd4"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:51:55.505880"], ["updated_at", "2015-04-24 23:51:55.505880"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -31858197 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -31858197], ["username", "billy_16"], ["access_token", "1f9b5a66d1999fca09786e5c7d1469d6"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:51:55.507918"], ["updated_at", "2015-04-24 23:51:55.507918"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1355763305 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1355763305], ["username", "billy_17"], ["access_token", "9c14ef00472b7aee5b0feb1bdfe326e8"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:51:55.509785"], ["updated_at", "2015-04-24 23:51:55.509785"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1856002163 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1856002163], ["username", "billy_18"], ["access_token", "097162c59baedaec04ec5ed5560ba9ad"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:51:55.511616"], ["updated_at", "2015-04-24 23:51:55.511616"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -32805427 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -32805427], ["username", "billy_19"], ["access_token", "ed98419da013ffa1dd9fb7c1635419a2"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:51:55.513541"], ["updated_at", "2015-04-24 23:51:55.513541"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -740731669 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -740731669], ["username", "billy_20"], ["access_token", "a883f79e605a527ff020b6fcbc548420"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:51:55.515457"], ["updated_at", "2015-04-24 23:51:55.515457"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1683261665 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1683261665], ["username", "billy_21"], ["access_token", "c9cf47678a1cd5ccda78ee4f54567845"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:51:55.517551"], ["updated_at", "2015-04-24 23:51:55.517551"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -126026892 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -126026892], ["username", "billy_22"], ["access_token", "d4c2e31d73b2bb65e6e33e8944c69975"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:51:55.519586"], ["updated_at", "2015-04-24 23:51:55.519586"]] +  (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" = -1696939073 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1696939073], ["username", "billy_23"], ["access_token", "0288a7c3f210a924341c76c246566a39"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:51:55.521417"], ["updated_at", "2015-04-24 23:51:55.521417"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -674067715 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -674067715], ["username", "billy_24"], ["access_token", "2dc9e9354ecb9136e737f6d8ec828852"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:51:55.523370"], ["updated_at", "2015-04-24 23:51:55.523370"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1560917527 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1560917527], ["username", "billy_25"], ["access_token", "dfb4a39ef9f91e9459edb8f4c88f7b2a"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:51:55.525339"], ["updated_at", "2015-04-24 23:51:55.525339"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1206586073 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1206586073], ["username", "billy_26"], ["access_token", "e81efc1af11419da7543cd4d686df935"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:51:55.527244"], ["updated_at", "2015-04-24 23:51:55.527244"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -987420499 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -987420499], ["username", "billy_27"], ["access_token", "5fc90ca6c9fee8fff27ca8599059bbcb"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:51:55.529184"], ["updated_at", "2015-04-24 23:51:55.529184"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1625162174 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1625162174], ["username", "billy_28"], ["access_token", "79d00f0ca20b52cdf62f9e8a1ecd34e6"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:51:55.531150"], ["updated_at", "2015-04-24 23:51:55.531150"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -470012983 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -470012983], ["username", "billy_29"], ["access_token", "ded0ea818bda33a9abd88f0fe052126b"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:51:55.533110"], ["updated_at", "2015-04-24 23:51:55.533110"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1603695259 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1603695259], ["username", "billy_30"], ["access_token", "6601a09970c0225bc7b30e005e28ba87"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:51:55.535014"], ["updated_at", "2015-04-24 23:51:55.535014"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1704134676 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1704134676], ["username", "billy_31"], ["access_token", "c388689520973ccab0725b4bfd46d075"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:51:55.536840"], ["updated_at", "2015-04-24 23:51:55.536840"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -334283339 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -334283339], ["username", "billy_32"], ["access_token", "ac02feebaa2bdad09de5c762d4141e79"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:51:55.538695"], ["updated_at", "2015-04-24 23:51:55.538695"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2097317518 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2097317518], ["username", "billy_33"], ["access_token", "f701a919a093c5503410233aa5186b43"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:51:55.540567"], ["updated_at", "2015-04-24 23:51:55.540567"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -120918730 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -120918730], ["username", "billy_34"], ["access_token", "c3724c844230bfb8e9744ef01fc5ece8"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:51:55.542329"], ["updated_at", "2015-04-24 23:51:55.542329"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -671624936 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -671624936], ["username", "billy_35"], ["access_token", "af98c25775609caea29872395a0bdb11"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:51:55.544172"], ["updated_at", "2015-04-24 23:51:55.544172"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2029825846 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2029825846], ["username", "billy_36"], ["access_token", "a1967744ecdfa5bcb37ab33c646a020f"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:51:55.545977"], ["updated_at", "2015-04-24 23:51:55.545977"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1551028286 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1551028286], ["username", "billy_37"], ["access_token", "480481e9c3a46d9cfeb5020d991be9ab"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:51:55.547836"], ["updated_at", "2015-04-24 23:51:55.547836"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -635991202 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -635991202], ["username", "billy_38"], ["access_token", "0d90adb9ea6bb1e5d7469fac92343243"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:51:55.549620"], ["updated_at", "2015-04-24 23:51:55.549620"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1297227106 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1297227106], ["username", "billy_39"], ["access_token", "b2e254774149b64fecd6e93e8e287642"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:51:55.551420"], ["updated_at", "2015-04-24 23:51:55.551420"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -128662881 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -128662881], ["username", "billy_40"], ["access_token", "73b6082d4c34c7de48531b1955a36738"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:51:55.553270"], ["updated_at", "2015-04-24 23:51:55.553270"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2068909062 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2068909062], ["username", "billy_41"], ["access_token", "0f933c242a80910f68d5580726acba7a"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:51:55.555164"], ["updated_at", "2015-04-24 23:51:55.555164"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1082279051 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1082279051], ["username", "billy_42"], ["access_token", "d6b48373d88c2672653f79c2d35428d8"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:51:55.556987"], ["updated_at", "2015-04-24 23:51:55.556987"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1494207526 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1494207526], ["username", "billy_43"], ["access_token", "0a61087c247799799c48cc666a395841"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:51:55.558838"], ["updated_at", "2015-04-24 23:51:55.558838"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1846653530 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1846653530], ["username", "billy_44"], ["access_token", "decbde6eb1d2f3a354248966d3247120"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:51:55.560696"], ["updated_at", "2015-04-24 23:51:55.560696"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1151231178 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1151231178], ["username", "billy_45"], ["access_token", "2444c3c09473a7f1ce3ca3af84a11c10"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:51:55.562543"], ["updated_at", "2015-04-24 23:51:55.562543"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 0 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_00' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_19' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 +  (0.9ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -994733912 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", -994733912], ["username", "jstrav"], ["access_token", "aefcf9a39a177c2508f4582b6e338441"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:55.571927"], ["updated_at", "2015-04-24 23:51:55.571927"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1101358278 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", -1101358278], ["username", "mary"], ["access_token", "13f0662ba4a0756ac46e0bdb2c2cbd31"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:55.574592"], ["updated_at", "2015-04-24 23:51:55.574592"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2128467328 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2128467328], ["username", "jstead"], ["access_token", "be23ca75ecfd9e4639d366fe38112550"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:55.577134"], ["updated_at", "2015-04-24 23:51:55.577134"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -487630950 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -487630950], ["username", "bigbear"], ["access_token", "4ced53b238b8571886aeae428ef41ed9"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:55.579411"], ["updated_at", "2015-04-24 23:51:55.579411"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2072096895 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2072096895], ["username", "billy_00"], ["access_token", "096e4254fa688959ade5db9a53585540"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:51:55.581704"], ["updated_at", "2015-04-24 23:51:55.581704"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -696912587 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -696912587], ["username", "billy_01"], ["access_token", "b824c275efd1953918cf4f2bdce3ccc9"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:51:55.583913"], ["updated_at", "2015-04-24 23:51:55.583913"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1102197920 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1102197920], ["username", "billy_02"], ["access_token", "d6d72a2fd31f039b557562ded3dd35a3"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:51:55.586118"], ["updated_at", "2015-04-24 23:51:55.586118"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -848901380 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -848901380], ["username", "billy_03"], ["access_token", "1c478885492954c193008c2d05f2afc6"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:51:55.588030"], ["updated_at", "2015-04-24 23:51:55.588030"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1056124781 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1056124781], ["username", "billy_04"], ["access_token", "588532866fd2a5627898e61b0039fd48"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:51:55.589922"], ["updated_at", "2015-04-24 23:51:55.589922"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -559643100 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -559643100], ["username", "billy_05"], ["access_token", "7df6b52d44d5e8374d93590271f46c7f"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:51:55.591903"], ["updated_at", "2015-04-24 23:51:55.591903"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1258958704 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1258958704], ["username", "billy_06"], ["access_token", "a2e4a44d10ea7c8c6163b238b78065d6"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:51:55.593881"], ["updated_at", "2015-04-24 23:51:55.593881"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1429439981 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1429439981], ["username", "billy_07"], ["access_token", "9746159be22999b8a1456bc4d2cf0f86"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:51:55.595871"], ["updated_at", "2015-04-24 23:51:55.595871"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -270200101 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -270200101], ["username", "billy_08"], ["access_token", "62cb4a5cf9c481820ad23e11b4ac0f43"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:51:55.597849"], ["updated_at", "2015-04-24 23:51:55.597849"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -896682708 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -896682708], ["username", "billy_09"], ["access_token", "04a563dad7e22cd03eb4329c31be67c4"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:51:55.599793"], ["updated_at", "2015-04-24 23:51:55.599793"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -742536442 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -742536442], ["username", "billy_10"], ["access_token", "746e18dd091dd34566df1f967916ce85"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:51:55.601730"], ["updated_at", "2015-04-24 23:51:55.601730"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1913676691 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1913676691], ["username", "billy_11"], ["access_token", "7530cc133e5cda115bc96216e9992c05"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:51:55.603717"], ["updated_at", "2015-04-24 23:51:55.603717"]] +  (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" = -1889196565 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1889196565], ["username", "billy_12"], ["access_token", "8cd9785a40370754d788d072e0dda891"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:51:55.605818"], ["updated_at", "2015-04-24 23:51:55.605818"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -270038496 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -270038496], ["username", "billy_13"], ["access_token", "0478b00d159b45c30aebc6b0314f3d47"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:51:55.607913"], ["updated_at", "2015-04-24 23:51:55.607913"]] +  (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" = -1127703912 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1127703912], ["username", "billy_14"], ["access_token", "0c0a44a6053a1f71680ccc1704e271d4"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:51:55.609814"], ["updated_at", "2015-04-24 23:51:55.609814"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -994558995 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -994558995], ["username", "billy_15"], ["access_token", "93205404ae98d8b7440cfd8cb5326f1f"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:51:55.611812"], ["updated_at", "2015-04-24 23:51:55.611812"]] +  (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" = -125363998 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -125363998], ["username", "billy_16"], ["access_token", "8289c5a707a8be38f921178194da604f"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:51:55.613748"], ["updated_at", "2015-04-24 23:51:55.613748"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1484952914 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1484952914], ["username", "billy_17"], ["access_token", "81ed8bfdbe03bcde4c54ace755845acc"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:51:55.615974"], ["updated_at", "2015-04-24 23:51:55.615974"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -593909615 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -593909615], ["username", "billy_18"], ["access_token", "b61b68f4470eab36511486440cafd902"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:51:55.618563"], ["updated_at", "2015-04-24 23:51:55.618563"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -493089966 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -493089966], ["username", "billy_19"], ["access_token", "e21c59863b910cc577276acf40ff4dc9"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:51:55.620939"], ["updated_at", "2015-04-24 23:51:55.620939"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1906304443 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1906304443], ["username", "billy_20"], ["access_token", "7a8be9021979fa522e57cf615e4ee494"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:51:55.622935"], ["updated_at", "2015-04-24 23:51:55.622935"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1251022168 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1251022168], ["username", "billy_21"], ["access_token", "377c2fd3ad61fc1f6751124277bc45d3"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:51:55.624944"], ["updated_at", "2015-04-24 23:51:55.624944"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1348974299 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1348974299], ["username", "billy_22"], ["access_token", "5a5a825393173ed574c1dbc92a347b66"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:51:55.627032"], ["updated_at", "2015-04-24 23:51:55.627032"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1242741825 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1242741825], ["username", "billy_23"], ["access_token", "64b1a2616f2d72af88820f2bd017531a"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:51:55.629047"], ["updated_at", "2015-04-24 23:51:55.629047"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -914938003 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -914938003], ["username", "billy_24"], ["access_token", "bd6acb889ee42b18980f8862bf70064b"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:51:55.631008"], ["updated_at", "2015-04-24 23:51:55.631008"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1367922286 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1367922286], ["username", "billy_25"], ["access_token", "386abdb0375dd69edfa97a922bfd0d38"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:51:55.633137"], ["updated_at", "2015-04-24 23:51:55.633137"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1056564815 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1056564815], ["username", "billy_26"], ["access_token", "eba6917234dd676108631146bd591713"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:51:55.635113"], ["updated_at", "2015-04-24 23:51:55.635113"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1812491447 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1812491447], ["username", "billy_27"], ["access_token", "8487be5ea9b4b7c79ae83a7715d04e5e"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:51:55.637259"], ["updated_at", "2015-04-24 23:51:55.637259"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -94140867 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -94140867], ["username", "billy_28"], ["access_token", "243043e949636a6d33c79a9a122d94c3"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:51:55.639201"], ["updated_at", "2015-04-24 23:51:55.639201"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -287765064 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -287765064], ["username", "billy_29"], ["access_token", "e76d09709e31f6781dfe439df7020b0b"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:51:55.641196"], ["updated_at", "2015-04-24 23:51:55.641196"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -973733233 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -973733233], ["username", "billy_30"], ["access_token", "d44d0d0a36663d8c803c1100b4808d38"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:51:55.643230"], ["updated_at", "2015-04-24 23:51:55.643230"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -690608465 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -690608465], ["username", "billy_31"], ["access_token", "874b15164c695606677cfa37246b596b"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:51:55.645331"], ["updated_at", "2015-04-24 23:51:55.645331"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -745512952 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -745512952], ["username", "billy_32"], ["access_token", "c3171a2c9f0108a6f5e31659699cdd22"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:51:55.647270"], ["updated_at", "2015-04-24 23:51:55.647270"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1605214827 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1605214827], ["username", "billy_33"], ["access_token", "98b4cee4def4f0cb54cd33e30dd700c9"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:51:55.649319"], ["updated_at", "2015-04-24 23:51:55.649319"]] +  (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" = -903220753 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -903220753], ["username", "billy_34"], ["access_token", "2d1b52d90a2a1d1bd6159bc8954891a6"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:51:55.651226"], ["updated_at", "2015-04-24 23:51:55.651226"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -867097214 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -867097214], ["username", "billy_35"], ["access_token", "08e296f5a00e39958492a4356b1547c3"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:51:55.653182"], ["updated_at", "2015-04-24 23:51:55.653182"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1473330063 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1473330063], ["username", "billy_36"], ["access_token", "6e1d767d40aae189cbde11ffdbd08be9"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:51:55.655179"], ["updated_at", "2015-04-24 23:51:55.655179"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -679171191 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -679171191], ["username", "billy_37"], ["access_token", "5cbde46b5a75b54008065c4dee372e5d"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:51:55.657126"], ["updated_at", "2015-04-24 23:51:55.657126"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2001355727 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2001355727], ["username", "billy_38"], ["access_token", "acbb7e93d7bdc06f9671080a32f58fc2"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:51:55.659024"], ["updated_at", "2015-04-24 23:51:55.659024"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -630806144 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -630806144], ["username", "billy_39"], ["access_token", "606667864af63ddbbce78dd3da61a435"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:51:55.660985"], ["updated_at", "2015-04-24 23:51:55.660985"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1766857199 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1766857199], ["username", "billy_40"], ["access_token", "38db9cec10864e5c61550ad7dccdfbb3"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:51:55.662899"], ["updated_at", "2015-04-24 23:51:55.662899"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1045481366 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1045481366], ["username", "billy_41"], ["access_token", "0c4ee0dc53ae3a9f8990f68474786bc7"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:51:55.664827"], ["updated_at", "2015-04-24 23:51:55.664827"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -849541680 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -849541680], ["username", "billy_42"], ["access_token", "c1d7f1cc5b64199dc7dc135e57c2894c"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:51:55.666777"], ["updated_at", "2015-04-24 23:51:55.666777"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1178282315 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1178282315], ["username", "billy_43"], ["access_token", "853fe1415f35519a4c2117aca0b26389"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:51:55.668777"], ["updated_at", "2015-04-24 23:51:55.668777"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1102953049 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1102953049], ["username", "billy_44"], ["access_token", "589b9462e0b36b2c33b9b0ca2a93a7bd"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:51:55.670714"], ["updated_at", "2015-04-24 23:51:55.670714"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1530331176 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1530331176], ["username", "billy_45"], ["access_token", "5bae7a51451b332c6bd430055eb57f66"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:51:55.672569"], ["updated_at", "2015-04-24 23:51:55.672569"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.2ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') ORDER BY "openstax_accounts_accounts"."username" ASC LIMIT 20 OFFSET 20 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_20' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."username" = 'billy_39' ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 +  (0.8ms) 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" = -2032868450 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", -2032868450], ["username", "jstrav"], ["access_token", "57efc5948f442e967d08f1703e04e03c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:51:55.681961"], ["updated_at", "2015-04-24 23:51:55.681961"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1308534205 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", -1308534205], ["username", "mary"], ["access_token", "a960201b0199f416c7104c92db33fd87"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:51:55.684313"], ["updated_at", "2015-04-24 23:51:55.684313"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1007133706 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1007133706], ["username", "jstead"], ["access_token", "cd068704b9251aaef1f0fe3f67cb3996"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:51:55.686605"], ["updated_at", "2015-04-24 23:51:55.686605"]] +  (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" = -1116224224 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1116224224], ["username", "bigbear"], ["access_token", "95d414bf779e3d7931f830dd2a04bf32"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:51:55.688762"], ["updated_at", "2015-04-24 23:51:55.688762"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2088180626 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2088180626], ["username", "foo_bb"], ["access_token", "6def28b08c93e795ca4bb98a818d142f"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2015-04-24 23:51:55.690811"], ["updated_at", "2015-04-24 23:51:55.690811"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -870255186 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -870255186], ["username", "foo_bj"], ["access_token", "e106c0cb9ce4d58e9230abe63617dd6b"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2015-04-24 23:51:55.692889"], ["updated_at", "2015-04-24 23:51:55.692889"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1287326121 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1287326121], ["username", "foo_tj"], ["access_token", "8e1aee8aa645f90c839dfb3f98d38b4a"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2015-04-24 23:51:55.694954"], ["updated_at", "2015-04-24 23:51:55.694954"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.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.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "User"], ["created_at", "2015-04-24 23:51:55.710560"], ["updated_at", "2015-04-24 23:51:55.710560"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2015-04-24 23:51:55.712538"], ["updated_at", "2015-04-24 23:51:55.712538"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 2 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Member Group"], ["openstax_uid", 2], ["created_at", "2015-04-24 23:51:55.714416"], ["updated_at", "2015-04-24 23:51:55.714416"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 2 AND "openstax_accounts_group_members"."group_id" = 2) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2015-04-24 23:51:55.716680"], ["updated_at", "2015-04-24 23:51:55.716680"]] +  (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-04-24 23:51:55.718937"], ["updated_at", "2015-04-24 23:51:55.718937"]] +  (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-04-24 23:51:55.721143"], ["updated_at", "2015-04-24 23:51:55.721143"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 + 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-04-24 23:51:55.723068"], ["updated_at", "2015-04-24 23:51:55.723068"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SELECT COUNT(*) FROM "openstax_accounts_groups" + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 2], ["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 4], ["id", 1]] +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:55 -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-04-24 18:51:55 -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-04-24 23:51:55.768530"], ["updated_at", "2015-04-24 23:51:55.768530"]] +  (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-04-24 23:51:55.770605"], ["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.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 3 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["name", "Fuego's Deputies"], ["created_at", "2015-04-24 23:51:55.774743"], ["updated_at", "2015-04-24 23:51:55.774743"]] + 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-04-24 23:51:55.776160"], ["updated_at", "2015-04-24 23:51:55.776160"]] + 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-04-24 23:51:55.777494"], ["updated_at", "2015-04-24 23:51:55.777494"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:55 -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-04-24 18:51:55 -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-04-24 18:51:55 -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-04-24 18:51:55 -0500 +Processing by Api::ApplicationGroupsController#updates as application/vnd.accounts.openstax.v1 +Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) + OpenStax::Accounts::GroupOwner Load (0.1ms) SELECT "openstax_accounts_group_owners".* FROM "openstax_accounts_group_owners" WHERE "openstax_accounts_group_owners"."group_id" = ? [["group_id", 2]] + OpenStax::Accounts::GroupMember Load (0.0ms) SELECT "openstax_accounts_group_members".* FROM "openstax_accounts_group_members" WHERE "openstax_accounts_group_members"."group_id" = ? [["group_id", 2]] + OpenStax::Accounts::GroupNesting Load (0.0ms) SELECT "openstax_accounts_group_nestings".* FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", 2]] +  (0.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-04-24 23:51:55.829458"], ["updated_at", "2015-04-24 23:51:55.829458"]] +  (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-04-24 23:51:55.834125"], ["updated_at", "2015-04-24 23:51:55.834125"]] +  (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-04-24 23:51:55.836796"], ["updated_at", "2015-04-24 23:51:55.836796"]] +  (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", 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-04-24 18:51:55 -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-04-24 18:51:55 -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.5ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]] +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2015-04-24 23:51:55.883960"], ["updated_at", "2015-04-24 23:51:55.883960"]] +  (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-04-24 18:51:55 -0500 +Processing by OauthController#token as */* + Parameters: {"grant_type"=>"client_credentials"} +Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) +Started GET "/api/application_users/updates" for 127.0.0.1 at 2015-04-24 18:51:55 -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.3ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2015-04-24 23:51:55.907639"], ["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-04-24 23:51:55.910349"], ["updated_at", "2015-04-24 23:51:55.910349"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:55 -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-04-24 18:51:55 -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-04-24 18:51:55 -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-04-24 18:51:55 -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.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:51:55 -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-04-24 18:51:55 -0500 +Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 + Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 +  (0.4ms) rollback transaction +  (0.0ms) begin transaction + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2015-04-24 23:51:55.968111"], ["updated_at", "2015-04-24 23:51:55.968111"]] +  (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 +  (1.6ms) CREATE TABLE "openstax_accounts_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "openstax_uid" integer NOT NULL, "username" varchar NOT NULL, "access_token" varchar, "first_name" varchar, "last_name" varchar, "full_name" varchar, "title" varchar, "created_at" datetime, "updated_at" datetime)  +  (0.0ms) select sqlite_version(*) +  (0.9ms) CREATE UNIQUE INDEX "index_openstax_accounts_accounts_on_access_token" ON "openstax_accounts_accounts" ("access_token") +  (0.1ms) SELECT sql + FROM sqlite_master + WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' + UNION ALL + SELECT sql + FROM sqlite_temp_master + WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' + +  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_first_name" ON "openstax_accounts_accounts" ("first_name") +  (0.1ms) SELECT sql + FROM sqlite_master + WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' + UNION ALL + SELECT sql + FROM sqlite_temp_master + WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' + +  (0.1ms)  SELECT sql + FROM sqlite_master + WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' + UNION ALL + SELECT sql + FROM sqlite_temp_master + WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' + +  (0.9ms) CREATE INDEX "index_openstax_accounts_accounts_on_full_name" ON "openstax_accounts_accounts" ("full_name") +  (0.1ms)  SELECT sql + FROM sqlite_master + WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' + UNION ALL + SELECT sql + FROM sqlite_temp_master + WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' + +  (0.1ms) SELECT sql + FROM sqlite_master + WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' + UNION ALL + SELECT sql + FROM sqlite_temp_master + WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' + +  (0.1ms)  SELECT sql + FROM sqlite_master + WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' + UNION ALL + SELECT sql + FROM sqlite_temp_master + WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' + +  (0.8ms) CREATE INDEX "index_openstax_accounts_accounts_on_last_name" ON "openstax_accounts_accounts" ("last_name") +  (0.1ms)  SELECT sql + FROM sqlite_master + WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' + UNION ALL + SELECT sql + FROM sqlite_temp_master + WHERE name='index_openstax_accounts_accounts_on_last_name' AND type='index' + +  (0.1ms) SELECT sql + FROM sqlite_master + WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' + UNION ALL + SELECT sql + FROM sqlite_temp_master + WHERE name='index_openstax_accounts_accounts_on_full_name' AND type='index' + +  (0.1ms)  SELECT sql + FROM sqlite_master + WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' + UNION ALL + SELECT sql + FROM sqlite_temp_master + WHERE name='index_openstax_accounts_accounts_on_first_name' AND type='index' + +  (0.1ms) SELECT sql + FROM sqlite_master + WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' + UNION ALL + SELECT sql + FROM sqlite_temp_master + WHERE name='index_openstax_accounts_accounts_on_access_token' AND type='index' + +  (0.7ms) 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.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_group_members_on_group_id_and_user_id" ON "openstax_accounts_group_members" ("group_id", "user_id") +  (0.1ms) SELECT sql + FROM sqlite_master + WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index' + UNION ALL + SELECT sql + FROM sqlite_temp_master + WHERE name='index_openstax_accounts_group_members_on_group_id_and_user_id' AND type='index' + +  (0.8ms) CREATE INDEX "index_openstax_accounts_group_members_on_user_id" ON "openstax_accounts_group_members" ("user_id") +  (0.7ms) CREATE TABLE "openstax_accounts_group_nestings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "member_group_id" integer NOT NULL, "container_group_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime) +  (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' + +  (1.0ms) 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.8ms) CREATE UNIQUE INDEX "index_openstax_accounts_groups_on_openstax_uid" ON "openstax_accounts_groups" ("openstax_uid") +  (0.8ms) CREATE TABLE "ownerships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer NOT NULL, "owner_type" varchar NOT NULL, "created_at" datetime, "updated_at" datetime) +  (0.8ms) CREATE UNIQUE INDEX "index_ownerships_on_owner_id_and_owner_type" ON "ownerships" ("owner_id", "owner_type") +  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime) +  (0.8ms) CREATE UNIQUE INDEX "index_users_on_account_id" ON "users" ("account_id") +  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) +  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('6') +  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('5') +  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0') +  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('1') +  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('2') +  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('3') +  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('4') +  (0.5ms) 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-04-24 23:54:01.099386"], ["updated_at", "2015-04-24 23:54:01.099386"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 3 LIMIT 1 + SQL (0.8ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 3], ["username", "Fuego"], ["created_at", "2015-04-24 23:54:01.101721"], ["updated_at", "2015-04-24 23:54:01.101721"]] +  (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-04-24 23:54:01.108536"], ["updated_at", "2015-04-24 23:54:01.108536"]] +  (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.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", 2], ["user_id", 2], ["created_at", "2015-04-24 23:54:01.119264"], ["updated_at", "2015-04-24 23:54:01.119264"]] +  (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-04-24 23:54:01.121128"], ["updated_at", "2015-04-24 23:54:01.121128"]] +  (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-04-24 23:54:01.127279"], ["updated_at", "2015-04-24 23:54:01.127279"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupNesting Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 2 LIMIT 1 + 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-04-24 23:54:01.136425"], ["updated_at", "2015-04-24 23:54:01.136425"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (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::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 2], ["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 4], ["id", 1]] +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:54:01 -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-04-24 18:54:01 -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.0ms) SELECT 1 AS one FROM "openstax_accounts_group_nestings" WHERE "openstax_accounts_group_nestings"."member_group_id" = 3 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", 2], ["member_group_id", 3], ["created_at", "2015-04-24 23:54:01.209006"], ["updated_at", "2015-04-24 23:54:01.209006"]] +  (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-04-24 23:54:01.211079"], ["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.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupOwner Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_group_owners" WHERE ("openstax_accounts_group_owners"."user_id" = 3 AND "openstax_accounts_group_owners"."group_id" = 3) LIMIT 1 + 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 + 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-04-24 23:54:01.214591"], ["updated_at", "2015-04-24 23:54:01.214591"]] + 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-04-24 23:54:01.215862"], ["updated_at", "2015-04-24 23:54:01.215862"]] + 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-04-24 23:54:01.217154"], ["updated_at", "2015-04-24 23:54:01.217154"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:54:01 -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-04-24 18:54:01 -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-04-24 18:54:01 -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-04-24 18:54:01 -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.1ms) 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-04-24 23:54:01.268328"], ["updated_at", "2015-04-24 23:54:01.268328"]] +  (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-04-24 23:54:01.272601"], ["updated_at", "2015-04-24 23:54:01.272601"]] +  (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-04-24 23:54:01.274982"], ["updated_at", "2015-04-24 23:54:01.274982"]] +  (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-04-24 18:54:01 -0500 +Processing by OauthController#token as */* + Parameters: {"grant_type"=>"client_credentials"} +Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) +Started PUT "/api/application_groups/updated" for 127.0.0.1 at 2015-04-24 18:54:01 -0500 +Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 + Parameters: {"{\"group_id\":2,\"read_updates\":1},{\"group_id\":3,\"read_updates\":2}"=>nil} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_groups" + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 2], ["id", 3]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 OFFSET 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" ASC LIMIT 1 + OpenStax::Accounts::Group Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_nestings"."member_group_id" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? AND "openstax_accounts_groups"."id" = ? LIMIT 1 [["container_group_id", 4], ["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_owners" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_owners"."user_id" WHERE "openstax_accounts_group_owners"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 2]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" ORDER BY "openstax_accounts_groups"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_accounts"."openstax_uid" = "openstax_accounts_group_members"."user_id" WHERE "openstax_accounts_group_members"."group_id" = ? AND "openstax_accounts_accounts"."id" = ? LIMIT 1 [["group_id", 3], ["id", 1]] +  (1.0ms) rollback transaction +  (0.3ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2015-04-24 23:54:01.305983"], ["updated_at", "2015-04-24 23:54:01.305983"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:54:01 -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-04-24 18:54:01 -0500 +Processing by Api::DummyController#dummy as application/vnd.accounts.openstax.v1 + Parameters: {"test"=>"true"} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.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" = -2143197533 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -2143197533], ["username", "4c0d00f6c8027eda8a8b2111a52c7cbe"], ["access_token", "baf59c9fb2b8eee1b8ad0e49988d756a"], ["created_at", "2015-04-24 23:54:01.324980"], ["updated_at", "2015-04-24 23:54:01.324980"]] +  (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" = -126805608 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -126805608], ["name", "MyGroup"], ["created_at", "2015-04-24 23:54:01.327253"], ["updated_at", "2015-04-24 23:54:01.327253"]] +  (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" = -126805608 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-126805608" for 127.0.0.1 at 2015-04-24 18:54:01 -0500 +Processing by Api::GroupsController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"id"=>"-126805608"} +Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -586902203 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -586902203], ["username", "8c5d60aa01a19f3c67648d09036b12b8"], ["access_token", "bc507c671e460e6599a29c30e56ebcc4"], ["created_at", "2015-04-24 23:54:01.342666"], ["updated_at", "2015-04-24 23:54:01.342666"]] +  (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" = -1172301810 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1172301810], ["name", "MyGroup"], ["created_at", "2015-04-24 23:54:01.345330"], ["updated_at", "2015-04-24 23:54:01.345330"]] +  (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" = -1172301810 AND "openstax_accounts_groups"."id" != 1) LIMIT 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PUT "/api/groups/-1172301810" for 127.0.0.1 at 2015-04-24 18:54:01 -0500 +Processing by Api::GroupsController#update as application/vnd.accounts.openstax.v1 + Parameters: {"{\"name\":\"MyGroup\",\"is_public\":false}"=>nil, "id"=>"-1172301810"} +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" = -1877244930 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1877244930], ["username", "39f809d53c350d2d39eb9c19bdd42ef8"], ["access_token", "2ba626b354de5a68680f5672a1dd5ac4"], ["created_at", "2015-04-24 23:54:01.357493"], ["updated_at", "2015-04-24 23:54:01.357493"]] +  (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" = -1338809813 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1338809813], ["name", "MyGroup"], ["created_at", "2015-04-24 23:54:01.359627"], ["updated_at", "2015-04-24 23:54:01.359627"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups" for 127.0.0.1 at 2015-04-24 18:54:01 -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" = -1409389393 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1409389393], ["username", "fbfdb91f5da70fcdd5c56f5554f851d0"], ["access_token", "07081d5bf032836edb92a21be229da90"], ["created_at", "2015-04-24 23:54:01.370517"], ["updated_at", "2015-04-24 23:54:01.370517"]] +  (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" = -596062774 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -596062774], ["name", "MyGroup"], ["created_at", "2015-04-24 23:54:01.372982"], ["updated_at", "2015-04-24 23:54:01.372982"]] +  (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" = -1076692544 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1076692544], ["username", "aeef7602624612c0ac1d61e6eedb78ce"], ["access_token", "d1e936557057351ee1943407099b1d24"], ["created_at", "2015-04-24 23:54:01.375188"], ["updated_at", "2015-04-24 23:54:01.375188"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-596062774/owners/-1076692544" for 127.0.0.1 at 2015-04-24 18:54:01 -0500 +Processing by Api::GroupOwnersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-596062774", "user_id"=>"-1076692544"} +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" = -1956434224 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1956434224], ["username", "638775f8b5f33648f153caee78328ff2"], ["access_token", "c332e358a4bdc9086feb64938b9efa80"], ["created_at", "2015-04-24 23:54:01.390230"], ["updated_at", "2015-04-24 23:54:01.390230"]] +  (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" = -27719031 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -27719031], ["name", "MyGroup"], ["created_at", "2015-04-24 23:54:01.392639"], ["updated_at", "2015-04-24 23:54:01.392639"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1140471053 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1140471053], ["username", "56cf34e21e7e8f1294a62b8f7ca12130"], ["access_token", "1235ce49abff5d6279d4ff2561fb086e"], ["created_at", "2015-04-24 23:54:01.394755"], ["updated_at", "2015-04-24 23:54:01.394755"]] +  (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" = -1140471053 AND "openstax_accounts_group_owners"."group_id" = -27719031) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_owners" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -27719031], ["user_id", -1140471053], ["created_at", "2015-04-24 23:54:01.396768"], ["updated_at", "2015-04-24 23:54:01.396768"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-27719031/owners/-1140471053" for 127.0.0.1 at 2015-04-24 18:54:01 -0500 +Processing by Api::GroupOwnersController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-27719031", "user_id"=>"-1140471053"} +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" = 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-04-24 23:54:01.408224"], ["updated_at", "2015-04-24 23:54:01.408224"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:54:01 -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-04-24 18:54:01 -0500 +Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 + Parameters: {"{\"id\":1,\"read_updates\":1}"=>nil} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "first_name", "last_name", "full_name", "title", "openstax_uid", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["username", "some_user"], ["first_name", "Some"], ["last_name", "User"], ["full_name", "SomeUser"], ["title", "Sir"], ["openstax_uid", 1], ["access_token", "secret"], ["created_at", "2015-04-24 23:54:01.428838"], ["updated_at", "2015-04-24 23:54:01.428838"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:54:01 -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-04-24 18:54:01 -0500 +Processing by Api::ApplicationUsersController#updates as application/vnd.accounts.openstax.v1 +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" = 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-04-24 23:54:01.459025"], ["updated_at", "2015-04-24 23:54:01.459025"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:54:01 -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-04-24 18:54:01 -0500 +Processing by Api::ApplicationUsersController#index as application/vnd.accounts.openstax.v1 + Parameters: {"q"=>"something"} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -604061053 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -604061053], ["username", "0ca37716ea752c97693016bc0f8bcf66"], ["access_token", "d4a23ac75f66d3af48f7722a9f192939"], ["created_at", "2015-04-24 23:54:01.480195"], ["updated_at", "2015-04-24 23:54:01.480195"]] +  (0.2ms) 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" = -363525411 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -363525411], ["name", "MyGroup"], ["created_at", "2015-04-24 23:54:01.483231"], ["updated_at", "2015-04-24 23:54:01.483231"]] +  (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" = -68683881 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -68683881], ["name", "MyGroup"], ["created_at", "2015-04-24 23:54:01.485748"], ["updated_at", "2015-04-24 23:54:01.485748"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-363525411/nestings/-68683881" for 127.0.0.1 at 2015-04-24 18:54:01 -0500 +Processing by Api::GroupNestingsController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-363525411", "member_group_id"=>"-68683881"} +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" = -874525067 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -874525067], ["username", "b48ce8097537dbe338b534b9328752f9"], ["access_token", "15a187263032eed4318f91175900e1b5"], ["created_at", "2015-04-24 23:54:01.501534"], ["updated_at", "2015-04-24 23:54:01.501534"]] +  (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" = -1520107681 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1520107681], ["name", "MyGroup"], ["created_at", "2015-04-24 23:54:01.503923"], ["updated_at", "2015-04-24 23:54:01.503923"]] +  (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" = -765291339 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -765291339], ["name", "MyGroup"], ["created_at", "2015-04-24 23:54:01.506015"], ["updated_at", "2015-04-24 23:54:01.506015"]] +  (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" = -765291339 LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] + SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -765291339]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- +- -765291339 +' 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", -1520107681]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -1520107681 +' 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" = -765291339 + SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -1520107681 + SQL (0.2ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -1520107681], ["member_group_id", -765291339], ["created_at", "2015-04-24 23:54:01.508261"], ["updated_at", "2015-04-24 23:54:01.508261"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-1520107681/nestings/-765291339" for 127.0.0.1 at 2015-04-24 18:54:01 -0500 +Processing by Api::GroupNestingsController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-1520107681", "member_group_id"=>"-765291339"} +Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) +  (0.6ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 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-04-24 23:54:01.534743"], ["updated_at", "2015-04-24 23:54:01.534743"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:54:01 -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-04-24 18:54:01 -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" = 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-04-24 23:54:01.552076"], ["updated_at", "2015-04-24 23:54:01.552076"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:54:01 -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-04-24 18:54:01 -0500 +Processing by Api::ApplicationGroupsController#updated as application/vnd.accounts.openstax.v1 + Parameters: {"{\"id\":1,\"read_updates\":1}"=>nil} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -142131879 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -142131879], ["username", "a61f855b837a516debef5f09ba4b8a91"], ["access_token", "b071a836efa76cfca87e38e91944154a"], ["created_at", "2015-04-24 23:54:01.569154"], ["updated_at", "2015-04-24 23:54:01.569154"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:54:01 -0500 +Processing by OauthController#token as */* + Parameters: {"grant_type"=>"client_credentials"} +Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) +Started POST "/api/user/find-or-create" for 127.0.0.1 at 2015-04-24 18:54:01 -0500 +Processing by Api::UsersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"{\"email\":\"dummy@dum.my\"}"=>nil} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +  (0.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" = -1066781912 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1066781912], ["username", "7737131f84ff51e55a8e40402da7875e"], ["access_token", "d1dfab42d36be76eeee847f812f91e15"], ["created_at", "2015-04-24 23:54:01.591437"], ["updated_at", "2015-04-24 23:54:01.591437"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started PUT "/api/user" for 127.0.0.1 at 2015-04-24 18:54:01 -0500 +Processing by Api::UsersController#update as application/vnd.accounts.openstax.v1 + Parameters: {"{\"username\":\"7737131f84ff51e55a8e40402da7875e\",\"first_name\":null,\"last_name\":null,\"full_name\":null,\"title\":null}"=>nil} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.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" = -479500169 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -479500169], ["username", "e81a73d05809cf0f96125e60ab3b2299"], ["access_token", "b935f4d826486ec97a5196ea83ac82e5"], ["created_at", "2015-04-24 23:54:01.602285"], ["updated_at", "2015-04-24 23:54:01.602285"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:54:01 -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-04-24 18:54:01 -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.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" = -608004255 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -608004255], ["username", "6d8d6c19bf2c1e656834bccec0a29224"], ["access_token", "8dcaa394ffa5a1aa2a61b27b1d45ab10"], ["created_at", "2015-04-24 23:54:01.620558"], ["updated_at", "2015-04-24 23:54:01.620558"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:54:01 -0500 +Processing by OauthController#token as */* + Parameters: {"grant_type"=>"client_credentials"} +Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) +Started POST "/api/user/find-or-create" for 127.0.0.1 at 2015-04-24 18:54:01 -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" = -1852821239 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1852821239], ["username", "163ed295247263d51f5ab6ad2e45a423"], ["access_token", "d3d55b73ba810e9c4cc1f96c33997c39"], ["created_at", "2015-04-24 23:54:01.637299"], ["updated_at", "2015-04-24 23:54:01.637299"]] +  (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" = -1308682176 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -1308682176], ["name", "MyGroup"], ["created_at", "2015-04-24 23:54:01.640058"], ["updated_at", "2015-04-24 23:54:01.640058"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -499008194 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -499008194], ["username", "5c3abe1192f3352b190eb9ceff3c36f7"], ["access_token", "0a567846ca1c96acf27686d6fe080455"], ["created_at", "2015-04-24 23:54:01.642334"], ["updated_at", "2015-04-24 23:54:01.642334"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/api/groups/-1308682176/members/-499008194" for 127.0.0.1 at 2015-04-24 18:54:01 -0500 +Processing by Api::GroupMembersController#create as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-1308682176", "user_id"=>"-499008194"} +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" = -1976186137 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1976186137], ["username", "0480501e5d7407cbbdada251949c3508"], ["access_token", "ea70f4e2ee428ca5a0362c40dc3fdd9c"], ["created_at", "2015-04-24 23:54:01.657396"], ["updated_at", "2015-04-24 23:54:01.657396"]] +  (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" = -375693370 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -375693370], ["name", "MyGroup"], ["created_at", "2015-04-24 23:54:01.660820"], ["updated_at", "2015-04-24 23:54:01.660820"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1548722657 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", -1548722657], ["username", "7f5f6329fdbf10d1f125c639b176f0c6"], ["access_token", "260512bbc355b0ab8fe534ca8a5a1cb4"], ["created_at", "2015-04-24 23:54:01.663369"], ["updated_at", "2015-04-24 23:54:01.663369"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = -1548722657 AND "openstax_accounts_group_members"."group_id" = -375693370) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -375693370], ["user_id", -1548722657], ["created_at", "2015-04-24 23:54:01.665766"], ["updated_at", "2015-04-24 23:54:01.665766"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started DELETE "/api/groups/-375693370/members/-1548722657" for 127.0.0.1 at 2015-04-24 18:54:01 -0500 +Processing by Api::GroupMembersController#destroy as application/vnd.accounts.openstax.v1 + Parameters: {"group_id"=>"-375693370", "user_id"=>"-1548722657"} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "c84c86703da63ad756925f82082bf3a8"], ["created_at", "2015-04-24 23:54:01.678830"], ["updated_at", "2015-04-24 23:54:01.678830"]] +  (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-04-24 23:54:01.683171"], ["updated_at", "2015-04-24 23:54:01.683171"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) 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", "f4f6a2a652b6cb25967fc19573247570"], ["created_at", "2015-04-24 23:54:01.685296"], ["updated_at", "2015-04-24 23:54:01.685296"]] +  (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-04-24 23:54:01.686598"], ["updated_at", "2015-04-24 23:54:01.686598"]] +  (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" = -961520008 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -961520008], ["name", "MyGroup"], ["created_at", "2015-04-24 23:54:01.688620"], ["updated_at", "2015-04-24 23:54:01.688620"]] +  (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" = -483280463 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_groups" ("openstax_uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", -483280463], ["name", "MyGroup"], ["created_at", "2015-04-24 23:54:01.690609"], ["updated_at", "2015-04-24 23:54:01.690609"]] +  (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" = -483280463 LIMIT 1 + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."id" = ? LIMIT 1 [["id", 2]] + SQL (0.1ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."member_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."container_group_id" = ? [["container_group_id", -483280463]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = '--- +- -483280463 +' 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", -961520008]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -961520008 +' 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" = -483280463 + SQL (0.0ms) UPDATE "openstax_accounts_groups" SET "cached_subtree_group_ids" = NULL WHERE "openstax_accounts_groups"."id" = -961520008 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_nestings" ("container_group_id", "member_group_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["container_group_id", -961520008], ["member_group_id", -483280463], ["created_at", "2015-04-24 23:54:01.692402"], ["updated_at", "2015-04-24 23:54:01.692402"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."group_id" = -483280463) 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" = -483280463) LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_group_members" ("group_id", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["group_id", -483280463], ["user_id", 1], ["created_at", "2015-04-24 23:54:01.701933"], ["updated_at", "2015-04-24 23:54:01.701933"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::GroupMember Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_group_members" WHERE ("openstax_accounts_group_members"."user_id" = 1 AND "openstax_accounts_group_members"."id" != 1 AND "openstax_accounts_group_members"."group_id" = -483280463) 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", -483280463]] + SQL (0.2ms) SELECT "openstax_accounts_groups"."id" AS t0_r0, "openstax_accounts_groups"."openstax_uid" AS t0_r1, "openstax_accounts_groups"."is_public" AS t0_r2, "openstax_accounts_groups"."name" AS t0_r3, "openstax_accounts_groups"."cached_subtree_group_ids" AS t0_r4, "openstax_accounts_groups"."cached_supertree_group_ids" AS t0_r5, "openstax_accounts_groups"."created_at" AS t0_r6, "openstax_accounts_groups"."updated_at" AS t0_r7, "openstax_accounts_group_nestings"."id" AS t1_r0, "openstax_accounts_group_nestings"."member_group_id" AS t1_r1, "openstax_accounts_group_nestings"."container_group_id" AS t1_r2, "openstax_accounts_group_nestings"."created_at" AS t1_r3, "openstax_accounts_group_nestings"."updated_at" AS t1_r4 FROM "openstax_accounts_groups" LEFT OUTER JOIN "openstax_accounts_group_nestings" ON "openstax_accounts_group_nestings"."container_group_id" = "openstax_accounts_groups"."openstax_uid" WHERE "openstax_accounts_group_nestings"."member_group_id" = ? AND "openstax_accounts_groups"."id" IN (1) ORDER BY "openstax_accounts_groups"."id" ASC [["member_group_id", -483280463]] + SQL (0.1ms) UPDATE "openstax_accounts_groups" SET "cached_supertree_group_ids" = '--- +- -483280463 +- -961520008 +' 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 (-483280463, -961520008) + Ownership Load (0.1ms) 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.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 2], ["owner_type", "User"], ["created_at", "2015-04-24 23:54:01.724750"], ["updated_at", "2015-04-24 23:54:01.724750"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Ownership Load (0.0ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_id" = ? AND "ownerships"."owner_type" = ? [["owner_id", 1], ["owner_type", "User"]] + OpenStax::Accounts::Group Load (0.0ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" INNER JOIN "openstax_accounts_group_members" ON "openstax_accounts_groups"."openstax_uid" = "openstax_accounts_group_members"."group_id" INNER JOIN "openstax_accounts_accounts" ON "openstax_accounts_group_members"."user_id" = "openstax_accounts_accounts"."openstax_uid" WHERE "openstax_accounts_accounts"."id" = ? [["id", 1]] + OpenStax::Accounts::Group Load (0.1ms) SELECT "openstax_accounts_groups".* FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IN (-483280463, -961520008) + 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-04-24 23:54:01.730211"], ["updated_at", "2015-04-24 23:54:01.730211"]] +  (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 (-483280463, -961520008) + 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-04-24 23:54:01.735067"], ["updated_at", "2015-04-24 23:54:01.735067"]] +  (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 (-483280463, -961520008) + 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 (-483280463, -961520008) + Ownership Load (0.1ms) 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.1ms) INSERT INTO "ownerships" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 1], ["owner_type", "OpenStax::Accounts::Group"], ["created_at", "2015-04-24 23:54:01.742165"], ["updated_at", "2015-04-24 23:54:01.742165"]] +  (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 (-483280463, -961520008) + Ownership Load (0.2ms) 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 (-483280463, -961520008) + 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 (-483280463, -961520008) + Ownership Load (0.1ms) SELECT "ownerships".* FROM "ownerships" WHERE "ownerships"."owner_type" = 'OpenStax::Accounts::Group' AND "ownerships"."owner_id" IN (1, 2) +  (0.7ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.0ms) begin transaction + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" IS NULL LIMIT 1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Group Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_groups" WHERE "openstax_accounts_groups"."openstax_uid" = 1 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_groups" ("name", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "MyGroup"], ["openstax_uid", 1], ["created_at", "2015-04-24 23:54:01.769138"], ["updated_at", "2015-04-24 23:54:01.769138"]] +  (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.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" = -1228120128 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", -1228120128], ["username", "jstrav"], ["access_token", "1f5c71210218b4aed98a399d59173cbd"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:01.774309"], ["updated_at", "2015-04-24 23:54:01.774309"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -242610233 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", -242610233], ["username", "mary"], ["access_token", "60d22ccaa70d52e413c0890a0f3d62bf"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:01.776613"], ["updated_at", "2015-04-24 23:54:01.776613"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -82407465 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -82407465], ["username", "jstead"], ["access_token", "f71cdecd75ed57641c06f7e6f2f0b991"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:01.778778"], ["updated_at", "2015-04-24 23:54:01.778778"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1170216728 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1170216728], ["username", "bigbear"], ["access_token", "97bc79e85a4fab689631ddf63f29df96"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:01.780850"], ["updated_at", "2015-04-24 23:54:01.780850"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1332392874 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1332392874], ["username", "billy_00"], ["access_token", "decf0e8a51f81786cb6858c98b9d717e"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:54:01.782969"], ["updated_at", "2015-04-24 23:54:01.782969"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1679494351 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1679494351], ["username", "billy_01"], ["access_token", "a06405f9a2838d79a1f3bdd64516fbdc"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:54:01.784978"], ["updated_at", "2015-04-24 23:54:01.784978"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1980430049 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1980430049], ["username", "billy_02"], ["access_token", "c8f29940049d72b09ec7922d4fa459ee"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:54:01.786703"], ["updated_at", "2015-04-24 23:54:01.786703"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -164848294 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -164848294], ["username", "billy_03"], ["access_token", "b2f3a54bd1a9c6a9280c34bf99af52e7"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:54:01.788687"], ["updated_at", "2015-04-24 23:54:01.788687"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1765572413 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1765572413], ["username", "billy_04"], ["access_token", "7327e5c449bd6ff360830518fcc0a2d3"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:54:01.790390"], ["updated_at", "2015-04-24 23:54:01.790390"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1720813874 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1720813874], ["username", "billy_05"], ["access_token", "a2ba5f1ee34c7bafdcf0bb917789b0b3"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:54:01.792079"], ["updated_at", "2015-04-24 23:54:01.792079"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1033154891 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1033154891], ["username", "billy_06"], ["access_token", "ac072d29938e017c493f753e3aa21ee2"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:54:01.794436"], ["updated_at", "2015-04-24 23:54:01.794436"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -831367665 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -831367665], ["username", "billy_07"], ["access_token", "039471e0ff549969b423068815874521"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:54:01.796292"], ["updated_at", "2015-04-24 23:54:01.796292"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1062254568 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1062254568], ["username", "billy_08"], ["access_token", "19addd9e5ee680c0ce64e861c82f85d0"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:54:01.798026"], ["updated_at", "2015-04-24 23:54:01.798026"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1629635048 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1629635048], ["username", "billy_09"], ["access_token", "4ab72bec84b9fdfad721e52967ea063b"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:54:01.799727"], ["updated_at", "2015-04-24 23:54:01.799727"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -493340050 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -493340050], ["username", "billy_10"], ["access_token", "b955af32719fab44a59759981c6a2d0a"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:54:01.801408"], ["updated_at", "2015-04-24 23:54:01.801408"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -176140042 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -176140042], ["username", "billy_11"], ["access_token", "af327cebc0110fa870cf57be0e11eea2"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:54:01.803080"], ["updated_at", "2015-04-24 23:54:01.803080"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -397575695 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -397575695], ["username", "billy_12"], ["access_token", "77bd3182f26e5dd76fcbe739e65a9273"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:54:01.804758"], ["updated_at", "2015-04-24 23:54:01.804758"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -159390928 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -159390928], ["username", "billy_13"], ["access_token", "608a952e6a913638576eaeaaac2603dc"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:54:01.806455"], ["updated_at", "2015-04-24 23:54:01.806455"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -614701648 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -614701648], ["username", "billy_14"], ["access_token", "14468ab85b3c2a42fb1171be2f70ae76"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:54:01.808067"], ["updated_at", "2015-04-24 23:54:01.808067"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -901886635 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -901886635], ["username", "billy_15"], ["access_token", "d8b05d65b9534cae84149c6d87982842"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:54:01.809664"], ["updated_at", "2015-04-24 23:54:01.809664"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1581743321 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1581743321], ["username", "billy_16"], ["access_token", "89553c31405ffcd639dfd797580ded01"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:54:01.811263"], ["updated_at", "2015-04-24 23:54:01.811263"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1211000752 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1211000752], ["username", "billy_17"], ["access_token", "7d42c24be1566f655b72256f62238461"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:54:01.812904"], ["updated_at", "2015-04-24 23:54:01.812904"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1790110837 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1790110837], ["username", "billy_18"], ["access_token", "25a676cd0aab7d641bca8ed2211a118e"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:54:01.814551"], ["updated_at", "2015-04-24 23:54:01.814551"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1932277341 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1932277341], ["username", "billy_19"], ["access_token", "1f1d2b65ed1b736c4c97b3c86441450e"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:54:01.816157"], ["updated_at", "2015-04-24 23:54:01.816157"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1829056420 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1829056420], ["username", "billy_20"], ["access_token", "7c3bbef0a50e8e119578fe1cab4b1ef1"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:54:01.817753"], ["updated_at", "2015-04-24 23:54:01.817753"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -756108333 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -756108333], ["username", "billy_21"], ["access_token", "7506159d221f5835b8b308a1f1c1ff04"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:54:01.819350"], ["updated_at", "2015-04-24 23:54:01.819350"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -275681172 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -275681172], ["username", "billy_22"], ["access_token", "c9863fd2dfe92ec2f1302f8bde879bae"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:54:01.821026"], ["updated_at", "2015-04-24 23:54:01.821026"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -147573301 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -147573301], ["username", "billy_23"], ["access_token", "efc81f2febb099fe39218b31bef339dc"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:54:01.822638"], ["updated_at", "2015-04-24 23:54:01.822638"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -658263963 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -658263963], ["username", "billy_24"], ["access_token", "310865341d561ab87b77328e6efed4cc"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:54:01.824236"], ["updated_at", "2015-04-24 23:54:01.824236"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -238391628 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -238391628], ["username", "billy_25"], ["access_token", "8a64749cf2d1648168b34d16e17fe49f"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:54:01.825860"], ["updated_at", "2015-04-24 23:54:01.825860"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1805936457 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1805936457], ["username", "billy_26"], ["access_token", "4a7221e51801facbd6c5b8461635a6a0"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:54:01.827448"], ["updated_at", "2015-04-24 23:54:01.827448"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1944123261 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1944123261], ["username", "billy_27"], ["access_token", "44377778edbd05b2c223fb28d6abd225"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:54:01.829040"], ["updated_at", "2015-04-24 23:54:01.829040"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -429462013 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -429462013], ["username", "billy_28"], ["access_token", "90d1218ebcb327854195bc346a12d7e6"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:54:01.830652"], ["updated_at", "2015-04-24 23:54:01.830652"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1494056489 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1494056489], ["username", "billy_29"], ["access_token", "43f0e98e6fe2e79802a8c38084a62d4f"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:54:01.832246"], ["updated_at", "2015-04-24 23:54:01.832246"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -8913282 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -8913282], ["username", "billy_30"], ["access_token", "6c828fe2b5113628caba3453f338f8ad"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:54:01.833876"], ["updated_at", "2015-04-24 23:54:01.833876"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1025575590 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1025575590], ["username", "billy_31"], ["access_token", "5ff8125c2ac079945e69c449857d5263"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:54:01.835472"], ["updated_at", "2015-04-24 23:54:01.835472"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -598118282 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -598118282], ["username", "billy_32"], ["access_token", "444db4122e58b60805c28ed15099657a"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:54:01.837122"], ["updated_at", "2015-04-24 23:54:01.837122"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1108060765 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1108060765], ["username", "billy_33"], ["access_token", "bba35e93ed808e2f039f6b219392d752"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:54:01.838740"], ["updated_at", "2015-04-24 23:54:01.838740"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1746864275 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1746864275], ["username", "billy_34"], ["access_token", "7c6588b955e24e5c9d6283e12f9176a3"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:54:01.840342"], ["updated_at", "2015-04-24 23:54:01.840342"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -643629803 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -643629803], ["username", "billy_35"], ["access_token", "b579d90cdb512cd89c633a518ec7d7e4"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:54:01.841943"], ["updated_at", "2015-04-24 23:54:01.841943"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -556027330 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -556027330], ["username", "billy_36"], ["access_token", "8a75b5e54d1a5248c35af4a4935c2f66"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:54:01.843600"], ["updated_at", "2015-04-24 23:54:01.843600"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2101616875 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2101616875], ["username", "billy_37"], ["access_token", "e2b2544a13d494a45cc4c96b3be68e9c"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:54:01.845197"], ["updated_at", "2015-04-24 23:54:01.845197"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -442333857 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -442333857], ["username", "billy_38"], ["access_token", "3861b15c3433b6d06eb581e1addb68fa"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:54:01.846828"], ["updated_at", "2015-04-24 23:54:01.846828"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -407561802 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -407561802], ["username", "billy_39"], ["access_token", "3a7acfe91271f613f591c7ed3e868208"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:54:01.848427"], ["updated_at", "2015-04-24 23:54:01.848427"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1136757670 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1136757670], ["username", "billy_40"], ["access_token", "5d521771af54f04db4173a8540354829"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:54:01.850014"], ["updated_at", "2015-04-24 23:54:01.850014"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1495921502 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1495921502], ["username", "billy_41"], ["access_token", "4dab7f69654bdb6e76564acef3613a82"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:54:01.851606"], ["updated_at", "2015-04-24 23:54:01.851606"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -484105702 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -484105702], ["username", "billy_42"], ["access_token", "24f772046d7d0c0c072d4bc520807c92"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:54:01.853285"], ["updated_at", "2015-04-24 23:54:01.853285"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1061880492 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1061880492], ["username", "billy_43"], ["access_token", "4efc5fda1ce83b3cd1844ffe4a7ad778"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:54:01.854907"], ["updated_at", "2015-04-24 23:54:01.854907"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -584886547 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -584886547], ["username", "billy_44"], ["access_token", "f1a0b6b5239a13271937e781701bab1a"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:54:01.856516"], ["updated_at", "2015-04-24 23:54:01.856516"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1954750008 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1954750008], ["username", "billy_45"], ["access_token", "f129c3cc294ca5a54b5620d83d5d70b2"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:54:01.858139"], ["updated_at", "2015-04-24 23:54:01.858139"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1589776229 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1589776229], ["username", "billy_46"], ["access_token", "2b6652c55a919ba12099225d481eb5f1"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:54:01.859845"], ["updated_at", "2015-04-24 23:54:01.859845"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -539803017 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -539803017], ["username", "billy_47"], ["access_token", "414a0e0c500516ee0e4458517ef94010"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:54:01.861451"], ["updated_at", "2015-04-24 23:54:01.861451"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1313501925 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1313501925], ["username", "billy_48"], ["access_token", "08d76409bba9b091f8770700439cc0e0"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:54:01.863048"], ["updated_at", "2015-04-24 23:54:01.863048"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -181963220 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -181963220], ["username", "billy_49"], ["access_token", "18a5e07df949b884618274a1c36af8e8"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:54:01.864654"], ["updated_at", "2015-04-24 23:54:01.864654"]] +  (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" = -953465645 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", -953465645], ["username", "jstrav"], ["access_token", "88fd5b176d45a2843b34cc498e843f6f"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:01.874199"], ["updated_at", "2015-04-24 23:54:01.874199"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -958160386 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", -958160386], ["username", "mary"], ["access_token", "c4bbfaae14ddda980d63e54523704848"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:01.876202"], ["updated_at", "2015-04-24 23:54:01.876202"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1674296082 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1674296082], ["username", "jstead"], ["access_token", "4f81af92baefbdce370ca53be8f61c6f"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:01.878151"], ["updated_at", "2015-04-24 23:54:01.878151"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1833510949 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1833510949], ["username", "bigbear"], ["access_token", "721a0fcf1aee6e33732abdcdc353584f"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:01.879861"], ["updated_at", "2015-04-24 23:54:01.879861"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2038879691 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2038879691], ["username", "billy_00"], ["access_token", "d69ec823c428295195904255d18f6cb9"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:54:01.881522"], ["updated_at", "2015-04-24 23:54:01.881522"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1992444726 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1992444726], ["username", "billy_01"], ["access_token", "21fd96870046ac03f703279eece81462"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:54:01.883159"], ["updated_at", "2015-04-24 23:54:01.883159"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -587337198 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -587337198], ["username", "billy_02"], ["access_token", "b13fad08dbda2be3d80c0516379ed032"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:54:01.884796"], ["updated_at", "2015-04-24 23:54:01.884796"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1743879129 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1743879129], ["username", "billy_03"], ["access_token", "3c295e69b7d4ef81549842df1242ce17"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:54:01.886430"], ["updated_at", "2015-04-24 23:54:01.886430"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1239493468 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1239493468], ["username", "billy_04"], ["access_token", "4f16c7fa4ea0ac69eb8671f6d52d7bbe"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:54:01.888060"], ["updated_at", "2015-04-24 23:54:01.888060"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1864698395 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1864698395], ["username", "billy_05"], ["access_token", "d375e7e2a363a9f9a39104617a5c9c66"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:54:01.889785"], ["updated_at", "2015-04-24 23:54:01.889785"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1042141067 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1042141067], ["username", "billy_06"], ["access_token", "a9159ab7dc5f2e007b533f8fcd28e0ac"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:54:01.891435"], ["updated_at", "2015-04-24 23:54:01.891435"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -417464402 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -417464402], ["username", "billy_07"], ["access_token", "631cd5d04dbeb05a1845474b92acf743"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:54:01.893144"], ["updated_at", "2015-04-24 23:54:01.893144"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -479192559 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -479192559], ["username", "billy_08"], ["access_token", "f9cc2c952ce022daf9cdbbb4dbd88315"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:54:01.894779"], ["updated_at", "2015-04-24 23:54:01.894779"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -261104115 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -261104115], ["username", "billy_09"], ["access_token", "0046863f45c4f45ea32f046927c39779"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:54:01.896454"], ["updated_at", "2015-04-24 23:54:01.896454"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1380785854 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1380785854], ["username", "billy_10"], ["access_token", "7dbf79a96cf15131344bc5fd09a7cc76"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:54:01.898092"], ["updated_at", "2015-04-24 23:54:01.898092"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1855861630 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1855861630], ["username", "billy_11"], ["access_token", "c9de5ba37891cacc26cca7c4970107fa"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:54:01.899738"], ["updated_at", "2015-04-24 23:54:01.899738"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -263266006 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -263266006], ["username", "billy_12"], ["access_token", "c6886672f38a9c30787bc3670b4d86e9"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:54:01.901373"], ["updated_at", "2015-04-24 23:54:01.901373"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -246499516 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -246499516], ["username", "billy_13"], ["access_token", "9c7358120ebcf0dc7e4ae111d2cb0ece"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:54:01.903009"], ["updated_at", "2015-04-24 23:54:01.903009"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1693068285 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1693068285], ["username", "billy_14"], ["access_token", "9c8e365e81bb88dcd55fbaa2ffe3cd31"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:54:01.904638"], ["updated_at", "2015-04-24 23:54:01.904638"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1246510113 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1246510113], ["username", "billy_15"], ["access_token", "b5bd8833d5203c8e835ed9e0d23f58b1"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:54:01.906270"], ["updated_at", "2015-04-24 23:54:01.906270"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1101607075 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1101607075], ["username", "billy_16"], ["access_token", "991a811a616305a7549d6391470cd1d7"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:54:01.908160"], ["updated_at", "2015-04-24 23:54:01.908160"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1132907276 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1132907276], ["username", "billy_17"], ["access_token", "a4b6fa64021c3df3bcefe2209a8ee51d"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:54:01.910311"], ["updated_at", "2015-04-24 23:54:01.910311"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -431605398 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -431605398], ["username", "billy_18"], ["access_token", "dcc10aea807a42de9264a367330d1b68"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:54:01.912167"], ["updated_at", "2015-04-24 23:54:01.912167"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1335298576 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1335298576], ["username", "billy_19"], ["access_token", "004a1bc7e3283701d1c4231991e13ed5"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:54:01.914003"], ["updated_at", "2015-04-24 23:54:01.914003"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1803724988 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1803724988], ["username", "billy_20"], ["access_token", "421e8d06cc4c6505560db6787fafed06"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:54:01.915732"], ["updated_at", "2015-04-24 23:54:01.915732"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -8557907 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -8557907], ["username", "billy_21"], ["access_token", "b302b6b202a6af72d07b27129afc1687"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:54:01.917372"], ["updated_at", "2015-04-24 23:54:01.917372"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1480880864 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1480880864], ["username", "billy_22"], ["access_token", "81a9c4999e6ef9ee8d899410aa368e6b"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:54:01.919029"], ["updated_at", "2015-04-24 23:54:01.919029"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1386782252 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1386782252], ["username", "billy_23"], ["access_token", "1c8a12c0943799ae106e12b99a23c420"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:54:01.920675"], ["updated_at", "2015-04-24 23:54:01.920675"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -110927881 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -110927881], ["username", "billy_24"], ["access_token", "bfb965a9688996022d1bc7c70c2f0e5b"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:54:01.922338"], ["updated_at", "2015-04-24 23:54:01.922338"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -19343954 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -19343954], ["username", "billy_25"], ["access_token", "925a99aa7a7a08d5dc2c6433cf340ba3"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:54:01.923967"], ["updated_at", "2015-04-24 23:54:01.923967"]] +  (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" = -1951811469 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1951811469], ["username", "billy_26"], ["access_token", "de72c9dd9a43967f37c0475686529646"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:54:01.936177"], ["updated_at", "2015-04-24 23:54:01.936177"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1735030437 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1735030437], ["username", "billy_27"], ["access_token", "004dd29392b10d0e398cf5ffef088dd4"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:54:01.938265"], ["updated_at", "2015-04-24 23:54:01.938265"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -730793765 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -730793765], ["username", "billy_28"], ["access_token", "f00005b2b32c9374bdaa5471f4dbf51b"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:54:01.940037"], ["updated_at", "2015-04-24 23:54:01.940037"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1546774557 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1546774557], ["username", "billy_29"], ["access_token", "2317f514f9e800537551a5feb263abd9"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:54:01.941992"], ["updated_at", "2015-04-24 23:54:01.941992"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1876251537 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1876251537], ["username", "billy_30"], ["access_token", "e69f2c2530cf6b524a84c8d2fddf31cd"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:54:01.943840"], ["updated_at", "2015-04-24 23:54:01.943840"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -980230337 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -980230337], ["username", "billy_31"], ["access_token", "0f7ac5b7101c83cbf51d2ac51e9163c8"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:54:01.945549"], ["updated_at", "2015-04-24 23:54:01.945549"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -234320728 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -234320728], ["username", "billy_32"], ["access_token", "01d744b2b41f91aeb11cf09800559a7c"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:54:01.947501"], ["updated_at", "2015-04-24 23:54:01.947501"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1221803507 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1221803507], ["username", "billy_33"], ["access_token", "5f3f535833a3bb609fbb77603056e98a"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:54:01.949244"], ["updated_at", "2015-04-24 23:54:01.949244"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2071489135 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2071489135], ["username", "billy_34"], ["access_token", "44e940f49f503994bc97f52a22508396"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:54:01.950992"], ["updated_at", "2015-04-24 23:54:01.950992"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -486228838 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -486228838], ["username", "billy_35"], ["access_token", "f0a86a57584cb2c8f21ec064bd6d09d7"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:54:01.952729"], ["updated_at", "2015-04-24 23:54:01.952729"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -677814428 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -677814428], ["username", "billy_36"], ["access_token", "24cc0ea2f2700e5c8db2bb06aa6555d2"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:54:01.954484"], ["updated_at", "2015-04-24 23:54:01.954484"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -955358781 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -955358781], ["username", "billy_37"], ["access_token", "5af9a0ad1af5e5426ab8ac33a45ac38e"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:54:01.956230"], ["updated_at", "2015-04-24 23:54:01.956230"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -420323694 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -420323694], ["username", "billy_38"], ["access_token", "e5265490118d97b0e2cfdb5648a2919c"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:54:01.957986"], ["updated_at", "2015-04-24 23:54:01.957986"]] +  (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" = -788821986 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -788821986], ["username", "billy_39"], ["access_token", "3ad6c550039cea5fd5fe8e841885b4db"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:54:01.959731"], ["updated_at", "2015-04-24 23:54:01.959731"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -805176078 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -805176078], ["username", "billy_40"], ["access_token", "03a5ba700d8393a5e39f59dcb24002c6"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:54:01.961488"], ["updated_at", "2015-04-24 23:54:01.961488"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1279844313 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1279844313], ["username", "billy_41"], ["access_token", "46e8ad0c07a61d86171e6cc3f3aa398d"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:54:01.963228"], ["updated_at", "2015-04-24 23:54:01.963228"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1897499456 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1897499456], ["username", "billy_42"], ["access_token", "6a58a696b1820fcdb66573a2190d3adb"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:54:01.965133"], ["updated_at", "2015-04-24 23:54:01.965133"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2117287264 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2117287264], ["username", "billy_43"], ["access_token", "b06828495d6425accc554acf25cb9798"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:54:01.966929"], ["updated_at", "2015-04-24 23:54:01.966929"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1603362070 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1603362070], ["username", "billy_44"], ["access_token", "fe6f9729b8417da3801a820bb601441b"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:54:01.968684"], ["updated_at", "2015-04-24 23:54:01.968684"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1378686542 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1378686542], ["username", "billy_45"], ["access_token", "5e4a3cdc56cdc4a53b7775428663d4f3"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:54:01.970439"], ["updated_at", "2015-04-24 23:54:01.970439"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -392485461 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -392485461], ["username", "billy_46"], ["access_token", "d35d27074c33c03a5c7637af409e1980"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:54:01.972182"], ["updated_at", "2015-04-24 23:54:01.972182"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -576706945 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -576706945], ["username", "billy_47"], ["access_token", "091290cc3b9094903395415a396a2ef8"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:54:01.973926"], ["updated_at", "2015-04-24 23:54:01.973926"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2047075262 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2047075262], ["username", "billy_48"], ["access_token", "bc2faa96d32e088f0fa7d65de78fdadc"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:54:01.975671"], ["updated_at", "2015-04-24 23:54:01.975671"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -476436682 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -476436682], ["username", "billy_49"], ["access_token", "b970d57eb33a712204a532df6d65d64c"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:54:01.977419"], ["updated_at", "2015-04-24 23:54:01.977419"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (1.2ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55731243 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", -55731243], ["username", "jstrav"], ["access_token", "d4581182fcd8b874852f1ff5db579688"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:01.986607"], ["updated_at", "2015-04-24 23:54:01.986607"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -808269038 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", -808269038], ["username", "mary"], ["access_token", "dfebff5378f19da9a7b23e89b12245d6"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:01.989564"], ["updated_at", "2015-04-24 23:54:01.989564"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -272753790 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -272753790], ["username", "jstead"], ["access_token", "c6db658267600d61cea7f5b2df5439ae"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:01.992079"], ["updated_at", "2015-04-24 23:54:01.992079"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -753050927 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -753050927], ["username", "bigbear"], ["access_token", "2ca5cf0edb9037320861141626a7cd3c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:01.994217"], ["updated_at", "2015-04-24 23:54:01.994217"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2074704535 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2074704535], ["username", "billy_00"], ["access_token", "8c2826564bf037e67dfe4bf6888cb362"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:54:01.996013"], ["updated_at", "2015-04-24 23:54:01.996013"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -284203931 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -284203931], ["username", "billy_01"], ["access_token", "0e0922f56d4c8c60f3313c0cdab976f2"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:54:01.997729"], ["updated_at", "2015-04-24 23:54:01.997729"]] +  (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" = -245282475 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -245282475], ["username", "billy_02"], ["access_token", "6a0013f4b72c2213f6bb8722971da018"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:54:02.006259"], ["updated_at", "2015-04-24 23:54:02.006259"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1489303151 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1489303151], ["username", "billy_03"], ["access_token", "d6ab7088b34b931389481278c3b030a6"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:54:02.008282"], ["updated_at", "2015-04-24 23:54:02.008282"]] +  (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" = -1071384307 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1071384307], ["username", "billy_04"], ["access_token", "7c745780681d3ae6393add0d18f94c00"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:54:02.010038"], ["updated_at", "2015-04-24 23:54:02.010038"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2096445477 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2096445477], ["username", "billy_05"], ["access_token", "1d832976b59b7202ccf806bb63818d2c"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:54:02.011820"], ["updated_at", "2015-04-24 23:54:02.011820"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -994003047 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -994003047], ["username", "billy_06"], ["access_token", "08420940dafff4949edea574f40ab833"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:54:02.013736"], ["updated_at", "2015-04-24 23:54:02.013736"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1839088586 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1839088586], ["username", "billy_07"], ["access_token", "52dd5cab6ef0d32b7aed258ef73b9e36"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:54:02.015484"], ["updated_at", "2015-04-24 23:54:02.015484"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -169112379 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -169112379], ["username", "billy_08"], ["access_token", "cf46c73f837b7a6e1c1c3650eccad315"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:54:02.017236"], ["updated_at", "2015-04-24 23:54:02.017236"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -509254052 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -509254052], ["username", "billy_09"], ["access_token", "7b7c5914cfbbce81be574348525bc037"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:54:02.019048"], ["updated_at", "2015-04-24 23:54:02.019048"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1322290990 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1322290990], ["username", "billy_10"], ["access_token", "4a995f3659694a9835181371d650505c"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:54:02.021039"], ["updated_at", "2015-04-24 23:54:02.021039"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1007238412 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1007238412], ["username", "billy_11"], ["access_token", "2cd4040fd1d6a7bbc66d9979e8351cd7"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:54:02.022994"], ["updated_at", "2015-04-24 23:54:02.022994"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -13139925 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -13139925], ["username", "billy_12"], ["access_token", "1f6bcdc31a354f1d0a2d697b9208720b"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:54:02.024807"], ["updated_at", "2015-04-24 23:54:02.024807"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -683581998 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -683581998], ["username", "billy_13"], ["access_token", "482fcb0e8593f2ad3fa36c585bf8c3c5"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:54:02.026680"], ["updated_at", "2015-04-24 23:54:02.026680"]] +  (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" = -210624698 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -210624698], ["username", "billy_14"], ["access_token", "2b41c72eb80ed196dddba41585cb3d63"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:54:02.028784"], ["updated_at", "2015-04-24 23:54:02.028784"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -340021105 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -340021105], ["username", "billy_15"], ["access_token", "74d814c397409813d0c86a80909fc744"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:54:02.030578"], ["updated_at", "2015-04-24 23:54:02.030578"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -829329629 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -829329629], ["username", "billy_16"], ["access_token", "f0f89933c8813fd81cf27725489009df"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:54:02.032295"], ["updated_at", "2015-04-24 23:54:02.032295"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1592924363 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1592924363], ["username", "billy_17"], ["access_token", "9ee6cbae6c5912e2fdb92f71a07d55e2"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:54:02.034127"], ["updated_at", "2015-04-24 23:54:02.034127"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1948795795 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1948795795], ["username", "billy_18"], ["access_token", "0094fba117d3f23c566ce725aac42300"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:54:02.036160"], ["updated_at", "2015-04-24 23:54:02.036160"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1567035974 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1567035974], ["username", "billy_19"], ["access_token", "a049b76bcc77e796b45fb4c251b7b181"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:54:02.038038"], ["updated_at", "2015-04-24 23:54:02.038038"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1448645245 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1448645245], ["username", "billy_20"], ["access_token", "d323544d2a6aa686f8c3101bd1a0c227"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:54:02.039961"], ["updated_at", "2015-04-24 23:54:02.039961"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1160018623 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1160018623], ["username", "billy_21"], ["access_token", "7bcfab45572e8d726fe009974c21e5e9"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:54:02.041769"], ["updated_at", "2015-04-24 23:54:02.041769"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -295202396 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -295202396], ["username", "billy_22"], ["access_token", "13e184b5640fc9ee35b129fb8f19b7bf"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:54:02.043491"], ["updated_at", "2015-04-24 23:54:02.043491"]] +  (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" = -1354607845 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1354607845], ["username", "billy_23"], ["access_token", "78aa8a74edb5c37c99ff9cf258067d37"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:54:02.045221"], ["updated_at", "2015-04-24 23:54:02.045221"]] +  (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" = -284459840 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -284459840], ["username", "billy_24"], ["access_token", "b446c45dd9633e0ad8451621a9010afb"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:54:02.047119"], ["updated_at", "2015-04-24 23:54:02.047119"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -288211674 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -288211674], ["username", "billy_25"], ["access_token", "96602e22176a0a22c61456ccc22f0adb"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:54:02.048818"], ["updated_at", "2015-04-24 23:54:02.048818"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1646487854 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1646487854], ["username", "billy_26"], ["access_token", "8789de4837665aa28db2da0f53373c69"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:54:02.050574"], ["updated_at", "2015-04-24 23:54:02.050574"]] +  (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" = -1621721411 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1621721411], ["username", "billy_27"], ["access_token", "b85d4f4a5e190ac4113d65a0cfc52f31"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:54:02.052306"], ["updated_at", "2015-04-24 23:54:02.052306"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -538069332 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -538069332], ["username", "billy_28"], ["access_token", "6c2d05e8d257915ca83ca4cbdcf91515"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:54:02.054019"], ["updated_at", "2015-04-24 23:54:02.054019"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1183615214 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1183615214], ["username", "billy_29"], ["access_token", "9f07d3db1d333a0ef6078d4d8a08e383"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:54:02.055763"], ["updated_at", "2015-04-24 23:54:02.055763"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1041387239 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1041387239], ["username", "billy_30"], ["access_token", "c175649d0d9e93b3b52cb6d98d57faf5"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:54:02.057558"], ["updated_at", "2015-04-24 23:54:02.057558"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -172299502 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -172299502], ["username", "billy_31"], ["access_token", "9de833697d034cb659ce1da99e217ec5"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:54:02.059284"], ["updated_at", "2015-04-24 23:54:02.059284"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2096636500 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2096636500], ["username", "billy_32"], ["access_token", "a924b848f5e3c19615fd25b5c8a52bbe"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:54:02.061104"], ["updated_at", "2015-04-24 23:54:02.061104"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1182839747 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1182839747], ["username", "billy_33"], ["access_token", "c9589dd6d8ee5d3da8cce1f37f94af12"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:54:02.062843"], ["updated_at", "2015-04-24 23:54:02.062843"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1965063576 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1965063576], ["username", "billy_34"], ["access_token", "c4c338627ad56215fdd78f267019e12b"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:54:02.064622"], ["updated_at", "2015-04-24 23:54:02.064622"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1544257636 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1544257636], ["username", "billy_35"], ["access_token", "cb0765f4c9023e7b8ea1d0930e90fdfd"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:54:02.066392"], ["updated_at", "2015-04-24 23:54:02.066392"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -396519366 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -396519366], ["username", "billy_36"], ["access_token", "da5389c41ec35724c73af2b26e493a66"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:54:02.068192"], ["updated_at", "2015-04-24 23:54:02.068192"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -696020384 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -696020384], ["username", "billy_37"], ["access_token", "42a1439f1491066e965d54c3f9439968"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:54:02.070021"], ["updated_at", "2015-04-24 23:54:02.070021"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2120027076 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2120027076], ["username", "billy_38"], ["access_token", "7ccfd8660c8c2ab1b1a63d96371253b9"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:54:02.071894"], ["updated_at", "2015-04-24 23:54:02.071894"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1192667408 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1192667408], ["username", "billy_39"], ["access_token", "bd25e066239b12d8681132f35616fcca"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:54:02.073614"], ["updated_at", "2015-04-24 23:54:02.073614"]] +  (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" = -630894773 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -630894773], ["username", "billy_40"], ["access_token", "8da442b6579ddd7d16b7f9ffdb27e14c"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:54:02.075334"], ["updated_at", "2015-04-24 23:54:02.075334"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -237573057 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -237573057], ["username", "billy_41"], ["access_token", "b95ef5d85d672c7dfdfe6693a91fe25f"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:54:02.077102"], ["updated_at", "2015-04-24 23:54:02.077102"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -734757350 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -734757350], ["username", "billy_42"], ["access_token", "b619e7223651c3b92e72ed4e6870b2a9"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:54:02.079008"], ["updated_at", "2015-04-24 23:54:02.079008"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1127958480 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1127958480], ["username", "billy_43"], ["access_token", "4b9584c1f328cf29f8eb516e52a011e6"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:54:02.080871"], ["updated_at", "2015-04-24 23:54:02.080871"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -296330093 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -296330093], ["username", "billy_44"], ["access_token", "fdf0f5d84f3b67dcdd03c9ef7a549c0f"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:54:02.082578"], ["updated_at", "2015-04-24 23:54:02.082578"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -685627936 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -685627936], ["username", "billy_45"], ["access_token", "0548e3071add4299730ab21dda5134e0"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:54:02.084580"], ["updated_at", "2015-04-24 23:54:02.084580"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -326427981 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -326427981], ["username", "billy_46"], ["access_token", "d94f0244a10b5663ae65206f22bef597"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:54:02.086377"], ["updated_at", "2015-04-24 23:54:02.086377"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -62153497 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -62153497], ["username", "billy_47"], ["access_token", "d22fb219afcb05c53b3bdc5f2bcf45f9"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:54:02.088120"], ["updated_at", "2015-04-24 23:54:02.088120"]] +  (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" = -2101061123 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2101061123], ["username", "billy_48"], ["access_token", "03048f0f12c2ed6f56a236e5408d0035"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:54:02.089864"], ["updated_at", "2015-04-24 23:54:02.089864"]] +  (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" = -961474729 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -961474729], ["username", "billy_49"], ["access_token", "5a3e5077f2b4900515c8797627247771"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:54:02.091706"], ["updated_at", "2015-04-24 23:54:02.091706"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (1.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 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", "3ddde188f5d6b13aa2f225396198eb65"], ["created_at", "2015-04-24 23:54:02.102583"], ["updated_at", "2015-04-24 23:54:02.102583"]] +  (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-04-24 23:54:02.104889"], ["updated_at", "2015-04-24 23:54:02.104889"]] +  (0.1ms) 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.0ms) 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", "c785a69de940e36e987420d0f62d9921"], ["created_at", "2015-04-24 23:54:02.453707"], ["updated_at", "2015-04-24 23:54:02.453707"]] +  (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-04-24 23:54:02.455490"], ["updated_at", "2015-04-24 23:54:02.455490"]] +  (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.1ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] + OpenStax::Accounts::Account Load (0.0ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."id" = ? ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 [["id", 1]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +  (1.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 1 LIMIT 1 + SQL (0.3ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["openstax_uid", 1], ["username", "some_user"], ["access_token", "5dd803298506ea3b839c2265be802b75"], ["created_at", "2015-04-24 23:54:02.810705"], ["updated_at", "2015-04-24 23:54:02.810705"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("account_id", "created_at", "updated_at") VALUES (?, ?, ?) [["account_id", 1], ["created_at", "2015-04-24 23:54:02.812848"], ["updated_at", "2015-04-24 23:54:02.812848"]] +  (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", "6696b8d2a1aff5b7589f564b4cd94b2a"], ["created_at", "2015-04-24 23:54:03.154240"], ["updated_at", "2015-04-24 23:54:03.154240"]] +  (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-04-24 23:54:03.155770"], ["updated_at", "2015-04-24 23:54:03.155770"]] +  (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", "d7c488d380688f09bdb3e9261087350f"], ["created_at", "2015-04-24 23:54:03.534958"], ["updated_at", "2015-04-24 23:54:03.534958"]] +  (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-04-24 23:54:03.537293"], ["updated_at", "2015-04-24 23:54:03.537293"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (1.2ms) 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", "706458"]] + 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" = '706458' LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["openstax_uid", 2], ["username", "706458"], ["created_at", "2015-04-24 23:54:03.916827"], ["updated_at", "2015-04-24 23:54:03.916827"]] +  (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-04-24 23:54:03.924645"], ["updated_at", "2015-04-24 23:54:03.924645"]] +  (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.0ms) 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-04-24 23:54:03.932624"], ["updated_at", "2015-04-24 23:54:03.932624"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = 2 LIMIT 1 + SQL (0.2ms) INSERT INTO "openstax_accounts_accounts" ("username", "openstax_uid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["username", "u"], ["openstax_uid", 2], ["created_at", "2015-04-24 23:54:03.938975"], ["updated_at", "2015-04-24 23:54:03.938975"]] +  (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-04-24 18:54:03 -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-04-24 18:54:03 -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.0ms) 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.3ms) UPDATE "openstax_accounts_accounts" SET "username" = ?, "updated_at" = ? WHERE "openstax_accounts_accounts"."id" = ? [["username", "user"], ["updated_at", "2015-04-24 23:54:03.962639"], ["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-04-24 23:54:03.965286"], ["updated_at", "2015-04-24 23:54:03.965286"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:54:03 -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-04-24 18:54:03 -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-04-24 18:54:03 -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-04-24 18:54:03 -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.0ms) 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.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."openstax_uid" = 4 AND "openstax_accounts_accounts"."id" != 2) LIMIT 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Started POST "/oauth/token" for 127.0.0.1 at 2015-04-24 18:54:04 -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-04-24 18:54:04 -0500 +Processing by Api::ApplicationUsersController#updated as application/vnd.accounts.openstax.v1 + Parameters: {"{\"user_id\":2,\"read_updates\":1},{\"user_id\":4,\"read_updates\":2}"=>nil} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" ASC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" ORDER BY "openstax_accounts_accounts"."id" DESC LIMIT 1 +  (0.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", "24058a03075301a9b02ae8b238164eef"], ["created_at", "2015-04-24 23:54:04.020199"], ["updated_at", "2015-04-24 23:54:04.020199"]] +  (0.2ms) 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 1ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.0ms) 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", "fad5ea37cc60ac47a2836aaccd096771"], ["created_at", "2015-04-24 23:54:04.036690"], ["updated_at", "2015-04-24 23:54:04.036690"]] +  (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", "ae1d21f5a676583beb83896aa619fef0"], ["created_at", "2015-04-24 23:54:04.041670"], ["updated_at", "2015-04-24 23:54:04.041670"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Processing by OpenStax::Accounts::SessionsController#new as HTML +Redirected to http://test.host/accounts/dev/accounts +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.5ms) rollback transaction +  (0.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" = -1890786036 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", -1890786036], ["username", "jstrav"], ["access_token", "99105de434e949479630ba0898899a76"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:04.047507"], ["updated_at", "2015-04-24 23:54:04.047507"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1018507539 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", -1018507539], ["username", "mary"], ["access_token", "1e4c3b15f0bb92a6fdd7372300ee90ff"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:04.049890"], ["updated_at", "2015-04-24 23:54:04.049890"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -220365024 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -220365024], ["username", "jstead"], ["access_token", "6cf1c6488cf04e3455961a331ea1365e"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:04.052283"], ["updated_at", "2015-04-24 23:54:04.052283"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1259932193 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1259932193], ["username", "bigbear"], ["access_token", "ffa2a3c2aba9355be8d6792da6bf5b31"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:04.054558"], ["updated_at", "2015-04-24 23:54:04.054558"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1423729207 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1423729207], ["username", "billy_00"], ["access_token", "ef51c55363a0437e3f3bd07b08a7c053"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:54:04.056674"], ["updated_at", "2015-04-24 23:54:04.056674"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -744045332 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -744045332], ["username", "billy_01"], ["access_token", "3a92bcedfcdf73d6bf2b2ff0b2e93f77"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:54:04.058747"], ["updated_at", "2015-04-24 23:54:04.058747"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1461686381 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1461686381], ["username", "billy_02"], ["access_token", "874587f8426045691f4d05fa95ebd256"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:54:04.061227"], ["updated_at", "2015-04-24 23:54:04.061227"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1566136862 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1566136862], ["username", "billy_03"], ["access_token", "9ef35156a35338d3706df4bd48218fc1"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:54:04.063371"], ["updated_at", "2015-04-24 23:54:04.063371"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -262772326 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -262772326], ["username", "billy_04"], ["access_token", "1d736048cebdcdd47d31ffca4c5bb24e"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:54:04.065431"], ["updated_at", "2015-04-24 23:54:04.065431"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -718724771 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -718724771], ["username", "billy_05"], ["access_token", "1c01ba9d19902b060ad67c70d0e838ba"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:54:04.067427"], ["updated_at", "2015-04-24 23:54:04.067427"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1924774127 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1924774127], ["username", "billy_06"], ["access_token", "b622f6e0d0b73f670d5bd4d03bfa5f0e"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:54:04.069431"], ["updated_at", "2015-04-24 23:54:04.069431"]] +  (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" = -58566212 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -58566212], ["username", "billy_07"], ["access_token", "47d247b22fb17d0be3f1b7ea49177225"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:54:04.071332"], ["updated_at", "2015-04-24 23:54:04.071332"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1499052080 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1499052080], ["username", "billy_08"], ["access_token", "bebd272a6917273a8925a9f0f6baabae"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:54:04.073119"], ["updated_at", "2015-04-24 23:54:04.073119"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -727147173 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -727147173], ["username", "billy_09"], ["access_token", "872cf7412b5ba0898c821486b34467cd"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:54:04.074777"], ["updated_at", "2015-04-24 23:54:04.074777"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -113479794 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -113479794], ["username", "billy_10"], ["access_token", "94700526323bed072c6a36026cd44514"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:54:04.076518"], ["updated_at", "2015-04-24 23:54:04.076518"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -5274843 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -5274843], ["username", "billy_11"], ["access_token", "0ed20954da4a3972c9987d378d13d5a0"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:54:04.078183"], ["updated_at", "2015-04-24 23:54:04.078183"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1361166438 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1361166438], ["username", "billy_12"], ["access_token", "7136b5b1a5fe059f3fbce8f5534dc41d"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:54:04.079779"], ["updated_at", "2015-04-24 23:54:04.079779"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -669374069 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -669374069], ["username", "billy_13"], ["access_token", "3bc48e664a840d3396dc6c98cb135402"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:54:04.081401"], ["updated_at", "2015-04-24 23:54:04.081401"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1758675062 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1758675062], ["username", "billy_14"], ["access_token", "fe23698b60c60843f73a5c8161ad9d85"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:54:04.083001"], ["updated_at", "2015-04-24 23:54:04.083001"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -468534326 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -468534326], ["username", "billy_15"], ["access_token", "8641f06ef946d05a0ddeeb8a924b68cf"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:54:04.084633"], ["updated_at", "2015-04-24 23:54:04.084633"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1399225235 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1399225235], ["username", "billy_16"], ["access_token", "22e944ee154c5c301cb4bd50230ffd37"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:54:04.086220"], ["updated_at", "2015-04-24 23:54:04.086220"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -248009558 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -248009558], ["username", "billy_17"], ["access_token", "14859fdad26c9a9f96a082b3b21797f9"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:54:04.087824"], ["updated_at", "2015-04-24 23:54:04.087824"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1130035954 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1130035954], ["username", "billy_18"], ["access_token", "4365ab5617b684036cd0b3422b7076e2"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:54:04.089424"], ["updated_at", "2015-04-24 23:54:04.089424"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1944191615 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1944191615], ["username", "billy_19"], ["access_token", "271047e2ffa9a734f27ddf44631f3ee4"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:54:04.091035"], ["updated_at", "2015-04-24 23:54:04.091035"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1708928197 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1708928197], ["username", "billy_20"], ["access_token", "fd7a93bd4acaa586a96ffb69de35d03a"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:54:04.092655"], ["updated_at", "2015-04-24 23:54:04.092655"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1003538486 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1003538486], ["username", "billy_21"], ["access_token", "cb77f401c106f589edd1524f7d49134a"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:54:04.094247"], ["updated_at", "2015-04-24 23:54:04.094247"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1078922026 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1078922026], ["username", "billy_22"], ["access_token", "86b4f4c3f406aa5bd93714c77546f30d"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:54:04.095836"], ["updated_at", "2015-04-24 23:54:04.095836"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -92793867 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -92793867], ["username", "billy_23"], ["access_token", "8f7cf5b6167ea1acb70d176573c5ae0f"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:54:04.097433"], ["updated_at", "2015-04-24 23:54:04.097433"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -321387307 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -321387307], ["username", "billy_24"], ["access_token", "afda0926dc3230cf07d58e93cf176242"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:54:04.099205"], ["updated_at", "2015-04-24 23:54:04.099205"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2067325939 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2067325939], ["username", "billy_25"], ["access_token", "d91148eda7362f67f893600bf3c346fd"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:54:04.100820"], ["updated_at", "2015-04-24 23:54:04.100820"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1158964639 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1158964639], ["username", "billy_26"], ["access_token", "b8a3e09ccd0b8624c654360988a719d1"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:54:04.102464"], ["updated_at", "2015-04-24 23:54:04.102464"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1874117675 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1874117675], ["username", "billy_27"], ["access_token", "bf1689925dcd100bc8a837cd5d53cc6a"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:54:04.104331"], ["updated_at", "2015-04-24 23:54:04.104331"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -599016686 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -599016686], ["username", "billy_28"], ["access_token", "f33e7c9134210647ef01960ce2532b93"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:54:04.105922"], ["updated_at", "2015-04-24 23:54:04.105922"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -399480376 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -399480376], ["username", "billy_29"], ["access_token", "68efcb69191aaf2707f840358b3bbdb6"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:54:04.107589"], ["updated_at", "2015-04-24 23:54:04.107589"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1178705326 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1178705326], ["username", "billy_30"], ["access_token", "6c5c2b6c0a59c08964bf6bcf6d50d86f"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:54:04.109283"], ["updated_at", "2015-04-24 23:54:04.109283"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -281495086 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -281495086], ["username", "billy_31"], ["access_token", "42d422e504468abadf384c6478233674"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:54:04.110961"], ["updated_at", "2015-04-24 23:54:04.110961"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1764814762 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1764814762], ["username", "billy_32"], ["access_token", "2a5377c4cab8d90bb2bf0a911dec8f81"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:54:04.112571"], ["updated_at", "2015-04-24 23:54:04.112571"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1169630692 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1169630692], ["username", "billy_33"], ["access_token", "e0229f682c085bde8f49718ae05998b4"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:54:04.114197"], ["updated_at", "2015-04-24 23:54:04.114197"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1841423841 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1841423841], ["username", "billy_34"], ["access_token", "c4b8309c8f1b78407f1151aee97e6177"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:54:04.115930"], ["updated_at", "2015-04-24 23:54:04.115930"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -349360945 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -349360945], ["username", "billy_35"], ["access_token", "0702c0387a9a72be493c2281d188fce7"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:54:04.117609"], ["updated_at", "2015-04-24 23:54:04.117609"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1444069920 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1444069920], ["username", "billy_36"], ["access_token", "7431f7382854b773b905fb62d28e7bb6"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:54:04.119210"], ["updated_at", "2015-04-24 23:54:04.119210"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1709113660 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1709113660], ["username", "billy_37"], ["access_token", "9bc680a5362b17c9d50ff702d603d889"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:54:04.120814"], ["updated_at", "2015-04-24 23:54:04.120814"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1967277732 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1967277732], ["username", "billy_38"], ["access_token", "77d3c3f35d27cb42647ba0789a50be6c"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:54:04.122640"], ["updated_at", "2015-04-24 23:54:04.122640"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1886406035 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1886406035], ["username", "billy_39"], ["access_token", "bf7a3c9e2725a68670c62c16a68a2a97"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:54:04.124241"], ["updated_at", "2015-04-24 23:54:04.124241"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1509035306 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1509035306], ["username", "billy_40"], ["access_token", "376ee993109a4ffb8c90ea3d05cc62b6"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:54:04.125850"], ["updated_at", "2015-04-24 23:54:04.125850"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1872682491 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1872682491], ["username", "billy_41"], ["access_token", "101610188654ccecb96126dc32a61e2b"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:54:04.127454"], ["updated_at", "2015-04-24 23:54:04.127454"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -79108964 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -79108964], ["username", "billy_42"], ["access_token", "a41fb92b251820bf9e851e5591641d4a"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:54:04.129054"], ["updated_at", "2015-04-24 23:54:04.129054"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1884681071 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1884681071], ["username", "billy_43"], ["access_token", "d578ad0fe9dba18cadda0eb750a17eaf"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:54:04.130654"], ["updated_at", "2015-04-24 23:54:04.130654"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -431781147 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -431781147], ["username", "billy_44"], ["access_token", "1a2bf53cecb0cfcd198b159147b8de83"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:54:04.132262"], ["updated_at", "2015-04-24 23:54:04.132262"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1890375979 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1890375979], ["username", "billy_45"], ["access_token", "7def1b798f9131ac66b391e7e7303080"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:54:04.133879"], ["updated_at", "2015-04-24 23:54:04.133879"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -750874165 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -750874165], ["username", "billy_46"], ["access_token", "565d4fa9ae7ab2f48c0a77044421b28c"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:54:04.135465"], ["updated_at", "2015-04-24 23:54:04.135465"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1305849736 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1305849736], ["username", "billy_47"], ["access_token", "a0c02cf360e8ad583a9ef5135992e5ee"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:54:04.137072"], ["updated_at", "2015-04-24 23:54:04.137072"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -452626760 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -452626760], ["username", "billy_48"], ["access_token", "3afe5a642d5ec8f294845216a1244de9"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:54:04.138678"], ["updated_at", "2015-04-24 23:54:04.138678"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -865533293 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -865533293], ["username", "billy_49"], ["access_token", "b408d1a5facd4f5ad9e88bd5df60dc3d"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:54:04.140279"], ["updated_at", "2015-04-24 23:54:04.140279"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'jstra%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (1.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -365894851 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", -365894851], ["username", "jstrav"], ["access_token", "aa6a1939f9764427034077411eeb3a05"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:04.150736"], ["updated_at", "2015-04-24 23:54:04.150736"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -27998597 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", -27998597], ["username", "mary"], ["access_token", "37329d8f9919636b7b94076aa952297d"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:04.153555"], ["updated_at", "2015-04-24 23:54:04.153555"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -548316922 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -548316922], ["username", "jstead"], ["access_token", "968a41f00e747e12fd6259cf9ba272c2"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:04.155934"], ["updated_at", "2015-04-24 23:54:04.155934"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -519690248 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -519690248], ["username", "bigbear"], ["access_token", "2cddda0a5405a8e3e54e6b39b277fb75"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:04.157937"], ["updated_at", "2015-04-24 23:54:04.157937"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -210292244 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -210292244], ["username", "billy_00"], ["access_token", "d5b5b0e762b7c98f0c6de7a6c883a9f3"], ["first_name", "Billy00"], ["last_name", "Bob_49"], ["created_at", "2015-04-24 23:54:04.170793"], ["updated_at", "2015-04-24 23:54:04.170793"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1264226190 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1264226190], ["username", "billy_01"], ["access_token", "c99fb62defc9bcbb9cecd1d289400a01"], ["first_name", "Billy01"], ["last_name", "Bob_48"], ["created_at", "2015-04-24 23:54:04.172739"], ["updated_at", "2015-04-24 23:54:04.172739"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -880496476 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -880496476], ["username", "billy_02"], ["access_token", "4206638467080572939da026082fa945"], ["first_name", "Billy02"], ["last_name", "Bob_47"], ["created_at", "2015-04-24 23:54:04.174567"], ["updated_at", "2015-04-24 23:54:04.174567"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1305486599 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1305486599], ["username", "billy_03"], ["access_token", "0f1824b438c6283e876ee553ad4d4e05"], ["first_name", "Billy03"], ["last_name", "Bob_46"], ["created_at", "2015-04-24 23:54:04.176364"], ["updated_at", "2015-04-24 23:54:04.176364"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2065875901 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2065875901], ["username", "billy_04"], ["access_token", "8981b28ef928bd94dc39018419ba2f9d"], ["first_name", "Billy04"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:54:04.178175"], ["updated_at", "2015-04-24 23:54:04.178175"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1590575857 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1590575857], ["username", "billy_05"], ["access_token", "1fbcdbd972ef33b954f4da247cf2a920"], ["first_name", "Billy05"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:54:04.179982"], ["updated_at", "2015-04-24 23:54:04.179982"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1608113563 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1608113563], ["username", "billy_06"], ["access_token", "8c70290eca298b856ef340c2ef09cf24"], ["first_name", "Billy06"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:54:04.186989"], ["updated_at", "2015-04-24 23:54:04.186989"]] +  (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" = -1032905971 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1032905971], ["username", "billy_07"], ["access_token", "259d54589549164011a76a7581cce0ea"], ["first_name", "Billy07"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:54:04.189204"], ["updated_at", "2015-04-24 23:54:04.189204"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1450267962 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1450267962], ["username", "billy_08"], ["access_token", "c26d2f95925124cb60b3f8d79a817a02"], ["first_name", "Billy08"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:54:04.191155"], ["updated_at", "2015-04-24 23:54:04.191155"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2000764168 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2000764168], ["username", "billy_09"], ["access_token", "9d02cccc366bb09d314ba1337bdce1db"], ["first_name", "Billy09"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:54:04.193696"], ["updated_at", "2015-04-24 23:54:04.193696"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1285682965 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1285682965], ["username", "billy_10"], ["access_token", "20c0aecedc82ba812b076f72534614df"], ["first_name", "Billy10"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:54:04.195856"], ["updated_at", "2015-04-24 23:54:04.195856"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1877065140 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1877065140], ["username", "billy_11"], ["access_token", "e80840b8c8db51e7f8f62b92d4d5d137"], ["first_name", "Billy11"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:54:04.197807"], ["updated_at", "2015-04-24 23:54:04.197807"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1181102166 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1181102166], ["username", "billy_12"], ["access_token", "44b9e60f92149728ffb7c3fa29beeb1c"], ["first_name", "Billy12"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:54:04.199740"], ["updated_at", "2015-04-24 23:54:04.199740"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -437998321 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -437998321], ["username", "billy_13"], ["access_token", "4c8fe72eefe254700ee428b941d27f49"], ["first_name", "Billy13"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:54:04.201619"], ["updated_at", "2015-04-24 23:54:04.201619"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1967922581 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1967922581], ["username", "billy_14"], ["access_token", "c035ee712a2b931ded9facdb4b077d79"], ["first_name", "Billy14"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:54:04.203536"], ["updated_at", "2015-04-24 23:54:04.203536"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -151913802 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -151913802], ["username", "billy_15"], ["access_token", "28e35d3ccbf2d1a0807edd63cea5697f"], ["first_name", "Billy15"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:54:04.205449"], ["updated_at", "2015-04-24 23:54:04.205449"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -924152177 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -924152177], ["username", "billy_16"], ["access_token", "94d3c292e2442d785944fc72dac29e1b"], ["first_name", "Billy16"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:54:04.207441"], ["updated_at", "2015-04-24 23:54:04.207441"]] +  (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" = -1391930597 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1391930597], ["username", "billy_17"], ["access_token", "2e6cdebad879e1ab2fff90a05211f7f3"], ["first_name", "Billy17"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:54:04.210738"], ["updated_at", "2015-04-24 23:54:04.210738"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1021251940 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1021251940], ["username", "billy_18"], ["access_token", "9aad39d1696c0b6e9e1ae2ebaf872ba9"], ["first_name", "Billy18"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:54:04.213667"], ["updated_at", "2015-04-24 23:54:04.213667"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1009645656 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1009645656], ["username", "billy_19"], ["access_token", "b8129f24981c40812b39d8df47f56118"], ["first_name", "Billy19"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:54:04.216227"], ["updated_at", "2015-04-24 23:54:04.216227"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1095976791 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1095976791], ["username", "billy_20"], ["access_token", "b9253ee343394ddacefb00e44255224e"], ["first_name", "Billy20"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:54:04.218543"], ["updated_at", "2015-04-24 23:54:04.218543"]] +  (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" = -406052710 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -406052710], ["username", "billy_21"], ["access_token", "8f24b92d660ab7ec436223fcb732bdd3"], ["first_name", "Billy21"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:54:04.220643"], ["updated_at", "2015-04-24 23:54:04.220643"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1056564036 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1056564036], ["username", "billy_22"], ["access_token", "352a10495bf82eab32a9c5850a4df133"], ["first_name", "Billy22"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:54:04.222484"], ["updated_at", "2015-04-24 23:54:04.222484"]] +  (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" = -496184182 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -496184182], ["username", "billy_23"], ["access_token", "cefff6f453bb4aa64ae56be29bccb2ad"], ["first_name", "Billy23"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:54:04.224231"], ["updated_at", "2015-04-24 23:54:04.224231"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1914677791 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1914677791], ["username", "billy_24"], ["access_token", "c4662e2f9ae44909af58da67d422b760"], ["first_name", "Billy24"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:54:04.225946"], ["updated_at", "2015-04-24 23:54:04.225946"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1814793460 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1814793460], ["username", "billy_25"], ["access_token", "24ff6ed3cdae88d8e5d63a9d9468d658"], ["first_name", "Billy25"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:54:04.227734"], ["updated_at", "2015-04-24 23:54:04.227734"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -508741278 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -508741278], ["username", "billy_26"], ["access_token", "8d36294f77b89f591d9524574f399429"], ["first_name", "Billy26"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:54:04.229447"], ["updated_at", "2015-04-24 23:54:04.229447"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -914797817 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -914797817], ["username", "billy_27"], ["access_token", "2d090662ac4a082dffdddba44bbb08f1"], ["first_name", "Billy27"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:54:04.231158"], ["updated_at", "2015-04-24 23:54:04.231158"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -98599856 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -98599856], ["username", "billy_28"], ["access_token", "563dcc6af7f4515bdde6b20efe17a93d"], ["first_name", "Billy28"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:54:04.232882"], ["updated_at", "2015-04-24 23:54:04.232882"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1078042264 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1078042264], ["username", "billy_29"], ["access_token", "4bf73f6362ac390b2f31d25cfd5fcdad"], ["first_name", "Billy29"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:54:04.234633"], ["updated_at", "2015-04-24 23:54:04.234633"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1897577013 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1897577013], ["username", "billy_30"], ["access_token", "aff8f91fd9766c19ce09d5f28735beec"], ["first_name", "Billy30"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:54:04.236380"], ["updated_at", "2015-04-24 23:54:04.236380"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1959602340 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1959602340], ["username", "billy_31"], ["access_token", "534189714a9f22e35b0d4c845450873c"], ["first_name", "Billy31"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:54:04.238086"], ["updated_at", "2015-04-24 23:54:04.238086"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1634345925 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1634345925], ["username", "billy_32"], ["access_token", "eb54ca11b402c263368c77bbb6319cf8"], ["first_name", "Billy32"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:54:04.239805"], ["updated_at", "2015-04-24 23:54:04.239805"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2038313218 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2038313218], ["username", "billy_33"], ["access_token", "5107cfe3d634fc9c9714070b1f993e61"], ["first_name", "Billy33"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:54:04.241544"], ["updated_at", "2015-04-24 23:54:04.241544"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -145233915 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -145233915], ["username", "billy_34"], ["access_token", "c4e9e0d1f8b9bb895f943bd9a62c36b5"], ["first_name", "Billy34"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:54:04.243342"], ["updated_at", "2015-04-24 23:54:04.243342"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1819184025 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1819184025], ["username", "billy_35"], ["access_token", "1480785381a2ef2651d1b101f6b0b328"], ["first_name", "Billy35"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:54:04.245196"], ["updated_at", "2015-04-24 23:54:04.245196"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -87509558 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -87509558], ["username", "billy_36"], ["access_token", "bad3ece2ae510c01a9a17ed6bca9b0b6"], ["first_name", "Billy36"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:54:04.246917"], ["updated_at", "2015-04-24 23:54:04.246917"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -988325581 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -988325581], ["username", "billy_37"], ["access_token", "d676daf9ddab411cf0a1f640da462e93"], ["first_name", "Billy37"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:54:04.248653"], ["updated_at", "2015-04-24 23:54:04.248653"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -592282558 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -592282558], ["username", "billy_38"], ["access_token", "59ad8867fce53619a62b4610ee317997"], ["first_name", "Billy38"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:54:04.250341"], ["updated_at", "2015-04-24 23:54:04.250341"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2137575762 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2137575762], ["username", "billy_39"], ["access_token", "866d97d0e34827092a20e74dd0e0a336"], ["first_name", "Billy39"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:54:04.252072"], ["updated_at", "2015-04-24 23:54:04.252072"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2115428322 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2115428322], ["username", "billy_40"], ["access_token", "31b2a3373f7e2cbf61c8dd6d7ed5bc98"], ["first_name", "Billy40"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:54:04.253776"], ["updated_at", "2015-04-24 23:54:04.253776"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1729572993 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1729572993], ["username", "billy_41"], ["access_token", "07cbf50304142478059d2bf15e9b5f68"], ["first_name", "Billy41"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:54:04.255486"], ["updated_at", "2015-04-24 23:54:04.255486"]] +  (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" = -936436260 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -936436260], ["username", "billy_42"], ["access_token", "64456c0fee57a88d35be4a166cd2e6fd"], ["first_name", "Billy42"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:54:04.257261"], ["updated_at", "2015-04-24 23:54:04.257261"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2007479210 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2007479210], ["username", "billy_43"], ["access_token", "289af9fa329fb5a484eb47bfb57e0261"], ["first_name", "Billy43"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:54:04.258979"], ["updated_at", "2015-04-24 23:54:04.258979"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -312952906 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -312952906], ["username", "billy_44"], ["access_token", "ba66b453ff75437a5b7f6c5dd9028f41"], ["first_name", "Billy44"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:54:04.260790"], ["updated_at", "2015-04-24 23:54:04.260790"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -323691917 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -323691917], ["username", "billy_45"], ["access_token", "4a3c15255279f9c6278964cc9a237467"], ["first_name", "Billy45"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:54:04.262536"], ["updated_at", "2015-04-24 23:54:04.262536"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1688844586 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1688844586], ["username", "billy_46"], ["access_token", "b13f1ee86687603ee23236522bde0246"], ["first_name", "Billy46"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:54:04.264261"], ["updated_at", "2015-04-24 23:54:04.264261"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -567679563 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -567679563], ["username", "billy_47"], ["access_token", "d8462c1acc8972f5884bbcab792bbf48"], ["first_name", "Billy47"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:54:04.266209"], ["updated_at", "2015-04-24 23:54:04.266209"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -620035799 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -620035799], ["username", "billy_48"], ["access_token", "2c774a91efe1c2056cc5e2be92331794"], ["first_name", "Billy48"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:54:04.267938"], ["updated_at", "2015-04-24 23:54:04.267938"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -464631973 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -464631973], ["username", "billy_49"], ["access_token", "c2a7c0632894cc69f3772dccf7bbb56d"], ["first_name", "Billy49"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:54:04.269700"], ["updated_at", "2015-04-24 23:54:04.269700"]] +  (0.1ms) 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.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" = 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", "2525f3e95676779f8764a6f543f752dc"], ["created_at", "2015-04-24 23:54:04.279482"], ["updated_at", "2015-04-24 23:54:04.279482"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Processing by OpenStax::Accounts::Dev::AccountsController#become as HTML + Parameters: {"id"=>"10"} + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = ? LIMIT 1 [["openstax_uid", 10]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."account_id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["account_id", 1]] +Redirected to http://test.host/ +Completed 302 Found in 2ms (ActiveRecord: 0.1ms) +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -103147651 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", -103147651], ["username", "jstrav"], ["access_token", "9adc086b551e87a794d011334a07c29e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:04.286268"], ["updated_at", "2015-04-24 23:54:04.286268"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -903469306 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", -903469306], ["username", "mary"], ["access_token", "472aa153e880d388ad1e0e47aba9ac26"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:04.288261"], ["updated_at", "2015-04-24 23:54:04.288261"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -668075760 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -668075760], ["username", "jstead"], ["access_token", "67cbe94a2387d685471277dc29578868"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:04.290249"], ["updated_at", "2015-04-24 23:54:04.290249"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1104933820 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1104933820], ["username", "bigbear"], ["access_token", "50f78463d041b72a389ed3fa4b40b736"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:04.292059"], ["updated_at", "2015-04-24 23:54:04.292059"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) AND ("openstax_accounts_accounts"."username" LIKE 'jst%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.6ms) rollback transaction +  (0.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" = -891346261 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", -891346261], ["username", "jstrav"], ["access_token", "383ce4225d0e9357cc07c146721e4244"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:04.298801"], ["updated_at", "2015-04-24 23:54:04.298801"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -3491050 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", -3491050], ["username", "mary"], ["access_token", "54699982582891af0127dbfc22180c17"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:04.302070"], ["updated_at", "2015-04-24 23:54:04.302070"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1972602150 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1972602150], ["username", "jstead"], ["access_token", "5bdf132c2b67de5820ecae606457c501"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:04.304976"], ["updated_at", "2015-04-24 23:54:04.304976"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -130911212 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -130911212], ["username", "bigbear"], ["access_token", "45184deac74aae200d8175d16d107b41"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:04.307368"], ["updated_at", "2015-04-24 23:54:04.307368"]] +  (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.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" = -590164224 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", -590164224], ["username", "jstrav"], ["access_token", "01b13d8f074f7bc714af5d73dfcfe5db"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:04.313067"], ["updated_at", "2015-04-24 23:54:04.313067"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1504749983 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", -1504749983], ["username", "mary"], ["access_token", "a179becf15a6e91736de1c4bb99cab0b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:04.315672"], ["updated_at", "2015-04-24 23:54:04.315672"]] +  (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" = -267644341 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -267644341], ["username", "jstead"], ["access_token", "4533ab7cc63b5ba7b9f92de15985c6cf"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:04.317978"], ["updated_at", "2015-04-24 23:54:04.317978"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1883038908 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1883038908], ["username", "bigbear"], ["access_token", "bd864a594a9ac7095daf3c6d504b4161"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:04.319825"], ["updated_at", "2015-04-24 23:54:04.319825"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'jst%') OR ("openstax_accounts_accounts"."first_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'jst%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1904404370 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", -1904404370], ["username", "jstrav"], ["access_token", "53d292d4996467d9a0665304950958cd"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:04.325272"], ["updated_at", "2015-04-24 23:54:04.325272"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -922505721 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", -922505721], ["username", "mary"], ["access_token", "9d2e7422d268e5d5eb9f2c22011cb3d9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:04.328210"], ["updated_at", "2015-04-24 23:54:04.328210"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1551447508 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1551447508], ["username", "jstead"], ["access_token", "2a2d7fa190ced4cd19fba39b81f0143c"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:04.330280"], ["updated_at", "2015-04-24 23:54:04.330280"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -811542591 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -811542591], ["username", "bigbear"], ["access_token", "18bee16282dde69402f993b89b8dca30"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:04.332069"], ["updated_at", "2015-04-24 23:54:04.332069"]] +  (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" = -2106754480 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", -2106754480], ["username", "jstrav"], ["access_token", "0b47a2a1c85d9ccd2087fb86147aa90a"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:04.338122"], ["updated_at", "2015-04-24 23:54:04.338122"]] +  (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" = -429939449 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", -429939449], ["username", "mary"], ["access_token", "611a36a2d3e341811c4c4728ede14785"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:04.340104"], ["updated_at", "2015-04-24 23:54:04.340104"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -527066484 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -527066484], ["username", "jstead"], ["access_token", "d6c217910e16a5621e8a15e45d0d3c7b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:04.342022"], ["updated_at", "2015-04-24 23:54:04.342022"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2042946083 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2042946083], ["username", "bigbear"], ["access_token", "8d38709da897d396b5420998201ec270"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:04.343756"], ["updated_at", "2015-04-24 23:54:04.343756"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ((((("openstax_accounts_accounts"."username" LIKE 'john%' OR "openstax_accounts_accounts"."username" LIKE 'mighty%') OR ("openstax_accounts_accounts"."first_name" LIKE 'john%' OR "openstax_accounts_accounts"."first_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."last_name" LIKE 'john%' OR "openstax_accounts_accounts"."last_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."full_name" LIKE 'john%' OR "openstax_accounts_accounts"."full_name" LIKE 'mighty%')) OR ("openstax_accounts_accounts"."openstax_uid" = 0 OR "openstax_accounts_accounts"."openstax_uid" = 0)) ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.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" = -1873090415 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", -1873090415], ["username", "jstrav"], ["access_token", "1aa9dfa539e94d9c888304a25bcf2c42"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:04.349393"], ["updated_at", "2015-04-24 23:54:04.349393"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1548754713 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", -1548754713], ["username", "mary"], ["access_token", "ab0e17fb21c7e401d18491c915dbf6c2"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:04.351646"], ["updated_at", "2015-04-24 23:54:04.351646"]] +  (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" = -204367470 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -204367470], ["username", "jstead"], ["access_token", "1705e6ce1989585a16d426639ff2aed4"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:04.353685"], ["updated_at", "2015-04-24 23:54:04.353685"]] +  (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" = -648392884 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -648392884], ["username", "bigbear"], ["access_token", "4646bd8f3982db0ffdbd5c95de79213c"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:04.355613"], ["updated_at", "2015-04-24 23:54:04.355613"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'rav%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2025660701 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", -2025660701], ["username", "jstrav"], ["access_token", "cb7c09a66f5a2fd55212e3cba8569544"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:04.361244"], ["updated_at", "2015-04-24 23:54:04.361244"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -283971525 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", -283971525], ["username", "mary"], ["access_token", "3998fcc4d5432067f654460c22ca3bd0"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:04.363419"], ["updated_at", "2015-04-24 23:54:04.363419"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1094726219 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1094726219], ["username", "jstead"], ["access_token", "01078a42fce60d2a35e38055e9f78272"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:04.365426"], ["updated_at", "2015-04-24 23:54:04.365426"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -392045701 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -392045701], ["username", "bigbear"], ["access_token", "66949a9216da840443790091c3bd7630"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:04.367168"], ["updated_at", "2015-04-24 23:54:04.367168"]] +  (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.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" = -2068624945 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", -2068624945], ["username", "jstrav"], ["access_token", "65b1799fa873f3ea1d26b4722535445e"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:04.373192"], ["updated_at", "2015-04-24 23:54:04.373192"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -468549519 LIMIT 1 + SQL (0.4ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "full_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -468549519], ["username", "mary"], ["access_token", "48b045d0c323dc3f86e8f5151a061fc9"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:04.376516"], ["updated_at", "2015-04-24 23:54:04.376516"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1065895001 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1065895001], ["username", "jstead"], ["access_token", "d3ae65fcd465a3de96e74e450de14c02"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:04.379368"], ["updated_at", "2015-04-24 23:54:04.379368"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -620598936 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -620598936], ["username", "bigbear"], ["access_token", "ae7cf3cb0a2489c9607d2263fc36fb35"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:04.381788"], ["updated_at", "2015-04-24 23:54:04.381788"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."full_name" LIKE 'Mary Mighty%') ORDER BY "openstax_accounts_accounts"."username" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.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" = -284264315 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", -284264315], ["username", "jstrav"], ["access_token", "1a24741a409daef9402fb53c0099c67c"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:04.387240"], ["updated_at", "2015-04-24 23:54:04.387240"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -272285562 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", -272285562], ["username", "mary"], ["access_token", "01c58535ecb0349f59fd35ec40d25b77"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:04.389291"], ["updated_at", "2015-04-24 23:54:04.389291"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -652568148 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -652568148], ["username", "jstead"], ["access_token", "9860b53194c5ccc2ae8f0fff60d20956"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:04.391344"], ["updated_at", "2015-04-24 23:54:04.391344"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -335719414 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -335719414], ["username", "bigbear"], ["access_token", "9096aca1c668a0a67e34944a36cd9917"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:04.393133"], ["updated_at", "2015-04-24 23:54:04.393133"]] +  (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.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" = -1296200689 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", -1296200689], ["username", "jstrav"], ["access_token", "76141018f80b2696a8cf00ae77bc7d10"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:04.398551"], ["updated_at", "2015-04-24 23:54:04.398551"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2084250394 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", -2084250394], ["username", "mary"], ["access_token", "f86b951c88ebfbe226e1e42a14d47142"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:04.400741"], ["updated_at", "2015-04-24 23:54:04.400741"]] +  (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" = -1034405226 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1034405226], ["username", "jstead"], ["access_token", "45c904cf6db3ffa8391ba41438023d72"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:04.402769"], ["updated_at", "2015-04-24 23:54:04.402769"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -485072717 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -485072717], ["username", "bigbear"], ["access_token", "c6f945a70c6e59a6314642364d179f0b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:04.404568"], ["updated_at", "2015-04-24 23:54:04.404568"]] +  (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" = -690350969 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", -690350969], ["username", "jstrav"], ["access_token", "be5632bcc908c92aa4aa705c3923da90"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:04.409842"], ["updated_at", "2015-04-24 23:54:04.409842"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1652410633 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", -1652410633], ["username", "mary"], ["access_token", "905c26de851067749a91b36171e95d76"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:04.412991"], ["updated_at", "2015-04-24 23:54:04.412991"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2011406364 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2011406364], ["username", "jstead"], ["access_token", "536ced51f8ddb8a4546a5e9e4d8bed48"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:04.415297"], ["updated_at", "2015-04-24 23:54:04.415297"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -795438517 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -795438517], ["username", "bigbear"], ["access_token", "3100b200c628cfc9dc5b6f88c1d2ffd7"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:04.417258"], ["updated_at", "2015-04-24 23:54:04.417258"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -577766424 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -577766424], ["username", "billy_00"], ["access_token", "8581439a71cac38e32b054dfac81c78f"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:54:04.419288"], ["updated_at", "2015-04-24 23:54:04.419288"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -756712517 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -756712517], ["username", "billy_01"], ["access_token", "c8ecf92c60544b17dfbb9af39053ab83"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:54:04.421222"], ["updated_at", "2015-04-24 23:54:04.421222"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -887509081 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -887509081], ["username", "billy_02"], ["access_token", "b7bcbfa0d1c528ae438e09778d117800"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:54:04.423116"], ["updated_at", "2015-04-24 23:54:04.423116"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1025346911 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1025346911], ["username", "billy_03"], ["access_token", "35f5d6c6a63c394521378e57b9ea3f65"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:54:04.424981"], ["updated_at", "2015-04-24 23:54:04.424981"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -21413917 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -21413917], ["username", "billy_04"], ["access_token", "fb305350f4ab6476f696f149406aa12b"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:54:04.426981"], ["updated_at", "2015-04-24 23:54:04.426981"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1952889202 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1952889202], ["username", "billy_05"], ["access_token", "0e2ebdb5d59cc410a2f3c376f70e08c5"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:54:04.428996"], ["updated_at", "2015-04-24 23:54:04.428996"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1703484976 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", -1703484976], ["username", "billy_06"], ["access_token", "4fcb5e83c1290b9a108507f462af78cf"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:54:04.430954"], ["updated_at", "2015-04-24 23:54:04.430954"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1352932573 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1352932573], ["username", "billy_07"], ["access_token", "2a4261235720b66026806c49e10980b5"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:54:04.433104"], ["updated_at", "2015-04-24 23:54:04.433104"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1383503220 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1383503220], ["username", "billy_08"], ["access_token", "7a28017b1df8ed5e4b932adce3240680"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:54:04.435032"], ["updated_at", "2015-04-24 23:54:04.435032"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -95420489 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -95420489], ["username", "billy_09"], ["access_token", "d4894d83fa92dd6226e1e931a80f5577"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:54:04.436833"], ["updated_at", "2015-04-24 23:54:04.436833"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1758539868 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1758539868], ["username", "billy_10"], ["access_token", "82c597cb9f9347b57acd6bc91ab6f9e4"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:54:04.438647"], ["updated_at", "2015-04-24 23:54:04.438647"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1947317923 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1947317923], ["username", "billy_11"], ["access_token", "04bb66cf155fd6c7633a85f1053143d4"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:54:04.440476"], ["updated_at", "2015-04-24 23:54:04.440476"]] +  (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" = -6839460 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -6839460], ["username", "billy_12"], ["access_token", "7e69e22e48c563fdc899bd7c1a911b61"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:54:04.442272"], ["updated_at", "2015-04-24 23:54:04.442272"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1372518644 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1372518644], ["username", "billy_13"], ["access_token", "a95b0a7cc2f02d60542a18f7603185dc"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:54:04.444789"], ["updated_at", "2015-04-24 23:54:04.444789"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -47531448 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -47531448], ["username", "billy_14"], ["access_token", "d2e3de44bc434dd91bdae2e3c7a4a765"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:54:04.446722"], ["updated_at", "2015-04-24 23:54:04.446722"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -915193559 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -915193559], ["username", "billy_15"], ["access_token", "c1d8639f7d05c4844247266a3bb2d471"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:54:04.448494"], ["updated_at", "2015-04-24 23:54:04.448494"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -505374742 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -505374742], ["username", "billy_16"], ["access_token", "48887bc68034b4c6838eb4ad62da3c6a"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:54:04.450250"], ["updated_at", "2015-04-24 23:54:04.450250"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -518175494 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -518175494], ["username", "billy_17"], ["access_token", "1b294833e30cf331cb69c702bc315798"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:54:04.452009"], ["updated_at", "2015-04-24 23:54:04.452009"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -294184770 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -294184770], ["username", "billy_18"], ["access_token", "15d8463b1387159cdb585f881f62db7f"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:54:04.453789"], ["updated_at", "2015-04-24 23:54:04.453789"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2018547972 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2018547972], ["username", "billy_19"], ["access_token", "6c22fd489691e6f42fbc47d93cfca78d"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:54:04.455585"], ["updated_at", "2015-04-24 23:54:04.455585"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1001675986 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1001675986], ["username", "billy_20"], ["access_token", "deafe7ab0a6de85d17ac1d9c607cf0bc"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:54:04.457347"], ["updated_at", "2015-04-24 23:54:04.457347"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2133186515 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2133186515], ["username", "billy_21"], ["access_token", "52c95d83296a8a089c35bb6409ed6294"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:54:04.459237"], ["updated_at", "2015-04-24 23:54:04.459237"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1894512853 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1894512853], ["username", "billy_22"], ["access_token", "ddd8aa1ba8e73e25e41febd1cd0b6877"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:54:04.461081"], ["updated_at", "2015-04-24 23:54:04.461081"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -385927581 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -385927581], ["username", "billy_23"], ["access_token", "80ad7baedfd9a51e62baad7281961a69"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:54:04.462861"], ["updated_at", "2015-04-24 23:54:04.462861"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1797872391 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1797872391], ["username", "billy_24"], ["access_token", "0ca005a9750d43321db6d6b5452b421b"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:54:04.464645"], ["updated_at", "2015-04-24 23:54:04.464645"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1962014250 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1962014250], ["username", "billy_25"], ["access_token", "5c4f2716239e92d5766154551d91487a"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:54:04.466463"], ["updated_at", "2015-04-24 23:54:04.466463"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -833083584 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -833083584], ["username", "billy_26"], ["access_token", "08ebe225570262cf1e6a903f7b279599"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:54:04.468278"], ["updated_at", "2015-04-24 23:54:04.468278"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2034164623 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2034164623], ["username", "billy_27"], ["access_token", "68a108d1c4bb86b395c03bcf25fcfe9c"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:54:04.470087"], ["updated_at", "2015-04-24 23:54:04.470087"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1866359597 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1866359597], ["username", "billy_28"], ["access_token", "a9d68c29225360d9dc47b51736a9be74"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:54:04.471861"], ["updated_at", "2015-04-24 23:54:04.471861"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1942681137 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1942681137], ["username", "billy_29"], ["access_token", "c5cef737993234b434273361616a96aa"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:54:04.473649"], ["updated_at", "2015-04-24 23:54:04.473649"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -109993377 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -109993377], ["username", "billy_30"], ["access_token", "838e926c1a721241ec780e29269e4199"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:54:04.475473"], ["updated_at", "2015-04-24 23:54:04.475473"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -160894538 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -160894538], ["username", "billy_31"], ["access_token", "d1f4aa897fe8d85135c5fe2712b263ea"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:54:04.477269"], ["updated_at", "2015-04-24 23:54:04.477269"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -83129653 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -83129653], ["username", "billy_32"], ["access_token", "0515e037f034a4e146ba556e43a98243"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:54:04.479186"], ["updated_at", "2015-04-24 23:54:04.479186"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2065444551 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2065444551], ["username", "billy_33"], ["access_token", "b72a4cf163c1deabe2d62cdc9e7a97ac"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:54:04.481028"], ["updated_at", "2015-04-24 23:54:04.481028"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1694591366 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1694591366], ["username", "billy_34"], ["access_token", "5df2ffe3b38c4a3719a7f98e1d2975c2"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:54:04.482920"], ["updated_at", "2015-04-24 23:54:04.482920"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -720113366 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -720113366], ["username", "billy_35"], ["access_token", "484714a7a3ebd4911356522905156cbd"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:54:04.484780"], ["updated_at", "2015-04-24 23:54:04.484780"]] +  (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" = -762119450 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -762119450], ["username", "billy_36"], ["access_token", "b6df95e70e91520a552a1b0004ccdc58"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:54:04.486563"], ["updated_at", "2015-04-24 23:54:04.486563"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -635499661 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -635499661], ["username", "billy_37"], ["access_token", "04414262bfe3bc009efc825ce2393671"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:54:04.488368"], ["updated_at", "2015-04-24 23:54:04.488368"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1267927895 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1267927895], ["username", "billy_38"], ["access_token", "8247c480c1f2e7ef6d8d4bb1ac10899c"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:54:04.490187"], ["updated_at", "2015-04-24 23:54:04.490187"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -884867074 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -884867074], ["username", "billy_39"], ["access_token", "01d1b610363454762f7dc9b21a2cc3ef"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:54:04.491994"], ["updated_at", "2015-04-24 23:54:04.491994"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -595441399 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -595441399], ["username", "billy_40"], ["access_token", "13173a5e5c1b672aec9a03e7a96699ca"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:54:04.493811"], ["updated_at", "2015-04-24 23:54:04.493811"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1955492681 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1955492681], ["username", "billy_41"], ["access_token", "43e2c07e8f9a83b4b1e971510c7ea601"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:54:04.495630"], ["updated_at", "2015-04-24 23:54:04.495630"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -719462207 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -719462207], ["username", "billy_42"], ["access_token", "bf0619cd1454fbda4bfa82b50a1a586e"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:54:04.497429"], ["updated_at", "2015-04-24 23:54:04.497429"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1398920004 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1398920004], ["username", "billy_43"], ["access_token", "e313042130d9d93c4a95d9f681239645"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:54:04.499211"], ["updated_at", "2015-04-24 23:54:04.499211"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1962960885 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1962960885], ["username", "billy_44"], ["access_token", "b975e5161b5f4b2e1034560bb762031b"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:54:04.501039"], ["updated_at", "2015-04-24 23:54:04.501039"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -332983283 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -332983283], ["username", "billy_45"], ["access_token", "0d23cec53f762cb2ad9d59548fa83a7c"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:54:04.502854"], ["updated_at", "2015-04-24 23:54:04.502854"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'billy%') +  (0.1ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.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" = -594353767 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", -594353767], ["username", "jstrav"], ["access_token", "59d3461f3f073e8b4a3bda47f5f9d3b4"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:04.512462"], ["updated_at", "2015-04-24 23:54:04.512462"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1806904785 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", -1806904785], ["username", "mary"], ["access_token", "3664496614f9ed0fa4a90d20927c36f3"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:04.514657"], ["updated_at", "2015-04-24 23:54:04.514657"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2060620178 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2060620178], ["username", "jstead"], ["access_token", "02951fc9bd094e7aa5fe8442946b954b"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:04.516698"], ["updated_at", "2015-04-24 23:54:04.516698"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -61317125 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -61317125], ["username", "bigbear"], ["access_token", "aa07bfd4c0fdda7ba1397bb23d93b75e"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:04.518538"], ["updated_at", "2015-04-24 23:54:04.518538"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1192935698 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1192935698], ["username", "billy_00"], ["access_token", "deccf86ebb051d8f1b75f40cb984005b"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:54:04.520399"], ["updated_at", "2015-04-24 23:54:04.520399"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -242713328 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -242713328], ["username", "billy_01"], ["access_token", "40241b3086167da1cb1ef60df17fc04d"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:54:04.522255"], ["updated_at", "2015-04-24 23:54:04.522255"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -64590887 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -64590887], ["username", "billy_02"], ["access_token", "ac6be26b4b66f5240c7e083c51ef80b1"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:54:04.524125"], ["updated_at", "2015-04-24 23:54:04.524125"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1894905552 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1894905552], ["username", "billy_03"], ["access_token", "c4c6ff7ba19bf67c6718e8f90ce6caa9"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:54:04.525999"], ["updated_at", "2015-04-24 23:54:04.525999"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1361916798 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1361916798], ["username", "billy_04"], ["access_token", "ec829757e46f5b4d4d76e4c484054745"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:54:04.527798"], ["updated_at", "2015-04-24 23:54:04.527798"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1146992895 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1146992895], ["username", "billy_05"], ["access_token", "2bbb146ed149f8a2cc06eb81571f8978"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:54:04.529580"], ["updated_at", "2015-04-24 23:54:04.529580"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1207236968 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1207236968], ["username", "billy_06"], ["access_token", "583206ad752667767439adaf46008f13"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:54:04.531733"], ["updated_at", "2015-04-24 23:54:04.531733"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1346350265 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1346350265], ["username", "billy_07"], ["access_token", "cf419fe9d8c8ff3851e2cc71712f6cbf"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:54:04.533567"], ["updated_at", "2015-04-24 23:54:04.533567"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -232427256 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -232427256], ["username", "billy_08"], ["access_token", "6acbb3b586ab21ffc44176e122d6551d"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:54:04.535478"], ["updated_at", "2015-04-24 23:54:04.535478"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1846330071 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1846330071], ["username", "billy_09"], ["access_token", "a98f8788982e71b2f77232c258e96a38"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:54:04.537326"], ["updated_at", "2015-04-24 23:54:04.537326"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -623219955 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -623219955], ["username", "billy_10"], ["access_token", "fd2e77f39541dd682ec4a2a67da570b4"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:54:04.538944"], ["updated_at", "2015-04-24 23:54:04.538944"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -493812848 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -493812848], ["username", "billy_11"], ["access_token", "e7a43e76792437c05644b3425e0f339c"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:54:04.540558"], ["updated_at", "2015-04-24 23:54:04.540558"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -55867096 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -55867096], ["username", "billy_12"], ["access_token", "f9f7859ac2dbaf5009c2545f4309a515"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:54:04.542168"], ["updated_at", "2015-04-24 23:54:04.542168"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1641153266 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1641153266], ["username", "billy_13"], ["access_token", "c43a11c5b132679e605583070acd34db"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:54:04.543791"], ["updated_at", "2015-04-24 23:54:04.543791"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -689831326 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -689831326], ["username", "billy_14"], ["access_token", "da3673c1eb06e929ed83e7a3967cc4ca"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:54:04.545562"], ["updated_at", "2015-04-24 23:54:04.545562"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1588538657 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1588538657], ["username", "billy_15"], ["access_token", "44a0acd29baa86a3271dfeb5140c06c3"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:54:04.547322"], ["updated_at", "2015-04-24 23:54:04.547322"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -329622108 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -329622108], ["username", "billy_16"], ["access_token", "869ad9f167d8c903815cbd2b5bc69199"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:54:04.548926"], ["updated_at", "2015-04-24 23:54:04.548926"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -686479207 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -686479207], ["username", "billy_17"], ["access_token", "e48f3ffefefef4841cd2e6b651e6b382"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:54:04.550537"], ["updated_at", "2015-04-24 23:54:04.550537"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1535517267 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1535517267], ["username", "billy_18"], ["access_token", "647fecae8cc636b20eb89ece5dca5f61"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:54:04.552143"], ["updated_at", "2015-04-24 23:54:04.552143"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -272944959 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -272944959], ["username", "billy_19"], ["access_token", "1c3575333762dbb80a4e7945d90043d7"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:54:04.553766"], ["updated_at", "2015-04-24 23:54:04.553766"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -553762664 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -553762664], ["username", "billy_20"], ["access_token", "c8999e14f6015bae5e771062b0c84431"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:54:04.555670"], ["updated_at", "2015-04-24 23:54:04.555670"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -589708588 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -589708588], ["username", "billy_21"], ["access_token", "ecde7cf15e4e86da727678cb24af543e"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:54:04.557330"], ["updated_at", "2015-04-24 23:54:04.557330"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1232150692 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1232150692], ["username", "billy_22"], ["access_token", "6fe3f54c33cb8107d10d7b5cbb2367e3"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:54:04.559021"], ["updated_at", "2015-04-24 23:54:04.559021"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1857901374 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1857901374], ["username", "billy_23"], ["access_token", "fef4060ce7c49c3bb7e069d5ed96af47"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:54:04.561331"], ["updated_at", "2015-04-24 23:54:04.561331"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2007460653 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2007460653], ["username", "billy_24"], ["access_token", "7c3d093bc7566e28bf4f101854078f2a"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:54:04.562992"], ["updated_at", "2015-04-24 23:54:04.562992"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -303637391 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -303637391], ["username", "billy_25"], ["access_token", "202ceff8b814f21e84539934f4ae2fd5"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:54:04.564610"], ["updated_at", "2015-04-24 23:54:04.564610"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1857795393 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1857795393], ["username", "billy_26"], ["access_token", "31bcedcce9ef6937d2ae05b8779860f2"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:54:04.566225"], ["updated_at", "2015-04-24 23:54:04.566225"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -749614109 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -749614109], ["username", "billy_27"], ["access_token", "23b28e63c6c2e8cb30029e22ee53871b"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:54:04.567853"], ["updated_at", "2015-04-24 23:54:04.567853"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -303755209 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -303755209], ["username", "billy_28"], ["access_token", "8f4f84e0aabc4b4cf6b9fdc0dacb724d"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:54:04.569470"], ["updated_at", "2015-04-24 23:54:04.569470"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1646094896 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1646094896], ["username", "billy_29"], ["access_token", "82d737905f49f7c6d7d8845689f4cf06"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:54:04.571126"], ["updated_at", "2015-04-24 23:54:04.571126"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1319598883 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1319598883], ["username", "billy_30"], ["access_token", "f9a61472c44dd68b96e60bdb98538436"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:54:04.572766"], ["updated_at", "2015-04-24 23:54:04.572766"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1400828048 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1400828048], ["username", "billy_31"], ["access_token", "283f6bf6578d50a5ebe261db50f01112"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:54:04.574380"], ["updated_at", "2015-04-24 23:54:04.574380"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1960762397 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1960762397], ["username", "billy_32"], ["access_token", "5ff47226c6ce368fce17ce3fba6ec246"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:54:04.576046"], ["updated_at", "2015-04-24 23:54:04.576046"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -285577436 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -285577436], ["username", "billy_33"], ["access_token", "35c15fc89cb613ce49a76d649c1e60b5"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:54:04.577716"], ["updated_at", "2015-04-24 23:54:04.577716"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -361199612 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -361199612], ["username", "billy_34"], ["access_token", "2ef5cdf9ac42a456f613276c255ca78b"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:54:04.579370"], ["updated_at", "2015-04-24 23:54:04.579370"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1977710779 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1977710779], ["username", "billy_35"], ["access_token", "36303f34b303c50ebd975bccc33c89fe"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:54:04.580995"], ["updated_at", "2015-04-24 23:54:04.580995"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -401056384 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -401056384], ["username", "billy_36"], ["access_token", "42d1bd0c8b66bf19b6cdbd1d2f31afd4"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:54:04.582607"], ["updated_at", "2015-04-24 23:54:04.582607"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1809138097 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1809138097], ["username", "billy_37"], ["access_token", "0006b17c29fb525c6f70b24490180522"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:54:04.584217"], ["updated_at", "2015-04-24 23:54:04.584217"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1306992844 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1306992844], ["username", "billy_38"], ["access_token", "086fbb7f7e1963b783597eb710f8633a"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:54:04.585886"], ["updated_at", "2015-04-24 23:54:04.585886"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1707030791 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1707030791], ["username", "billy_39"], ["access_token", "e8a6e917261b801a4721356851ede569"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:54:04.587530"], ["updated_at", "2015-04-24 23:54:04.587530"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1341872336 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1341872336], ["username", "billy_40"], ["access_token", "4f6148b3430c767455185e8eaa43d5f5"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:54:04.589179"], ["updated_at", "2015-04-24 23:54:04.589179"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1815907682 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1815907682], ["username", "billy_41"], ["access_token", "1ae5505d0f5b3cecd4d98421db1fb953"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:54:04.590829"], ["updated_at", "2015-04-24 23:54:04.590829"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1137002453 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1137002453], ["username", "billy_42"], ["access_token", "f26dbf148ffc29b7762672334ee1f745"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:54:04.592476"], ["updated_at", "2015-04-24 23:54:04.592476"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -29048805 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -29048805], ["username", "billy_43"], ["access_token", "23914f2b139e9cf52de539c5fee3c9f0"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:54:04.594124"], ["updated_at", "2015-04-24 23:54:04.594124"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -946847459 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -946847459], ["username", "billy_44"], ["access_token", "8beb5cecc33a7492a702424c844b7d19"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:54:04.595763"], ["updated_at", "2015-04-24 23:54:04.595763"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -781256481 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -781256481], ["username", "billy_45"], ["access_token", "a4e72e0ee9e5da1f496627822b22845f"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:54:04.597410"], ["updated_at", "2015-04-24 23:54:04.597410"]] +  (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 +  (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" = -1070028212 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", -1070028212], ["username", "jstrav"], ["access_token", "e4b170a697a6a564e75d2602f795b741"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:04.605203"], ["updated_at", "2015-04-24 23:54:04.605203"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1896532523 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", -1896532523], ["username", "mary"], ["access_token", "09f0d66231017a9a1a8b88f02315f06b"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:04.607089"], ["updated_at", "2015-04-24 23:54:04.607089"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -985491503 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -985491503], ["username", "jstead"], ["access_token", "ed3eb8e6016acb7d38134f5a27918046"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:04.609033"], ["updated_at", "2015-04-24 23:54:04.609033"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -703068397 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -703068397], ["username", "bigbear"], ["access_token", "6bbeaefd376ac0cbe096575d6986bf3b"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:04.610666"], ["updated_at", "2015-04-24 23:54:04.610666"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -387357881 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -387357881], ["username", "billy_00"], ["access_token", "9286f2201719e3319165eee839e06602"], ["first_name", "Billy00"], ["last_name", "Bob_45"], ["created_at", "2015-04-24 23:54:04.619806"], ["updated_at", "2015-04-24 23:54:04.619806"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1678525615 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1678525615], ["username", "billy_01"], ["access_token", "3d95b679a3942027ba6ac0c5d9a5c7c4"], ["first_name", "Billy01"], ["last_name", "Bob_44"], ["created_at", "2015-04-24 23:54:04.621527"], ["updated_at", "2015-04-24 23:54:04.621527"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2105024798 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2105024798], ["username", "billy_02"], ["access_token", "d9e496d80f18a40619dcf3593b44d759"], ["first_name", "Billy02"], ["last_name", "Bob_43"], ["created_at", "2015-04-24 23:54:04.623206"], ["updated_at", "2015-04-24 23:54:04.623206"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1287242892 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1287242892], ["username", "billy_03"], ["access_token", "19b1472279c990bdd1b9378521555b4b"], ["first_name", "Billy03"], ["last_name", "Bob_42"], ["created_at", "2015-04-24 23:54:04.624884"], ["updated_at", "2015-04-24 23:54:04.624884"]] +  (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" = -845605965 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -845605965], ["username", "billy_04"], ["access_token", "4004705bd1b087c338ea092245a2c9ff"], ["first_name", "Billy04"], ["last_name", "Bob_41"], ["created_at", "2015-04-24 23:54:04.626749"], ["updated_at", "2015-04-24 23:54:04.626749"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1985456562 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1985456562], ["username", "billy_05"], ["access_token", "c043da43c29f3259deb666d48f95a0a4"], ["first_name", "Billy05"], ["last_name", "Bob_40"], ["created_at", "2015-04-24 23:54:04.632361"], ["updated_at", "2015-04-24 23:54:04.632361"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1420517976 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1420517976], ["username", "billy_06"], ["access_token", "e507adcab89b52316ea5499857feba18"], ["first_name", "Billy06"], ["last_name", "Bob_39"], ["created_at", "2015-04-24 23:54:04.634203"], ["updated_at", "2015-04-24 23:54:04.634203"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -238852639 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -238852639], ["username", "billy_07"], ["access_token", "018550921ecac1c1a1ac4211be4e726d"], ["first_name", "Billy07"], ["last_name", "Bob_38"], ["created_at", "2015-04-24 23:54:04.635917"], ["updated_at", "2015-04-24 23:54:04.635917"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1851859044 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1851859044], ["username", "billy_08"], ["access_token", "3a8b04029bc58a1d19d483c9bac433b9"], ["first_name", "Billy08"], ["last_name", "Bob_37"], ["created_at", "2015-04-24 23:54:04.637680"], ["updated_at", "2015-04-24 23:54:04.637680"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1234563650 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1234563650], ["username", "billy_09"], ["access_token", "57f599183e9aa06f8472f6d74e4dab46"], ["first_name", "Billy09"], ["last_name", "Bob_36"], ["created_at", "2015-04-24 23:54:04.639617"], ["updated_at", "2015-04-24 23:54:04.639617"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -875967595 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -875967595], ["username", "billy_10"], ["access_token", "c7ad74b9dbca7dd78be022ab5dbaa85c"], ["first_name", "Billy10"], ["last_name", "Bob_35"], ["created_at", "2015-04-24 23:54:04.641447"], ["updated_at", "2015-04-24 23:54:04.641447"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -404947488 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -404947488], ["username", "billy_11"], ["access_token", "1571bcb66c1d559a4fd1c44d6f8ab6c2"], ["first_name", "Billy11"], ["last_name", "Bob_34"], ["created_at", "2015-04-24 23:54:04.643291"], ["updated_at", "2015-04-24 23:54:04.643291"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -779789963 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -779789963], ["username", "billy_12"], ["access_token", "e12a78363748ec5b3fc9d5f2638b7c6a"], ["first_name", "Billy12"], ["last_name", "Bob_33"], ["created_at", "2015-04-24 23:54:04.645477"], ["updated_at", "2015-04-24 23:54:04.645477"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1148400879 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1148400879], ["username", "billy_13"], ["access_token", "292997fd0a58fe73876c0097e81bbcc0"], ["first_name", "Billy13"], ["last_name", "Bob_32"], ["created_at", "2015-04-24 23:54:04.647200"], ["updated_at", "2015-04-24 23:54:04.647200"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -569307307 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -569307307], ["username", "billy_14"], ["access_token", "33a1a0f56cffcca5a80155b20f0eed7a"], ["first_name", "Billy14"], ["last_name", "Bob_31"], ["created_at", "2015-04-24 23:54:04.648909"], ["updated_at", "2015-04-24 23:54:04.648909"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -224558966 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -224558966], ["username", "billy_15"], ["access_token", "31763f57b2ba9f3d0b68decfb796dd9c"], ["first_name", "Billy15"], ["last_name", "Bob_30"], ["created_at", "2015-04-24 23:54:04.650886"], ["updated_at", "2015-04-24 23:54:04.650886"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1652811165 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1652811165], ["username", "billy_16"], ["access_token", "83c72d8d485579ae3f4deca1d291e19e"], ["first_name", "Billy16"], ["last_name", "Bob_29"], ["created_at", "2015-04-24 23:54:04.652690"], ["updated_at", "2015-04-24 23:54:04.652690"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1395381010 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1395381010], ["username", "billy_17"], ["access_token", "4712bb89e9c35426e875b69ca14a3372"], ["first_name", "Billy17"], ["last_name", "Bob_28"], ["created_at", "2015-04-24 23:54:04.654422"], ["updated_at", "2015-04-24 23:54:04.654422"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1782817808 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1782817808], ["username", "billy_18"], ["access_token", "82b67f1c24d0a6e1ca56341c507dd2b8"], ["first_name", "Billy18"], ["last_name", "Bob_27"], ["created_at", "2015-04-24 23:54:04.656123"], ["updated_at", "2015-04-24 23:54:04.656123"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1736059985 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1736059985], ["username", "billy_19"], ["access_token", "d7839b40e4db2bcaf0750afe4092061d"], ["first_name", "Billy19"], ["last_name", "Bob_26"], ["created_at", "2015-04-24 23:54:04.657822"], ["updated_at", "2015-04-24 23:54:04.657822"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1132924524 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1132924524], ["username", "billy_20"], ["access_token", "91730853c188a7e765c1a91ba4cce9b1"], ["first_name", "Billy20"], ["last_name", "Bob_25"], ["created_at", "2015-04-24 23:54:04.659613"], ["updated_at", "2015-04-24 23:54:04.659613"]] +  (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" = -1936902680 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1936902680], ["username", "billy_21"], ["access_token", "add6ead5e770fa1d9c18746846ef8342"], ["first_name", "Billy21"], ["last_name", "Bob_24"], ["created_at", "2015-04-24 23:54:04.661347"], ["updated_at", "2015-04-24 23:54:04.661347"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -465499177 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -465499177], ["username", "billy_22"], ["access_token", "1931a5bb9571c12dbe2493054c29a3d2"], ["first_name", "Billy22"], ["last_name", "Bob_23"], ["created_at", "2015-04-24 23:54:04.663041"], ["updated_at", "2015-04-24 23:54:04.663041"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1605488758 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1605488758], ["username", "billy_23"], ["access_token", "e6f5232db92a13cddc2d397e2e9017c5"], ["first_name", "Billy23"], ["last_name", "Bob_22"], ["created_at", "2015-04-24 23:54:04.664725"], ["updated_at", "2015-04-24 23:54:04.664725"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2020906686 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2020906686], ["username", "billy_24"], ["access_token", "4632d76cb75f30f8bb8bda678959ab23"], ["first_name", "Billy24"], ["last_name", "Bob_21"], ["created_at", "2015-04-24 23:54:04.666443"], ["updated_at", "2015-04-24 23:54:04.666443"]] +  (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" = -925631087 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -925631087], ["username", "billy_25"], ["access_token", "4e2bcecd991a7c3172efbd7f610d46e4"], ["first_name", "Billy25"], ["last_name", "Bob_20"], ["created_at", "2015-04-24 23:54:04.668130"], ["updated_at", "2015-04-24 23:54:04.668130"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -130869692 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -130869692], ["username", "billy_26"], ["access_token", "e60ba5bec7217de3536b06cea86d36f0"], ["first_name", "Billy26"], ["last_name", "Bob_19"], ["created_at", "2015-04-24 23:54:04.669805"], ["updated_at", "2015-04-24 23:54:04.669805"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -704790720 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -704790720], ["username", "billy_27"], ["access_token", "d00a247c975b398a4baff033140d246d"], ["first_name", "Billy27"], ["last_name", "Bob_18"], ["created_at", "2015-04-24 23:54:04.671533"], ["updated_at", "2015-04-24 23:54:04.671533"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2050800998 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2050800998], ["username", "billy_28"], ["access_token", "a9e1a69a4d4fd16be45da3e95869da6d"], ["first_name", "Billy28"], ["last_name", "Bob_17"], ["created_at", "2015-04-24 23:54:04.673271"], ["updated_at", "2015-04-24 23:54:04.673271"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -44130035 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -44130035], ["username", "billy_29"], ["access_token", "5b8b01f0500ba1a0ef388bf17fce429f"], ["first_name", "Billy29"], ["last_name", "Bob_16"], ["created_at", "2015-04-24 23:54:04.675331"], ["updated_at", "2015-04-24 23:54:04.675331"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -897295192 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -897295192], ["username", "billy_30"], ["access_token", "816d89090b9713b045854a85458109d4"], ["first_name", "Billy30"], ["last_name", "Bob_15"], ["created_at", "2015-04-24 23:54:04.677177"], ["updated_at", "2015-04-24 23:54:04.677177"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -639838272 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -639838272], ["username", "billy_31"], ["access_token", "fc7e7f961200f02b6dd7c4f3748e16cc"], ["first_name", "Billy31"], ["last_name", "Bob_14"], ["created_at", "2015-04-24 23:54:04.678883"], ["updated_at", "2015-04-24 23:54:04.678883"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1323175526 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1323175526], ["username", "billy_32"], ["access_token", "4dde35bc3002e2cd10a455a5860c0edf"], ["first_name", "Billy32"], ["last_name", "Bob_13"], ["created_at", "2015-04-24 23:54:04.680600"], ["updated_at", "2015-04-24 23:54:04.680600"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.2ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -818584820 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -818584820], ["username", "billy_33"], ["access_token", "117bec10dec3438fe527f9392e144a83"], ["first_name", "Billy33"], ["last_name", "Bob_12"], ["created_at", "2015-04-24 23:54:04.682499"], ["updated_at", "2015-04-24 23:54:04.682499"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2080606700 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2080606700], ["username", "billy_34"], ["access_token", "7a50494113885e5d11d20467277dd39b"], ["first_name", "Billy34"], ["last_name", "Bob_11"], ["created_at", "2015-04-24 23:54:04.684523"], ["updated_at", "2015-04-24 23:54:04.684523"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1009874425 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1009874425], ["username", "billy_35"], ["access_token", "863ef836285ef3460749561feabde1d0"], ["first_name", "Billy35"], ["last_name", "Bob_10"], ["created_at", "2015-04-24 23:54:04.686259"], ["updated_at", "2015-04-24 23:54:04.686259"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1289058692 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1289058692], ["username", "billy_36"], ["access_token", "9b84c7c4f5c10ce1b2661b6dbf62958c"], ["first_name", "Billy36"], ["last_name", "Bob_09"], ["created_at", "2015-04-24 23:54:04.688006"], ["updated_at", "2015-04-24 23:54:04.688006"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -557203153 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -557203153], ["username", "billy_37"], ["access_token", "6b6c040baf9c4aa242d84f190308b22e"], ["first_name", "Billy37"], ["last_name", "Bob_08"], ["created_at", "2015-04-24 23:54:04.689685"], ["updated_at", "2015-04-24 23:54:04.689685"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1394969129 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1394969129], ["username", "billy_38"], ["access_token", "78b51270d0ae68a2cc5432349b8008a4"], ["first_name", "Billy38"], ["last_name", "Bob_07"], ["created_at", "2015-04-24 23:54:04.691375"], ["updated_at", "2015-04-24 23:54:04.691375"]] +  (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" = -768464655 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -768464655], ["username", "billy_39"], ["access_token", "6d018d40a3e07b9a4d9690a78ab1b1e2"], ["first_name", "Billy39"], ["last_name", "Bob_06"], ["created_at", "2015-04-24 23:54:04.693081"], ["updated_at", "2015-04-24 23:54:04.693081"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1332002042 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1332002042], ["username", "billy_40"], ["access_token", "febcc9bb43458ce1f86b5b4616c60786"], ["first_name", "Billy40"], ["last_name", "Bob_05"], ["created_at", "2015-04-24 23:54:04.695107"], ["updated_at", "2015-04-24 23:54:04.695107"]] +  (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" = -703012197 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -703012197], ["username", "billy_41"], ["access_token", "ab8c5899e3219ab1ebd6a4385b6ec72b"], ["first_name", "Billy41"], ["last_name", "Bob_04"], ["created_at", "2015-04-24 23:54:04.696802"], ["updated_at", "2015-04-24 23:54:04.696802"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1720478113 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1720478113], ["username", "billy_42"], ["access_token", "2c8c4a09d346dd0e2058985263741bfe"], ["first_name", "Billy42"], ["last_name", "Bob_03"], ["created_at", "2015-04-24 23:54:04.698701"], ["updated_at", "2015-04-24 23:54:04.698701"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -631053128 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -631053128], ["username", "billy_43"], ["access_token", "d022a98147c4b607237d68d59e9cc02c"], ["first_name", "Billy43"], ["last_name", "Bob_02"], ["created_at", "2015-04-24 23:54:04.700521"], ["updated_at", "2015-04-24 23:54:04.700521"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1392929131 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1392929131], ["username", "billy_44"], ["access_token", "5e6fcb45dbb1c6d6fe8b7d1497a99888"], ["first_name", "Billy44"], ["last_name", "Bob_01"], ["created_at", "2015-04-24 23:54:04.702244"], ["updated_at", "2015-04-24 23:54:04.702244"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -170879666 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -170879666], ["username", "billy_45"], ["access_token", "9cd09a9aadede14dd6d315285a3a7c8b"], ["first_name", "Billy45"], ["last_name", "Bob_00"], ["created_at", "2015-04-24 23:54:04.703939"], ["updated_at", "2015-04-24 23:54:04.703939"]] +  (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.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" = -2031851383 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", -2031851383], ["username", "jstrav"], ["access_token", "fd892cc3087cd28cb7862c0a06c6ca55"], ["first_name", "John"], ["last_name", "Stravinsky"], ["created_at", "2015-04-24 23:54:04.715932"], ["updated_at", "2015-04-24 23:54:04.715932"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -502366125 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", -502366125], ["username", "mary"], ["access_token", "0eb4d8c2c78f8a39415b62c063a29940"], ["first_name", "Mary"], ["last_name", "Mighty"], ["full_name", "Mary Mighty"], ["created_at", "2015-04-24 23:54:04.718895"], ["updated_at", "2015-04-24 23:54:04.718895"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -931126369 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -931126369], ["username", "jstead"], ["access_token", "f0767b9eeb33440bd749d860e6036025"], ["first_name", "John"], ["last_name", "Stead"], ["created_at", "2015-04-24 23:54:04.721405"], ["updated_at", "2015-04-24 23:54:04.721405"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.1ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1795502151 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1795502151], ["username", "bigbear"], ["access_token", "edacf25010942c69ce110747e2a4a632"], ["first_name", "Bob"], ["last_name", "JST"], ["created_at", "2015-04-24 23:54:04.723452"], ["updated_at", "2015-04-24 23:54:04.723452"]] +  (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" = -914593855 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -914593855], ["username", "foo_bb"], ["access_token", "7c79ce6d9b897e034949b45fe2735400"], ["first_name", "Bob"], ["last_name", "Brown"], ["created_at", "2015-04-24 23:54:04.725255"], ["updated_at", "2015-04-24 23:54:04.725255"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -2071129809 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -2071129809], ["username", "foo_bj"], ["access_token", "497af1017997ac19315d534d1cc3c68d"], ["first_name", "Bob"], ["last_name", "Jones"], ["created_at", "2015-04-24 23:54:04.727056"], ["updated_at", "2015-04-24 23:54:04.727056"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + OpenStax::Accounts::Account Exists (0.0ms) SELECT 1 AS one FROM "openstax_accounts_accounts" WHERE "openstax_accounts_accounts"."openstax_uid" = -1957306716 LIMIT 1 + SQL (0.1ms) INSERT INTO "openstax_accounts_accounts" ("openstax_uid", "username", "access_token", "first_name", "last_name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["openstax_uid", -1957306716], ["username", "foo_tj"], ["access_token", "8decab7d2e84700780fdcd7a342aa8b2"], ["first_name", "Tim"], ["last_name", "Jones"], ["created_at", "2015-04-24 23:54:04.728915"], ["updated_at", "2015-04-24 23:54:04.728915"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" DESC +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SELECT COUNT(*) FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') +  (0.0ms) RELEASE SAVEPOINT active_record_1 + OpenStax::Accounts::Account Load (0.1ms) SELECT "openstax_accounts_accounts".* FROM "openstax_accounts_accounts" WHERE ("openstax_accounts_accounts"."username" LIKE 'foo%') ORDER BY "openstax_accounts_accounts"."first_name" ASC, "openstax_accounts_accounts"."last_name" ASC +  (0.4ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) 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", "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